| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSS | schwarze | 2019-11-01 | 4 | -267/+358 |
* | In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length | schwarze | 2019-10-31 | 1 | -2/+3 |
* | In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3). | schwarze | 2019-10-29 | 1 | -1/+26 |
* | merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3) | schwarze | 2019-10-29 | 1 | -4/+239 |
* | merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), | schwarze | 2019-10-29 | 1 | -2/+57 |
* | merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3) | schwarze | 2019-10-29 | 1 | -6/+23 |
* | correct HISTORY of some RSA control macros | schwarze | 2019-10-29 | 1 | -5/+26 |
* | list supported algorithm ids and clarify how the engine argument is used | schwarze | 2019-10-29 | 1 | -10/+50 |
* | document EVP_PKEY_CTX_get_signature_md(3); | schwarze | 2019-09-10 | 1 | -4/+17 |
* | Document EVP_PKEY_get0(3), EVP_PKEY_assign_GOST(3), EVP_PKEY_assign(3), | schwarze | 2019-09-01 | 2 | -31/+116 |
* | new manual page AES_encrypt(3) | schwarze | 2019-08-28 | 4 | -5/+181 |
* | document OCSP_parse_url(3) | schwarze | 2019-08-27 | 1 | -6/+75 |
* | document OCSP_cert_status_str(3) | schwarze | 2019-08-27 | 1 | -3/+19 |
* | document OCSP_response_status_str(3) | schwarze | 2019-08-27 | 1 | -4/+19 |
* | document i2a_ASN1_INTEGER(3) | schwarze | 2019-08-26 | 1 | -5/+50 |
* | document ASN1_put_object(3) and ASN1_put_eoc(3) | schwarze | 2019-08-26 | 3 | -3/+186 |
* | document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), and | schwarze | 2019-08-26 | 1 | -12/+45 |
* | Change generating and checking of primes so that the error rate of | schwarze | 2019-08-25 | 1 | -8/+20 |