1360 Commits (a0afd6ae2cbfcdfc56a355f4b53a6c2583414634)
 

Author SHA1 Message Date
David Benjamin a0afd6ae2c Add some missing includes 2 years ago
David Benjamin d42c4e4fb1 Specify the TLS cipher order more straightforwardly 2 years ago
David Benjamin d5f3a9e82f Squeeze a block at a time when computing the matrix in Kyber 2 years ago
Steven Valdez 4b6d950d89 Align TRUST_TOKEN_pst_v1_voprf with draft-21 of VOPRF 2 years ago
David Benjamin ece1f86968 Re-add go:build ignore lines 2 years ago
David Benjamin 5748eb8a33 Move convert_wycheproof into its own package 2 years ago
Roland Shoemaker edf7662c82 Allow passing extra flags to BoGo shim 2 years ago
David Benjamin de2d610a34 Remove TLS_RSA_WITH_NULL_SHA 2 years ago
David Benjamin b0b1f9dfc5 Only rerun bindgen when its dependencies change 2 years ago
Bob Beck ac6d55859a Add mechanism for deprecated declarations. 2 years ago
David Benjamin d5ac273d61 Spell includes in wrapper.h like the rest of the project 2 years ago
David Benjamin bcecc7d834 Replace sort.Sort with sort.Slice 2 years ago
David Benjamin a38d600805 Fix allowlist regex in bindgen invocation 2 years ago
David Benjamin 1a5570b8e8 Update docs to recommend a much more convenient CMake invocation 2 years ago
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