summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-2912-12/+12
* e_os.h removal from other headers and source files.Pauli2017-08-2938-37/+59
* Make the global DRBGs staticKurt Roeckx2017-08-282-5/+3
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-284-62/+103
* Avoid out-of-bounds readRich Salz2017-08-281-4/+6
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-284-31/+21
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-285-22/+22
* DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre2017-08-283-40/+56
* MSC_VER <= 1200 isn't supported; remove dead codeRich Salz2017-08-271-3/+0
* This part fixes braces around if-else.Paul Yang2017-08-259-44/+65
* Fix coding style in crypto/rsa directoryPaul Yang2017-08-259-62/+62
* Use strcpy instead of sprintf %sRich Salz2017-08-251-18/+14
* Clear secret stack values after use in the ED25519-functionsBernd Edlinger2017-08-251-2/+2
* Clear secret stack values after use in curve25519.cBernd Edlinger2017-08-251-0/+6
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-255-18/+5
* Check for EOF in ASCII conversions.Pauli2017-08-241-2/+3
* Fix BN_print()Kazuki Yamaguchi2017-08-231-1/+1
* Move randomness to allocated bufferRich Salz2017-08-232-16/+14
* Improvement the formatting in bn_print.cPauli2017-08-221-22/+22
* (Re)move some things from e_os.hRich Salz2017-08-223-4/+3
* Use "" not <> on e_os.h includeRich Salz2017-08-225-5/+5
* Remove custom base64 code.Rich Salz2017-08-221-106/+6
* Use "" not <> for internal/ includesRich Salz2017-08-2221-39/+39
* Avoid a self-assignment.Pauli2017-08-221-2/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-2231-230/+460
* More updates following review feedbackMatt Caswell2017-08-215-29/+8
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-215-14/+1
* Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2017-08-212-41/+99
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-212-5/+29
* Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell2017-08-211-3/+6
* Remove OPENSSL_assert() from crypto/pemMatt Caswell2017-08-212-10/+16
* Remove OPENSSL_assert() from crypto/kdfMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/hmacMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/ecMatt Caswell2017-08-212-2/+4
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-212-6/+6
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-213-14/+21
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* err/err.c: improve readability.Andy Polyakov2017-08-181-6/+2
* err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov2017-08-181-2/+0
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-161-0/+2
* sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.Andy Polyakov2017-08-161-144/+242
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-161-1/+1
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2
* Clear error stack on successful OSSL_STORE_open()Richard Levitte2017-08-151-5/+16
* Add ERR_clear_last_mark()Richard Levitte2017-08-151-0/+23
* Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte2017-08-152-1/+1
* Add some casts for %jRich Salz2017-08-151-2/+2