Fix various error codes
[openssl.git] / doc /
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellMinor documentation tweak
2015-10-28 Rich SalzRemove SSLeay history, etc., from docs
2015-10-27 Rich SalzRemove HAMC_cleanup
2015-10-23 Alessandro GhediniFix typos
2015-10-22 Adam EijdenbergClarify return values for EVP_DigestVerifyFinal.
2015-10-21 Matt CaswellDon't use SSLv23_server_method in an example
2015-10-15 Matt CaswellRemove Obsolete engines
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-25 Matt CaswellDocument -no-CApath and -no-CAfile
2015-09-25 Matt CaswellDocument the default CA path functions
2015-09-23 Matt CaswellClarify DTLSv1_listen documentation
2015-09-23 Matt CaswellAdd DTLSv1_listen documentation
2015-09-23 Matt CaswellAdd -listen documentation
2015-09-22 Dr. Stephen HensonDocument X509_get0_subject_key_id()
2015-09-22 Emilia KasperDocument BUF_strnlen
2015-09-22 Emilia KasperBUF_strdup and friends: update docs
2015-09-22 Dr. Stephen HensonUpdate SEE ALSO sections.
2015-09-22 Dr. Stephen HensonDocument signature accessors.
2015-09-22 Dr. Stephen HensonExtension parsing and encoding docs.
2015-09-22 Dr. Stephen HensonDocument i2d_re_X509_REQ_tbs() and i2d_re_X509_CRL_tbs().
2015-09-22 Dr. Stephen HensonDocument X509_REVOKED functions.
2015-09-22 Dr. Stephen HensonDocument X509 sign and verify functions.
2015-09-22 Dr. Stephen HensonDocument X509 public key functions.
2015-09-22 Dr. Stephen HensonDocument X509 name get and set functions.
2015-09-22 Dr. Stephen HensonDocument X509 version functions.
2015-09-11 Dr. Stephen HensonUse default field separator.
2015-09-08 Rich SalzFix rehash/c_rehash doc and behavior.
2015-09-07 Richard LevitteAdjust the general fill-column in doc/dir-locals.example.el
2015-09-06 Timo TerasAdd rehash command to openssl
2015-09-05 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-09-01 Dr. Stephen HensonDocument extension functions
2015-09-01 Rich SalzRT3767: openssl_button.gif should be PNG
2015-08-31 Dr. Stephen HensonRemove asn1-kludge option.
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Richard LevitteRemove auto-fill-mode
2015-08-31 Richard LevitteAdd an example .dir-locals.el
2015-08-31 Richard LevitteAdd emacs CC mode style for OpenSSL
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-27 Rich SalzVarious doc fixes.
2015-08-26 Viktor DukhovniGH correct organizationalUnitName
2015-08-25 Markus RinneRT4019: Duplicate -hmac flag in dgst.pod
2015-08-25 Rich SalzGH372: Remove duplicate flags
2015-08-24 Rich SalzSmall cleanup of crypto.pod
2015-08-21 Rich SalzFix L<> content in manpages
2015-08-14 Dr. Stephen Hensonadd CCM docs
2015-08-14 Dr. Stephen HensonUpdate docs.
2015-08-14 Dr. Stephen HensonDocumentation for SSL_check_chain()
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-08-08 David WoodhouseRT3998: fix X509_check_host.pod release to 1.0.2
2015-07-31 Rich SalzVarious doc fixes from GH pull requests
2015-07-31 Kai EngertRT3742: Add xmpp_server to s_client.
2015-07-30 Dr. Stephen HensonCAMELLIA PSK ciphersuites from RFC6367
2015-07-30 Dr. Stephen HensonAdd PSK ciphersuites to docs
2015-07-28 Dr. Stephen HensonDocument signature algorithm setting functions.
2015-07-28 Dr. Stephen HensonAdd some OCSP documentation.
2015-07-23 Dr. Stephen HensonDocument shared sigalgs functions.
2015-07-21 Dr. Stephen HensonSSL_CONF additions.
2015-07-16 Rich SalzRemove obsolete key formats.
2015-07-15 manchaFix author credit for e5c0bc6
2015-07-15 Rich SalzRevert "Missing perldoc markup around < literal"
2015-07-14 Rich SalzCan't use -trusted with -CA{path,file}
2015-07-14 GitHub UserMissing perldoc markup around < literal
2015-07-09 Dr. Stephen Hensoncorrect example
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellAdd documentation for some missing verify options
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Richard LevitteDocument the nameopt change
2015-07-06 Dr. Stephen Hensondocument -2 return value
2015-06-24 Dr. Stephen HensonAdd docs for ssl verification parameter functions.
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-23 Vitezslav CizekGH297: Fix NAME section of SSL_CTX_use_serverinfo.pod
2015-06-10 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-09 Jeffrey WaltonExplicitly mention PKCS5_PBKDF2_HMAC in EVP doc.
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-06-02 Jeffrey WaltonRT3472: Doc pkcs8 -iter flag is in OpenSSL 1.1
2015-05-28 Dr. Stephen HensonPEM doc fixes
2015-05-28 Matt CaswellChange return type of the new accessors
2015-05-28 Matt CaswellChange the new functions to use size_t
2015-05-28 Nick MathewsonClarify that SSL3_RANDOM_SIZE is a constant, for now.
2015-05-28 Nick MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd a documentation clarification suggested by Matt...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-26 Dr. Stephen Hensonscrypt in pkcs8 util
2015-05-22 Matt CaswellRemove export static DH ciphersuites
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22 Michael TrappRT266: Add HTTP proxy/CONNECT to s_client
2015-05-20 Dr. Stephen HensonAdd functions to convert between uint64_t and ASN1_INTEGER.
2015-05-20 Emilia KasperRemove dh512.pem
2015-05-20 Emilia KasperUpdate documentation with Diffie-Hellman best practices.
2015-05-20 Emilia Kasperdhparam: fix documentation
2015-05-18 Dr. Stephen HensonASN1 INTEGER refactor.
2015-05-16 Matt CaswellVersion negotiation rewrite doc updates
2015-05-13 Rich SalzRT1207: document SSL_COMP_free_compression_methods.
2015-05-13 Matt CaswellRemove remaining Kerberos references
2015-05-12 Dr. Stephen HensonAdditional X509_ALGOR documentation
2015-05-08 Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
next