summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-07-24aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-24sha/asm/keccak1600-avx512.pl: improve performance by 17%.Andy Polyakov
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok
2017-07-24Improve struct tm populationPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-07-22Add --with-rand-seedRich Salz
2017-07-21sha/asm/keccak1600-avx512.pl: absorb bug-fix and minor optimization.Andy Polyakov
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk