DECODER: Add input structure support for EVP_PKEY decoding
[openssl.git] / doc / man3 /
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-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-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
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-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-15 Matt CaswellUpdate copyright year
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-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-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-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 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 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 Paulikdf/mac: add name query calls for KDFs and MACs
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 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-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
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-12 Shane LontisFix EVP_PKEY_CTX_ctrl() documentation
2020-09-12 Shane LontisUpdate doc for EVP_PKEY_CTX_set_ec_param_enc()
2020-09-11 Dr. David von OheimbOSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_...
2020-09-10 Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
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-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-09-06 Richard LevitteDOC: Fix check of EVP_PKEY_fromdata{,_init} in examples
2020-09-06 Richard LevitteDOC: Modify one example in EVP_PKEY_fromdata(3)
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Matt CaswellUpdate the EVP_PKEY MAC documentation
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-29 Matt CaswellAdd some documentation about the EVP_PKEY MAC interface
2020-08-29 Matt CaswellDocument the EVP_PKEY_new_CMAC_key_with_libctx() function
2020-08-28 T.YanagisawaCorrect description of BN_mask_bits
2020-08-28 Pauliconf: add diagnostic option
2020-08-27 Dr. David von OheimbX509_add_certs(): Add to doc some warning notes on...
2020-08-27 Rich SalzAdd OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
2020-08-26 Dmitry BelyavskiyRFC 8398: documentation
2020-08-24 Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-24 Richard LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24 Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von OheimbAdd OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-20 Richard LevittePEM: Add more library context aware PEM readers
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-19 Dr. David von OheimbPKCS12_parse(): Clean up code and correct documentation
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-13 Benjamin KadukMark SSL_CTX_set_ssl_version() as deprecated in 3.0
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Benjamin KadukDocument EVP_CIPHER_CTX IV accessors
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-10 Matt CaswellUpdate KDF documentation
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09 Shane LontisAdd some of the missing CMS API documentation
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
next