aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell9-39/+99
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying1-1/+1
2017-08-31Add documentation for ARIA GCM modes.Pauli1-12/+18
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli1-0/+1
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang4-6/+15
2017-08-30Add two missing SSL_CIPHER_* functionsPaul Yang1-1/+17
2017-08-30Fix return value of ASN1_TIME_compareTodd Short2-1/+47
2017-08-30Configure: base compiler-specific decisions on pre-defines.Andy Polyakov1-24/+24
2017-08-30Revert "Allow --strict-warnings with the icc compiler as well"Andy Polyakov1-2/+2
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett20-10/+1155
2017-08-30Fix potential null pointer dereference in ARIA implementationJon Spillett1-1/+2
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli4-3/+4
2017-08-30Move e_os.h to be the very first include.Pauli39-59/+43
2017-08-30Remove the X_OK define, it is unused.Pauli1-1/+0
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli17-35/+37
2017-08-30e_os.h removal from other headers and source files.Pauli55-51/+90
2017-08-28Make the global DRBGs staticKurt Roeckx2-5/+3
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx7-63/+107
2017-08-28Avoid out-of-bounds readRich Salz1-4/+6
2017-08-28If 'tests' is disabled, then so should 'external-tests'Richard Levitte1-0/+1
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre5-33/+24
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre8-28/+28
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre4-89/+105
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz4-16/+4
2017-08-25Remove NO_DIRENT; it isn't used anywhereRich Salz1-1/+0
2017-08-25Fix guarding macro in include/internal/sockets.hRichard Levitte1-34/+34
2017-08-25Move more socket stuffRichard Levitte2-25/+29
2017-08-25This part fixes braces around if-else.Paul Yang9-44/+65
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang9-62/+62
2017-08-25Use strcpy instead of sprintf %sRich Salz1-18/+14
2017-08-25Clear secret stack values after use in the ED25519-functionsBernd Edlinger1-2/+2
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger1-0/+6
2017-08-25Fix no-tls and no-tls1_2Matt Caswell1-7/+8
2017-08-25Fix no-scryptMatt Caswell1-0/+7
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte10-35/+10
2017-08-25Fix description of how to report a bug in INSTALLMatt Caswell1-1/+2
2017-08-25Clarify the meaning of no-stdio in INSTALLMatt Caswell1-2/+3
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi2-9/+22
2017-08-25Fix no-chacha and no-poly1305Matt Caswell1-0/+4
2017-08-25Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell1-3/+2
2017-08-25Don't run a CT specifc test if CT is disabledMatt Caswell1-1/+5
2017-08-25Allow --strict-warnings with the icc compiler as wellMeena Vyas1-2/+2
2017-08-25passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar targetMeena Vyas1-1/+1
2017-08-25Check range of test values using isascii before diving into the fullPauli1-4/+9
2017-08-24apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte1-64/+108
2017-08-24apps/passwd.c: Fix code layoutRichard Levitte1-34/+36
2017-08-24apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte1-48/+2
2017-08-25Check for EOF in ASCII conversions.Pauli2-2/+9
2017-08-24Fix enable-sctpMatt Caswell1-0/+1
2017-08-24Add documentation for SRTP functionsMatt Caswell2-1/+112