Refactoring BIO: Add a few lines in CHANGES & NEWS
[openssl.git] / doc /
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-02 Rich SalzRT2353: Add ipsec IKE OID
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-02-01 Hubert KarioGH554: Improve pkeyutl doc
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Dr. Stephen Hensonupdate DSA docs
2016-02-01 Dr. Stephen Hensonadd option to exclude public key from EC keys
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-31 Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-28 Rich SalzAdd CRYPTO_secure_zalloc
2016-01-27 Viktor DukhovniDoc fixes suggested by Claus Assmann
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-22 Alex GaynorFixed typo in the SSL_CTX_set_security_level
2016-01-21 Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-19 Dr. Stephen HensonAdd documentation for EVP_PKEY_TLS1_PRF
2016-01-17 Rich SalzAccessor update; fix API, document one.
2016-01-16 Viktor DukhovniStart a new line after each sentence-ending period.
2016-01-16 Viktor DukhovniMake SSL_dane_enable() requirement more clear.
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-12 Richard LevitteDocument the new EVP_CIPHER and EVP_CIPHER_CTX function...
2016-01-11 Rich SalzGH528: "cipher -v" output is confusing.
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Dr. Stephen HensonAdd memory leak return value.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-10 Kurt RoeckxFile is about s_time, not s_client
2016-01-10 Kurt RoeckxAllow disabling the min and max version
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-08 Viktor DukhovniDANE s_client support
2016-01-07 Rich Salzmem functions cleanup
2016-01-06 Viktor DukhovniDANE documentation typos
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniRefine and re-wrap Min/Max protocol docs
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-27 Matt CaswellAdd some documentation for the OCSP callback functions
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Daniel Kahn GillmorThe functions take a SSL *, not a SSL_CTX *
2015-12-22 Dr. Stephen HensonSSL configuration module docs
2015-12-18 Rich SalzRemove some L<asdf|asdf> which crept back in.
2015-12-17 Rich SalzRename sec_mem to mem_sec, like other files.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15 Matt CaswellFix s_server problem with no-ec
2015-12-14 Dr. Stephen HensonUpdate EVP_PKEY documentation.
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-14 Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-14 Ben KadukFix typo
2015-12-13 Rich SalzUse SHA256 not MD5 as default digest.
2015-12-12 Dr. Stephen HensonAdd extension utility documentation.
2015-12-12 Dr. Stephen Hensonadd X509_up_ref() documentation
2015-12-12 Dr. Stephen Hensonextension documentation
2015-12-10 Rob StradlingSupport the TLS Feature (aka Must Staple) X.509v3 exten...
2015-12-07 Richard LevitteDocument EVP_MD constructors, destructors and manipulators
2015-12-07 Richard LevitteDocument the HMAC changes
2015-12-07 Richard LevitteDocument the EVP_MD_CTX changes
2015-12-07 Richard LevitteDocument the changed HMAC API.
2015-12-07 Viktor DukhovniFix typo and improve a bit of text
2015-12-06 Viktor DukhovniReally disable 56-bit (single-DES) ciphers
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30 Rich SalzRemove BN_init
2015-11-28 Viktor DukhovniCorrect aes-128-cbc cipher name
2015-11-26 Matt CaswellAdd documentation for BN_with_flags
2015-11-21 Rich SalzTurn B<...()> into ...()
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20 Matt CaswellAdd clarification to docs on ASYNC_free_pool()
2015-11-20 Matt CaswellTweak async documentation based on feedback
2015-11-20 Matt CaswellMore async documentation
2015-11-20 Matt CaswellDocument async capabilities
2015-11-20 Kurt RoeckxBN_sub: document that r might be the same as a or b
2015-11-20 Dr. Stephen HensonUse better defaults for TSA.
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-14 Dr. Stephen HensonDocument new functions
2015-11-14 Dr. Stephen HensonUpdate and clarify ciphers documentation.
2015-11-13 Nathan Phillip BrinkRT2667: Add IRC support to -starttls
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-04 Matt CaswellMinor EVP_SignInit_ex doc fix
2015-11-02 Richard LevitteRemove dummy argument from BIO_get_bind_mode
2015-11-02 Richard LevitteDocument how BIO_get_conn_ip and BIO_get_conn_int_port...
2015-11-02 Soheil RashidiFixed typo in rsautl.pod
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellRemove some SSLv2 references
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
next