summaryrefslogtreecommitdiffstats
path: root/crypto/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-23/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-131-0/+23
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2837-3232/+0
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-18/+19
* Add des ciphers to default providerShane Lontis2019-09-231-0/+4
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-4/+4
* Fix building statically without any dso supportBernd Edlinger2019-09-161-1/+1
* Fix compile error detected by Solaris buildShane Lontis2019-09-151-6/+9
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-1/+0
* Move EVP_PKEY algorithm implementations into a unionMatt Caswell2019-09-091-6/+22
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+3
* KDF/PRF updates to libcryptoPauli2019-09-061-21/+16
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-1/+0
* Fix platform specific issues with provider ciphersShane Lontis2019-09-011-0/+1
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+7
* Remove MAC cruftRichard Levitte2019-08-241-7/+0
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-3/+36
* prevent endless recursion when trace API is used within OPENSSL_init_crypto()Dr. David von Oheimb2019-08-201-1/+0
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-6/+6
* Adapt diverse code to provider based MACs.Richard Levitte2019-08-151-0/+1
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-21/+19
* Add missing EVP param utility functionsRichard Levitte2019-08-151-0/+6
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-0/+2
* Make more use of OSSL_PARAM for digestsRichard Levitte2019-08-121-3/+2
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-0/+1
* Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis2019-07-311-1/+1
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-312-0/+22
* Add a mechnism to save the name of fetched methodsRichard Levitte2019-07-231-0/+2
* Allocate DRBG additional data pool from non-secure memoryBernd Edlinger2019-07-221-1/+2
* Add an internal API to access the KEYMGMT provider functionsRichard Levitte2019-07-221-0/+26
* Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte2019-07-221-1/+2
* Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte2019-07-222-0/+16
* Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte2019-07-221-3/+19
* Fix S390X compile error due to missing definesShane Lontis2019-07-181-6/+16
* Remove tab characters from C source files.Pauli2019-07-162-42/+42
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-0/+5
* Regenerate mkerr filesRich Salz2019-07-161-17/+23
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-163-22/+632
* Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell2019-07-111-4/+3
* Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2019-07-111-3/+4
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-111-0/+23
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-111-3/+0
* Add X9.42 KDF.Shane Lontis2019-07-091-0/+1
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+6
* Support SM2 certificate signingPaul Yang2019-06-281-0/+3
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-0/+34
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-1/+2
* Standardise the function naming conventions in initthread.cMatt Caswell2019-06-171-2/+2
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-4/+4