apps: remove NULL check imn release_engine since ENGINE_free also does it.
[openssl.git] / doc /
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-07-03 Matt CaswellFix a typo in the i2d_TYPE_fp documentation
2020-07-02 Jakub Wilkdoc: Remove stray backtick
2020-07-01 Paulidoc: remove reference to the predecessor of SHA-1.
2020-07-01 Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-07-01 Dr. David von OheimbMove doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_s...
2020-07-01 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-30 Matt CaswellFix a typo on the SSL_dup page
2020-06-29 Rich SalzAdd --fips-key configuration parameter to fipsinstall...
2020-06-28 Matt CaswellMake the ASYNC code default libctx aware
2020-06-28 Richard LevitteCORE: Add OPENSSL_CTX_set0_default(), to set a default...
2020-06-26 pedro martellettodoc/man3: fix types taken by HMAC(), HMAC_Update()
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... evp_generic_fetch.pod: fix documentation error
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Matt CaswellFix some man page typos
2020-06-24 Paulievp_rand: documentation
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-06-24 Dmitry BelyavskiyCMS print should support string conversion: docs
2020-06-23 Matt CaswellDon't attempt to duplicate the BIO state in SSL_dup
2020-06-23 Matt CaswellUpdate the SSL_dup documentation to match reality
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-06-23 Richard LevitteDOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_ke...
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-22 Dr. David von OheimbAdd documentation of OSSL_CRMF_CERTID_dup()
2020-06-21 Billy Brumley[doc/man3] finish EC_GROUP_get_field_type documentation
2020-06-20 Paulidoc: Document OSSL_PARAM_modified and OSSL_PARAM_set_al...
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellUpdate the various SSL group getting and setting functions
2020-06-19 Matt CaswellAdd some missing OSSL_PKEY_PARAM_GROUP_NAME documentation
2020-06-19 Matt CaswellAdd documentation about Capabilities
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-19 Benny BaumannAdd missing section on asymmetric ciphers
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-18 Sebastian Andrzej... DOC: Spelling fixes
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-16 olszomalCMS_get0_signers() description
2020-06-13 Nicola TuveriFix nits detected by make cmd-nits
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbImprove description of CMP untrusted certs and msg...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-13 Dr. David von OheimbAdd request URL path checking and status responses...
2020-06-13 Dr. David von OheimbAllow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13 Dr. David von OheimbImprove description of -trusted, -srvcert, -recipient...
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
next