| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify RETURN VALUES for x509_verify(3) after beck@ made the rules | schwarze | 2020-09-14 | 1 | -7/+3 |
* | Add initial man page for new x509_verify chain validator | beck | 2020-09-14 | 1 | -0/+225 |
* | Mention that EC_KEY_get0_public_key returns a public key. | tb | 2020-09-08 | 1 | -3/+5 |
* | delete another word to improve the wording; suggested by jmc@ | schwarze | 2020-08-06 | 1 | -2/+2 |
* | Explain the purpose of CMAC_resume(3) in more detail. | schwarze | 2020-08-06 | 1 | -3/+9 |
* | tweak previous; | jmc | 2020-07-24 | 1 | -4/+4 |
* | document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3) | schwarze | 2020-07-23 | 7 | -14/+207 |
* | Properly document the return values of EVP_PKEY_base_id(3) | schwarze | 2020-06-24 | 4 | -70/+152 |
* | use n-bit <noun> consistently; ok schwarze for the principal of the idea, | jmc | 2020-06-24 | 6 | -28/+28 |
* | new manual page ChaCha(3); | schwarze | 2020-06-24 | 3 | -2/+257 |
* | new manual page CMAC_Init(3); | schwarze | 2020-06-24 | 5 | -7/+298 |
* | Document eight additional pre-OpenSSL-1.1 accessor functions that are | schwarze | 2020-06-24 | 1 | -21/+122 |
* | mark the functions documented in des_read_pw(3) as deprecated | schwarze | 2020-06-19 | 2 | -6/+11 |
* | document X509_get0_pubkey_bitstr(3), | schwarze | 2020-06-19 | 1 | -5/+81 |
* | document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3) | schwarze | 2020-06-19 | 1 | -3/+52 |
* | Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1 | schwarze | 2020-06-19 | 1 | -4/+19 |
* | Document EVP_read_pw_string_min(3) | tb | 2020-06-15 | 1 | -6/+44 |
* | Document PEM_def_callback(3). | schwarze | 2020-06-15 | 3 | -106/+158 |
* | add my Copyright and license, which i forgot when adding a significant | schwarze | 2020-06-12 | 1 | -3/+20 |
* | add a comment saying that name_cmp() is intentionally undocumented; | schwarze | 2020-06-12 | 1 | -2/+5 |
* | document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3); | schwarze | 2020-06-12 | 5 | -7/+236 |
* | wording tweaks from ross l richardson and tb; | jmc | 2020-06-11 | 1 | -6/+6 |
* | document PKCS7_get_signer_info(3) | schwarze | 2020-06-10 | 5 | -8/+75 |
* | describe six more PKCS7 attribute functions | schwarze | 2020-06-10 | 1 | -14/+208 |
* | When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return | schwarze | 2020-06-04 | 1 | -12/+4 |
* | minor polishing: | schwarze | 2020-06-04 | 1 | -4/+10 |
* | new manual page PKCS7_add_attribute(3); | schwarze | 2020-06-04 | 7 | -12/+201 |
* | Properly document PKCS7_final(3), which was already mentioned | schwarze | 2020-06-03 | 10 | -32/+263 |
* | document PKCS7_dataFinal(3); | schwarze | 2020-05-27 | 3 | -3/+162 |
* | Minimally document PKCS7_dataInit(3). | schwarze | 2020-05-24 | 4 | -5/+215 |
* | Briefly mention the obsolete function OPENSSL_init(3). | schwarze | 2020-05-24 | 1 | -7/+23 |
* | new manual page for PKCS7_set_content(3) and PKCS7_content_new(3); | schwarze | 2020-05-20 | 4 | -5/+127 |
* | document PKCS7_set_type(3); | schwarze | 2020-05-16 | 3 | -3/+123 |
* | Void functions obviously do not return values; no need to elaborate. | schwarze | 2020-03-29 | 4 | -23/+8 |
* | Be concise: do not say that void functions return no values, that's obvious. | schwarze | 2020-03-28 | 3 | -22/+6 |
* | Describe the restriction for length of openssl conf value string | inoguchi | 2020-02-17 | 1 | -2/+4 |
* | tweak previous; ok tb | jmc | 2020-01-26 | 1 | -3/+3 |
* | Document the change in EVP_chacha20(3). | tb | 2020-01-26 | 1 | -3/+5 |
* | The length of the IV of EVP_chacha20 is currently 64 bits, not 96. | tb | 2020-01-22 | 1 | -3/+3 |
* | Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and len | tb | 2019-12-14 | 1 | -4/+4 |
* | Document X509_STORE_CTX_set_flags() which is a handy way to change the | claudio | 2019-12-05 | 1 | -3/+18 |
* | CMS didn't make the 6.6 release: adjust the text in the HISTORY sections | schwarze | 2019-11-02 | 23 | -69/+69 |
* | .Xr CMS_ContentInfo_new 3 | schwarze | 2019-11-02 | 1 | -2/+3 |
* | .Xr BIO_new_CMS 3 | schwarze | 2019-11-02 | 1 | -2/+3 |
* | document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), and | schwarze | 2019-11-02 | 1 | -3/+46 |
* | In Symbols.list rev. 1.91, jsing enabled many CMS functions. | schwarze | 2019-11-02 | 1 | -1/+24 |
* | In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS. | schwarze | 2019-11-01 | 1 | -3/+5 |
* | In rsa.h rev. 1.45, jsing@ provided | schwarze | 2019-11-01 | 1 | -8/+16 |
* | In rsa.h rev. 1.45, jsing@ provided the three | schwarze | 2019-11-01 | 2 | -6/+64 |
* | move the PSS macros to the end in preparation for adding more macros, | schwarze | 2019-11-01 | 1 | -50/+45 |