aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang2017-07-281-10/+16
* Fix a reference nit in docPaul Yang2017-07-281-1/+1
* Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte2017-07-289-9/+9
* Formatting & declaration cleanse.Pauli2017-07-281-2/+2
* OPENSSL_NO_ENGINE defined causes build failuresPauli2017-07-281-1/+2
* Remove trailing whitespace from store-related man pagesBenjamin Kaduk2017-07-272-3/+3
* Improve styleBenjamin Kaduk2017-07-271-2/+2
* Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk2017-07-274-26/+9
* Fixups for STORE commitBenjamin Kaduk2017-07-272-3/+2
* Define a value for SYS_F_FCNTLBenjamin Kaduk2017-07-272-0/+2
* Fix trivial coding style nits in a_time/a_tm filesPauli2017-07-274-25/+23
* Fix comment typo.David Benjamin2017-07-261-1/+1
* Various doc fixes.Xiaoyin Liu2017-07-263-3/+3
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-268-71/+36
* Fix the two new tests since approval.Pauli2017-07-272-15/+18
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-2792-532/+604
* Simplify the handling of shared library version numbersRichard Levitte2017-07-2610-68/+82
* add basic references to the new methods in documentationHubert Kario2017-07-262-0/+4
* handle scrypt PBKDF in PKCS#12 files infoHubert Kario2017-07-261-0/+16
* nicer formatting for MAC infoHubert Kario2017-07-261-2/+2
* make scrypt ASN.1 parameter functions publicHubert Kario2017-07-264-11/+24
* more info about PKCS#12 structure MACHubert Kario2017-07-261-2/+10
* pkcs12.c better formatting for unsupported paramsHubert Kario2017-07-261-3/+3
* fix OSSL_STORE man pagesHubert Kario2017-07-263-3/+3
* Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang2017-07-265-1/+159
* Fix async engine pause dead lock in error case.Emeric Brun2017-07-261-0/+1
* Add support to free/allocate SSL buffersTodd Short2017-07-267-3/+295
* Fix potential use-after-free and memory leakPauli2017-07-261-6/+7
* Wire SHA3 EVPs and add tests.Andy Polyakov2017-07-254-6/+98
* Add evp/m_sha3.c.Andy Polyakov2017-07-254-1/+181
* 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
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Fix nid assignment in ASN1_STRING_TABLE_addlolyonok2017-07-241-1/+2
* Makefile.shared: Make link_shlib.linux-shared less verbose againRichard Levitte2017-07-241-1/+1
* test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'Richard Levitte2017-07-241-8/+12
* Simplify Makefile.sharedRichard Levitte2017-07-242-192/+90
* Improve struct tm populationPauli2017-07-243-4/+117
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-246-272/+222
* Update documentation for SSL_is_server()Paul Yang2017-07-241-2/+15
* Remove unused function prototypesXiaoyin Liu2017-07-231-3/+0
* Update doc/ca.pod to clarify description for datesPaul Yang2017-07-231-2/+14
* Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer2017-07-232-10/+10
* Add --with-rand-seedRich Salz2017-07-2210-306/+324
* 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
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-2115-144/+1083