Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop some extra parentheses | tb | 2023-04-23 | 1 | -2/+2 |
* | Drop a superfluous isneg check. | tb | 2023-04-23 | 1 | -2/+2 |
* | Add missing NULL check for BN_new() | tb | 2023-04-23 | 1 | -2/+5 |
* | Initialize ishex and isneg at the top and drop some elses | tb | 2023-04-23 | 1 | -6/+4 |
* | Align hex_to_string with OpenSSL 1.1 behavior | tb | 2023-04-23 | 1 | -3/+5 |
* | x509_utl.c: Use correct spelling of NULL | tb | 2023-04-23 | 1 | -4/+4 |
* | Move i2s_ASN1_ENUMERATED_TABLE() next to i2s_ASN1_ENUMERATED() | tb | 2023-04-21 | 1 | -1/+17 |
* | Make bn_to_string() static | tb | 2023-04-10 | 1 | -3/+3 |
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 1 | -27/+27 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 1 | -1/+27 |
* | Don't pass uninitialized pointer to ASN1_STRING_to_UTF8() | tb | 2022-05-20 | 1 | -2/+2 |
* | Add new x509 certificate chain validator in x509_verify.c | beck | 2020-09-13 | 1 | -2/+3 |
* | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -0/+1387 |