510 Commits (0bfc9b32c4ec860dc46338d15320532c5e4496c8)

Author SHA1 Message Date
David Benjamin 97c6032de7 Convince clang-format to handle ASN1_ITEM definitions better 3 years ago
Bob Beck 33d7e32ce4 Do not allow md4 or md5 based signatures in X.509 certificates. 3 years ago
David Benjamin a51821a531 Remove a layer of indirection from most EVP_CIPHERs 3 years ago
David Benjamin cf506f17d0 Make EVP_CIPHER opaque. 3 years ago
David Benjamin 2d4f1b85f2 Use the correct function types in X509V3_EXT_METHODs. 3 years ago
David Benjamin 1530333b25 Remove X509_CRL_METHOD. 3 years ago
David Benjamin 71573dc40b Clean up ECDSA EVP_PKEY_CTRL_MD validation. 3 years ago
Adam Langley 118a892d2d Add a service indicator for FIPS 140-3. 3 years ago
Adam Langley f5d6d24bd6 Move cmac into the FIPS module boundary. 3 years ago
David Benjamin 1694627993 Don't leave stray errors in the error queue in X509_print_ex. 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 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 df6311bc6c Add tests for X509_NAME_print_ex. 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
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
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 6378c47cb7 Unexport X509_CERT_AUX and remove X509_CERT_AUX.other 3 years ago
David Benjamin d0f14f3981 Document and tidy up X509_alias_get0, etc. 3 years ago
Adam Langley c7a3c46574 Don't loop forever in BN_mod_sqrt on invalid inputs. 3 years ago
David Benjamin ab69425a98 Remove ASN1_ADB_INTEGER. 3 years ago