summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-07-05Undo commit d420ac2Rich Salz
2017-07-04STORE: fix possible memory leakRichard Levitte
2017-07-04Use the return value from write(2)Pauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03objects/objects.txt: add SHA3 OIDs.Andy Polyakov
2017-07-03sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov
2017-07-03sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov
2017-07-03sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov
2017-07-03x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-03Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte
2017-07-03Fix copyright date for the ARIA evp file.Pauli
2017-07-02STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29STORE: simplify store_loader_cmp()Richard Levitte
2017-06-29Add sha/asm/keccak1600-s390x.pl.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: add CFI directives.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: optimize by re-ordering instructions.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: remove redundant moves.Andy Polyakov
2017-06-29Add sha/asm/keccak1600-x86_64.pl.Andy Polyakov
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte
2017-06-29Make asn1_d2i_read_bio accessible from STORERichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte
2017-06-28crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte
2017-06-28UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte
2017-06-28Comment on the lack of documentation for asymmetric ciphersRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte
2017-06-27Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang