Sign in
pigweed
/
third_party
/
github
/
google
/
boringssl
/
HEAD
13c19cb
rust: Introduce X.509 bindings
by xfding
· 8 hours ago
upstream/main
eedf10c
Remove some more easy NewZeroed calls
by David Benjamin
· 20 hours ago
2afc51c
Remove some dependencies on NewZeroed
by David Benjamin
· 20 hours ago
6c0eb25
Wire up ML-DSA keygen to the EVP API
by David Benjamin
· 20 hours ago
4871095
Add new APIs to generate EVP_PKEYs
by David Benjamin
· 20 hours ago
a6fa010
Center EVP_PKEY_CTX creation on EVP_PKEY_ALG
by David Benjamin
· 20 hours ago
476f483
Place kObjects constants in namespace bssl.
by Ryan Macnak
· 2 days ago
a2f9a24
runner: Also copy resumeExpectations before running the test
by David Benjamin
· 2 days ago
27bc28d
Don't allow half-empty EVP_PKEYs to be passed into various APIs
by David Benjamin
· 3 days ago
a218d49
Revert "Reduce thread contention for pooled CRYPTO_BUFFERs"
by David Benjamin
· 3 days ago
30cd935
Document <openssl/cast.h>
by David Benjamin
· 5 days ago
5bf54f4
rust: Properly dispatch the key types to the right curve after parsing
by xfding
· 6 days ago
50c3ac8
rust: parse keys into the right curve type per DER encoding
by xfding
· 6 days ago
afa6f3d
Document length requirements on low-level DES APIs
by David Benjamin
· 6 days ago
bf6bb32
Check for syntax errors in SANs in X509_check_host
by David Benjamin
· 6 days ago
b2478d6
Fix typo in comment
by David Benjamin
· 6 days ago
b8b7f30
Add some options to bssl client and bssl server to test PSKs
by David Benjamin
· 7 days ago
cc635fb
Warn in docs that TLS 1.3 PSKs must be high entropy
by David Benjamin
· 7 days ago
2127bd3
Revert "Simplify the symbol prefixing macros."
by Rudolf Polzer
· 7 days ago
9d2c26f
Fix prefixed names on MSVC.
by Rudolf Polzer
· 7 days ago
0535965
Simplify the symbol prefixing macros.
by Rudolf Polzer
· 7 days ago
745d3eb
Implement RFC 9258 as a server
by David Benjamin
· 7 days ago
cc55e9f
Handle an API edge case with PSKs and client certificates
by David Benjamin
· 7 days ago
c5fbe07
Implement RFC 9258 as a client
by David Benjamin
· 7 days ago
03dde63
Ignore CMS_PARTIAL in CMS_add1_signer
by David Benjamin
· 7 days ago
5774eca
crypto/x509: Fix interaction of DNS exclude constraints with wildcard DNS names.
by Rudolf Polzer
· 7 days ago
e16f17a
Use UniquePtr in DSAImpl
by David Benjamin
· 8 days ago
450046f
Use UniquePtr in DHImpl
by David Benjamin
· 8 days ago
104436a
Remove redundant DH_num_bits API
by David Benjamin
· 8 days ago
fbf01ff
Reduce thread contention for pooled CRYPTO_BUFFERs
by David Benjamin
· 8 days ago
3cbf7f3
Allow CRYPTO_BUFFERs to outlive CRYPTO_BUFFER_POOL
by David Benjamin
· 8 days ago
a5d1b42
C++ CRYPTO_BUFFER internals a bit more
by David Benjamin
· 8 days ago
c87c156
Make CRYPTO_MUTEX a C++ type
by David Benjamin
· 8 days ago
4903b98
Add a test for bssl::Cleanup
by David Benjamin
· 8 days ago
f35c040
Give CRYPTO_EX_DATA_CLASS a constructor
by David Benjamin
· 8 days ago
ff52e2d
Simplify delocate macros slightly
by David Benjamin
· 8 days ago
16d1a81
More consistently use the public/private struct split in crypto/pool
by David Benjamin
· 8 days ago
9b1ce5b
Don't stack-allocate CryptoBuffer for pool lookups
by David Benjamin
· 8 days ago
d0fcf49
rust: Give options to serialise curve names
by xfding
· 9 days ago
80053a9
Remove duplicate include
by David Benjamin
· 13 days ago
1b3db39
GitHub Actions: Tighten up branch-time.yml check
by Lily Chen
· 13 days ago
a3f5cfc
ssl: Allow inspection of SSL_CREDENTIAL completion status
by xfding
· 13 days ago
6082933
Add some missing file headers
by David Benjamin
· 13 days ago
fa93d5c
Publish the remaining historical advisories
by David Benjamin
· 2 weeks ago
c7d6739
GitHub: Tweak branch-time.yml workflow
by Lily Chen
· 2 weeks ago
7a0738e
runner: Add a preSharedKey object
by David Benjamin
· 2 weeks ago
626a257
GitHub: Create GitHub Actions workflow to check branch time
by Lily Chen
· 2 weeks ago
d817992
Add a no-op virtual destructor to EvpPkeyCtx
by David Benjamin
· 2 weeks ago
018233c
audit_symbols: Allow Windows RTTI descriptors to be unprefixed
by David Benjamin
· 2 weeks ago
7d88bb1
Preprocessor compatibility: update logic for symbol prefixing.
by Rudolf Polzer
· 2 weeks ago
db16f52
Move definition of BORINGSSL_ALWAYS_USE_STATIC_INLINE farther up.
by Rudolf Polzer
· 2 weeks ago
d8e4bc5
Revert "Integrate the new way of C++ symbol prefixing with Bindgen."
by Rudolf Polzer
· 2 weeks ago
19453ec
Remove getrandom_fillin.h
by David Benjamin
· 2 weeks ago
20cb834
Use std::sort in crypto/stack/stack.cc
by David Benjamin
· 2 weeks ago
5e15537
When building a shared ELF library with FIPS, set the section markers hidden.
by Rudolf Polzer
· 2 weeks ago
e45bafc
Finish symbol prefixing with delocate (delocate approach).
by Rudolf Polzer
· 2 weeks ago
d5dafad
delocate: Pass through .reloc directives associated with pointer field protection
by Peter Collingbourne
· 2 weeks ago
3d72439
CI naming: minor improvements
by Rudolf Polzer
· 2 weeks ago
bea573a
Add GNU linker manual to references
by David Benjamin
· 2 weeks ago
8c18dd9
Use destructors more in crypto/cms
by David Benjamin
· 2 weeks ago
2b1726c
Introduce macro BORINGSSL_ALWAYS_USE_STATIC_INLINE.
by Rudolf Polzer
· 2 weeks ago
23b4c84
Reapply "Migrate Bio to RefCounted."
by David Benjamin
· 2 weeks ago
c18ce81
Base BIO_free's return value on only the input BIO
by David Benjamin
· 2 weeks ago
0577067
runner: Don't override the version in the SendBothTickets tests
by David Benjamin
· 3 weeks ago
d01a62b
runner: Bundle wire version, protocol version, and isDTLS together
by David Benjamin
· 3 weeks ago
ebb8935
runner: Remove version parameter to TLS 1.2 keyAgreement objects
by David Benjamin
· 3 weeks ago
2614e61
runner: Simplify Config.minVersion and Config.maxVersion
by David Benjamin
· 3 weeks ago
982fdec
runner: Check that the server did not resume a session at the wrong version/cipher
by David Benjamin
· 3 weeks ago
484a770
Rewrite the CipherNotPreferred tests
by David Benjamin
· 3 weeks ago
167fdb4
runner: Store a cipherSuite object in sessionState
by David Benjamin
· 3 weeks ago
286fd0f
runner: Pass just a hash algorithm, not a cipher suite, into PSK binders
by David Benjamin
· 3 weeks ago
6a584e1
Make BORINGSSL_check_test take a pair of spans
by David Benjamin
· 3 weeks ago
14fa499
Split RSA sign and verify KATs
by David Benjamin
· 3 weeks ago
06e17bc
Run `go fix`
by Adam Langley
· 3 weeks ago
d598231
Update filippo.io/edwards25519 to 1.2.0
by David Benjamin
· 3 weeks ago
30a792b
Fix the docs for and test BIO_free's return value
by David Benjamin
· 3 weeks ago
17b020f
rust: Make true links in HPKE doc-string
by xfding
· 3 weeks ago
75186f6
Revert "Migrate Bio to RefCounted."
by David Benjamin
· 3 weeks ago
9a74210
Fix documentation for SSL_set_alps_use_new_codepoint
by David Benjamin
· 3 weeks ago
8dd22eb
bssl_shim: Make a general SetValueFlag helper in test_config.cc
by David Benjamin
· 3 weeks ago
bccc07b
Abstract out the check for whether certificate modes are acceptable
by David Benjamin
· 3 weeks ago
12f118e
Add bssl::Vector::EraseIf
by David Benjamin
· 3 weeks ago
144f5c2
Remove unused version parameter to tls13_verify_data
by David Benjamin
· 3 weeks ago
d239573
Fold tls13_write_psk_binder into the caller
by David Benjamin
· 3 weeks ago
c0a0521
runner: Remove a dead condition in dtlsPackRecord
by David Benjamin
· 3 weeks ago
7338a84
runner: Use slices package a bit more
by David Benjamin
· 3 weeks ago
3099c59
Require __NR_getrandom to be either available or polyfilled
by David Benjamin
· 3 weeks ago
d3ecf0a
runner: Make some panics more useful
by David Benjamin
· 3 weeks ago
f8d5616
runner: Remove stale recordTypePlaintextHandshake constant
by David Benjamin
· 3 weeks ago
6196cb1
Remove BORINGSSL_ALL_PUBLIC_SYMBOLS from pregenerate
by David Benjamin
· 3 weeks ago
a98a292
Remove GitHub pull request template
by David Benjamin
· 3 weeks ago
100a618
Fix cpu_aarch64_sysreg.cc
by David Benjamin
· 3 weeks ago
0a0e974
Split __wasm__ into __wasm32__ and __wasm64__
by David Benjamin
· 3 weeks ago
c0da0e7
Revert "SSL_CREDENTIAL: Check that configured private key actually has one"
by Lily Chen
· 3 weeks ago
9c95ec7
rust: simplify the rustls provider crate
by xfding
· 4 weeks ago
acec7db
dtls: bump default maximum protocol version to 1.3
by xfding
· 4 weeks ago
22e2952
rust: Make HPKE layouts more precise and improve documentation
by xfding
· 4 weeks ago
33f307c
rust: HPKE type for TLS interop
by xfding
· 4 weeks ago
a1cfca8
Const-correct a few more crypto/x509 APIs
by David Benjamin
· 4 weeks ago
5833bcd
rust: move rustls adapters to its own crate
by xfding
· 4 weeks ago
Next »