| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a documentation bug i introduced that tb@ pointed out: | schwarze | 2021-07-29 | 1 | -12/+3 |
* | Document X509_STORE_set_verify_func(3), mostly using text from the | schwarze | 2021-07-29 | 1 | -8/+32 |
* | document X509_STORE_CTX_get0_parent_ctx(3) | schwarze | 2021-07-29 | 1 | -4/+34 |
* | document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3) | schwarze | 2021-07-29 | 1 | -4/+51 |
* | document X509_STORE_CTX_get0_policy_tree(3) | schwarze | 2021-07-28 | 1 | -4/+41 |
* | document X509_policy_tree_free(3) | schwarze | 2021-07-28 | 1 | -3/+19 |
* | consisely explain the meaning of return values rather than merely | schwarze | 2021-07-28 | 1 | -3/+20 |
* | Explain the meaning of the policy_oids input argument, correct the | schwarze | 2021-07-28 | 1 | -14/+12 |
* | explicitely -> explicitly; | jmc | 2021-07-28 | 1 | -4/+4 |
* | new manual page X509_policy_check(3) | schwarze | 2021-07-27 | 6 | -10/+198 |
* | Add error checks for i2d_X509_NAME() | tb | 2021-07-26 | 1 | -3/+5 |
* | new manual page X509_policy_tree_level_count(3) | schwarze | 2021-07-26 | 4 | -6/+168 |
* | Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert(). | jsing | 2021-07-26 | 6 | -65/+26 |
* | Document X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3), | schwarze | 2021-07-25 | 1 | -4/+226 |
* | Two new manual pages X509_TRUST_set(3) and X509_check_trust(3) | schwarze | 2021-07-24 | 8 | -12/+516 |
* | Compare strcmp and strcasecmp return value with zero | inoguchi | 2021-07-24 | 1 | -6/+6 |
* | Add basic regression tests for strchr() and strrchr(). | visa | 2021-07-24 | 3 | -2/+79 |
* | Similar to x509/x509_purp.c rev. 1.5: | schwarze | 2021-07-23 | 1 | -5/+1 |
* | Delete some code from X509_PURPOSE_cleanup(3) that had no effect: | schwarze | 2021-07-23 | 1 | -5/+1 |
* | Add a roff(7) comment that X509_issuer_and_serial_hash() is | schwarze | 2021-07-23 | 1 | -2/+4 |
* | Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson | otto | 2021-07-23 | 1 | -2/+2 |
* | clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3) | schwarze | 2021-07-23 | 1 | -10/+16 |
* | mention the possibility that user-defined purpose identifiers may have | schwarze | 2021-07-23 | 1 | -2/+13 |
* | new manual page X509_PURPOSE_set(3) documenting 11 functions | schwarze | 2021-07-23 | 4 | -5/+303 |
* | occured -> occurred; | jmc | 2021-07-23 | 1 | -3/+3 |
* | document X509_STORE_CTX_set_time(3) and X509_STORE_CTX_set_depth(3) | schwarze | 2021-07-22 | 1 | -2/+34 |
* | Major cleanup. | schwarze | 2021-07-22 | 1 | -85/+66 |
* | Split the functions operating on the X509_VERIFY_PARAM object out | schwarze | 2021-07-22 | 3 | -74/+172 |
* | document X509_STORE_CTX_get0_current_issuer(3) | schwarze | 2021-07-22 | 1 | -5/+51 |
* | Move X509_STORE_CTX_get0_cert(3) to the X509_STORE_CTX_new(3) manual. | schwarze | 2021-07-22 | 2 | -65/+113 |
* | Document X509_STORE_CTX_get_chain(3). | schwarze | 2021-07-21 | 1 | -5/+15 |
* | Remove DTLS processed_rcds queue. | jsing | 2021-07-21 | 3 | -50/+22 |
* | Silently discard invalid DTLS records. | jsing | 2021-07-21 | 1 | -4/+11 |
* | Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document | schwarze | 2021-07-20 | 4 | -25/+102 |
* | Check pointer variable if it is NULL in ca.c | inoguchi | 2021-07-20 | 1 | -2/+2 |
* | document X509_CRL_print(3) and X509_CRL_print_fp(3) | schwarze | 2021-07-19 | 5 | -7/+124 |
* | Mop up dtls1_get_ccs_header() and struct ccs_header_st. | jsing | 2021-07-19 | 3 | -21/+3 |
* | Inline DTLS1_CCS_HEADER_LENGTH rather than having a single use variable. | jsing | 2021-07-19 | 1 | -3/+2 |
* | Wrap over 80 long lines in ca.c | inoguchi | 2021-07-15 | 1 | -83/+154 |
* | Explicitly check pointer variable if it is NULL or not in ca.c | inoguchi | 2021-07-15 | 1 | -58/+58 |
* | Remove space between '*' and pointer variable in ca.c | inoguchi | 2021-07-15 | 1 | -56/+56 |
* | Use 'serial' rather than 'ser' in ca.c | inoguchi | 2021-07-15 | 1 | -19/+19 |
* | Convert openssl(1) ca option handling | inoguchi | 2021-07-15 | 1 | -456/+643 |
* | Remove unneeded calls to tls_init(3) | kn | 2021-07-14 | 1 | -6/+1 |
* | new manual page X509_print_ex(3) | schwarze | 2021-07-12 | 4 | -5/+287 |
* | Use the x509_verify_cert_cache_extensions fuction instead of manually | beck | 2021-07-12 | 1 | -9/+4 |
* | Change the error reporting pattern throughout the tree when unveil | beck | 2021-07-12 | 2 | -13/+13 |
* | document X509V3_extensions_print(3) | schwarze | 2021-07-12 | 6 | -7/+112 |
* | document X509V3_EXT_print(3) | schwarze | 2021-07-12 | 5 | -8/+167 |
* | While the traditional OpenSSL return value and behaviour of BIO_dump(3) | beck | 2021-07-11 | 2 | -31/+17 |