Age | Commit message (Expand) | Author |
2021-07-12 | new manual page X509_print_ex(3) | Ingo Schwarze |
2021-07-12 | Use the x509_verify_cert_cache_extensions fuction instead of manually | Bob Beck |
2021-07-12 | document X509V3_extensions_print(3) | Ingo Schwarze |
2021-07-12 | document X509V3_EXT_print(3) | Ingo Schwarze |
2021-07-11 | While the traditional OpenSSL return value and behaviour of BIO_dump(3) | Bob Beck |
2021-07-11 | new manual page ASN1_parse_dump(3) | Ingo Schwarze |
2021-07-11 | document ASN1_get_object(3) | Ingo Schwarze |
2021-07-10 | Fix a read buffer overrun in X509_CERT_AUX_print(3), | Ingo Schwarze |
2021-07-10 | new manual page BIO_dump(3) | Ingo Schwarze |
2021-07-10 | Add a bunch of workarond in the verifier to support partial chains and | Bob Beck |
2021-07-09 | Fix mixup between localKeyID and friendlyName. | Theo Buehler |
2021-07-09 | KNF: remove whitespace between functions and parentheses | Theo Buehler |
2021-07-09 | new manual page for X509_keyid_set1(3), X509_keyid_get0(3), | Ingo Schwarze |
2021-07-08 | document X509_add1_reject_object(3) and X509_reject_clear(3) | Ingo Schwarze |
2021-07-08 | add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3) | Ingo Schwarze |
2021-07-06 | document X509_signature_dump(3) and X509_signature_print(3) | Ingo Schwarze |
2021-07-06 | Fix a bug in X509_print_ex(3). | Ingo Schwarze |
2021-07-05 | document i2a_ASN1_OBJECT(3) | Ingo Schwarze |
2021-07-04 | document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3) | Ingo Schwarze |
2021-07-04 | Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success | Ingo Schwarze |
2021-07-03 | Document X509_NAME_set(3). | Ingo Schwarze |
2021-07-02 | Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3). | Ingo Schwarze |
2021-07-02 | Add a roff comment saying that X509_certificate_type(3) is intentionally | Ingo Schwarze |
2021-07-02 | call the API function X509_NAME_cmp(3) instead of the obsolete, | Ingo Schwarze |
2021-07-02 | Add a roff comment saying that X509_name_cmp(3) is intentionally | Ingo Schwarze |
2021-06-30 | document and deprecate the macros X509_extract_key(3) | Ingo Schwarze |
2021-06-12 | space between macro args and punctuation; | Jason McIntyre |
2021-06-11 | space between RFC and number; | Jason McIntyre |
2021-06-11 | sync cert.pem with Mozilla's CA list generated from certdata.txt | Stuart Henderson |
2021-06-08 | Fix pkg-config .pc files with LibreSSL | Kinichiro Inoguchi |
2021-05-20 | EVP_Digest*: fix documented return values. | Theo Buehler |
2021-05-19 | Adjust libcrypto obj_xref.txt to obj_xref.h | Kinichiro Inoguchi |
2021-05-14 | whitespace/KNF | Theo Buehler |
2021-05-14 | Improve libcrypto obj_xref.h generator | Kinichiro Inoguchi |
2021-05-13 | Add missing .Pp in HISTORY section. | Theo Buehler |
2021-05-13 | Add missing .Pp | Theo Buehler |
2021-05-12 | Add obj_xref for ECDH schemes in RFC 5753 | Kinichiro Inoguchi |
2021-05-11 | Merge some details from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | missing word in previous | Theo Buehler |
2021-05-11 | Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | Merge documentation for EVP_DigestSign from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | zap stray comma | Theo Buehler |
2021-05-10 | Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1. | Theo Buehler |
2021-05-10 | Merge documentation for EC_POINT_{get,set}_coordinates and | Theo Buehler |
2021-05-10 | bump libcrypto minor after symbol addition | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-05-09 | Add draft-ietf-sidrops-rpki-rsc OID | job |
2021-05-09 | Prepare to provide EVP_Digest{Sign,Verify} | Theo Buehler |