]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ssl.h
Remove unused error/function codes.
[thirdparty/openssl.git] / include / openssl / ssl.h
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