summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-07-26Simplify the handling of shared library version numbersRichard Levitte
2017-07-26add basic references to the new methods in documentationHubert Kario
2017-07-26handle scrypt PBKDF in PKCS#12 files infoHubert Kario
2017-07-26nicer formatting for MAC infoHubert Kario
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-26more info about PKCS#12 structure MACHubert Kario
2017-07-26pkcs12.c better formatting for unsupported paramsHubert Kario
2017-07-26fix OSSL_STORE man pagesHubert Kario
2017-07-26Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-26Fix potential use-after-free and memory leakPauli
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-24schlock global variable needs to be volatileXiaoyin Liu
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok
2017-07-24Makefile.shared: Make link_shlib.linux-shared less verbose againRichard Levitte
2017-07-24test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'Richard Levitte
2017-07-24Simplify Makefile.sharedRichard Levitte
2017-07-24Improve struct tm populationPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-24Update documentation for SSL_is_server()Paul Yang
2017-07-23Remove unused function prototypesXiaoyin Liu
2017-07-23Update doc/ca.pod to clarify description for datesPaul 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-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Remove trailing whitespace from drbgtest.cBenjamin 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-19Add keygen test dataDr. Stephen Henson
2017-07-19Add keygen test to evp_testDr. Stephen Henson
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-18Add some performance notes about early dataMatt Caswell
2017-07-18Remove session checks from SSL_clear()Matt Caswell
2017-07-18Add a test for SSL_clear()Matt Caswell