1175 Commits (67bb28c0fe17286b0b31864e91e70b9555887e53)
 

Author SHA1 Message Date
David Benjamin a928171ff4 Use CMake's C/C++ version features. 3 years ago
David Benjamin ac639b76b4 Update build tools. 3 years ago
David Benjamin 1694627993 Don't leave stray errors in the error queue in X509_print_ex. 3 years ago
David Benjamin f7e2879667 Switch to the CIPD version of CMake on Windows. 3 years ago
Bob Beck 0426313667 limit the feature macro stuff to __linux__ 3 years ago
David Benjamin 7fd831c44c Enforce X.509 version invariants more consistently. 3 years ago
David Benjamin 5a79788cb1 Remove X509_to_X509_REQ. 3 years ago
Adam Langley ce2a353d01 Declare EVP_AEAD_CTX in base.h, like other typedefs. 3 years ago
Adam Langley 07e1b286b5 Add missing blank line between functions. 3 years ago
David Benjamin 227ff6e642 Remove unions in EC_SCALAR and EC_FELEM. 3 years ago
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
David Benjamin df6311bc6c Add tests for X509_NAME_print_ex. 3 years ago
Adam Langley 735a86834c acvp: test CTR-DRBG with reseed in modulewrapper. 3 years ago
Adam Langley 25e5b06d4c Do pending `go fmt` updates. 3 years ago
Adam Langley 097ffe139c acvp: test SHA-512/256 with HMAC, RSA (PSS), and ECDSA. 3 years ago
Adam Langley 1a541d4db6 Add PSS to the AVCP regcap. 3 years ago
Adam Langley 82413455b8 Drop ACVP support for 3DES. 3 years ago
Adam Langley a56d941c44 Add function to return the name of the FIPS module. 3 years ago
Adam Langley a75bee5414 Support running tests on non-NEON devices. 3 years ago
Adam Langley 9a836f7840 Update delocate tests 3 years ago
David Benjamin 8b988b8b8d Tidy up how ASN1_STRING_print_ex figures out the type. 3 years ago
Bob Beck 0e0ca82b2e Remove the ASN1_TLC cache. It appears to not help performance. 3 years ago
Daniel Thornburgh 48f794765b Fix build for older CMake versions. 3 years ago
Bob Beck 15302de895 Remove code added to avoid SHA1 weakness. 3 years ago
Adam Langley 553e81e473 Update comment in light of prior change. 3 years ago
Nevine Ebeid 53a87b7c59 ChaCha20-Poly1305 for Armv8 (AArch64) 3 years ago
David Benjamin 59e37765f1 Replace the last strcasecmp with OPENSSL_strcasecmp. 3 years ago
Daniel Thornburgh f299342e38 [build] Fix build with HEAD clang. 3 years ago
Bob Beck 6686352e49 Make calls to the verify callback consistant by calling ctx->verify_cb 3 years ago
David Benjamin f961de5c47 Try to require C11 (in non-MSVC compilers). 3 years ago
David Benjamin 493d5cbedd Try to require C++14. 3 years ago
David Benjamin edbdc240ec Reject [UNIVERSAL 0] in DER/BER element parsers. 3 years ago
Daniel Thornburgh 2fc6d38391 Add CMake install rules. 3 years ago
Nevine Ebeid fa3fbda07b P-256 assembly optimisations for Aarch64. 3 years ago
Adam Langley f7e1a94bd9 hrss: always normalize. 3 years ago
Adam Langley 27ffcc6e19 Use SHA-256 for the FIPS integrity check everywhere. 3 years ago
Kent Ross af34f6460f Remove unused variable 3 years ago
Alex Gaynor 225e8d39b5 Use X509 certificate alias as friendlyName in PKCS12 3 years ago
David Benjamin c9a7dd6879 Retire the Windows BIO_printf workaround. 3 years ago
David Benjamin 4984e4a632 Work around another C language bug with empty spans. 3 years ago
niewei f94a7ce599 ASAN replaces malloc and free with its own implementation. 3 years ago
David Benjamin 8c8e7a683f Update fiat-crypto. 3 years ago
David Benjamin 21440764db Remove VS 2015 support. 3 years ago
David Benjamin b99b98b6eb Remove X509_TRUST_set_default. 3 years ago
Bob Beck 753435403e Replace internal use sha1 hash with sha256. 3 years ago
Adam Langley 8bbefbfeee Document that |EC_KEY_generate_fips| works for both cases. 3 years ago
Adam Langley 972ab52238 Allow the integrity test to be run on demand. 3 years ago
Adam Langley c6e8f3ed08 Add a function to return a FIPS version. 3 years ago
Adam Langley 7f4057ec10 Add a function to tell if an algorithm is FIPS approved. 3 years ago
David Benjamin dcba84922c Add vs2019 to vs_toolchain.py. 3 years ago