summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().jsing2021-07-266-65/+26
* Document X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3),schwarze2021-07-251-4/+226
* Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)schwarze2021-07-248-12/+516
* Similar to x509/x509_purp.c rev. 1.5:schwarze2021-07-231-5/+1
* Delete some code from X509_PURPOSE_cleanup(3) that had no effect:schwarze2021-07-231-5/+1
* Add a roff(7) comment that X509_issuer_and_serial_hash() isschwarze2021-07-231-2/+4
* Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelsonotto2021-07-231-2/+2
* clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)schwarze2021-07-231-10/+16
* mention the possibility that user-defined purpose identifiers may haveschwarze2021-07-231-2/+13
* new manual page X509_PURPOSE_set(3) documenting 11 functionsschwarze2021-07-234-5/+303
* occured -> occurred;jmc2021-07-231-3/+3
* document X509_STORE_CTX_set_time(3) and X509_STORE_CTX_set_depth(3)schwarze2021-07-221-2/+34
* Major cleanup.schwarze2021-07-221-85/+66
* Split the functions operating on the X509_VERIFY_PARAM object outschwarze2021-07-223-74/+172
* document X509_STORE_CTX_get0_current_issuer(3)schwarze2021-07-221-5/+51
* Move X509_STORE_CTX_get0_cert(3) to the X509_STORE_CTX_new(3) manual.schwarze2021-07-222-65/+113
* Document X509_STORE_CTX_get_chain(3).schwarze2021-07-211-5/+15
* Remove DTLS processed_rcds queue.jsing2021-07-213-50/+22
* Silently discard invalid DTLS records.jsing2021-07-211-4/+11
* Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and documentschwarze2021-07-204-25/+102
* document X509_CRL_print(3) and X509_CRL_print_fp(3)schwarze2021-07-195-7/+124
* Mop up dtls1_get_ccs_header() and struct ccs_header_st.jsing2021-07-193-21/+3
* Inline DTLS1_CCS_HEADER_LENGTH rather than having a single use variable.jsing2021-07-191-3/+2
* new manual page X509_print_ex(3)schwarze2021-07-124-5/+287
* Use the x509_verify_cert_cache_extensions fuction instead of manuallybeck2021-07-121-9/+4
* document X509V3_extensions_print(3)schwarze2021-07-126-7/+112
* document X509V3_EXT_print(3)schwarze2021-07-125-8/+167
* While the traditional OpenSSL return value and behaviour of BIO_dump(3)beck2021-07-112-31/+17
* new manual page ASN1_parse_dump(3)schwarze2021-07-115-7/+222
* document ASN1_get_object(3)schwarze2021-07-114-5/+207
* Fix a read buffer overrun in X509_CERT_AUX_print(3),schwarze2021-07-101-3/+3
* new manual page BIO_dump(3)schwarze2021-07-103-3/+149
* Add a bunch of workarond in the verifier to support partial chains andbeck2021-07-102-16/+135
* Fix mixup between localKeyID and friendlyName.tb2021-07-091-3/+3
* KNF: remove whitespace between functions and parenthesestb2021-07-096-28/+28
* new manual page for X509_keyid_set1(3), X509_keyid_get0(3),schwarze2021-07-095-9/+184
* document X509_add1_reject_object(3) and X509_reject_clear(3)schwarze2021-07-081-7/+24
* add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)schwarze2021-07-083-3/+87
* document X509_signature_dump(3) and X509_signature_print(3)schwarze2021-07-065-9/+97
* Fix a bug in X509_print_ex(3).schwarze2021-07-061-3/+3
* document i2a_ASN1_OBJECT(3)schwarze2021-07-051-8/+61
* document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)schwarze2021-07-043-3/+74
* Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated successschwarze2021-07-041-14/+8
* Document X509_NAME_set(3).schwarze2021-07-031-3/+41
* Do a first pass clean up of SSL_METHOD.jsing2021-07-034-103/+14
* Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).schwarze2021-07-021-9/+77
* Add a roff comment saying that X509_certificate_type(3) is intentionallyschwarze2021-07-021-2/+5
* call the API function X509_NAME_cmp(3) instead of the obsolete,schwarze2021-07-021-2/+2
* Add a roff comment saying that X509_name_cmp(3) is intentionallyschwarze2021-07-021-2/+4
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-0115-195/+126