summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Undo commit d420ac2Rich Salz2017-07-0523-129/+99
* 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-033-18/+11
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-032-5/+161
* objects/objects.txt: add SHA3 OIDs.Andy Polyakov2017-07-031-1/+36
* 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
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-035-222/+218
* 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
* STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte2017-07-021-1/+1
* Cleanup some copyright stuffRich Salz2017-06-307-1807/+8
* Fix build with no-threads no-ecDr. Stephen Henson2017-06-301-0/+1
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-301-1/+1
* Merge Intel copyright notice into standardRich Salz2017-06-308-289/+78
* Add fork handlers, based on pthread_atforkRich Salz2017-06-295-0/+50
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-293-0/+11
* STORE: simplify store_loader_cmp()Richard Levitte2017-06-291-5/+2
* 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-296-0/+116
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-293-7/+53
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-59/+135
* STORE: add ENGINE information to loadersRichard Levitte2017-06-293-1/+22
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-294-74/+237
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-293-4/+84
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-293-111/+180
* STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte2017-06-294-1/+70
* STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2017-06-293-0/+125
* STORE 'file' scheme loader: add support for containersRichard Levitte2017-06-293-46/+113
* Add a STORE loader for the "file" schemeRichard Levitte2017-06-296-2/+614
* Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte2017-06-291-0/+16
* Make asn1_d2i_read_bio accessible from STORERichard Levitte2017-06-292-3/+3
* Add the STORE moduleRichard Levitte2017-06-2913-1/+887
* Make it possible to refer to ERR_R_UI_LIBRichard Levitte2017-06-291-0/+1
* crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte2017-06-281-0/+8
* UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte2017-06-281-1/+3
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-283-16/+70
* Add new /dev/crypto engineRichard Levitte2017-06-285-0/+630
* Add the common error ERR_R_OPERATION_FAILRichard Levitte2017-06-281-0/+1
* Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk2017-06-271-1/+1
* Rename static global "lock" to "obj_lock"Rich Salz2017-06-261-14/+14
* Change to check last return value of BN_CTX_getPaul Yang2017-06-2616-84/+79