Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-14Merge tls1_* method hooks with the ssl3_* versions.David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-08-05Set OPENSSL_NO_BUF_FREELISTSAlex Chernyakhovsky
2014-07-30Convert some malloc + memcpys into BUF_memdup.David Benjamin
2014-07-30Fix error-handling bugs.David Benjamin
2014-07-29Fix False Start without session tickets.David Benjamin
2014-07-25Don't use the RSA key exchange with a signing-only key.David Benjamin
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-25Remove last remnants of GOST support.David Benjamin
2014-07-25Remove some remnants of SSLv2 support.David Benjamin
2014-07-25Remove get_cipher_by_char and put_cipher_by_char.David Benjamin
2014-07-25Consistently use uint16_t for curve IDs.David Benjamin
2014-07-15Port ssl3_get_client_hello to CBS.David Benjamin
2014-07-15Port ssl3_get_next_proto to CBS.David Benjamin
2014-07-08Remove SSL_copy_session_id.David Benjamin
2014-07-08Remove rest of DANE code.David Benjamin
2014-07-08Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-02Remove authz extension (RFC5878)David Benjamin
2014-07-01Remove opaque_prf_input extension.David Benjamin
2014-06-27Remove serverinfo and custom extensions support.David Benjamin
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-23Implement TLS_FALLBACK_SCSV support for the client.Adam Langley
2014-06-21Avoid out-of-bounds write in SSL_get_shared_ciphersAdam Langley
2014-06-21Fix TLS-PSK identity hint implementation issues.Adam Langley
2014-06-21Set SID from SSL_CTXAdam Langley
2014-06-21Early callback support.Adam Langley
2014-06-21Fallback SCSV.Adam Langley
2014-06-21Equal preference cipher groups.Adam Langley
2014-06-21SSL AEAD support.Adam Langley
2014-06-21TLS 1.1 ciphers.Adam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Add function to test headers agree.Adam Langley
2014-06-21Add support for asynchronous session lookup.Adam Langley
2014-06-21False Start support.Adam Langley
2014-06-21Inital import.Adam Langley