Age | Commit message (Expand) | Author |
2021-12-28 | Fix typo in comment | Theo Buehler |
2021-12-28 | Use lowercase letters for hexadecimal constants, as both jsing and I | Theo Buehler |
2021-12-28 | Rewrite X509v3_addr_canonize() with new accessors | Theo Buehler |
2021-12-28 | Validate AFIs before sorting in X509v3_adr_canonize() | Theo Buehler |
2021-12-28 | Rewrite/simplify X509v3_addr_is_canonical() | Theo Buehler |
2021-12-28 | Check AFI/SAFI before comparing them in X509v3_addr_is_canonical() | Theo Buehler |
2021-12-28 | Make IPAddressFamily_cmp() more pleasing on the eye | Theo Buehler |
2021-12-28 | Style improvements in X509v3_addr_add_range() | Theo Buehler |
2021-12-28 | Style improvements in X509v3_addr_add_prefix() | Theo Buehler |
2021-12-28 | Another small readability tweak in X509v3_addr_inherits() | Theo Buehler |
2021-12-28 | Use an accessor in X509v3_addr_inherits() | Theo Buehler |
2021-12-28 | Add a comment to i2r_IPAddrBlocks that we may want/have to deal with | Theo Buehler |
2021-12-28 | Add a few accessors for IPAddressFamily and make first use of them | Theo Buehler |
2021-12-28 | Simplify and explain expand_addr() a bit | Theo Buehler |
2021-12-28 | Add a comment so I don't forget to think about input validation | Theo Buehler |
2021-12-28 | Convert make_IPAddressFamily to CBS/CBB | Theo Buehler |
2021-12-28 | Remove two pointless NULL checks and allocations | Theo Buehler |
2021-12-28 | Check for trailing garbage in X509_addr_get_afi() | Theo Buehler |
2021-12-28 | Convert X509v3_adr_get_afi() to CBS | Theo Buehler |
2021-12-26 | zap doubled semicolon | Theo Buehler |
2021-12-25 | Fix some weird line wrapping and a minor KNF nit | Theo Buehler |
2021-12-25 | No need for assert.h in here. | Theo Buehler |
2021-12-25 | drop a meaningless XXX | Theo Buehler |
2021-12-25 | Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[] | Theo Buehler |
2021-12-24 | Undo commenting of OPENSSL_NO_RFC3779 | Theo Buehler |
2021-12-24 | Fix a typo in a comment and add some empty lines for readability | Theo Buehler |
2021-12-24 | Fix some KNF issues in the RFC 3779 section that have bothered me for | Theo Buehler |
2021-12-24 | KNF nit | Theo Buehler |
2021-12-24 | Remove asserts from asid_validate_path_internal() | Theo Buehler |
2021-12-24 | Turn asserts in ASIdentifierChoice_canonize() into error checks | Theo Buehler |
2021-12-24 | Remove assert from extract_min_max() (again) | Theo Buehler |
2021-12-24 | Revert previous. The commit contained more than intended. | Theo Buehler |
2021-12-24 | Turn asserts in ASIdentifierChoice_canonize() into error checks | Theo Buehler |
2021-12-24 | Remove assert from extract_min_max() | Theo Buehler |
2021-12-24 | Fix indent of a comment. | Theo Buehler |
2021-12-24 | Remove asserts from addr_validate_path_internal() | Theo Buehler |
2021-12-24 | Turn assert in X509v3_addr_canonize() into an error check. | Theo Buehler |
2021-12-23 | Fully check the second strtoul() call in v2i_IPAddrBlocks() | Theo Buehler |
2021-12-23 | Fix an arbitrary out-of-bounds stack read in v2i_IPAddrBlocks() | Theo Buehler |
2021-12-18 | Reinstate the licenses that were replaced with a license stub | Theo Buehler |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-12-03 | Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 | Joel Sing |
2021-11-26 | Bugfix in X509_get_pubkey_parameters(3): | Ingo Schwarze |
2021-11-26 | Simplify the code in X509_get_pubkey_parameters(3) | Ingo Schwarze |
2021-11-24 | Add certificate transparency methods to the standard extensions. | Theo Buehler |
2021-11-24 | In some situations, the verifier would discard the error on an unvalidated | Bob Beck |
2021-11-19 | minor KNF improvement, changing only whitespace, no code change: | Ingo Schwarze |
2021-11-19 | As long as X509_OBJECT_free_contents(3) is a public API function, | Ingo Schwarze |
2021-11-14 | Put curly brace on the correct line. | Joel Sing |
2021-11-13 | Fix a bug in check_crl_time() that could result in incomplete | Ingo Schwarze |