summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* make scrypt ASN.1 parameter functions publicHubert Kario2017-07-262-11/+5
* Fix async engine pause dead lock in error case.Emeric Brun2017-07-261-0/+1
* Wire SHA3 EVPs and add tests.Andy Polyakov2017-07-251-0/+8
* Add evp/m_sha3.c.Andy Polyakov2017-07-252-1/+169
* sha/keccak1600.c: build and make it work with strict warnings.Andy Polyakov2017-07-252-1/+6
* crypto/x86_64cpuid.pl: fix typo in Knights Landing detection.Andy Polyakov2017-07-251-1/+1
* aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov2017-07-242-7/+15
* evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov2017-07-241-3/+5
* sha/asm/keccak1600-avx512.pl: improve performance by 17%.Andy Polyakov2017-07-241-176/+278
* Fix nid assignment in ASN1_STRING_TABLE_addlolyonok2017-07-241-1/+2
* Improve struct tm populationPauli2017-07-241-0/+33
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-244-270/+202
* Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer2017-07-231-5/+5
* Add --with-rand-seedRich Salz2017-07-226-274/+220
* sha/asm/keccak1600-avx512.pl: absorb bug-fix and minor optimization.Andy Polyakov2017-07-211-19/+17
* x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2017-07-218-5/+33
* Fix out-of-bounds read in ctr_XORBenjamin Kaduk2017-07-201-1/+1
* typedef's for RAND_DRBG methodsBenjamin Kaduk2017-07-201-7/+4
* Rename internal rand.h fileRich Salz2017-07-203-2/+2
* Fix faulty includeRichard Levitte2017-07-201-1/+1
* Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz2017-07-203-3/+9
* Typo: should check mgf1mdDr. Stephen Henson2017-07-191-1/+1
* Set maskHash when creating parameters.Dr. Stephen Henson2017-07-191-0/+2
* Remove some dead codeMatt Caswell2017-07-192-6/+0
* Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell2017-07-192-2/+18
* Add DRBG random methodRich Salz2017-07-198-36/+976
* Remove resolved TODOEmilia Kasper2017-07-171-2/+0
* Fix use-after-freeRich Salz2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-1/+4
* sha/asm/keccak1600-avx2.pl: optimized remodelled version.Andy Polyakov2017-07-151-97/+99
* sha/asm/keccak1600-avx2.pl: remodel register usage.Andy Polyakov2017-07-151-109/+105
* OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte2017-07-151-3/+7
* OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte2017-07-151-18/+28
* OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte2017-07-152-28/+76
* OSSL_STORE: spell error reason correctlyRichard Levitte2017-07-153-4/+4
* Start to overhaul RAND APIRich Salz2017-07-156-322/+238
* For Windows, use _stat rather than statRichard Levitte2017-07-141-0/+4
* Fix style in crypto/store/loader_file.cRichard Levitte2017-07-141-4/+54
* Fix bug in err_string_data_cmpRich Salz2017-07-131-1/+3
* Change return (x) to return xPauli2017-07-131-14/+14
* Avoid having an unsigned integer decrement below zero.Pauli2017-07-131-11/+18
* make errorsDr. Stephen Henson2017-07-131-0/+1
* coding style: remove extra whitespace charactorhongliang2017-07-122-2/+2
* Rewrite RAND_egdRich Salz2017-07-121-158/+67
* Fix error handling in get_header_and_data.Bernd Edlinger2017-07-101-1/+2
* Fix crash in BUF_MEM_grow_clean.Bernd Edlinger2017-07-101-2/+4
* Optimize sha/asm/keccak1600-avx2.pl.Andy Polyakov2017-07-101-84/+87
* Add sha/asm/keccak1600-avx2.pl.Andy Polyakov2017-07-101-0/+479
* Trivial bounds checking.Pauli2017-07-079-107/+100
* Add sha/asm/keccak1600-avx512.pl.Andy Polyakov2017-07-071-0/+449