Sign in
boringssl
/
boringssl.git
/
55a436497f7fa0320060e501a10e57821981af57
55a4364
Handle empty curve preferences from the client.
by David Benjamin
· 10 years ago
256451c
sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.
by David Benjamin
· 10 years ago
1c722b7
Add DTLS to SSL_get_version
by David Benjamin
· 10 years ago
dcd979f
CertificateStatus is optional.
by David Benjamin
· 10 years ago
2c6080f
Put the mem.h include back into crypto.h.
by David Benjamin
· 10 years ago
41846c7
Modify sk_find() so it returns 1 on success and 0 otherwise.
by Doug Hogan
· 10 years ago
9bc266e
Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV.
by Adam Langley
· 10 years ago
c85573c
Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0.
by David Benjamin
· 10 years ago
9626f26
Fix logic error that was breaking OBJ_create.
by Matt Braithwaite
· 10 years ago
83f182c
Revert "Temporary introduce a memory leak in ssl_test"
by David Benjamin
· 10 years ago
88d0f91
Temporary introduce a memory leak in ssl_test
by David Benjamin
· 10 years ago
7cb4bcc
Empty commit to kick the bots.
by David Benjamin
· 10 years ago
5928c41
32-bit ARM perlasm should be 'linux32', not 'elf'.
by David Benjamin
· 10 years ago
f06802f
Add arm-xlate.pl and initial iOS asm support.
by David Benjamin
· 10 years ago
c574f41
Test that client curve preferences are enforced.
by David Benjamin
· 10 years ago
4b0afdd
Add a tool to download Chromium's prebuilt clang.
by David Benjamin
· 10 years ago
93de5e5
Reject empty cipher suite lists early.
by David Benjamin
· 10 years ago
3fa2777
Fix some unsigned long cipher masks.
by David Benjamin
· 10 years ago
f0df86a
Fix standalone build on Mac.
by David Benjamin
· 10 years ago
caf6b09
runner: fix a couple of nits from govet.
by Adam Langley
· 10 years ago
7eaf401
(d2i_SSL_SESSION): Fix a memory leak that occurs on error.
by Matt Braithwaite
· 10 years ago
92b6b02
tool: include base.h before testing OPENSSL_WINDOWS.
by Adam Langley
· 10 years ago
ad6b28e
Add 64-bit, P-256 implementation.
by Adam Langley
· 10 years ago
042bcdd
No-op comment to trigger the bots.
by David Benjamin
· 10 years ago
d5eb7f4
bio: remove BIO_CTRL_PUSH/_POP.
by Adam Langley
· 10 years ago
9f33fc6
Remove hash table lookups from ex_data.
by David Benjamin
· 10 years ago
2ab9090
Remove X509_STORE's ex_data.
by David Benjamin
· 10 years ago
1004b95
Remove BIO's ex_data.
by David Benjamin
· 10 years ago
546f1a5
Unexpose the generic ex_data functions.
by David Benjamin
· 10 years ago
b857ffe
Remove CRYPTO_ex_data_new_class.
by David Benjamin
· 10 years ago
32cd83f
Remove the ability to set custom ex_data implementations.
by David Benjamin
· 10 years ago
daf2c5d
Convert ecdsa_test to C++.
by David Benjamin
· 10 years ago
e65855c
Fix memory leak in ecdsa_test.
by David Benjamin
· 10 years ago
25f0846
Revert "Temporarily break a test on purpose."
by David Benjamin
· 10 years ago
cbbe020
Temporarily break a test on purpose.
by David Benjamin
· 10 years ago
f86c199
Fix Windows newline in err.h from commit 83a8298.
by Brian Smith
· 10 years ago
b828cfd
Fix typos in documentation in rsa.h.
by Brian Smith
· 10 years ago
3700778
Fix Windows build failures caused by 310d4dd.
by Brian Smith
· 10 years ago
c3ef76f
Compatibility changes for wpa_supplicant and OpenSSH.
by Adam Langley
· 10 years ago
310d4dd
rand: new-style locking and support rdrand.
by Adam Langley
· 10 years ago
ba3bef9
obj: convert to new-style locks.
by Adam Langley
· 10 years ago
90b5840
tool: benchmark the RNG.
by Adam Langley
· 10 years ago
f030369
tool: add rand.
by Adam Langley
· 10 years ago
683d7bd
Convert BN_MONT_CTX to new-style locking.
by Adam Langley
· 10 years ago
ccdfbd9
ex_data: convert to new-style locking.
by Adam Langley
· 10 years ago
8bdd542
err: convert over to new-style locking.
by Adam Langley
· 10 years ago
df1f5e7
crypto: add mutexes.
by Adam Langley
· 10 years ago
9bde6ae
bio: remove reference count.
by Adam Langley
· 10 years ago
1f26ed7
Undo one fragment of 054e6826.
by Adam Langley
· 10 years ago
b16346b
Add SSL_set_reject_peer_renegotiations.
by David Benjamin
· 10 years ago
8f64778
Add some missing headers to doc.config.
by David Benjamin
· 10 years ago
2bf1a79
Prune some unused constants from ssl/internal.h.
by David Benjamin
· 10 years ago
71485af
Skip #if lines in getNameFromDecl.
by David Benjamin
· 10 years ago
0d8a758
Start generating documentation for ssl.h.
by David Benjamin
· 10 years ago
71f0794
Document everything in ssl_ciph.c, now ssl_cipher.c.
by David Benjamin
· 10 years ago
087e4fa
Fix minor stylistic issues with ssl.h.
by David Benjamin
· 10 years ago
5c366d6
Remove dead code.
by David Benjamin
· 10 years ago
6b38086
Remove SSL_CIPHER::valid.
by David Benjamin
· 10 years ago
0344daf
Tidy cipher rule processing.
by David Benjamin
· 10 years ago
c82a00d
Replace MD5 in examples with SHA-256.
by Brian Smith
· 10 years ago
8983a1d
Remove gotos from HMAC code.
by Brian Smith
· 10 years ago
dd973b2
Use smart pointers instead of gotos in digest.cc.
by Brian Smith
· 10 years ago
0acef5e
Simplify ec_group_st on the assumption it is used for GF(p) only.
by Brian Smith
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
ef24ac3
Remove mistaken typedef from 83a82981dc81.
by Adam Langley
· 10 years ago
a039d70
Enable MSVC warning C4701, use of potentially uninitialized variable.
by Brian Smith
· 10 years ago
1a9bc44
Fix standalone Windows release-mode builds.
by Brian Smith
· 10 years ago
655764a
Test ECDSA_do_sign/ECDSA_do_verify like ECDSA_sign/ECDSA_verify.
by Brian Smith
· 10 years ago
1f0d2ef
Refactor ecdsa_test to make it easier to extend.
by Brian Smith
· 10 years ago
6e8fbfe
Remove crypto/obj dependencies from low-level crypto tests.
by Brian Smith
· 10 years ago
9da82c1
Remove superfluous crypto/bio dependencies from tests.
by Brian Smith
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
7d897a1
Replace RC4 in examples with AES-128-GCM.
by Brian Smith
· 10 years ago
48b3150
Fix some parsing bugs in doc.go.
by David Benjamin
· 10 years ago
e00fc88
Fix typo.
by David Benjamin
· 10 years ago
107db58
Switch cipher masks to uint32_t.
by David Benjamin
· 10 years ago
2e749e8
Move the sys/time.h #include out of extern C.
by David Benjamin
· 10 years ago
f0ae170
Include-what-you-use ssl/internal.h.
by David Benjamin
· 10 years ago
2ee94aa
Rename ssl_locl.h to internal.h
by David Benjamin
· 10 years ago
0fd5639
Fix up whitespace in headers for doc.go.
by Adam Langley
· 10 years ago
d6405be
Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult.
by Brian Smith
· 10 years ago
32fbdf2
Remove anonymous cipher suites.
by David Benjamin
· 10 years ago
3367273
Get rid of the THREADID stuff.
by Adam Langley
· 10 years ago
b9e77a0
Use thread-local storage for ERR.
by Adam Langley
· 10 years ago
2e0f071
Remove the implementation abstraction from ERR.
by Adam Langley
· 10 years ago
e9a80ff
Add tests for CHACHA20_POLY1305 ciphers.
by David Benjamin
· 10 years ago
2f18c1b
Prune away (almost) all of asn1_mac.h
by David Benjamin
· 10 years ago
69fe82a
Remove unused ec_pre_comp_st.group back pointer to group.
by Brian Smith
· 10 years ago
ef4962f
Shush warning in alignment code.
by David Benjamin
· 10 years ago
ff9c74f
Fix bssl_shim build in MSVC.
by David Benjamin
· 10 years ago
06e5161
Fix the linux_shared bot.
by David Benjamin
· 10 years ago
57581da
Remove unused ex_data indexes.
by Brian Smith
· 10 years ago
a917628
Implement ECDSA_SIG_new and ECDSA_SIG_free manually.
by Brian Smith
· 10 years ago
5d48b02
Remove TODO about removing ECDSA_do_sign/ECDSA_do_verify.
by Brian Smith
· 10 years ago
7e6c4c8
Add a couple of compatibility #defines for DH.
by Adam Langley
· 10 years ago
1049e26
Support several flavours of AES-192.
by Adam Langley
· 10 years ago
087930f
Add OFB mode.
by Adam Langley
· 10 years ago
d4a5ecd
Add NCONF_load_bio.
by Adam Langley
· 10 years ago
c004dfc
Add decrepit, initially containing CAST and Blowfish.
by Adam Langley
· 10 years ago
765b66c
Add DSA support to EVP.
by Adam Langley
· 10 years ago
Next »