summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Rename internal rand.h fileRich Salz
2017-07-20Fix faulty includeRichard Levitte
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Typo: should check mgf1mdDr. Stephen Henson
2017-07-19Set maskHash when creating parameters.Dr. Stephen Henson
2017-07-19Remove some dead codeMatt Caswell
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell
2017-07-19Add DRBG random methodRich Salz
2017-07-17Remove resolved TODOEmilia Kasper
2017-07-17Fix use-after-freeRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-15sha/asm/keccak1600-avx2.pl: optimized remodelled version.Andy Polyakov
2017-07-15sha/asm/keccak1600-avx2.pl: remodel register usage.Andy Polyakov
2017-07-15OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte
2017-07-15OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte
2017-07-15Start to overhaul RAND APIRich Salz
2017-07-14For Windows, use _stat rather than statRichard Levitte
2017-07-14Fix style in crypto/store/loader_file.cRichard Levitte
2017-07-13Fix bug in err_string_data_cmpRich Salz
2017-07-14Change return (x) to return xPauli
2017-07-14Avoid having an unsigned integer decrement below zero.Pauli
2017-07-13make errorsDr. Stephen Henson
2017-07-12coding style: remove extra whitespace charactorhongliang
2017-07-12Rewrite RAND_egdRich Salz
2017-07-10Fix error handling in get_header_and_data.Bernd Edlinger
2017-07-10Fix crash in BUF_MEM_grow_clean.Bernd Edlinger
2017-07-10Optimize sha/asm/keccak1600-avx2.pl.Andy Polyakov
2017-07-10Add sha/asm/keccak1600-avx2.pl.Andy Polyakov
2017-07-07Trivial bounds checking.Pauli