Sign in
boringssl
/
boringssl.git
/
31b1d813546cb81e27a9196cbd3996361dcc183c
31b1d81
Factor SSLv3 key derivation steps into an ssl3_PRF.
by David Benjamin
· 10 years ago
1f5e115
Tidy up tls1_PRF a little.
by David Benjamin
· 10 years ago
238510a
Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy.
by David Benjamin
· 10 years ago
bbd8444
Drop SSLv3 parts of crypto/cipher/tls_cbc.c.
by David Benjamin
· 10 years ago
ea72bd0
Implement all TLS ciphers with stateful AEADs.
by David Benjamin
· 10 years ago
df109ab
Replicate s3_cbc.c under crypto/cipher/internal.h.
by David Benjamin
· 10 years ago
af032d6
Allocate the temporary buffer in tls1_PRF internally.
by David Benjamin
· 10 years ago
2bca098
Free more memory in cleanup functions.
by Adam Langley
· 10 years ago
a307dfd
Add (void) to some macros to satisfy compiler.
by Adam Langley
· 10 years ago
f9a40b2
Remove -std=c89 from compiler command line.
by Adam Langley
· 10 years ago
13be1de
Add a basic MTU test.
by David Benjamin
· 10 years ago
dc4b197
Remove cookie_len setting in dtls1_new.
by David Benjamin
· 10 years ago
62fd162
Implement SSL_clear with ssl_new and ssl_free.
by David Benjamin
· 10 years ago
02ddbfd
Move Channel ID initialization out of ssl3_new.
by David Benjamin
· 10 years ago
95e18c5
Fix DER checks for DSA_check_signature and add tests.
by David Benjamin
· 10 years ago
ca9a538
Fix various certificate fingerprint issues.
by Adam Langley
· 10 years ago
44e2709
Fix DTLS memory leak.
by Adam Langley
· 10 years ago
a83cc80
Fix for CVE-2014-3570.
by Adam Langley
· 10 years ago
7cc3f99
Add declarations for Android compatibility funcs.
by Adam Langley
· 10 years ago
aac2f6a
Fix a compile error on Windows.
by Eric Roman
· 10 years ago
0ed0cf6
s/comparision/comparison/.
by Adam Langley
· 10 years ago
46a7ca0
Condition the use of UI64 on _MSC_VER.
by Adam Langley
· 10 years ago
780d6dd
Treat handshake_failure in response to ClientHello special.
by David Benjamin
· 10 years ago
2be62c3
Test which direction ERR_get_error reads from the error queue.
by David Benjamin
· 10 years ago
4dd053e
Cast ca_list to (void *) to silence msvc warning 4090
by Nick Harper
· 10 years ago
517073c
Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.
by Eric Roman
· 10 years ago
b9e0ccc
Fix a couple of minor compiler warnings.
by Adam Langley
· 10 years ago
a7f6d3c
Add void in place of empty function arguments.
by Adam Langley
· 10 years ago
93efb72
Rename hexdump to hexdump_write.
by Adam Langley
· 10 years ago
d3bcf13
Properly handle key_len=0 for HMAC
by Nick Harper
· 10 years ago
fcf2583
Reformat the rest of ssl/.
by Adam Langley
· 10 years ago
4685e87
Implement HKDF.
by Nick Harper
· 10 years ago
be2900a
Reformat s3_{enc|lib}.c.
by Adam Langley
· 10 years ago
cf70188
Update EVP_Cipher documentation some more.
by David Benjamin
· 10 years ago
1bea173
Reformatting of s3_{cbc|clnt}.c
by Adam Langley
· 10 years ago
6e73d62
Touch up ssl3_get_message.
by Adam Langley
· 10 years ago
f491960
Tidy up DSA paramgen stylistically.
by David Benjamin
· 10 years ago
a6d8101
Consistently use RAND_bytes and check for failure.
by David Benjamin
· 10 years ago
263eac0
Remove X509 parameter from ssl_cert_type.
by David Benjamin
· 10 years ago
9cf7088
Consistently order ECDHE_ECDSA over ECDHE_RSA.
by David Benjamin
· 10 years ago
2481975
Reformat d1_{srtp|srvr}.c and s3_both.c
by Adam Langley
· 10 years ago
4841ce4
Fix EVP_Cipher error-handling.
by David Benjamin
· 10 years ago
ef5885e
Don't change s->version after have_version is set.
by David Benjamin
· 10 years ago
e4824e8
Add outgoing messages to the handshake hash at set_handshake_header.
by David Benjamin
· 10 years ago
44f2d1a
Use EVP_MAX_MD_SIZE to size the Finished message.
by David Benjamin
· 10 years ago
bf42f82
Add comments explaining what NETSCAPE_HANG_BUG does.
by David Benjamin
· 10 years ago
07046a0
Consistently use ssl_handshake_start and ssl_set_handshake_header.
by David Benjamin
· 10 years ago
16d031a
Fold dtls1_set_message_header into dtls1_set_handshake_header.
by David Benjamin
· 10 years ago
71d8a08
Reformatting of several DTLS source files.
by Adam Langley
· 10 years ago
139ed19
Address code-review comments from prev changes.
by Adam Langley
· 10 years ago
87909c0
Add tests for version negotiation failure alerts.
by David Benjamin
· 10 years ago
82c9e90
Merge SSLv23_method and DTLS_ANY_VERSION.
by David Benjamin
· 10 years ago
4b755cb
Implement the V2ClientHello sniff in version-locked methods.
by David Benjamin
· 10 years ago
63c55a8
Fix memory leak on failure.
by David Benjamin
· 10 years ago
1f48fba
Use have_version in clamping TLS record-layer version to 1.0.
by David Benjamin
· 10 years ago
accb454
Add min_version tests.
by David Benjamin
· 10 years ago
1eb367c
Add min_version and max_version APIs.
by David Benjamin
· 10 years ago
9ec6bca
Remove method swap in DTLS_ANY_VERSION.
by David Benjamin
· 10 years ago
e99e912
Pull SSL3_ENC_METHOD out of SSL_METHOD.
by David Benjamin
· 10 years ago
ceb6f28
Factor out remaining version-related functions.
by David Benjamin
· 10 years ago
69b9e59
Remove SSL_CTX_set_ssl_version.
by David Benjamin
· 10 years ago
7e23746
Remove redundant SSL_ST_BEFORE-related checks.
by David Benjamin
· 10 years ago
138c2ac
Drop unnecessary version checks.
by David Benjamin
· 10 years ago
28014cb
Remove s_accept and s_connect parameters IMPLEMENT* macros.
by David Benjamin
· 10 years ago
338fcaf
Mark SSL3_ENC_METHODs const and remove an unused one.
by David Benjamin
· 10 years ago
f080ecd
Don't infinite loop on garbage server input.
by David Benjamin
· 10 years ago
226a872
Don't set client_version to the ServerHello version.
by David Benjamin
· 10 years ago
d14c6ee
Remove TLSEXT_TYPE_padding ifdef.
by David Benjamin
· 10 years ago
b8a824d
Add the ability to run a server from the command line tool.
by Dave Tapuska
· 10 years ago
e3594df
Shorten certificate parsing code a little.
by David Benjamin
· 10 years ago
1e29a6b
Add assertions on the initial record version number.
by David Benjamin
· 10 years ago
af7e74b
Remove variable shadowing.
by Adam Langley
· 10 years ago
3547688
Remove EC_GROUP_set_point_conversion_form
by Håvard Molland
· 10 years ago
306e520
Remove ec hybrid point format
by Håvard Molland
· 10 years ago
8c37cb6
Advance to the next state variant when reusing messages (PR3597).
by David Benjamin
· 10 years ago
0ac86b0
Remove dtls1_enc.
by David Benjamin
· 10 years ago
1299923
Check EVP_Cipher return values.
by David Benjamin
· 10 years ago
8278184
Remove redundant checks in ssl_cert_dup.
by David Benjamin
· 10 years ago
83abdd6
Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask
by David Benjamin
· 10 years ago
e518f65
Update references to RFCs.
by David Benjamin
· 10 years ago
41aa325
ClientHello Padding for Fast Radio Opening in 3G.
by Feng Lu
· 10 years ago
74c68e5
Renegerate OID outputs.
by David Benjamin
· 10 years ago
a6689b0
Keep the obj_mac.h license header round-tripping.
by David Benjamin
· 10 years ago
687759d
Restore obj_mac.num from upstream.
by David Benjamin
· 10 years ago
7baab87
Add documentation for the OID scripts.
by David Benjamin
· 10 years ago
f1eba30
Don't include undef in cross reference table.
by David Benjamin
· 10 years ago
61f1085
Switch crypto/bn back to _umul128 on Windows clang.
by David Benjamin
· 10 years ago
d8a3e78
Shush a MSVC bool/int comparison warning.
by David Benjamin
· 10 years ago
90eeb11
Remove SSL_set_debug.
by David Benjamin
· 10 years ago
edb03cf
Remove some unimplemented prototypes.
by David Benjamin
· 10 years ago
00505ec
Add EVP_md5_sha1.
by David Benjamin
· 10 years ago
af9d941
Don't use _umul128 for Windows clang.
by David Benjamin
· 10 years ago
0105ece
Fix standalone Windows build.
by David Benjamin
· 10 years ago
94d701b
Left-pad a V2ClientHello's random, not right-pad.
by David Benjamin
· 10 years ago
d0f257d
Don't manually extern OPENSSL_ia32cap_P.
by David Benjamin
· 10 years ago
128dbc3
Factor out the client max-version logic into a helper function.
by David Benjamin
· 10 years ago
beb4702
Remove redundant s->server assignments in handshake.
by David Benjamin
· 10 years ago
8c6fe45
Replace s->first_packet with a s->s3->have_version bit.
by David Benjamin
· 10 years ago
cde8aba
Merge client/server SSL_METHODs into the generic one.
by David Benjamin
· 10 years ago
f34a009
Don't set s->state and s->server before the side is known.
by David Benjamin
· 10 years ago
Next »