Age | Commit message (Expand) | Author |
2021-10-25 | new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3) | Ingo Schwarze |
2021-10-25 | new manual page PKCS8_pkey_set0(3) | Ingo Schwarze |
2021-10-25 | Add missing RCS markers | Theo Buehler |
2021-10-25 | Zap two unused includes | Jeremie Courreges-Anglas |
2021-10-25 | document ASN1_STRING_set0(3) | Ingo Schwarze |
2021-10-25 | Add record processing limit to DTLS code. | Joel Sing |
2021-10-25 | Use ssl_force_want_read() in the DTLS code. | Joel Sing |
2021-10-25 | Fold SSL_SESSION_INTERNAL back into SSL_SESSION. | Joel Sing |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | Even though AgentX supports null-oids and incidentally has a valid usecase | Martijn van Duren |
2021-10-24 | Initialize OID print buffer, even when oidlen is 0. | Martijn van Duren |
2021-10-24 | merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) | Ingo Schwarze |
2021-10-24 | use O_RDONLY instead of 0 as open() flags parameter | Theo de Raadt |
2021-10-24 | Prepare to provide a number of X509_STORE_CTX_* setters. | Theo Buehler |
2021-10-24 | Prepare to provide EVP_MD_CTX_get_md_data() | Theo Buehler |
2021-10-24 | Prepare to provide a bunch of OCSP_resp_* getters. | Theo Buehler |
2021-10-24 | Prepare to provide X509_STORE_CTX_get_num_untrusted() | Theo Buehler |
2021-10-24 | Prepare to provide BIO_get_init() | Theo Buehler |
2021-10-24 | Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9 | Ingo Schwarze |
2021-10-24 | ansi | Jonathan Gray |
2021-10-24 | Prepare to provide X509_OBJECT_{new,free}() | Theo Buehler |
2021-10-24 | Don't leak internal->verfied_chain, clean it up in ssl3_clear and free. | Bob Beck |
2021-10-24 | spelling; | Jason McIntyre |
2021-10-23 | spread some ipcrm/ipcs Xr; from mikhail | Jason McIntyre |
2021-10-23 | Add SSL_get0_verified_chain - needed by some new stuff | Bob Beck |
2021-10-23 | Declare STACK_OF(GENERAL_NAMES) | Theo Buehler |
2021-10-23 | fix wrong and missing return types and wrong macros in the SYNOPSIS; | Ingo Schwarze |
2021-10-23 | Rename a couple of variables overlooked in the conversion from subagentx to | Martijn van Duren |
2021-10-23 | Add a glossary of variable names. | Martijn van Duren |
2021-10-23 | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | Bob Beck |
2021-10-23 | KNF a particularly ugly comment | Theo Buehler |
2021-10-23 | Zap trailing whitespace | Theo Buehler |
2021-10-23 | Unhandroll X509_up_ref() | Theo Buehler |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |
2021-10-23 | oops, wrong dir. | Theo Buehler |
2021-10-23 | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | Bob Beck |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |
2021-10-23 | Mop up enc_read_ctx and read_hash. | Joel Sing |
2021-10-23 | Provide a way to determine our maximum legacy version. | Joel Sing |
2021-10-23 | Move libagentx to a new freeing strategy, where we check all objects when | Martijn van Duren |
2021-10-23 | tweak previous: add missing OpenBSD CVS tag | Ingo Schwarze |
2021-10-23 | Remove unused fields from struct dtls1_retransmit_state. | Joel Sing |
2021-10-23 | Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. | Joel Sing |
2021-10-23 | tweak previous: properly mark up function pointer typedef | Ingo Schwarze |
2021-10-23 | Prepare to make many of the structs in x509.h opaque. | Theo Buehler |
2021-10-23 | Change ssl_verify_cert_chain() for compatibility with opaque | Theo Buehler |
2021-10-23 | Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly | Theo Buehler |
2021-10-23 | Rename tls13_buffer to tls_buffer. | Joel Sing |