Sign in
boringssl
/
boringssl.git
/
c7817d8ce2f3c90b2de36cd3c654b80ab078abac
/
include
/
openssl
/
ssl.h
c7817d8
Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.
by David Benjamin
· 9 years ago
ef793f4
Add various functions for SSL_CIPHER.
by David Benjamin
· 9 years ago
5f88999
Fix up several comments and detect problems in the future.
by Adam Langley
· 9 years ago
c2d3280
Add SSL_get_ivs.
by Adam Langley
· 9 years ago
a97b737
Separate CCS and handshake writing in DTLS.
by David Benjamin
· 9 years ago
27a0d08
Add ssl_renegotiate_ignore.
by Adam Langley
· 9 years ago
13e81fc
Fix DTLS asynchronous write handling.
by David Benjamin
· 9 years ago
069bedf
Fix documentation typo.
by Torbjörn Granlund
· 9 years ago
bb85f3d
Reorganise |SSL_SESSION| and |SSL| to save a little memory.
by Adam Langley
· 9 years ago
e93ffa5
Clarify that SSL_get_peer_cert_chain returns the unverified chain.
by David Benjamin
· 9 years ago
3398dbf
Add server-side support for asynchronous RSA decryption.
by nagendra modadugu
· 10 years ago
091c4b9
Add an option to disable NPN on a per-SSL basis.
by David Benjamin
· 9 years ago
1269ddd
Never use the internal session cache for a client.
by David Benjamin
· 9 years ago
0f65395
Add tests for the internal session cache behavior.
by David Benjamin
· 9 years ago
dc2aea2
Remove all the logic around custom session IDs and retrying on collisions.
by David Benjamin
· 9 years ago
f91fa5c
Documentation typo.
by David Benjamin
· 9 years ago
5ef619e
Hide some sections from the docs.
by David Benjamin
· 9 years ago
63006a9
Document the rest of ssl.h.
by David Benjamin
· 9 years ago
7a1eefd
Deprecate SSL_library_init.
by David Benjamin
· 9 years ago
5d8b128
Document the (formerly) SSL_state wrapper macros.
by David Benjamin
· 9 years ago
449c3c7
Take some definitions out of the Android compatibility layer.
by David Benjamin
· 9 years ago
6e0c17a
Private (and deprecated) types.
by David Benjamin
· 9 years ago
da86ccc
Deprecate all the string macros.
by David Benjamin
· 9 years ago
6d5ea92
Private constants are private.
by David Benjamin
· 9 years ago
8217024
Document the info callback.
by David Benjamin
· 9 years ago
7227990
More SSL_SESSION serialization functions.
by David Benjamin
· 9 years ago
066fe0a
Document fd-based SSL APIs.
by David Benjamin
· 9 years ago
cef1eb4
Put renego functions together.
by David Benjamin
· 9 years ago
d5635d4
Fix ssl3.h / ssl.h circular dependency.
by David Benjamin
· 9 years ago
07e1384
Move remaining functions out of tls1.h.
by David Benjamin
· 9 years ago
c2ae53d
Document alert handling.
by David Benjamin
· 9 years ago
b86847c
Clean up ssl_stat.c slightly.
by David Benjamin
· 9 years ago
1a1b34d
Deprecate SSL_get_(peer_)finished.
by David Benjamin
· 9 years ago
93d1749
Deprecate SSL_want*.
by David Benjamin
· 9 years ago
7f393f7
Unexport SSL_SESSION_ASN1_VERSION.
by David Benjamin
· 9 years ago
79a0589
Ditch remaining filename comments from public headers and ssl/
by David Benjamin
· 9 years ago
d4c2bce
Document early callback functions.
by David Benjamin
· 9 years ago
cfdee21
Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
c617413
Remove SSL_SESSION_print*.
by David Benjamin
· 10 years ago
b735b1b
Document that SSL_CTX_sess_set_get_cb's id parameter should be const.
by David Benjamin
· 9 years ago
f88b81a
Put OCSP and SCT accessors with SSL_get_peer_certificate.
by David Benjamin
· 9 years ago
8ac00ca
Document DTLS-specific retransmit and MTU functions.
by David Benjamin
· 9 years ago
fd8e69f
Better document the callbacks around client certificates.
by David Benjamin
· 9 years ago
9f85949
Document a few more miscellaneous things.
by David Benjamin
· 9 years ago
1d5ef3b
Add SSL_set_renegotiate_mode.
by David Benjamin
· 9 years ago
43a58ad
Fix SSL_set_session documentation comment.
by David Benjamin
· 10 years ago
df6a3f8
Move SSL_CIPHER section just above cipher suite configuration.
by David Benjamin
· 10 years ago
32876b3
Document cipher suite configuration.
by David Benjamin
· 10 years ago
d3a53c8
OCSP stapling and SCT extensions go under certificate verification.
by David Benjamin
· 10 years ago
0cfea34
Move a few more functions to the catch-all 'obscure' bucket.
by David Benjamin
· 10 years ago
c8e664b
Fix several minor points noticed by Kenny.
by Adam Langley
· 10 years ago
907bd30
Banish more deprecated flags to the bottom.
by David Benjamin
· 10 years ago
5993704
Document certificate verification functions in SSL.
by David Benjamin
· 10 years ago
42fea37
Document Channel ID functions and a few random extras.
by David Benjamin
· 10 years ago
0d62f26
Adding more options for signing digest fallback.
by Steven Valdez
· 10 years ago
d7fe75c
Add |SSL_CIPHER_is_RC4|.
by Adam Langley
· 10 years ago
3fb1ebc
Deprecated things are deprecated.
by David Benjamin
· 10 years ago
977547b
Group NPN functions in their own section.
by David Benjamin
· 10 years ago
8984f1f
Group ALPN functions into their own section.
by David Benjamin
· 10 years ago
58fcfc1
ECDHE and DHE functions get grouped into sections.
by David Benjamin
· 10 years ago
cd6f54b
Add method to query Extended Master Secret support
by Matt Braithwaite
· 10 years ago
e8814df
Document PSK functions in ssl.h.
by David Benjamin
· 10 years ago
cfd65b6
Fold srtp.h into ssl.h.
by David Benjamin
· 10 years ago
dafbdd4
Document session cache functions.
by David Benjamin
· 10 years ago
14e2b50
const-correct a few SSL_SESSION functions.
by David Benjamin
· 10 years ago
190ab7f
Move ex_data functions in ssl.h to a section.
by David Benjamin
· 10 years ago
a6b8cdf
Document functions acting on an SSL_SESSION.
by David Benjamin
· 10 years ago
79c117a
Move structs to a 'Private structures' section in ssl.h.
by David Benjamin
· 10 years ago
ee0c827
Move SSL_get_peer_* to Connection information.
by David Benjamin
· 10 years ago
27bbae4
Reorder functions in ssl_lib.c to match ssl.h.
by David Benjamin
· 10 years ago
3c1ccc0
Document a bunch of core functions in ssl.h.
by David Benjamin
· 10 years ago
af09675
Restore the NULL-SHA ciphersuite. (Alas.)
by Matt Braithwaite
· 10 years ago
4fac72e
Add server-side support for Signed Certificate Timestamps.
by Paul Lietar
· 10 years ago
7e40d4e
Deprecated functions get their own sections.
by David Benjamin
· 10 years ago
cef7583
Add cipher suite settings for TLS ≥ 1.0.
by Adam Langley
· 10 years ago
76c2efc
Forbid a server from negotiating both ALPN and NPN.
by David Benjamin
· 10 years ago
26416e9
Remove the last of SESS_CERT.
by David Benjamin
· 10 years ago
b1bdc5b
Remove peer_cert from SESS_CERT.
by David Benjamin
· 10 years ago
b8d28cf
Factor out the buffering and low-level record code.
by David Benjamin
· 10 years ago
4838d8a
Add do-nothing function |ERR_load_SSL_strings|.
by Matt Braithwaite
· 10 years ago
aeeff2c
Server-side OCSP stapling support.
by Paul Lietar
· 10 years ago
3dd9016
Remove signature algorithm configuration hooks and SSL_ctrl.
by David Benjamin
· 10 years ago
fdb4cdd
Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
2b9ec70
Remove SSL_CTRL_SET_CLIENT_CERT_TYPES.
by David Benjamin
· 10 years ago
d27441a
Remove separate APIs for configuring chain and verify stores.
by David Benjamin
· 10 years ago
7591064
Promote SSL_get0_certificate_types to a proper function.
by David Benjamin
· 10 years ago
fd7e116
Remove *_LIST SSL_ctrl functions.
by David Benjamin
· 10 years ago
45b0302
Add more compatibility symbols like |SSL_OP_NETSCAPE_CA_DN_BUG|.
by Matt Braithwaite
· 10 years ago
5055c76
Rename algorithm2 to algorithm_prf.
by David Benjamin
· 10 years ago
229adfb
FALLBACK_SCSV is an RFC now.
by David Benjamin
· 10 years ago
fc05994
Fold away EC point format negotiation.
by David Benjamin
· 10 years ago
cae932e
Remove SSL_get0_ec_point_formats.
by David Benjamin
· 10 years ago
0950563
Implement custom extensions.
by Adam Langley
· 10 years ago
33ad2b5
Tidy up extensions stuff and drop fastradio support.
by Adam Langley
· 10 years ago
49c7af1
Convert the Channel ID extension to the new system.
by Adam Langley
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
2e857bd
Convert the signature algorithms extension to the new system
by Adam Langley
· 10 years ago
74f7110
Parse RSAPrivateKey with CBS.
by David Benjamin
· 10 years ago
f3cdc50
Remove some unused constants.
by David Benjamin
· 10 years ago
Next »