coverity 1462571 Dereference after null check
[openssl.git] / doc /
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
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellDocument the new libctx aware private key functions
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-11 Richard LevitteFix some errors in documentation
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-09 Matt CaswellDocument the new library context aware CT functions
2020-04-09 Jim NewsomeUpdate RAND_METHOD definition in man page
2020-04-09 PauliAdd a null provider which implements no algorithms.
2020-04-08 Matt CaswellDocument the new X509_STORE_CTX_new_with_libctx() function
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-08 Pauliparams: add a warning about the PTR types.
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-03 Matt CaswellExpand the XTS documentation
2020-04-03 Shane LontisAdd data driven SELF TEST code for signatures and key...
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Nikolay MorozovTLS Cipher Suite 0xC102 Support
2020-04-01 Tianjia Zhangapps: support sendfile in s_server when ktls enabled
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-30 Matt CaswellDocument the new X509v3_cache_extensions() function
2020-03-30 Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-28 PauliParam builder: Remove the static size limit.
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliNEWS: note OSSL_PARAM_BLD API as public.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Matt CaswellDocument various SRP related APIs
2020-03-27 Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-25 Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25 Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25 Dr. David von OheimbFix whitespace nit in OSSL_SELF_TEST_new.pod which...
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-23 Rich SalzUpdate CA.pl podpage, and script
2020-03-23 Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-20 Shane LontisAdd support for passing the libctx to the config loader
2020-03-18 Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-15 Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-14 Richard LevitteDOCS: Fix the description of OSSL_PARAM_allocate_from_t...
2020-03-14 PauliRemove reference to old DH files.
2020-03-14 Paulidh: document what the PEM files in apps actually contain.
2020-03-13 Benjamin Kadukdoc: fix spelling of TYPE_get_ex_new_index
2020-03-13 Benjamin KadukAdditional updates to SSL_CTX_sess_set_get_cb.pod
2020-03-13 Jakub Jelendoc: Update the reference from draft to RFC
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-11 Rich SalzDOCS: Use "command" not "tool" or "utility"
2020-03-10 Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-10 Richard LevitteDOCS: Clean up doc/man3/EVP_DigestInit.pod
2020-03-10 Richard LevitteDOCS: Add translation information for EVP_MD_CTX_ctrl()
2020-03-10 Richard LevitteDOCS: Move implementation specific docs away from provi...
2020-03-10 Richard LevitteDOCS: Start restructuring our provider and implementati...
2020-03-09 Richard LevitteDOCS: Fix documentation on asymmetric keydata types
2020-03-09 James Peachdocs: fix typo in SSL functions
2020-03-09 Matt CaswellDocument the new DigestSign provider functions
2020-03-08 Dr. Matthias St... doc: slightly reformulate 'openssl(1)/Random State...
2020-03-07 Rich SalzAdd -section option to 'req' command
2020-03-07 Paulicmdline app: add provider commandline options.
2020-03-07 Pauliman1: make all openssl command line tool documentation...
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-06 Matt CaswellClarify the usage of EVP_PKEY_get_raw_[private|public...
2020-03-06 Rich SalzUse .cnf for config files, not .conf
2020-03-04 Rich SalzAdd some missing env var documentation
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-03 Tomas MrazCorrect two small documentation issues
2020-03-03 Dmitry BelyavskiyDocumenting newly added CMS modification
next