Sign in
boringssl
/
boringssl.git
/
b83003ebc62d9683b2ebdb119fb9c63f4271c171
/
include
/
openssl
/
ssl.h
b83003e
Don't initialize enc_method before version negotiation.
by David Benjamin
· 9 years ago
ce9d85e
Tweaks for node.js
by Adam Langley
· 9 years ago
eac0ce0
Have doc.go parse struct comments.
by Adam Langley
· 9 years ago
f6494f4
Add a SSL_get_pending_cipher API.
by David Benjamin
· 9 years ago
928f32a
Add APIs to extract the SSL key block.
by David Benjamin
· 9 years ago
79978df
Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.
by David Benjamin
· 9 years ago
4119d42
Tidy up keyblock and CCS logic slightly.
by David Benjamin
· 9 years ago
96ba15f
Add SSL_get_client_random and SSL_get_server_random.
by David Benjamin
· 9 years ago
fe5f7c7
Only reserve EVP_MAX_MD_SIZE for the Finished, not twice of it.
by David Benjamin
· 9 years ago
974c7ba
Route DHE through the SSL_ECDH abstraction as well.
by David Benjamin
· 9 years ago
4cc36ad
Make it possible to tell what curve was used on the server.
by David Benjamin
· 9 years ago
4298d77
Implement draft-ietf-tls-curve25519-01 in C.
by David Benjamin
· 9 years ago
13414b3
Implement draft-ietf-tls-chacha20-poly1305-04.
by David Benjamin
· 9 years ago
d9f0671
Remove |need_record_splitting| from |SSL3_STATE|.
by David Benjamin
· 9 years ago
cd48038
Remove unused fields from SSL3_STATE.
by David Benjamin
· 9 years ago
7fc0100
Slightly simplify SSL3_RECORD.
by David Benjamin
· 9 years ago
ece5ba2
Reset ssl error codes.
by David Benjamin
· 9 years ago
a41280d
Pull ChangeCipherSpec into the handshake state machine.
by David Benjamin
· 9 years ago
8fd5c23
Simplify fragmented HelloRequest state.
by David Benjamin
· 9 years ago
8a58933
Remove the CRYPTO_EX_new callback.
by David Benjamin
· 9 years ago
5ddffbb
Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.
by David Benjamin
· 9 years ago
53e5c2c
Remove SSL_(CTX_)?set_ecdh_callback.
by David Benjamin
· 9 years ago
e9cddb8
Remove SSL_OP_LEGACY_SERVER_CONNECT.
by David Benjamin
· 9 years ago
03f0005
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
ef5e515
Remove SSL_OP_TLS_D5_BUG.
by David Benjamin
· 9 years ago
afd565f
Add defines for SRTP profiles using GCM ciphers from RFC 7714.
by Joachim Bauch
· 9 years ago
9f2e277
Remove strength_bits.
by David Benjamin
· 9 years ago
d6e9eec
Remove algo_strength.
by David Benjamin
· 9 years ago
dcb6ef0
Remove algorithm_ssl.
by David Benjamin
· 9 years ago
d28f59c
Switch the keylog BIO to a callback.
by David Benjamin
· 9 years ago
b00061c
Add SSL_CIPHER_is_AES[128|256]CBC.
by Adam Langley
· 9 years ago
3a59611
size_t SSL*_use_*_ASN1.
by David Benjamin
· 9 years ago
cd24a39
Limit DHE groups to 4096-bit.
by David Benjamin
· 9 years ago
6e80765
Add SSL_get_server_key_exchange_hash.
by David Benjamin
· 9 years ago
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
Next »