summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise
2020-04-17pkey: free key manager on error pathPauli
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-17EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell
2020-04-16Put sys-specific files in build.infoRich Salz
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell
2020-04-15Teach the OSSL_STORE code about libctxMatt Caswell
2020-04-15Use the libctx in Ed448 private key decodingMatt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-15EVP: fix memleak in evp_pkey_downgrade()Richard Levitte
2020-04-15EVP: Add a temporary SM2 hack to key generationRichard Levitte
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-15KEYMGMT: Add functions to get param/key generation parametersRichard Levitte
2020-04-15Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson
2020-04-14BIO_do_accept: correct error return valuescott
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-10EVP: legacy_ctrl_to_param() to handle provider side keysRichard Levitte
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-04-09Add common internal crypto/ modules in liblegacy.aRichard Levitte
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-04-09Make the CT code library context awareMatt Caswell
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-09Use the libctx and propq from the X509_STORE_CTXMatt Caswell
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-04-08EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-04-08params: avoid a core dump with a null pointer and a get string callPauli
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-07Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-04-07Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb