| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Another small readability tweak in X509v3_addr_inherits() | tb | 2021-12-28 | 1 | -2/+3 |
| * | Use an accessor in X509v3_addr_inherits() | tb | 2021-12-28 | 1 | -2/+2 |
| * | Add a comment to i2r_IPAddrBlocks that we may want/have to deal with | tb | 2021-12-28 | 1 | -1/+2 |
| * | Add a few accessors for IPAddressFamily and make first use of them | tb | 2021-12-28 | 1 | -25/+94 |
| * | Simplify and explain expand_addr() a bit | tb | 2021-12-28 | 1 | -12/+23 |
| * | Add a comment so I don't forget to think about input validation | tb | 2021-12-28 | 1 | -1/+3 |
| * | Convert make_IPAddressFamily to CBS/CBB | tb | 2021-12-28 | 1 | -13/+26 |
| * | Remove two pointless NULL checks and allocations | tb | 2021-12-28 | 1 | -7/+1 |
| * | Check for trailing garbage in X509_addr_get_afi() | tb | 2021-12-28 | 1 | -1/+5 |
| * | Convert X509v3_adr_get_afi() to CBS | tb | 2021-12-28 | 1 | -6/+21 |
| * | zap doubled semicolon | tb | 2021-12-26 | 1 | -2/+2 |
| * | Fix some weird line wrapping and a minor KNF nit | tb | 2021-12-25 | 1 | -10/+6 |
| * | No need for assert.h in here. | tb | 2021-12-25 | 1 | -2/+1 |
| * | drop a meaningless XXX | tb | 2021-12-25 | 1 | -2/+1 |
| * | Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[] | tb | 2021-12-25 | 2 | -24/+30 |
| * | Undo commenting of OPENSSL_NO_RFC3779 | tb | 2021-12-24 | 1 | -4/+4 |
| * | Fix a typo in a comment and add some empty lines for readability | tb | 2021-12-24 | 1 | -2/+6 |
| * | Fix some KNF issues in the RFC 3779 section that have bothered me for | tb | 2021-12-24 | 1 | -54/+55 |
| * | KNF nit | tb | 2021-12-24 | 1 | -2/+2 |
| * | Remove asserts from asid_validate_path_internal() | tb | 2021-12-24 | 1 | -11/+22 |
| * | Turn asserts in ASIdentifierChoice_canonize() into error checks | tb | 2021-12-24 | 1 | -3/+5 |
| * | Remove assert from extract_min_max() (again) | tb | 2021-12-24 | 1 | -3/+1 |
| * | Revert previous. The commit contained more than intended. | tb | 2021-12-24 | 1 | -25/+14 |
| * | Turn asserts in ASIdentifierChoice_canonize() into error checks | tb | 2021-12-24 | 1 | -12/+25 |
| * | Remove assert from extract_min_max() | tb | 2021-12-24 | 1 | -3/+1 |
| * | Fix indent of a comment. | tb | 2021-12-24 | 1 | -2/+2 |
| * | Remove asserts from addr_validate_path_internal() | tb | 2021-12-24 | 1 | -9/+19 |
| * | Turn assert in X509v3_addr_canonize() into an error check. | tb | 2021-12-24 | 1 | -3/+5 |
| * | Fully check the second strtoul() call in v2i_IPAddrBlocks() | tb | 2021-12-23 | 1 | -3/+34 |
| * | Fix an arbitrary out-of-bounds stack read in v2i_IPAddrBlocks() | tb | 2021-12-23 | 1 | -3/+7 |
| * | Reinstate the licenses that were replaced with a license stub | tb | 2021-12-18 | 2 | -12/+108 |
| * | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 3 | -3/+6 |
| * | Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 | jsing | 2021-12-03 | 1 | -97/+1 |
| * | Bugfix in X509_get_pubkey_parameters(3): | schwarze | 2021-11-26 | 1 | -3/+5 |
| * | Simplify the code in X509_get_pubkey_parameters(3) | schwarze | 2021-11-26 | 1 | -8/+4 |
| * | Add certificate transparency methods to the standard extensions. | tb | 2021-11-24 | 1 | -1/+7 |
| * | In some situations, the verifier would discard the error on an unvalidated | beck | 2021-11-24 | 3 | -50/+91 |
| * | minor KNF improvement, changing only whitespace, no code change: | schwarze | 2021-11-19 | 1 | -4/+4 |
| * | As long as X509_OBJECT_free_contents(3) is a public API function, | schwarze | 2021-11-19 | 1 | -1/+3 |
| * | Put curly brace on the correct line. | jsing | 2021-11-14 | 1 | -2/+3 |
| * | Fix a bug in check_crl_time() that could result in incomplete | schwarze | 2021-11-13 | 1 | -8/+8 |
| * | Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls | schwarze | 2021-11-10 | 1 | -39/+28 |
| * | If X509_load_cert_crl_file(3) does not find any certificates | schwarze | 2021-11-10 | 3 | -3/+7 |
| * | Sync some code style improvements from the OpenSSL 1.1.1 branch, | schwarze | 2021-11-10 | 1 | -10/+9 |
| * | Merge two bug fixes from the OpenSSL 1.1.1 branch, which is still | schwarze | 2021-11-10 | 1 | -8/+4 |
| * | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | tb | 2021-11-07 | 3 | -15/+15 |
| * | In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted | tb | 2021-11-07 | 3 | -17/+17 |
| * | Start cleaning up X509_STORE_get1_issuer() | tb | 2021-11-06 | 1 | -15/+37 |
| * | In X509_STORE_get1_issuer() do not call the verify callback from | tb | 2021-11-06 | 1 | -3/+3 |
| * | Refactor X509_STORE_get1_certs() | tb | 2021-11-06 | 1 | -27/+30 |