summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-08-25Use strcpy instead of sprintf %sRich Salz
2017-08-25Clear secret stack values after use in the ED25519-functionsBernd Edlinger
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger
2017-08-25Fix no-tls and no-tls1_2Matt Caswell
2017-08-25Fix no-scryptMatt Caswell
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-25Fix description of how to report a bug in INSTALLMatt Caswell
2017-08-25Clarify the meaning of no-stdio in INSTALLMatt Caswell
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi
2017-08-25Fix no-chacha and no-poly1305Matt Caswell
2017-08-25Ensure we exchange cookies in s_server even if SCTP is disabledMatt Caswell
2017-08-25Don't run a CT specifc test if CT is disabledMatt Caswell
2017-08-25Allow --strict-warnings with the icc compiler as wellMeena Vyas
2017-08-25passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar targetMeena Vyas
2017-08-25Check range of test values using isascii before diving into the fullPauli
2017-08-24apps/passwd.c: Make MD5 and SHA password making EBCDIC awareRichard Levitte
2017-08-24apps/passwd.c: Fix code layoutRichard Levitte
2017-08-24apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is definedRichard Levitte
2017-08-25Check for EOF in ASCII conversions.Pauli
2017-08-24Fix enable-sctpMatt Caswell
2017-08-24Add documentation for SRTP functionsMatt Caswell
2017-08-23Correct GCM docs.Dr. Stephen Henson
2017-08-23Tweak wording to be more clear.Rich Salz
2017-08-24Fix BN_print()Kazuki Yamaguchi
2017-08-22Move randomness to allocated bufferRich Salz
2017-08-23Improvement the formatting in bn_print.cPauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Remove useless macros in apps/speed.cPaul Yang
2017-08-22Use "" not <> on e_os.h includeRich Salz
2017-08-22Remove custom base64 code.Rich Salz
2017-08-22Don't try to compare the ctype functions on values > 127Richard Levitte
2017-08-22Don't try to test ctype functions for values < 0 or > 255Richard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte
2017-08-22Add random serial# support.Rich Salz
2017-08-22Avoid a self-assignment.Pauli
2017-08-22Dead code elimination.Pauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-22Fix ctype arguments.Pauli
2017-08-21Safely display SNI (just in case)Rich Salz
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-21Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell