summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-294-4/+86
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-294-111/+181
* STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte2017-06-295-1/+71
* STORE tests: add PKCS#12 testsRichard Levitte2017-06-293-12/+153
* STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2017-06-294-0/+128
* STORE 'file' scheme loader: add support for containersRichard Levitte2017-06-294-46/+114
* Add a test that checks the store utilityRichard Levitte2017-06-291-0/+278
* Add a simple store utility commandRichard Levitte2017-06-292-1/+200
* Add a STORE loader for the "file" schemeRichard Levitte2017-06-297-2/+623
* Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte2017-06-292-0/+18
* Make asn1_d2i_read_bio accessible from STORERichard Levitte2017-06-292-3/+3
* Add the STORE moduleRichard Levitte2017-06-2920-4/+1206
* Make it possible to refer to ERR_R_UI_LIBRichard Levitte2017-06-292-0/+2
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-293-28/+12
* Update the SSL_export_keying_material() documentation for TLSv1.3Matt Caswell2017-06-291-3/+6
* Add an SSL_export_keying_material() testMatt Caswell2017-06-291-0/+140
* Update SSL_export_keying_material() for TLSv1.3Matt Caswell2017-06-293-1/+54
* Fix sample codeGreg Zaverucha2017-06-291-0/+6
* crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte2017-06-281-0/+8