Sign in
boringssl
/
boringssl
/
054e597670b158012a585f0f3d3bbf106211a7e9
054e597
Include intrin.h under cover of warning pragmas.
by David Benjamin
· 9 years ago
2b36071
win: Add an explicit intrin.h include to work around a clang-cl bug.
by Nico Weber
· 9 years ago
80ef433
No-op change to kick the bots.
by David Benjamin
· 9 years ago
f8fcdf3
Add tests for both Channel ID and NPN together.
by David Benjamin
· 9 years ago
65dac9c
Fix the name of OPENSSL_add_all_algorithms_conf.
by David Benjamin
· 9 years ago
41e0804
Fix typo.
by David Benjamin
· 9 years ago
f715c42
Make SSL_set_bio's ownership easier to reason about.
by David Benjamin
· 9 years ago
5c0fb88
Add tests for SSL_set_fd and friends.
by David Benjamin
· 9 years ago
dfdd49c
generate_build_files: more flexible Bazel deps
by Matt Braithwaite
· 9 years ago
7af3140
Remove ASN.1 BIOs.
by David Benjamin
· 9 years ago
ae0bf3b
Remove ASN1_parse and ASN1_parse_dump.
by David Benjamin
· 9 years ago
e77b16e
Remove ASN.1 print hooks.
by David Benjamin
· 9 years ago
6278e24
shim: fix var unused when asserts compiled out
by Matt Braithwaite
· 9 years ago
54217e4
newhope: test corrupt key exchange messages.
by Matt Braithwaite
· 9 years ago
d0c677c
Avoid illegal pointers in asn1_string_canon.
by David Benjamin
· 9 years ago
37e01b3
Spell C++11 as C++11, not C++0x.
by David Benjamin
· 9 years ago
f6a74c6
Document compiler and assembler requirements.
by David Benjamin
· 9 years ago
171b540
Fix ssl3_do_write error handling.
by David Benjamin
· 9 years ago
1669589
Bazel: allow arbitrary path prefix before 'src'
by Matt Braithwaite
· 9 years ago
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
2e8ba2d
Use one C99-style for loop.
by David Benjamin
· 9 years ago
95d7a49
Fix the alias checks in dtls_record.c.
by David Benjamin
· 9 years ago
bf1905a
Revert "Import chacha-x86.pl fix."
by David Benjamin
· 9 years ago
2446db0
Require in == out for in-place encryption.
by David Benjamin
· 9 years ago
1a01e1f
Remove in-place TLS record assembly for now.
by David Benjamin
· 9 years ago
67cb49d
Fix BN_mod_word bug.
by David Benjamin
· 9 years ago
8f1e113
Ensure verify error is set when X509_verify_cert() fails.
by David Benjamin
· 9 years ago
82d0ffb
Use the new setter for CurrentTimeCallback in bssl_shim.
by David Benjamin
· 9 years ago
9edb2c6
Adding function to set the "current time" callback used for DTLS.
by Taylor Brandstetter
· 9 years ago
2e045a9
Add a deterministic PRNG for runner.
by David Benjamin
· 9 years ago
1e3376a
Add missing copyright header.
by David Benjamin
· 9 years ago
1c0e1e4
Avoid overflow in newhope.go.
by David Benjamin
· 9 years ago
45d45c1
Trim the DTLS write code slightly.
by David Benjamin
· 9 years ago
936aada
Move a bunch of public APIs from s3_lib.c to ssl_lib.c.
by David Benjamin
· 9 years ago
01784b4
Rename -timeout to -idle-timeout.
by David Benjamin
· 9 years ago
3dcec45
Rename SERVER_DONE to SERVER_HELLO_DONE.
by David Benjamin
· 9 years ago
cfec7c6
Rename s3_{clnt,srvr}.c
by David Benjamin
· 9 years ago
9f1dc82
A bit of cleanup post state machine merging.
by David Benjamin
· 9 years ago
df50eec
Fold DTLS server state machine into TLS state machine.
by David Benjamin
· 9 years ago
aa7734b
Fold the DTLS client handshake into the TLS one.
by David Benjamin
· 9 years ago
0d21dcd
Remove unnecessary sectioning in ssl.h.
by David Benjamin
· 9 years ago
24fe448
Consolidate dtls1_start_timer calls.
by David Benjamin
· 9 years ago
2a08c8d
Remove ssl3_do_write's 0 case.
by David Benjamin
· 9 years ago
af62d61
Remove dtls1_read_bytes.
by David Benjamin
· 9 years ago
c660417
Don't use dtls1_read_bytes to read messages.
by David Benjamin
· 9 years ago
585320c
Don't call read_bytes in read_change_cipher_spec.
by David Benjamin
· 9 years ago
4aa4081
Don't use ssl3_read_bytes in ssl3_read_close_notify.
by David Benjamin
· 9 years ago
a7810c1
Make tls_open_record always in-place.
by David Benjamin
· 9 years ago
728f354
Push alert handling down into the record functions.
by David Benjamin
· 9 years ago
ac29202
Fix typo.
by David Benjamin
· 9 years ago
4e9cc71
Add helper functions for info_callback and msg_callback.
by David Benjamin
· 9 years ago
15aa895
Tidy up the DTLS code's blocking-mode retransmits.
by David Benjamin
· 9 years ago
585d7a4
Test both synchronous and asynchronous DTLS retransmit.
by David Benjamin
· 9 years ago
ed9c8fc
Honor exit codes in run_android_tests.go.
by David Benjamin
· 9 years ago
0a45822
Fix some missing inits
by David Benjamin
· 9 years ago
26b7c35
Fix DSA, preserve BN_FLG_CONSTTIME
by David Benjamin
· 9 years ago
0d275bd
Don't call ERR_clear_system_error in so many places.
by David Benjamin
· 9 years ago
4bea850
Lift an impossible check to an assert.
by David Benjamin
· 9 years ago
e90d004
Remove impossible condition.
by David Benjamin
· 9 years ago
83042a8
Add a no-op OpenSSL_add_all_algorithms_conf.
by David Benjamin
· 9 years ago
adf2743
Be consistent about 𝑥_tests.txt
by Adam Langley
· 9 years ago
bbc7859
Match OpenSSL's values for BIO_CTRL_*.
by David Benjamin
· 9 years ago
f4978b7
Add some getters for the old lock callbacks.
by David Benjamin
· 9 years ago
e7b3ce5
Add BIO_set_conn_int_port.
by David Benjamin
· 9 years ago
dbec90b
Sort out signedness issues.
by David Benjamin
· 9 years ago
d206dfa
Add missing newline in newhope.h.
by David Benjamin
· 9 years ago
aa80ff5
crypto/newhope: add OPENSSL_EXPORT to functions used by tests.
by Adam Langley
· 9 years ago
a34bd8e
crypto/newhope: fix comment typo.
by Adam Langley
· 9 years ago
77fe711
crypto/newhope: print values as unsigneds.
by Adam Langley
· 9 years ago
6b7436b
newhope: restore statistical tests.
by Matt Braithwaite
· 9 years ago
0fc7df5
Add SSL_CIPHER_is_DHE.
by David Benjamin
· 9 years ago
66af3b0
Adding TLS 1.3 Record Layer.
by Steven Valdez
· 9 years ago
1a88df1
Update style guide note on files which match OpenSSL.
by David Benjamin
· 9 years ago
3084e7b
Adding ECDHE-PSK GCM Ciphersuites.
by Steven Valdez
· 9 years ago
8ca0b41
Fix X25519 on OS X when using build systems other than CMake.
by Piotr Sikora
· 9 years ago
27e863e
newhope: improve test vectors.
by Matt Braithwaite
· 9 years ago
686bb19
Add a unit test for one-sided shutdown.
by David Benjamin
· 9 years ago
bbd43b5
Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET.
by Steven Valdez
· 9 years ago
db20726
newhope: refactor and add test vectors.
by Matt Braithwaite
· 9 years ago
3995a38
Print out whether EMS was supported.
by David Benjamin
· 9 years ago
156edfe
Switch Windows CRYPTO_MUTEX implementation to SRWLOCK.
by David Benjamin
· 9 years ago
29270de
Split unlock functions into read/write variants.
by David Benjamin
· 9 years ago
053931e
CECPQ1: change from named curve to ciphersuite.
by Matt Braithwaite
· 9 years ago
d09175f
Replace base64 decoding.
by Adam Langley
· 9 years ago
1cb405d
Revert "Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown."
by Adam Langley
· 9 years ago
494650c
Adding TLS 1.3 AEAD construction.
by Steven Valdez
· 9 years ago
4f94b1c
Adding TLS 1.3 constants.
by Steven Valdez
· 9 years ago
1eca1d3
Renaming Channel ID Encrypted Extensions.
by Steven Valdez
· 9 years ago
2f87112
Never expose ssl->bbio in the public API.
by David Benjamin
· 9 years ago
7e7a82d
Rename GetConfigPtr to GetTestConfig.
by David Benjamin
· 9 years ago
7fcfd3b
Add ISC license to Go files that were missing a license.
by Adam Langley
· 9 years ago
ce902a9
Generalizing curves to groups in preparation for TLS 1.3.
by Steven Valdez
· 9 years ago
f1012b5
Fix HKDF leak.
by Steven Valdez
· 9 years ago
2b1ca80
Link back to the main page in documentation.
by David Benjamin
· 9 years ago
1aa03f0
Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.
by Adam Langley
· 9 years ago
7cb920b
Include crypto.h from pem.h.
by Adam Langley
· 9 years ago
3686584
Separating HKDF into HKDFExtract and HKDFExpand.
by Steven Valdez
· 9 years ago
e25775b
Elliptic curve + post-quantum key exchange
by Matt Braithwaite
· 9 years ago
61d4cdc
No-op change to kick the bots.
by David Benjamin
· 9 years ago
f0322b2
Use non-deprecated methods on windows.
by nmittler
· 9 years ago
Next »