summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the TEST_check macro.Pauli2017-07-043-127/+199
* Add echo for end of each build phaseRich Salz2017-07-041-6/+30
* STORE: fix possible memory leakRichard Levitte2017-07-041-6/+6
* Use the return value from write(2)Pauli2017-07-041-2/+5
* BN_pseudo_rand is really BN_randRich Salz2017-07-049-34/+33
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-033-5/+293
* objects/objects.txt: add SHA3 OIDs.Andy Polyakov2017-07-031-1/+36
* Correct documentation for UI_get0_result_stringRichard Levitte2017-07-031-3/+3
* sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov2017-07-031-35/+17
* sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov2017-07-031-32/+31
* sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov2017-07-031-15/+8
* x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov2017-07-035-5/+5
* Various doc fixesRich Salz2017-07-0318-78/+76
* Fix potential crash in tls_construct_finished.Bernd Edlinger2017-07-031-1/+6
* Fix a crash in tls_construct_client_certificate.Bernd Edlinger2017-07-031-1/+6
* Fix TLSv1.3 exporterMatt Caswell2017-07-031-1/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-0318-346/+361
* Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte2017-07-031-0/+3
* Fix copyright date for the ARIA evp file.Pauli2017-07-031-1/+1
* Update fuzz corporaKurt Roeckx2017-07-0222495-2943/+7089
* STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte2017-07-021-1/+1
* When apps_startup() fails, exit with a failure code and a messageRichard Levitte2017-07-011-1/+6
* Cleanup some copyright stuffRich Salz2017-07-0115-2378/+28
* Fix build with no-threads no-ecDr. Stephen Henson2017-06-302-2/+3
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-304-5/+5
* Merge Intel copyright notice into standardRich Salz2017-06-308-289/+78
* Add ECHO to makefiles for real silenceRich Salz2017-06-302-48/+51
* Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell2017-06-302-7/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-299-1/+123
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-294-0/+12
* STORE: simplify store_loader_cmp()Richard Levitte2017-06-291-5/+2
* util/mkdef.pl: Make symbol version processing Linux onlyRichard Levitte2017-06-291-2/+2
* util/mkdef.pl: Add UNIX as a platformRichard Levitte2017-06-291-1/+4
* Add sha/asm/keccak1600-s390x.pl.Andy Polyakov2017-06-291-0/+568
* sha/asm/keccak1600-x86_64.pl: add CFI directives.Andy Polyakov2017-06-291-0/+40
* sha/asm/keccak1600-x86_64.pl: optimize by re-ordering instructions.Andy Polyakov2017-06-291-83/+95
* sha/asm/keccak1600-x86_64.pl: remove redundant moves.Andy Polyakov2017-06-291-28/+50
* Add sha/asm/keccak1600-x86_64.pl.Andy Polyakov2017-06-291-0/+535
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-297-0/+118
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-296-9/+73
* Fix double array increment in s_client mysql connectSteven Danneman2017-06-291-2/+1
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-293-62/+145
* STORE: Add an entry in NEWS and CHANGESRichard Levitte2017-06-292-0/+11
* STORE test recipe: Remove comment refering to OpenConnectRichard Levitte2017-06-291-1/+0
* Add documentation for the storeutl appRichard Levitte2017-06-291-0/+76
* Add documentation for STORE functionsRichard Levitte2017-06-294-0/+666
* engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte2017-06-291-0/+32
* STORE: add ENGINE information to loadersRichard Levitte2017-06-295-2/+34
* Test that storeutl with a directory path works as expectedRichard Levitte2017-06-291-2/+8
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-296-74/+239