aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-141-2/+2
* Instantiate when RAND_status() checksRich Salz2017-08-131-0/+2
* sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeeze tail.Andy Polyakov2017-08-121-1/+1
* Wire SHAKE to EVP.Andy Polyakov2017-08-122-4/+16
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-123-0/+26
* Fix building without scryptJohannes Bauer2017-08-081-0/+4
* Support CMS decrypt without a certificate for all key typesDr. Stephen Henson2017-08-081-6/+4
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-088-4/+291
* Various RAND improvementsRich Salz2017-08-073-43/+55
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Make RAND_DRBG fork-safeRich Salz2017-08-075-2/+18
* Add missing include of cryptlib.hRich Salz2017-08-065-5/+5
* Use passed drbg, not global oneDr. Stephen Henson2017-08-061-2/+2
* Fix typo in files in crypto folderXiaoyin Liu2017-08-054-8/+8
* Add entropy sanity checkDr. Stephen Henson2017-08-051-0/+5
* Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson2017-08-051-0/+2
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-045-163/+154
* Add RAND_priv_bytes() for private keysRich Salz2017-08-0314-51/+110
* Add a DRBG to each SSL objectRich Salz2017-08-031-0/+8
* Switch from ossl_rand to DRBG randRich Salz2017-08-0316-1101/+639
* Move ossl_assertMatt Caswell2017-08-031-82/+0
* Fix indentationJohannes Bauer2017-08-031-1/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-033-1/+7
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-034-12/+22
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-034-2/+16
* Set error when HKDF used without parametersJohannes Bauer2017-08-033-1/+5
* sha/asm/keccak1600-armv4.pl: improve non-NEON performance by ~10%.Andy Polyakov2017-08-021-352/+388
* Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo2017-08-021-0/+2
* sha/keccak1600.c: choose more sensible default parameters.Andy Polyakov2017-08-011-11/+21
* asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov2017-08-011-17/+20
* Fix an information leak in the RSA padding check code.Bernd Edlinger2017-07-312-4/+4
* bn/bn_lcl.h: restore formatting.Andy Polyakov2017-07-311-10/+10
* bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov2017-07-311-11/+9
* bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov2017-07-311-7/+7
* Fix typo in sha1-thumb.plXiaoyin Liu2017-07-301-1/+1
* Refactor ASN1_TIME_print functionsPaul Yang2017-07-303-92/+47