Convert asn1 selftests (a_strnid and ameth_lib) into internal test
[openssl.git] / ssl / ssl_err.c
2016-10-03 Matt CaswellDon't set the handshake header in every message
2016-09-29 Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29 Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21 Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20 Matt CaswellConvert NextProto message construction to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19 Richard Levittemake update
2016-07-18 Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18 Matt CaswellErrors fix up following break up of CKE processing
2016-07-08 Rich SalzGH1278: Removed error code for alerts
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-04 Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-04-28 FdaSilvaYYFix an error code spelling.
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-22 Viktor Dukhovnimake update
2016-04-07 Viktor Dukhovnimake update
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 Rich SalzRevert "Fix an error code spelling."
2016-04-04 FdaSilvaYYFix an error code spelling.
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-02-25 Rich SalzGH235: Set error status on malloc failure
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-07 Rich Salzmem functions cleanup
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-22 Dr. Stephen Hensonremove unused error code
2015-12-22 Dr. Stephen Hensonmake errors
2015-12-08 Dr. Stephen Hensonupdate errors
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
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 CaswellMake libssl async aware
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-30 Matt CaswellMove PACKET creation into the state machine
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-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-09-23 Matt CaswellDTLSv1_listen rewrite
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 CaswellMove TLS CCS processing into the state machine
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
2015-05-16 Matt CaswellUpdates following review comments
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-08 Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
2015-03-23 Kurt Roeckxreturn unexpected message when receiving kx with kDHr...
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellFix missing return value checks
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-10 Jonas Maebetls1_process_heartbeat: check for NULL after allocating...
2014-12-05 Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-27 Matt CaswellRemove more references to dtls1_enc
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-22 Emilia KasperRT 3060: amend patch
2014-08-06 Dr. Stephen HensonCheck SRP parameters early.
2014-07-05 Ben LaurieReduce casting nastiness.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-04-30 Matt CaswellFixed spelling error in error message. Fix supplied...
2014-03-28 Dr. Stephen HensonSecurity framework.
2013-11-06 Dr. Stephen HensonSync error codes with 1.0.2-stable
2013-09-25 Ben LaurieShow useful errors.
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-18 Dr. Stephen HensonFix error code clashes.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-06-13 Adam LangleyLimit the number of empty records that will be processe...
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-04-14 Dr. Stephen HensonTypo.
2013-04-09 Dr. Stephen HensonSuite B support for DTLS 1.2
next