395 Commits (db10ae50361a05508683282fcd8d2344a6a1517c)

Author SHA1 Message Date
David Benjamin b859642c20 Document all the dup functions. 3 years ago
David Benjamin 84311cec95 Const-correct X509_REVOKED as well. 3 years ago
David Benjamin 892b9bc658 Const-correct and document EVP_PKCS82PKEY and EVP_PKEY2PKCS8. 3 years ago
David Benjamin 4f4ae71835 Remove PKCS8_pkey_get0 and PKCS8_pkey_set0. 3 years ago
David Benjamin 918b8bcbbe Move all the miscelleneous convenience functions into a section. 3 years ago
David Benjamin 1b5899510d Fix the documentation of X509_pubkey_digest. 3 years ago
David Benjamin 81587d3699 Remove the last of the Suite B code. 3 years ago
David Benjamin 6bf129213f Remove X509_ocspid_print. 3 years ago
David Benjamin 0bfc9b32c4 Unexport all low-level policy machinery. 3 years ago
David Benjamin b6f47e88b0 Document most X509_NAME functions. 3 years ago
David Benjamin 884ae3a040 Clarify thisUpdate vs. lastUpdate in docs. 3 years ago
David Benjamin 4363bdd269 Start grouping x509.h into sections. 3 years ago
David Benjamin 28127936ad Start expanding DECLARE_ASN1_* macros in x509.h. 3 years ago
David Benjamin 534970f392 Remove X509_ALGORS. 3 years ago
David Benjamin dc112e7ffc Const-correct the i2d/dup functions we can. 3 years ago
David Benjamin 28c5354806 Accept invalid "v3" CSRs. 3 years ago
Adam Langley d827600b68 Add a CCM AEAD for Matter, the IoT standard. 3 years ago
David Benjamin fdeb4aa925 Reimplement ASN1_TIME_print with the new parser. 3 years ago
Steven Valdez aa5f60182e Add fixed key generation for Trust Token. 3 years ago
Bob Beck 652464ec78 Validate ASN.1 times according to RFC 5280 3 years ago
David Benjamin 1500ad0533 Define STACK_OF(OPENSSL_STRING) more straight-forwardly. 3 years ago
David Benjamin 955ef7991e Rewrite SSL_add_file_cert_subjects_to_stack 3 years ago
David Benjamin 167f1760dd Fix build with MSVC 2022. 3 years ago
David Benjamin 0ebd69bd1e Add BN_GENCB_get_arg. 3 years ago
David Benjamin f575d9b363 Add X509_REQ_set1_signature_algo and X509_REQ_set1_signature_value. 3 years ago
Rebecca Chang Swee Fun 4566bb5fe5 Add support for RISC-V 64-bit architecture 3 years ago
David Benjamin 44872e1c74 Add EVP_PKEY_HKDF for OpenSSL compatibility. 3 years ago
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 3 years ago
David Benjamin 701d8b28c8 Fix docs for EVP_Cipher given an AEAD. 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
Adam Langley 118a892d2d Add a service indicator for FIPS 140-3. 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
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 a56d941c44 Add function to return the name of the FIPS module. 3 years ago
Bob Beck 0e0ca82b2e Remove the ASN1_TLC cache. It appears to not help performance. 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
Alex Gaynor 225e8d39b5 Use X509 certificate alias as friendlyName in PKCS12 3 years ago
David Benjamin 21440764db Remove VS 2015 support. 3 years ago
David Benjamin b99b98b6eb Remove X509_TRUST_set_default. 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