Sign in
boringssl
/
boringssl
/
666973b8e9b6befe63249e51ff6b63e7605c605d
666973b
Add tests for EC keys with specified curves.
by David Benjamin
· 9 years ago
815b12e
ed25519: Don't negate output when decoding.
by Adam Langley
· 9 years ago
bd42603
Add a convenience function for i2d compatibility wrappers.
by David Benjamin
· 9 years ago
375124b
Parse BER for PKCS#12 more accurately.
by David Benjamin
· 9 years ago
fb974e6
Use initializer lists to specify cipher rule tests.
by David Benjamin
· 9 years ago
894a47d
Clarify some confusing casts involving |size_t|.
by Brian Smith
· 9 years ago
11676a7
Use |kSizeTWithoutLower4Bits| in crypto/modes/gcm.c.
by Brian Smith
· 9 years ago
5ba0689
Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
by Brian Smith
· 9 years ago
46a4d6d
Remove out-of-date and misleading comment in |bn_blinding_st|.
by Brian Smith
· 9 years ago
3ab3e3d
Mark ARM assembly globals hidden uniformly in arm-xlate.pl.
by David Benjamin
· 9 years ago
5acc423
Add a CONTRIBUTING.md file.
by David Benjamin
· 9 years ago
042e8f7
Updating BUILDING.md for windows.
by nmittler
· 9 years ago
642b0b8
Remove unused bits of RSA blinding code.
by Brian Smith
· 9 years ago
a051bdd
Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn.
by Brian Smith
· 9 years ago
767e121
Remove unused Simics code in crypto/bn/asm/x86_64-gcc.c.
by Brian Smith
· 9 years ago
b121a26
Remove unused |ec_GFp_simple_group_check_discriminant|.
by Brian Smith
· 9 years ago
4862b3b
Remove useless and out-of-date comments in crypto/ec/internal.h.
by Brian Smith
· 9 years ago
fce7604
Remove duplicative ECC |group_init| and |group_set_curve| methods.
by Brian Smith
· 9 years ago
aadf1ee
Minimize the scope of the |BN_*_SIZE_*| constants.
by Brian Smith
· 9 years ago
8c5ea13
Remove unused |bn_mul_low_normal| and related #defines.
by Brian Smith
· 9 years ago
2c71ce1
Update some URLs in BUILDING.md.
by David Benjamin
· 9 years ago
6b34d54
Prefer MSVC over GCC if both are in %PATH%.
by David Benjamin
· 9 years ago
089cba0
No-op change to kick the bots again.
by David Benjamin
· 9 years ago
f98be21
Remove dead platform-specific code in |BN_div|.
by Brian Smith
· 9 years ago
a37fc70
Another no-op change.
by David Benjamin
· 9 years ago
fcde5aa
No-op change to kick the bots.
by David Benjamin
· 9 years ago
926f219
Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM.
by Brian Smith
· 9 years ago
11aac10
Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der.
by David Benjamin
· 9 years ago
168297e
Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits.
by Brian Smith
· 9 years ago
d057454
Changes to support node.js's use of PKCS#12.
by Adam Langley
· 9 years ago
e66148a
Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed.
by David Benjamin
· 9 years ago
6014ea6
Add EC_POINT_point2cbb.
by David Benjamin
· 9 years ago
dd31c4e
Update some comments in bn_test.c in light of acb24518.
by Adam Langley
· 9 years ago
47ebec1
Validate DH public keys for RFC 5114 groups.
by David Benjamin
· 9 years ago
43946d4
Update references to the extended master secret draft.
by David Benjamin
· 9 years ago
4e3d17a
Remove redundant logic to compute EC public key.
by David Benjamin
· 9 years ago
4aafe6a
Document the d2i object reuse changes in PORTING.md.
by David Benjamin
· 9 years ago
bf3335c
Add #ifdef guards to crypto/curve25519 assembly files.
by William Hesse
· 9 years ago
72f7e21
Stop allowing SHA-224 in TLS 1.2.
by David Benjamin
· 9 years ago
5fa8f5b
Fix |-Werror=old-style-declaration| violations in poly1305_vec.c.
by Brian Smith
· 9 years ago
2cdf398
Remove pkey_base_id.
by David Benjamin
· 9 years ago
415564f
Update draft-irtf-cfrg-curves-11 references to RFC 7748.
by David Benjamin
· 9 years ago
4f6acaf
Use more C++11 features.
by David Benjamin
· 9 years ago
c3774c1
Fix some indentation.
by David Benjamin
· 9 years ago
0a2c993
Don't allow the specifiedCurve form of ECParameters in SPKIs.
by David Benjamin
· 9 years ago
f6094e0
Don't allow EVP_PKEY_RSA2.
by David Benjamin
· 9 years ago
c612e61
Fix minor stylistic problem.
by David Benjamin
· 9 years ago
719594e
Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check.
by David Benjamin
· 9 years ago
b6155e6
Remove app_data from EVP_PKEY_CTX.
by David Benjamin
· 9 years ago
4e98e5c
Implement pkey_ec_keygen with EC_KEY APIs.
by David Benjamin
· 9 years ago
692878a
Remove EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID.
by David Benjamin
· 9 years ago
8ac35f0
Remove unused EVP_PKEY_METHOD hooks.
by David Benjamin
· 9 years ago
9bf1b1b
Remove group_clear_finish EC_GROUP hooks.
by David Benjamin
· 9 years ago
acb2451
Rename the BIGNUM ASN.1 functions.
by David Benjamin
· 9 years ago
647cd02
Fix 32-bit build.
by David Benjamin
· 9 years ago
b04c905
Remove the arch-specific HOST_c2l/HOST_l2c implementations.
by David Benjamin
· 9 years ago
8f2d4e3
Fix documentation string.
by David Benjamin
· 9 years ago
87c7640
Use |inline| in crypto/poly1305/poly1305_vec.c.
by Brian Smith
· 9 years ago
24e4288
Define `int128_t` and `uint128_t` in one place.
by Brian Smith
· 9 years ago
f547007
Use |alignas| more in crypto/chacha/chacha_vec.c.
by Brian Smith
· 9 years ago
9333d6d
Fix data <-> function pointer casts in thread_win.c.
by Brian Smith
· 9 years ago
f5f4be8
Fix pointer-to-non-volatile cast in thread_win.c.
by Brian Smith
· 9 years ago
54a8d7c
Use Barrett reduction in CBC processing rather than tricks.
by Adam Langley
· 9 years ago
91b2501
Add functions for accessing read_sequence and write_sequence.
by David Benjamin
· 9 years ago
cdd0b7e
Add SSL_CTX_set_retain_only_sha256_of_client_certs.
by David Benjamin
· 9 years ago
4b9205b
Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id.
by David Benjamin
· 9 years ago
b83003e
Don't initialize enc_method before version negotiation.
by David Benjamin
· 9 years ago
a565d29
Remove alert mapping machinery.
by David Benjamin
· 9 years ago
a1e9cab
Replace enc_flags with normalized version checks.
by David Benjamin
· 9 years ago
ef7dba6
Fix error in ce9d85ee.
by Adam Langley
· 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
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
Next »