]> git.ipfire.org Git - thirdparty/openssl.git/history - doc
Split configuration of TLSv1.3 ciphers from older ciphers
[thirdparty/openssl.git] / doc /
2018-03-12  Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12  Todd ShortSession Ticket app data
2018-03-11  Kurt RoeckxFix propotype to include the const qualifier
2018-03-10  Alex GaynorFixed a handful of typos
2018-03-09  Benjamin KadukDocument more X509_STORE functions
2018-03-09  Ben KadukFix doc-nits
2018-03-09  Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09  Alex GaynorFixed a spelling mistake in ASN1_TIME_set.pod
2018-03-09  Matt CaswellGive more information in the SSL_stateless return code
2018-03-09  Matt CaswellUpdate documentation for the new PSK behaviour
2018-03-08  Alex GaynorFixed several readability issues in DH_generate_paramet...
2018-03-07  Alex GaynorCorrected two typos in a man page
2018-03-07  Viktor DukhovniImplement multi-process OCSP responder.
2018-03-07  Dr. Matthias St... BIO_s_mem.pod: fix indirection for out parameter **pp
2018-03-06  Alex GaynorFix a typo in the s_client man page
2018-03-05  Tomas MrazAdd support for .include directive in config files
2018-03-04  Alex GaynorFixed a typo in a man page
2018-03-03  Alex GaynorFixed a typo in a man page
2018-03-02  Matt CaswellUpdate some documentation for X448/Ed448
2018-03-01  Ivan FilenkoFix typo in ASN1_STRING_length doc
2018-03-01  Benjamin KadukDo not set a nonzero default max_early_data
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-28  David MakepeaceFixed typo in description of EVP_CIPHER_meth_set_iv_len...
2018-02-27  xemdetiaFix documentation link to reference man3
2018-02-27  Matt CaswellUpdate copyright year
2018-02-26  Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-23  Richard LevitteSTORE: Add documentation on search criteria
2018-02-23  Richard LevitteSTORE: Add documentation on expecting specific infos
2018-02-22  Per SandströmUpdate EC_POINT_new.pod
2018-02-21  EasySecAdd support for PBKDF2 for enc command
2018-02-19  John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19  Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-18  PauliAvoid mentioning uninitialised contexts.
2018-02-16  Dr. Matthias St... pkeyparam.pod: correct the command description
2018-02-14  Dr. Matthias St... PEM_read_bio_PrivateKey.pod: replace geek speek by...
2018-02-14  Dr. Matthias St... d2i_X509.pod: clarify usage of the 'pp' function parameter
2018-02-13  Matt CaswellUpdate copyright year
2018-02-11  Daniël van EedenFix include in manpage of X509_check_host
2018-02-09  Dr. Matthias St... CRYPTO_THREAD_run_once.pod: fix typo and punktuation
2018-02-05  Matt CaswellAdd MiddleboxCompat option to SSL_CONF_cmd man page
2018-02-02  Matt CaswellDocument SSL_OP_ENABLE_MIDDLEBOX_COMPAT
2018-02-01  Michael RichardsonAdd OPENSSL_VERSION_AT_LEAST
2018-02-01  Todd ShortFix doc nits
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-26  Benjamin KadukCatch some more old sigalg names in comments
2018-01-25  Benjamin KadukUpdate documentation for SSL_set1_sigalgs()
2018-01-24  David CooperAdded "B" tag to all variables.
2018-01-24  David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24  David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24  Matt CaswellUpdates following review of SSL_stateless() code
2018-01-24  Matt CaswellAdd documentation for SSL_stateless()
2018-01-23  PauliSHA512/224 and SHA512/256
2018-01-23  Rich SalzImprove some BN documentation.
2018-01-22  Rich SalzAdd accessors for AdmissionSyntax
2018-01-19  Benjamin Kadukenc(1): document that AEAD is not and will not be supported
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-18  Jakub Jelendoc: Bad prototypes of EVP_PKEY_CTX_new()
2018-01-16  Paul YangUpdate all affected files' copyright year to 2018
2018-01-16  Paul YangEnforce return values section check
2018-01-16  Paul YangAdd missing 'RETURN VALUES' sections in doc
2018-01-10  Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08  Christian HeimesDocument SSL_OP_NO_RENEGOTIATION as new in 1.1.1
2018-01-08  Patrick SteuerDocument OPENSSL_ENGINES environment variable
2018-01-07  Rich SalzAdd fingerprint text, remove MD5
2018-01-05  Viktor DukhovniAdd x509(1) reference
2018-01-04  Dr. Matthias St... Improve readability of evp.pod
2017-12-28  Matt CaswellUpdate the documentation for SSL_write_early_data()
2017-12-28  Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-26  Daniel BeveniusSuggestion for improvements to x509.pod
2017-12-22  Daniel BeveniusRemove extra `the` in SSL_SESSION_set1_id.pod
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-12-13  Viktor DukhovniDocument the X509_V_FLAG_PARTIAL_CHAIN flag
2017-12-12  Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-12  Daniel BeveniusFix minor typo in bio.pod
2017-12-12  Daniel BeveniusMinor improvements to ssl.pod
2017-12-11  Sebastian Andrzej... rsa: Do not allow less than 512 bit RSA keys
2017-12-09  Patrick Steuerdoc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_key
2017-12-08  Paul YangLeave a message in doc to indicate 0 is not acceptable
2017-12-05  Rich SalzAdd link for more SECLEVEL info
2017-12-04  Patrick Steuerapps/speed.c: add -seconds and -bytes options
2017-11-29  Todd ShortUse ChaCha only if prioritized by clnt
2017-11-28  Andy Polyakovrsa/rsa_gen.c: harmonize keygen's ability with RSA_secu...
2017-11-28  FdaSilvaYYFix docs for EVP_EncryptUpdate and EVP_DecryptUpdate
2017-11-24  Richard LevitteFix EVP_MD_meth_new.pod
2017-11-24  Richard LevitteCorrect EVP_CIPHER_meth_new.pod and EVP_MD_meth_new.pod
2017-11-21  Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-11-13  Rich SalzFix typo that cause find-doc-nits failure
2017-11-12  Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-12  Piotr CzajkaTypo fix
2017-11-08  Andy PolyakovOPENSSL_ia32cap: reserve for new extensions.
2017-11-07  FdaSilvaYYVarious typo
2017-11-07  Rich SalzWarn if -days without -x509
2017-11-05  Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05  Jack LloydSM3: Add SM3 hash function
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-31  Ronald TseSynchronize man3 EVP cipher list with existing implemen...
2017-10-31  Ronald TseEVP digest list: one hash algorithm per file, synchroni...
2017-10-31  Richard LevitteFix EVP_PKEY_ASN1_METHOD manual
next