summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell
2017-08-21Remove OPENSSL_assert() usage from crypto/bnMatt Caswell
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell
2017-08-21Remove double error messagesPauli
2017-08-19Fix ui_write in apps/apps.cRichard Levitte
2017-08-18Put thread-fork-init inside a run-once guardRich Salz
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti
2017-08-18Add a comment on expectations in the "tar" targetRichard Levitte
2017-08-18Prepare tarball in dist directoryRichard Levitte
2017-08-18Turn on error sensitivity in the "tar" targetRichard Levitte