PROV: Re-implement all the keypair decoders
[openssl.git] / doc /
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11 Dr. David von Oheimbcmp_msg.c: Use issuer of reference cert as default...
2020-11-11 Shane LontisAdd support for making all of KBKDF FixedInput fields...
2020-11-10 Pali RohárDocument pkcs12 alg NONE
2020-11-10 Dr. David von Oheimbopenssl-cmp.pod.in: Clean up doc of -verify_email,...
2020-11-10 Dr. David von Oheimbopenssl.pod: Improve doc of -verify_email, -verify_host...
2020-11-10 Dr. David von Oheimbopenssl-*.pod.in: Prevent newlines on empty engine_syno...
2020-11-10 Dr. David von Oheimbopenssl-cmp.pod.in: Align order of options with apps...
2020-11-06 David von OheimbImprove doc of X509_verify_cert(), also in openssl.pod
2020-11-04 Randall S. BeckerMoved OPENSSL_fork_prepare,_parent,_child from init...
2020-11-01 Richard LevitteSimplify and clarify doc/internal/man7/deprecation.pod
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-30 Richard Levittetest/recipes/15-test_gendh.t: don't try DER params
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Paulienc: change the text to reference `-list` instead of...
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-20 Matt CaswellDeprecate EVP_PKEY_set1_tls_encodedpoint()
2020-10-20 Matt CaswellDocument EVP_PKEY_set1_encoded_public_key()
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-16 Paulilist: add a -provider-info option.
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-14 Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-10-12 Richard LevitteDocument how deprecation should be done
2020-10-10 Richard LevitteENCODER / DECODER: Add functions to encode/decode to...
2020-10-08 Jordan MontgomeryExpose PKCS7_get_octet_string and PKCS7_type_is_other
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05 Paulidoc: remove duplicated code in example
2020-10-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-01 Matt CaswellFix some things the rename script didn't quite get...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-26 Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-26 Dr. David von OheimbOCSP_resp_find_status.pod: Slightly improve the documen...
2020-09-26 Dr. David von OheimbOCSP_resp_find_status.pod: Replace function arg referen...
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25 Shane LontisRemove openssl provider app
2020-09-25 Shane LontisUpdate openssl list to support new provider objects.
2020-09-25 Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25 Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25 Matt CaswellDocument the provider side SM2 Asymmetric Cipher support
2020-09-25 Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-09-23 Shane LontisFix EVP_KDF_scrypt so that is uses a propq for its...
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-23 PauliAdd a "random" configuration section.
2020-09-22 Daniel BeveniusDOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new
2020-09-22 Paulirand: reference count the EVP_RAND contexts.
2020-09-21 olszomalAdd const to 'ppin' function parameter
2020-09-21 Richard LevitteDOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in
2020-09-21 ozppupbgFixed EVP_MAC_final argument count in example
2020-09-20 Richard LevitteDECODER: Some cleanups, and aligning with OSSL_ENCODER
2020-09-20 Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-20 Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-20 Richard LevitteENCODER: Redefine the libcrypto <-> provider interface
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-18 Matt CaswellUpdate the EdDSA docs with information about Algorithm...
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Alexander Borkowskis_client.pod: Fix grammar in NOTES section.
2020-09-17 Shane LontisAdd selftest callback to CRNG output test
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-17 Matt CaswellDocument 2 newly added functions
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-12 Shane LontisFix EVP_PKEY_CTX_ctrl() documentation
2020-09-12 Shane LontisUpdate doc for EVP_PKEY_CTX_set_ec_param_enc()
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-11 Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve example given for -geninfo option...
2020-09-11 Dr. David von OheimbOSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_...
2020-09-11 Dr. David von Oheimbopenssl-cmp.pod.in: Update Insta Demo CA port number...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve documentation of -extracerts, ...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve documentation of -secret, -cert...
2020-09-11 Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-09-10 Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
2020-09-10 Shane LontisFix fipsinstall module path
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-09-10 Dr. David von OheimbX509_NAME_cmp(): Clearly document its semantics, refere...
2020-09-10 Dr. David von OheimbX509_NAME_add_entry_by_txt.pod: Improve documentation...
2020-09-10 Dr. David von OheimbX509_NAME_cmp: restrict normal return values to {-1...
2020-09-10 Dr. David von OheimbX509_NAME_oneline(): Fix output of multi-valued RDNs...
2020-09-10 Dr. David von OheimbX509_NAME_print_ex.pod: re-format lines to fit within...
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von OheimbReplace all wrong usages of 'B<...>' (typically by...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-09 Kurt RoeckxSupport writing RSA keys using the traditional format...
2020-09-08 Dr. David von OheimbAllow unauthenticated CMP server if missing -trusted...
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von Oheimbapps/cmp.c: Allow default HTTP path (aka CMP alias...
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
next