1346 Commits (26ead95e4667a3c49a04150d5ebae84050e8a5d3)
 

Author SHA1 Message Date
David Benjamin 26ead95e46 Trim some unused XN_FLAG_* values 2 years ago
David Benjamin e2d1401668 Remove --size_t-is-usize from bindgen call 2 years ago
David Benjamin 3e91d372c0 Clarify in ssl.h documentation not to use the verify callback 2 years ago
David Benjamin 58a4094ab8 Move the X509 time functions under "Convenience functions" 2 years ago
David Benjamin 437ef4d7f1 Remove the X509at_* functions 2 years ago
David Benjamin 787713b2ff Organize X509_ATTRIBUTE functions into sections. 2 years ago
David Benjamin d9f209baaf Document a pile of X509 print functions 2 years ago
Andres Erbsen aa31748bc8 Generate 64-bit Curve25519 and P256 code for MSVC 2 years ago
David Benjamin 32b51305de Widen ASN1_mbstring_copy and ASN1_mbstring_ncopy to ossl_ssize_t 2 years ago
Adam Langley 6776d5cd8f Update test_fips.c with new functions added to FIPS module. 2 years ago
Adam Langley a4593cefeb break-tests.sh: break run-time tests and use two test_fips binaries. 2 years ago
David Benjamin c466222feb Skip some BIO_gets tests if tmpfile fails on Android 2 years ago
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