summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-08-08Fix building without scryptJohannes Bauer
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-07Various RAND improvementsRich Salz
2017-08-07Avoid surpising password dialog in X509 file lookup.Bernd Edlinger
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-06Use passed drbg, not global oneDr. Stephen Henson
2017-08-05Fix typo in files in crypto folderXiaoyin Liu
2017-08-05Add entropy sanity checkDr. Stephen Henson
2017-08-05Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-08-03Fix indentationJohannes Bauer
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-08-02sha/asm/keccak1600-armv4.pl: improve non-NEON performance by ~10%.Andy Polyakov
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo
2017-08-01sha/keccak1600.c: choose more sensible default parameters.Andy Polyakov
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-31bn/bn_lcl.h: restore formatting.Andy Polyakov
2017-07-31bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov
2017-07-31bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov
2017-07-30Fix typo in sha1-thumb.plXiaoyin Liu
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-29Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-28Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang
2017-07-27Improve styleBenjamin Kaduk
2017-07-27Fixups for STORE commitBenjamin Kaduk
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-26Fix comment typo.David Benjamin
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-25Wire SHA3 EVPs and add tests.Andy Polyakov
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-07-25sha/keccak1600.c: build and make it work with strict warnings.Andy Polyakov
2017-07-25crypto/x86_64cpuid.pl: fix typo in Knights Landing detection.Andy Polyakov