Fix two additional instances of the old EVP_MAC_CTX_ functions being used.
[openssl.git] / doc /
2020-06-11 Sebastian Andrzej... doc: Add a hint to man3/EVP_$hash that it is legacy
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Matt CaswellMake it clear that you can't use all ciphers for CMAC
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-06-08 Vadim FedorenkoTLSv1.3: additional checks in SSL_set_record_padding_ca...
2020-06-08 Dr. David von OheimbFix documentation of OSSL_STORE
2020-06-06 Dr. David von OheimbConsolidate doc of BIO_do_connect() and its alias BIO_d...
2020-06-06 Benjamin KadukFix a typo in SSL_CTX_set_session_ticket_cb.pod
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05 Matt CaswellEnable applications to directly call a provider's query...
2020-06-05 Richard LevitteAPPS: Drop interactive mode in the 'openssl' program
2020-06-04 Jaimee BrownMinor doc fix for EVP_PKEY_CTX_new_from_pkey
2020-06-04 Otto HollmannAdd cipher list ciphersuites which using encryption...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-03 Rich SalzUpdate manpage to fix examples, other minor tweaks
2020-06-03 Rich SalzCleanup cert config files for tests
2020-06-02 Jack O'Connorfix a docs typo
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-05-29 Richard LevitteDOCS: add openssl-core_names.h(7)
2020-05-29 Richard LevitteDOCS: add openssl-core_numbers.h(7)
2020-05-28 Patrick SteuerEVP_EncryptInit.pod: fix example
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-26 Dr. Matthias St... doc: fix trace category names
2020-05-26 Rich SalzClean up some doc nits
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-23 Bernd EdlingerFix the parameter types of the CRYPTO_EX_dup function...
2020-05-21 mettacrawlerThere is no -signreq option in CA.pl
2020-05-20 Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-20 Richard LevitteAdd OSSL_PROVIDER_do_all()
2020-05-19 raja-ashokUpdate early data exchange scenarios in doc
2020-05-19 raja-ashokUpdate limitation of psk_client_cb and psk_server_cb...
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 Rich SalzUse {module,install}-mac, not -checksum
2020-05-19 Rich SalzRevise fips_install.pod
2020-05-19 Rich SalzRevise x509v3_config.pod
2020-05-19 Rich SalzRevise fips_config.pod
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-18 Nikolay MorozovFix small documentation issues
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-16 Matt CaswellUpdate documentation following changes of various types
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Dr. David von OheimbNit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdat...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Nikolay MorozovAdd documentation for ASN1_INTEGER_new() and ASN1_INTEG...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Dr. David von OheimbImprove CMP documentation regarding use of untrusted...
2020-05-13 Dr. David von OheimbChunk 11 of CMP contribution to OpenSSL: CMP command...
2020-05-13 Dr. David von OheimbImprove description of algorithm NIDs in doc/man3/OSSL_...
2020-05-13 Dr. David von OheimbReflect constifications of 62dcd2aa in doc/man3/OSSL_CR...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-13 Richard LevitteRemove explicit dependency on configdata.pm when proces...
2020-05-10 Beat Bollidoc: fix two invalid <B> tags
2020-05-09 Dr. David von OheimbConstify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-08 Paulidoc: remove deprecation notes for apps that are staying.
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-07 Jakub ZelenkaAdd documentation for CMS_EnvelopedData_create()
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-05 Christian HeimesUse fips=yes consistently in documentation
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-05 Kurt RoeckxImprove SSL_shutdown documentation.
2020-05-04 Matt CaswellAllow OSSL_PARAM_get_octet_string() to pass a NULL...
2020-05-04 Matt CaswellDocument the new raw private/public key functions
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-30 PauliUndeprecate DH, DSA and RSA _bits() functions.
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-29 opensignatureUpdate EVP_PKEY_fromdata.pod
2020-04-27 Sebastian Andrzej... doc: Random spellchecking
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-24 Rich SalzRewrite man5/config.pod and related conf code cleanup
2020-04-24 Rich SalzSSL_CTX_config.pod: Remove needless "NOTE" heading
2020-04-24 Rich SalzUpdate some nits around the FIPS module
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevittePROV: Ensure that ED25519 & ED448 keys have a mandatory...
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19 Shane LontisDOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC...
2020-04-19 Richard LevitteDOC: Refactor provider-keymgmt(7) to give the keytypes...
2020-04-19 PauliUndeprecate DH_get_length() and DH_set_length() functions
2020-04-19 Paulidhparam: update command line app to use EVP calls
2020-04-18 Richard LevitteDOC: Extend the description of EVP_PKEY_CTX_new_from_name()
2020-04-18 Richard LevitteDOC: Add more description of EVP_PKEY_fromdata(), and...
2020-04-17 Paulidoc: note that the FIPS provider contains some non...
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-16 Matt CaswellDocument X509_verify_ex() and X509_REQ_verify_ex()
2020-04-15 Shane LontisAdd DH keygen to providers
next