summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-23RSA: Fix guard mixupRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-09make ordinalsRichard Levitte
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Remove openssl provider appShane Lontis
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-09-21Fix merge error with libcrypto.numShane Lontis
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-09Deprecate SHA and MD5 again.Pauli
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis