summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-09-01struct timeval include guardsPauli
2017-08-31Address feedbackRich Salz
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-09-01Fix potential null problem.Pauli
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-08-30Fix return value of ASN1_TIME_compareTodd Short
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Fix potential null pointer dereference in ARIA implementationJon Spillett
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz
2017-08-25This part fixes braces around if-else.Paul Yang
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang
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-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-25Check for EOF in ASCII conversions.Pauli
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-22Use "" not <> on e_os.h includeRich Salz
2017-08-22Remove custom base64 code.Rich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22Avoid a self-assignment.Pauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
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-18Put thread-fork-init inside a run-once guardRich Salz
2017-08-18err/err.c: improve readability.Andy Polyakov