Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-24 | Prepare to provide a number of X509_STORE_CTX_* setters. | tb | 2 | -2/+52 | |
ok beck jsing | |||||
2021-10-24 | Prepare to provide EVP_MD_CTX_get_md_data() | tb | 2 | -2/+11 | |
ok beck jsing | |||||
2021-10-24 | Prepare to provide a bunch of OCSP_resp_* getters. | tb | 3 | -3/+74 | |
ok beck jsing | |||||
2021-10-24 | Prepare to provide X509_STORE_CTX_get_num_untrusted() | tb | 2 | -2/+11 | |
ok beck jsing | |||||
2021-10-24 | Prepare to provide BIO_get_init() | tb | 2 | -5/+14 | |
ok beck jsing | |||||
2021-10-24 | Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9 | schwarze | 1 | -9/+26 | |
and since CMS_ReceiptRequest_get0_values(3) uses it, add it to the list of STACK_OF(3) types. While here, also add the missing CMS_RecipientInfo, CMS_SignerInfo, OPENSSL_STRING, SRTP_PROTECTION_PROFILE, SSL_CIPHER, SSL_COMP and X509_NAME to the list of stack types used by the API, drop STACK_OF(X509_PURPOSE) which is only used internally, and list those STACK_OF(*) types separately that are obfuscated with typedef. | |||||
2021-10-24 | ansi | jsg | 2 | -13/+6 | |
ok mpi@ deraadt@ | |||||
2021-10-24 | Prepare to provide X509_OBJECT_{new,free}() | tb | 2 | -3/+25 | |
ok beck inoguchi jsing | |||||
2021-10-24 | Don't leak internal->verfied_chain, clean it up in ssl3_clear and free. | beck | 1 | -1/+4 | |
spotted by and ok jsing@ | |||||
2021-10-24 | spelling; | jmc | 1 | -3/+3 | |
2021-10-23 | Add SSL_get0_verified_chain - needed by some new stuff | beck | 4 | -4/+21 | |
symbol will be exposed with tb@'s forthcoming bump ok tb@ | |||||
2021-10-23 | Declare STACK_OF(GENERAL_NAMES) | tb | 1 | -3/+4 | |
ok jsing | |||||
2021-10-23 | fix wrong and missing return types and wrong macros in the SYNOPSIS; | schwarze | 1 | -10/+18 | |
while here, also apply some minor wording improvements | |||||
2021-10-23 | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | beck | 4 | -3/+94 | |
Since we don't support session tickets in LibreSSL at the moment these functions currently do not have any effect. Again, symbols will appear with tb@'s reptar sized bump.. ok tb@ | |||||
2021-10-23 | KNF a particularly ugly comment | tb | 1 | -17/+16 | |
2021-10-23 | Zap trailing whitespace | tb | 1 | -13/+13 | |
2021-10-23 | Unhandroll X509_up_ref() | tb | 4 | -10/+9 | |
ok beck jsing | |||||
2021-10-23 | Preapre x509.c for upcoming libcrypto bump | tb | 1 | -19/+11 | |
ok beck jsing |