summaryrefslogtreecommitdiffstats
path: root/crypto/conf (unfollow)
Commit message (Expand)AuthorFilesLines
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-24Check 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-24Check 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
2017-08-24Correct GCM docs.Dr. Stephen Henson1-3/+2
2017-08-23Tweak wording to be more clear.Rich Salz1-2/+2
2017-08-23Fix BN_print()Kazuki Yamaguchi1-1/+1
2017-08-23Move randomness to allocated bufferRich Salz2-16/+14
2017-08-22Improvement the formatting in bn_print.cPauli1-22/+22
2017-08-22(Re)move some things from e_os.hRich Salz19-195/+164
2017-08-22Remove useless macros in apps/speed.cPaul Yang1-2/+0
2017-08-22Use "" not <> on e_os.h includeRich Salz5-5/+5
2017-08-22Remove custom base64 code.Rich Salz1-106/+6
2017-08-22Don't try to compare the ctype functions on values > 127Richard Levitte1-1/+1
2017-08-22Don't try to test ctype functions for values < 0 or > 255Richard Levitte1-10/+1
2017-08-22Use "" not <> for internal/ includesRich Salz79-103/+99
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte1-0/+12
2017-08-22Add random serial# support.Rich Salz5-29/+59
2017-08-22Avoid a self-assignment.Pauli1-2/+2
2017-08-22Dead code elimination.Pauli1-9/+0
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli34-231/+559
2017-08-21Fix ctype arguments.Pauli7-9/+10
2017-08-21Safely display SNI (just in case)Rich Salz1-3/+11
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang2-0/+377
2017-08-21Check # of arguments for remaining commands.Rich Salz7-23/+48
2017-08-21Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer1-0/+42
2017-08-21More updates following review feedbackMatt Caswell5-29/+8
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell5-14/+1
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2-41/+99
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell2-5/+29
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell1-3/+6
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell2-10/+16
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell1-1/+2
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell1-1/+2