aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Add ECDH_compute_key_fips inside the module.Adam Langley1-0/+17
2018-07-15Namespace CertCompressionAlg and use more scopers.David Benjamin1-3/+7
2018-07-14Add SSL_get0_peer_verify_algorithms.David Benjamin1-2/+16
2018-07-14Remove custom extensions support.David Benjamin1-86/+0
2018-07-10Make |BORINGSSL_MAKE_UP_REF| a no-op when C++ is disabled.Adam Langley1-1/+2
2018-07-04Drop C++ from certificate compression API.Adam Langley1-44/+48
2018-07-03Add lh_FOO_retrieve_key to avoid stack-allocating SSL_SESSION.David Benjamin2-0/+33
2018-07-03Add bssl::UpRef.David Benjamin6-0/+19
2018-06-28Update QUIC transport parameters extension codepointAlessandro Ghedini1-1/+1
2018-06-28Remove SSL 3.0 implementation.David Benjamin2-15/+1
2018-06-26Add a bunch of compatibility functions for PKCS#7.David Benjamin2-0/+123
2018-06-26Allow empty return values from PKCS7_get_*.David Benjamin1-0/+12
2018-06-26Properly advance the CBS when parsing BER structures.David Benjamin1-3/+3
2018-06-25Add special AES-GCM AEAD for TLS 1.3.Adam Langley1-0/+8
2018-06-18Implement the client side of certificate compression.Adam Langley3-0/+17
2018-06-18Add AES-192-OFB.David Benjamin1-0/+1
2018-06-15Fix some timing leaks in the DSA code.David Benjamin1-0/+4
2018-06-11Add SSL_SESSION_get0_id_context.David Benjamin1-0/+6
2018-06-07Hide SSL_SESSION.David Benjamin1-137/+9
2018-06-04Reject unexpected application data in bidirectional shutdown.David Benjamin1-14/+18
2018-06-04Preliminary support for compressed certificates.Adam Langley3-1/+52
2018-06-04Add SSL_SESSION_set1_id.David Benjamin1-0/+7
2018-05-30Fix typo.David Benjamin1-1/+1
2018-05-29Match OpenSSL's EVP_MD_CTX_reset return value.David Benjamin1-2/+3
2018-05-24Document the correct nonce length for AES-GCM.David Benjamin1-0/+12
2018-05-15More compatibility stuff.David Benjamin3-1/+8
2018-05-15Tweak RSA errors for compatibility.David Benjamin1-0/+1
2018-05-15Return more placeholder version strings.David Benjamin1-1/+2
2018-05-14Add APIs to query authentication properties of SSL_SESSIONs.David Benjamin1-1/+25
2018-05-11Implement legacy OCSP APIs for libssl.David Benjamin2-5/+60
2018-05-11Add a bunch of X509_STORE getters and setters.David Benjamin1-30/+94
2018-05-11Add PKCS12_create.David Benjamin2-1/+19
2018-05-11Add i2d_PKCS12*.David Benjamin1-0/+14
2018-05-11Treat PKCS#12 passwords as UTF-8.David Benjamin1-0/+1
2018-05-11Use new encoding functions in ASN1_mbstring_ncopy.David Benjamin1-2/+5
2018-05-11Const-correct some functions.David Benjamin1-3/+3
2018-05-10Allow enabling all TLS 1.3 variants by setting |tls13_default|.Steven Valdez1-1/+2
2018-05-08Expand the documentation of |SSL_set_shed_handshake_config|.Matthew Braithwaite1-3/+9
2018-05-08Add BIO versions of i2d_DHparams and d2i_DHparams.David Benjamin1-0/+2
2018-05-08Add some more accessors to SSL_SESSION.David Benjamin1-2/+24
2018-05-08Add some more compatibility functions.David Benjamin5-10/+37
2018-05-08Bump BORINGSSL_API_VERSION.David Benjamin1-1/+1
2018-05-08Add a stub e_os2.h header.David Benjamin1-0/+18
2018-05-08Add some OpenSSL compatibility functions and hacks.David Benjamin3-0/+33
2018-05-07Enforce supported_versions in the second ServerHello.David Benjamin1-0/+1
2018-05-05Fuzz SSL_serialize_handoff() and SSL_serialize_handback().Matthew Braithwaite1-0/+1
2018-05-02Add a Wycheproof driver for AES-CBC.David Benjamin1-0/+4
2018-05-02Remove legacy SHA-2 CBC ciphers.David Benjamin1-5/+1
2018-05-01Allow renego and config shedding to coexist more smoothly.David Benjamin1-3/+17
2018-05-01SSL_CONFIG: new struct for sheddable handshake configuration.Matthew Braithwaite1-2/+9