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