aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-07rand_drbg: remove RAND_DRBG.Pauli5-175/+19
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte1-0/+31
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte1-2/+2
2020-08-07gettables: core changes to pass the provider context.Pauli1-26/+39
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2-0/+11
2020-08-06Update copyright yearMatt Caswell2-2/+2
2020-08-04Mark an argument of an inline function as unusedPeter Eisentraut1-1/+1
2020-08-04Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb1-1/+1
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb1-2/+3
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis1-0/+3
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte1-13/+20
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2-0/+23
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte1-5/+3
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb1-0/+1
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb1-0/+1
2020-07-30unify spelling of serializePauli2-2/+2
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb1-0/+1
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb3-13/+19
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte1-0/+3
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2-2/+2
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte1-0/+5
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte1-0/+9
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte8-8/+191
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2-0/+8
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte1-0/+15
2020-07-24Add X509 related libctx changes.Shane Lontis8-34/+88
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli1-324/+274
2020-07-22Fix provider cipher reinit issueShane Lontis1-2/+4
2020-07-19Fix typo for SSL_get_peer_certificate()Richard Levitte1-1/+1
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb1-1/+1
2020-07-16Update copyright yearRichard Levitte4-4/+4
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-6/+6
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2-61/+34
2020-07-16trace: condition out engine related tracingPauli1-2/+4
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli1-1/+0
2020-07-16deprecate engine from public header filesPauli1-136/+153
2020-07-16Fix indentation for engine.hPauli1-93/+93
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short1-1/+6
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis2-4/+12
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka1-1/+1
2020-07-14DRBG: rename the DRBG taxonomy.Pauli1-7/+14
2020-07-11Add and use internal header that implements endianness checkRichard Levitte1-0/+22
2020-07-10ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb1-0/+1
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis1-0/+1
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber1-1/+2
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri1-0/+1
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell1-20/+23
2020-07-05ERR: special case system errorsRichard Levitte1-27/+80
2020-07-05ERR: refactor global error codesRichard Levitte1-24/+58
2020-07-03Fix up build issue when running cpp testsJon Spillett1-0/+4