Sign in
boringssl
/
boringssl.git
/
ce9d85eedd4888848148e3b855e85efb1009224c
ce9d85e
Tweaks for node.js
by Adam Langley
· 9 years ago
eac0ce0
Have doc.go parse struct comments.
by Adam Langley
· 9 years ago
241ae83
Add some tests to ensure we ignore bogus curves and ciphers.
by David Benjamin
· 9 years ago
f6494f4
Add a SSL_get_pending_cipher API.
by David Benjamin
· 9 years ago
7027d25
Also add a no-op stub for OPENSSL_config.
by David Benjamin
· 9 years ago
e5aa791
Add a few more no-op stubs for cURL compatibility.
by David Benjamin
· 9 years ago
5aae776
Remove calls to ERR_load_crypto_strings.
by David Benjamin
· 9 years ago
75a64c0
Remove some mingw support cruft.
by Adam Langley
· 9 years ago
7cae9f5
Use |alignas| for alignment.
by Brian Smith
· 9 years ago
34749f4
Remove unnecessary assignment of |e| in |rsa_setup_blinding|.
by Brian Smith
· 9 years ago
232127d
Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_arbitrary.
by David Benjamin
· 9 years ago
version_for_cocoapods_2.0
95219fe
Fix some documentation comments.
by David Benjamin
· 9 years ago
d3a4e28
Fix trivial -Wcast-qual violations.
by Brian Smith
· 9 years ago
a646258
Enable stronger format string checking |-Wformat=2|.
by Brian Smith
· 9 years ago
d92f1d3
Fix |sscanf| format string in cpu-intel.c.
by Brian Smith
· 9 years ago
8d3c43e
Annotate |ERR_add_error_dataf| as |OPENSSL_PRINTF_FORMAT_FUNC|.
by Brian Smith
· 9 years ago
061332f
Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.
by Brian Smith
· 9 years ago
0687bdf
Fix -Wformat-nonliteral violation in ssl_cipher.c.
by Brian Smith
· 9 years ago
6c22f54
Fix build of x509_test.
by David Benjamin
· 9 years ago
fc6e5a7
Drop the silly 'ECDH_' prefix on X25519.
by David Benjamin
· 9 years ago
d2f0ce8
Enable X25519 by default in TLS.
by David Benjamin
· 9 years ago
3a39b06
Import “altchains” support.
by Adam Langley
· 9 years ago
57707c7
OpenSSL reformat x509/, x509v3/, pem/ and asn1/.
by Adam Langley
· 9 years ago
6288218
Update comments to better document in-place semantics.
by Adam Langley
· 9 years ago
b8ba65a
Fix arm perlasm trailing newline.
by David Benjamin
· 9 years ago
0b553eb
Remove a trailing ^M (DOS newline).
by Matt Braithwaite
· 9 years ago
b9e4fa5
Add a helper function to normalize the current version.
by David Benjamin
· 9 years ago
23b0a65
Move some functions to file scope.
by David Benjamin
· 9 years ago
928f32a
Add APIs to extract the SSL key block.
by David Benjamin
· 9 years ago
baa1216
Prune finished labels from SSL3_ENC_METHOD.
by David Benjamin
· 9 years ago
f8d8071
Remove a few unnecessary SSL3_ENC_METHOD hooks.
by David Benjamin
· 9 years ago
b35d684
Minor cleanup.
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
57997da
Simplify the ChangeCipherSpec logic.
by David Benjamin
· 9 years ago
0623bce
Fill in ssl->session->cipher when resumption is resolved.
by David Benjamin
· 9 years ago
4119d42
Tidy up keyblock and CCS logic slightly.
by David Benjamin
· 9 years ago
1db2156
Move ssl3_record_sequence_update with the other record-layer bits.
by David Benjamin
· 9 years ago
96ba15f
Add SSL_get_client_random and SSL_get_server_random.
by David Benjamin
· 9 years ago
ef1b009
Consider session if the client supports tickets but offered a session ID.
by David Benjamin
· 9 years ago
dd1f6f4
Rename the curve25519 precomputed tables.
by Adam Langley
· 9 years ago
e021a24
Add curve25519/asm/x25519-asm-x86_64.S.
by Matt Braithwaite
· 9 years ago
625475f
Fix bits vs. bytes confusion in RSA encryption.
by Brian Smith
· 9 years ago
7b8b9c1
Include 'asm' in the name of X25519 asm sources.
by Adam Langley
· 9 years ago
3202750
Update the fuzz tests for the server.
by Adam Langley
· 9 years ago
6544426
Fix a ** 0 mod 1 = 0 for real this time.
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
0d56f88
Switch s to ssl everywhere.
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
c18ef75
Allocate a NID for X25519.
by David Benjamin
· 9 years ago
3a2a480
Remove long-dead comment.
by David Benjamin
· 9 years ago
cba2b62
Implement draft-ietf-tls-curve25519-01 in Go.
by David Benjamin
· 9 years ago
ab14563
Bundle a copy of golang.org/x/crypto/curve25519 for testing.
by David Benjamin
· 9 years ago
a029ebc
Switch the bundled poly1305 to relative imports.
by David Benjamin
· 9 years ago
64d9250
Completely remove P-224 from the TLS stack.
by David Benjamin
· 9 years ago
8c2b3bf
Test all supported curves (including those off by default).
by David Benjamin
· 9 years ago
fc82512
Convert ssl3_send_cert_verify to CBB.
by David Benjamin
· 9 years ago
5fb18c6
Make MSVC happy.
by Adam Langley
· 9 years ago
2a0b391
Rewrite ssl3_send_server_key_exchange to use CBB.
by David Benjamin
· 9 years ago
d16bf34
Add a -lldb flag to runner.go.
by David Benjamin
· 9 years ago
af21bcf
Remove other unnecessary BN_CTX allocations.
by David Benjamin
· 9 years ago
ae0eaaa
Convert ssl3_send_client_key_exchange to CBB.
by David Benjamin
· 9 years ago
3ac4b3a
Remove NO_ASM define that I accidently included in the previous commit.
by Adam Langley
· 9 years ago
e6c5402
Don't build X25519 asm code when NO_ASM is set.
by Adam Langley
· 9 years ago
77a173e
Add x86-64 assembly for X25519.
by Adam Langley
· 9 years ago
c75c0ae
Add #defines for ED25519 key and signature lengths.
by Matt Braithwaite
· 9 years ago
48cce66
Tidy up ssl3_get_server_key_exchange slightly.
by David Benjamin
· 9 years ago
c1cc858
Check for EC_KEY_set_public_key error.
by David Benjamin
· 9 years ago
4cc671c
Add CBB_reserve and CBB_did_write.
by David Benjamin
· 9 years ago
e13263d
Resolve a few old TODOs.
by David Benjamin
· 9 years ago
841934f
Remove stack macros for nonexistent types.
by David Benjamin
· 9 years ago
70ab223
Remove ASN1_R_MALLOC_FAILURE.
by David Benjamin
· 9 years ago
b965c63
Reject calls to X509_verify_cert that have not been reinitialised
by David Benjamin
· 9 years ago
3f5b43d
Simplify RSA key exchange padding check.
by David Benjamin
· 9 years ago
3ef6085
Refuse to parse RSA pubkeys with invalid exponents.
by Luke Granger-Brown
· 9 years ago
afe57cb
Add a tool to generate Ed25519 keys.
by David Benjamin
· 9 years ago
77c3c0b
Enable Ed25519 when building with OPENSSL_SMALL.
by Adam Langley
· 9 years ago
9f897b2
Remove the stitched RC4-MD5 code and use the generic one.
by David Benjamin
· 9 years ago
1741a9d
Save some mallocs in computing the MAC for e_tls.c.
by David Benjamin
· 9 years ago
df57163
Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed.
by David Benjamin
· 9 years ago
13414b3
Implement draft-ietf-tls-chacha20-poly1305-04.
by David Benjamin
· 9 years ago
3748990
Implement draft-ietf-tls-chacha20-poly1305-04 in Go.
by David Benjamin
· 9 years ago
2089fdd
Implement RFC 7539 in Go.
by David Benjamin
· 9 years ago
86e412d
Add client cert support to bssl client.
by David Benjamin
· 9 years ago
23a681b
Fix build.
by David Benjamin
· 9 years ago
e320392
Rename the Go ChaCha20-Poly1305 implementation.
by David Benjamin
· 9 years ago
8ffab72
Point EVP_aead_chacha20_poly1305 at the standardized version.
by David Benjamin
· 9 years ago
fef6fb5
Fix ChaCha20-Poly1305 tests.
by David Benjamin
· 9 years ago
60a08ac
Remove unreachable code to duplicate DH keys.
by David Benjamin
· 9 years ago
4ec0cce
Slightly tweak some array allocations.
by David Benjamin
· 9 years ago
2936170
Fix memory leak in DSA redo case.
by David Benjamin
· 9 years ago
a01deee
Make CBB_len relative to its argument.
by David Benjamin
· 9 years ago
77385bb
Mark platform-specific HOST_[c2l|l2c] as (void).
by Adam Langley
· 9 years ago
6969971
Remove a dead prototype.
by David Benjamin
· 9 years ago
1b36716
Remove crypto/header_removed.h.
by David Benjamin
· 9 years ago
017231a
Remove asm __asm__ define.
by David Benjamin
· 9 years ago
793c21e
Make HOST_l2c return void.
by David Benjamin
· 9 years ago
0aff3ff
Store the partial block as uint8_t, not uint32_t.
by David Benjamin
· 9 years ago
5a19d7d
Use the straight-forward ROTATE macro.
by David Benjamin
· 9 years ago
Next »