]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_enc.c
Make asn1 fuzzer more reproducible
[thirdparty/openssl.git] / ssl / s3_enc.c
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellConvert some libssl local functions to size_t
2016-11-04  Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-08-18  Emilia KasperIndent ssl/
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-13  Matt CaswellAdd some missing return value checks
2016-06-03  Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-26  Matt CaswellThe ssl3_digest_cached_records() function does not...
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-03-07  Matt CaswellLazily initialise the compression buffer
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-27  Dr. Stephen Hensonfix function code discrepancy
2015-11-27  Dr. Stephen HensonPRF and handshake hash revision.
2015-11-25  Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-06-23  Dr. Stephen HensonAvoid duplication.
2015-06-23  Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-06-21  Dr. Stephen HensonRevert "Avoid duplication."
2015-06-21  Dr. Stephen HensonAvoid duplication.
2015-06-21  Dr. Stephen Hensonremove unnecessary NULL checks
2015-05-30  Rich Salzclear/cleanse cleanup
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-26  Matt CaswellMove ssl3_record_sequence_update into record layer
2015-03-26  Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26  Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
2015-03-26  Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26  Matt CaswellEncapsulate s->s3->wrec
2015-03-26  Matt CaswellEncapsulate s->s3->rrec
2015-03-25  Rich Salzfree NULL cleanup
2015-03-23  Matt CaswellFix missing return value checks
2015-03-11  Matt CaswellCleanse buffers
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix source where indent will not be able to cope
2015-01-22  Matt CaswellMore comments
2014-12-10  Jonas Maebessl3_digest_cached_records: check for NULL after alloca...
2014-12-08  Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-11-27  Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-18  Justin BlanchardRT1815: More const'ness improvements
2014-06-13  Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-13  Matt CaswellRevert "Fixed incorrect return code handling in ssl3_fi...
2014-06-10  Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2013-09-08  Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-02-08  Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06  Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06  Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06  Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06  Ben LaurieMake CBC decoding constant time.
2012-08-28  Dr. Stephen Hensonoops, typo
2012-08-28  Dr. Stephen HensonNew compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-01-04  Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2011-05-31  Dr. Stephen Hensonset FIPS permitted flag before initalising digest
2011-05-20  Dr. Stephen HensonPR: 2295
2011-05-19  Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-04-29  Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2010-06-12  Ben LaurieFix warnings.
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-06  Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29  Ben LaurieDie earlier if hash is NULL. (Coverity IDs 137 & 138).
2008-12-29  Ben LaurieDie earlier if we have no hash function.
2008-12-27  Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2007-09-07  Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31  Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-06-04  Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-02-17  Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-16  Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-07  Bodo Möllerprepare for additional RFC3546 alerts
2006-01-07  Bodo Möllermake sure that the unrecognized_name alert actually...
2005-10-01  Dr. Stephen HensonFix compilation without OPENSSL_NO_COMP :-)
2005-09-30  Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-04-26  Ben LaurieAdd DTLS support.
2003-11-04  Geoff ThorpeAvoid some shadowed variable names.
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-02-12  Bodo Möllercomments
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-07-09  Bodo Mölleremtpy fragments are not necessary for SSL_eNULL
2002-06-14  Bodo MöllerNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disab...
2002-04-13  Bodo MöllerImplement known-IV countermeasure.
next