summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2016-10-28Implement length checks as a macroMatt Caswell
2016-10-28Ensure we have length checks for all extensionsMatt Caswell
2016-10-28Fix length check writing status request extensionMatt Caswell
2016-10-20Disable encrypt_then_mac negotiation for DTLS.David Woodhouse
2016-09-22Fix a mem leak in NPN handlingMatt Caswell
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell
2016-08-23Sanity check ticket length.Dr. Stephen Henson
2016-08-18Indent ssl/Emilia Kasper
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-06-29SpellingFdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-14Fix commentMatt Caswell
2016-06-09Fix session ticket and SNITodd Short
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-16Fix NPN protocol name list validationKazuki Yamaguchi
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-04-28various spelling fixesFdaSilvaYY
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell
2016-04-18Rename some lowercase API'sRich Salz
2016-04-09Make DH opaqueMatt Caswell
2016-04-06Fix no-ocspMatt Caswell
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Ensure that memory allocated for the ticket is freedMatt Caswell
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-08GH787: Fix ALPNTodd Short
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-04Changes to DEFAULT curvesRich Salz
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18Fix memory leaks in tls_decrypt_ticketMatt Caswell
2016-02-16Simplify tls1_set_ec_id.Dr. Stephen Henson
2016-02-16Use nid_list table to lookup curve IDs.Dr. Stephen Henson
2016-02-16Add explanation and warning to TLS id table.Dr. Stephen Henson
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Don't check self signed certificate signature security.Dr. Stephen Henson
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte