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-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-12-14Remove redundant SSL_ST_BEFORE-related checks.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-11-22Remove SSL_set_session_secret_cb (EAP-FAST)David Benjamin
2014-11-17Remove some remnants of SSLv2.David Benjamin
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin
2014-10-01Remove SSL_get_shared_ciphers.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28Remove session_ctx macro.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-18Tidy DTLS cookie callback types.David Benjamin
2014-08-18Remove default_timeout hook.David Benjamin
2014-08-14Set SSL_SESSION.cipher when parsing.Adam Langley
2014-08-13Add mode to disallow session creation.Adam Langley
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-25Remove get_cipher_by_char and put_cipher_by_char.David Benjamin
2014-07-15Port ssl3_get_client_hello to CBS.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-07-02Remove authz extension (RFC5878)David Benjamin
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-21Fix TLS-PSK identity hint implementation issues.Adam Langley
2014-06-21Early callback support.Adam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Add support for asynchronous session lookup.Adam Langley
2014-06-21Inital import.Adam Langley