RT4232: Extra space in help message.
[openssl.git] / include / openssl / ssl.h
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-09 Dr. Stephen HensonCorrect header defines
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Dr. Stephen Hensonuse more descriptive name DEFINE_STACK_OF_CONST
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-30 Richard LevitteRemove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_c...
2015-12-23 Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-22 Dr. Stephen Hensonremove unused error code
2015-12-22 Dr. Stephen Hensonmake errors
2015-12-22 Dr. Stephen HensonSSL library configuration module.
2015-12-16 Dr. Stephen HensonRemove SSL_OP_SINGLE_ECDH_USE code.
2015-12-13 Dr. Stephen Hensonremove ancient SSLeay bug workaround
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-08 Dr. Stephen Hensonupdate errors
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-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-22 Matt CaswellFix a rebase error
2015-11-20 Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20 Matt CaswellClean up libssl async calls
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-08 Dr. Stephen HensonReplace L suffix with U
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellRemove the old state defines
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellDon't depend on SSL structure internals
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellMove PACKET creation into the state machine
2015-10-30 Matt CaswellRedefine old state values
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellMove server side DTLS to new state machine
2015-10-30 Matt CaswellMove server side TLS to new state machine
2015-10-30 Matt CaswellSplit TLS server functions
2015-10-30 Matt CaswellImplement DTLS client move to new state machine
2015-10-30 Matt Caswelldtls_get_message changes for state machine move
2015-10-30 Matt CaswellSplit client message reading and writing functions
2015-10-30 Matt CaswellAdd initial state machine rewrite code
2015-10-30 Matt CaswellSplit ssl3_get_message
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-25 Matt CaswellAdd ability to set default CA path and file locations...
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-14 Dr. Stephen Hensonccm8 support
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-11 Guy Leaver (guleaver)Fix seg fault with 0 p val in SKE
2015-08-11 Matt CaswellNormalise make errors output
2015-08-03 Matt CaswellFix make errors for the CCS changes
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-07-30 Dr. Stephen HensonNew PSK keyex text constants
2015-07-15 Viktor DukhovniMaintain backwards-compatible SSLv23_method macros
2015-06-29 Dr. Stephen HensonUse single master secret generation function.
2015-06-10 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
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 MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellVersion negotiation rewrite cleanup
2015-05-16 Matt CaswellClient side version negotiation rewrite
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-08 Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
2015-05-06 Dr. Stephen HensonSSL_CONF table reorganisation.
2015-05-05 Matt CaswellAdd Error state
2015-04-22 Dr. Stephen HensonSSL_CIPHER lookup functions.
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
2015-04-16 Emilia KasperRemove code for deleted function from ssl.h
2015-03-31 Richard LevitteStop symlinking, move files to intended directory