Update RAND_DRBG.pod
[openssl.git] / ssl / t1_enc.c
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-03-30 Matt CaswellGOST MAC algorithms don't support EVP_PKEY_new_raw_priv...
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19 Bernd EdlingerFix a crash in SSLfatal due to invalid enc_write_ctx
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-06-22 Alexey KomninFix tls1_generate_master_secret
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-05-08 Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-03-10 Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-03-02 Matt CaswellRemove some TLSv1.3 TODOs that are no longer relevant
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-08 Dr. Stephen HensonAdd CCM mode support for TLS 1.3
2016-11-23 Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-16 Matt CaswellFix a typo in a comment
2016-11-16 Matt CaswellFixed various style issues in the key_share code
2016-11-16 Matt CaswellStart using the key_share data to derive the PMS
2016-11-04 Matt CaswellEnsure SSL_DEBUG works following size_t changes
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 various mac_secret_size usage to size_t
2016-08-18 Emilia KasperIndent ssl/
2016-08-05 klemensspelling fixes, just comments and readme.
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-03-20 Rich SalzRemove #error from include files.
2016-03-07 Matt CaswellLazily initialise the compression buffer
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-02-23 J Mohan Rao ArisankalaGH735: remove unnecessary allocation
2016-02-18 Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-17 Richard LevitteImplement the use of heap manipulator implementions
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-19 Dr. Stephen Hensonuse TLS PRF
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
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 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-08-14 Dr. Stephen Hensonccm8 support
2015-08-14 Dr. Stephen HensonCCM support.
2015-06-23 Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-05-31 Rich SalzSilence Clang warning about unit'd variable
2015-05-30 Rich Salzclear/cleanse cleanup
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
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 Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-23 Matt CaswellFix missing return value checks
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-11 Matt CaswellCleanse buffers
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-03 Dr. Stephen HensonRemove unused variables.
2015-02-03 Dr. Stephen HensonAdd extms support to master key generation.
2015-02-03 Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-17 Richard LevitteClear warnings/errors within TLS_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-08 Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-07-01 Rich SalzRT 1528; misleading debug print, "pre-master" should...
2014-06-29 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-27 yogesh nagarkarFix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
2014-05-31 Dr. Stephen HensonUse correct digest when exporting keying material.
2014-05-24 Matt CaswellFix for non compilation with TLS_DEBUG defined
2014-02-25 Andy Polyakovssl/t1_enc.c: check EVP_MD_CTX_copy return value.
2014-01-03 Andy Polyakovssl/t1_enc.c: optimize PRF (suggested by Intel).
2013-12-20 Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-12-18 Dr. Stephen HensonCheck EVP errors for handshake digests.
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
next