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
2015-09-24Fix the comment for POINT_CONVERSION_UNCOMPRESSEDDavid Benjamin
2015-09-24size_t RSA_private_decrypt's input.David Benjamin
2015-09-24Banish more deprecated flags to the bottom.David Benjamin
2015-09-24Document certificate verification functions in SSL.David Benjamin
2015-09-24Document Channel ID functions and a few random extras.David Benjamin
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-19Add |SSL_CIPHER_is_RC4|.Adam Langley
2015-09-18Deprecated things are deprecated.David Benjamin
2015-09-18Group NPN functions in their own section.David Benjamin
2015-09-18Group ALPN functions into their own section.David Benjamin
2015-09-18ECDHE and DHE functions get grouped into sections.David Benjamin
2015-09-18Add method to query Extended Master Secret supportMatt Braithwaite
2015-09-16Document PSK functions in ssl.h.David Benjamin
2015-09-16Fix minor documentation mistake.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-15Fold srtp.h into ssl.h.David Benjamin
2015-09-15Document session cache functions.David Benjamin
2015-09-15const-correct a few SSL_SESSION functions.David Benjamin
2015-09-15Move ex_data functions in ssl.h to a section.David Benjamin
2015-09-15Document functions acting on an SSL_SESSION.David Benjamin
2015-09-15Move structs to a 'Private structures' section in ssl.h.David Benjamin
2015-09-15Move SSL_get_peer_* to Connection information.David Benjamin
2015-09-15Reorder functions in ssl_lib.c to match ssl.h.David Benjamin
2015-09-15Document a bunch of core functions in ssl.h.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-09-12Add server-side support for Signed Certificate Timestamps.Paul Lietar
2015-09-11Deprecated functions get their own sections.David Benjamin
2015-09-11Some documentation fixes.David Benjamin
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite
2015-09-09Stop using |ERR_peek_last_error| in RSA blinding.Adam Langley
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar
2015-09-04Add cipher suite settings for TLS ≥ 1.0.Adam Langley
2015-09-03Allow out_present to be NULL in CBS_get_optional_asn1Paul Lietar
2015-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-09-01Add X509_CRL_up_ref.David Benjamin
2015-08-29Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Remove peer_cert from SESS_CERT.David Benjamin
2015-08-29Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin
2015-08-29Fix the type of ASN1_i2d_bio's last argument.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-25Add EVP_AEAD_CTX_zero.David Benjamin
2015-08-25Remove DHE_RSA_WITH_CHACHA20_POLY1305.David Benjamin
2015-08-21Add do-nothing function |ERR_load_SSL_strings|.Matt Braithwaite
2015-08-21Re-add |EVP_des_ede|, which is ECB.Matt Braithwaite
2015-08-21Re-add |EVP_des_ede_cbc|.Matt Braithwaite
2015-08-20Add |EVP_des_ecb| from OpenSSL at fd682e4c.Matt Braithwaite