summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* DESERIALIZER: Refactor the constructor setting APIRichard Levitte2020-08-011-13/+20
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-012-0/+23
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-011-5/+3
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+1
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+1
* unify spelling of serializePauli2020-07-302-2/+2
* Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb2020-07-301-0/+1
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-303-13/+19
* DESERIALIZER: Implement decryption of password protected objectsRichard Levitte2020-07-241-0/+3
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-242-2/+2
* CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte2020-07-241-0/+5
* SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte2020-07-241-0/+9
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-248-8/+191
* KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2020-07-242-0/+8
* EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte2020-07-241-0/+15
* Add X509 related libctx changes.Shane Lontis2020-07-248-34/+88
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-324/+274
* Fix provider cipher reinit issueShane Lontis2020-07-221-2/+4
* Fix typo for SSL_get_peer_certificate()Richard Levitte2020-07-191-1/+1
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* Update copyright yearRichard Levitte2020-07-164-4/+4
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-6/+6
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-162-61/+34
* trace: condition out engine related tracingPauli2020-07-161-2/+4
* doc: document that the engine initialisation options are deprecated.Pauli2020-07-161-1/+0
* deprecate engine from public header filesPauli2020-07-161-136/+153
* Fix indentation for engine.hPauli2020-07-161-93/+93
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-1/+6
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-152-4/+12
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* DRBG: rename the DRBG taxonomy.Pauli2020-07-141-7/+14
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-0/+22
* ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb2020-07-101-0/+1
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+1
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-1/+2
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-0/+1
* Add provider support for TLS CBC padding and MAC removalMatt Caswell2020-07-061-20/+23
* ERR: special case system errorsRichard Levitte2020-07-051-27/+80
* ERR: refactor global error codesRichard Levitte2020-07-051-24/+58
* Fix up build issue when running cpp testsJon Spillett2020-07-031-0/+4
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-011-0/+1
* Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb2020-07-011-0/+1
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-0/+30
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-0/+1
* Update copyright yearMatt Caswell2020-06-255-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-242-205/+205
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-243-2/+2
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+2
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-245-50/+60