1434 Commits (d605df5b6f8462c1f3005da82d718ec067f46b70)
 

Author SHA1 Message Date
Adam Langley 6e1e367021 Switch to new ACVP test for TLS 1.2 KDF. 2 years ago
David Benjamin cee2dbb08c Default SSL_set_enforce_rsa_key_usage to enabled. 2 years ago
Nabil Wadih fa7afff95a add extra lints to align with Chromium rust toolchain 2 years ago
Nabil Wadih 404d98b6f7 Include bindgen generated file via a build time env var, this plays nicer with other build systems like Soong and Gn. 2 years ago
Adam Langley 480344d4fa Move TLS 1.3 KDF functions into the FIPS module. 2 years ago
Adam Langley d3acd45456 Move HKDF into the FIPS module. 2 years ago
Adam Langley 4ae4fb76c8 Drop CECPQ2 support. 2 years ago
Nabil Wadih 298e6c2b9c expose a reset API on hmac which resets the current instance back to its original state keeping the same key as initially used 2 years ago
David Benjamin 5fb362c66a Remove X509V3_EXT_add_list and X509V3_EXT_cleanup 2 years ago
David Benjamin 8abd1b5e8c Remove support for "old-style" X509V3_EXT_METHODs. 2 years ago
David Benjamin abfd5ebc87 Restore some default cases in tasn_dec.c and tasn_enc.c 2 years ago
Bob Beck 8cacbd93b8 Add functions to allow the mocking of AES hw support for testing. 2 years ago
David Benjamin 94235101d2 Fix up do_ext_i2d's error-handling 2 years ago
Steven Valdez c5f762dc7d Add Trust Token version using standardized hash2curve. 2 years ago
Adam Langley 89de6e1afe Move RSA (en|de)cryption out of the FIPS module. 2 years ago
wangjiale3 7b9b9baa95 leaked_storage in method POLICYQUALINFO *notice_section 2 years ago
David Benjamin a438519f9e Fix miscellaneous size_t truncations 2 years ago
David Benjamin bf1b79288f Remove SSL_CIPHER_get_rfc_name 2 years ago
Adam Langley fe7a067f1e Run `go fmt` in `ssl/test/runner`. 2 years ago
wangjiale3 8843d98d18 If the ret is not null, it needs to be released before return 2 years ago
David Benjamin 0c069cbf33 Don't consume the newline in BIO_gets for fds 2 years ago
wangjiale3 9a56503c15 RESOURCE_LEAK in method STACK_OF(TRUST_TOKEN) *voprf_unblind before return 0 2 years ago
David Benjamin 44a389a7fc Tidy up some lengths in SSL_SESSION 2 years ago
David Benjamin e8b168dffe Fix size_t truncations in bio_mem.c 2 years ago
David Benjamin 6e723e5b37 Convert a few more ints to bools in libssl. 2 years ago
David Benjamin 502d24ca80 Add various tests for memory BIOs. 2 years ago
Adam Langley d89702704f Update X25519+Kyber ID. 2 years ago
Adam Langley bc49415aec Add comment about regenerating peg files. 2 years ago
Sophie Schmieg 58472cc752 Adding a C implementation of Kyber. 2 years ago
David Benjamin 28226f584e Fix handling of critical X.509 policy constraints 2 years ago
David Benjamin fca688f26b Fix policy validation when the user policy set is NULL 2 years ago
David Benjamin 678bae4083 Remove dynamic X509_VERIFY_PARAM registration 2 years ago
David Benjamin af0739fc73 Const-correct sk_FOO_cmp_func 2 years ago
David Benjamin 97d48dbeb8 Sort various X.509 global lists sooner 2 years ago
David Benjamin 0e8e3c682f Add a warning about OBJ_create and global state 2 years ago
David Benjamin 2e13e36e74 Fix parameter name for i2d_X509_EXTENSION 2 years ago
David Benjamin b6a50fd62d Give X509 an ASN1_ITEM again 2 years ago
David Benjamin 8ebfea76db Reject non-minimal lengths in ASN1_get_object 2 years ago
David Benjamin 2a52444f9d Reimplement X509 parsing without templates 2 years ago
Nabil Wadih 172b291d3d add bindings to RAND_bytes 2 years ago
David Benjamin 8c8629bfd8 Represent unknown universal types with V_ASN1_OTHER 2 years ago
Nabil Wadih 92de195169 - remove dependency on hex-literal crate 2 years ago
David Benjamin 898de8d09e Rewrite c2i_ASN1_OBJECT 2 years ago
David Benjamin 173b63942d Make ASN1_OBJECT_create size_t-clean. 2 years ago
David Benjamin 2cb7b337d0 Rewrite ASN1_OBJECT and ASN1_BOOLEAN d2i/i2d functions. 2 years ago
Nabil Wadih cc57542530 add bindings for hkdf and update panic handler 2 years ago
Bob Beck 7b04d724d0 Get rid of the libc crate dependency in bssl-sys 2 years ago
Bob Beck 9ea4128c9e Set up cargo deny to deny new dependencies by default. 2 years ago
David Benjamin 860cc73bb2 Reduce type-punning in ASN1_TYPE 2 years ago
David Benjamin 6a231e5c6e Add a test for OPTIONAL CHOICE values 2 years ago