summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-06-26Fix inaccurate comments in bn_prime.cPaul Yang
2017-06-24sha/asm/keccak1600-mmx.pl: optimize for Atom and add comparison data.Andy Polyakov
2017-06-24Add sha/asm/keccak1600-mmx.pl, x86 MMX module.Andy Polyakov
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2017-06-21sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov
2017-06-21Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Add sha/asm/keccak1600-c64x.plAndy Polyakov
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY