| Commit message (Expand) | Author | Age | Files | Lines |
| * | EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .Xr | schwarze | 2023-08-27 | 1 | -3/+3 |
| * | document EVP_PKEY_set_type_str(3) | schwarze | 2023-08-27 | 1 | -7/+46 |
| * | add the missing information that and how flags can be combined, | schwarze | 2023-08-26 | 1 | -3/+7 |
| * | Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch. | schwarze | 2023-08-26 | 1 | -5/+42 |
| * | write documentation for EVP_CIPHER_CTX_copy(3) | schwarze | 2023-08-26 | 1 | -4/+86 |
| * | transfering -> transferring | jsg | 2023-08-26 | 1 | -3/+3 |
| * | Remove two unnecessary local variables | tb | 2023-08-26 | 1 | -9/+3 |
| * | make the one-line description read better | schwarze | 2023-08-25 | 1 | -3/+13 |
| * | In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3) | schwarze | 2023-08-25 | 3 | -3/+114 |
| * | fix eight more instances of copy & paste glitches | schwarze | 2023-08-25 | 1 | -9/+9 |
| * | KNF, no assembly change | schwarze | 2023-08-25 | 2 | -19/+15 |
| * | Mention another bug for EVP_add_{cipher,digest}(3) | tb | 2023-08-25 | 1 | -1/+4 |
| * | Improve EVP_add_cipher.3 a bit | tb | 2023-08-25 | 1 | -9/+26 |
| * | Add more cross references | tb | 2023-08-25 | 2 | -4/+7 |
| * | Document EVP_add_{cipher,digest} and friends | tb | 2023-08-25 | 3 | -3/+163 |
| * | zap a stray space | tb | 2023-08-25 | 1 | -2/+2 |
| * | cms_content_bio() is not used outside of cms_lib.c | tb | 2023-08-24 | 2 | -5/+3 |
| * | Some tweaking of cms_content_bio() | tb | 2023-08-24 | 1 | -10/+10 |
| * | Better names for the BIOs in CMS_dataInit() | tb | 2023-08-24 | 1 | -14/+14 |
| * | Update references from RFC 7539 to RFC 8439 | tb | 2023-08-24 | 3 | -10/+10 |
| * | Align the documentation of EVP_chacha20() with actual behavior | tb | 2023-08-24 | 1 | -6/+6 |
| * | Clarify how the EVP IV is used with ChaCha | tb | 2023-08-24 | 1 | -8/+6 |
| * | Mention key and nonce lengths of AEAD ciphers. | schwarze | 2023-08-23 | 2 | -33/+105 |
| * | Pull the NULL check for cmsbio into the switch | tb | 2023-08-22 | 1 | -14/+10 |
| * | Plug a leak of cont in CMS_dataInit() | tb | 2023-08-22 | 1 | -11/+12 |
| * | Plug a leak of ASN1_INTEGR in def_serial_cb() | tb | 2023-08-22 | 1 | -4/+7 |
| * | ec_ameth: clean up eckey_{pub,priv}_encode() | tb | 2023-08-21 | 1 | -62/+67 |
| * | spelling | jsg | 2023-08-21 | 1 | -4/+4 |
| * | Make some global variables const | tb | 2023-08-20 | 1 | -14/+15 |
| * | Bye bye to all people out there | tb | 2023-08-20 | 1 | -28/+1 |
| * | Add some spaces after comma | tb | 2023-08-20 | 1 | -6/+6 |
| * | unifdef -D FULL_TEST | tb | 2023-08-20 | 1 | -7/+1 |
| * | knfmt(1) to the rescue | tb | 2023-08-20 | 1 | -139/+146 |
| * | Another OPENSSL_NO_DEPRECATED hits the bit bucket | tb | 2023-08-20 | 1 | -7/+1 |
| * | Drop unnecessary OPENSSL_NO_DEPRECATED dance | tb | 2023-08-20 | 1 | -7/+1 |
| * | Use a separate flags variable for the error flags in DH_check() | tb | 2023-08-20 | 1 | -7/+8 |
| * | Check X509_digest() return in x509v3_cache_extensions() | tb | 2023-08-18 | 1 | -2/+3 |
| * | Garbage collect two commented abort() | tb | 2023-08-17 | 1 | -3/+1 |
| * | Make the local ASN1_OBJECTs const | tb | 2023-08-17 | 1 | -2/+2 |
| * | Remove some unnecessary else branches | tb | 2023-08-17 | 1 | -7/+5 |
| * | Remove some parents from return statements | tb | 2023-08-17 | 1 | -8/+8 |
| * | Use cmp instead of i for the result of a comparison | tb | 2023-08-17 | 1 | -5/+5 |
| * | Use OBJ_cmp() instead of inlining two variants | tb | 2023-08-17 | 1 | -12/+4 |
| * | Avoid memcmp(NULL, x, 0) in OBJ_cmp() | tb | 2023-08-17 | 1 | -6/+7 |
| * | add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section | schwarze | 2023-08-16 | 1 | -2/+11 |
| * | Describe more precisely how these functions are supposed to be used, | schwarze | 2023-08-16 | 1 | -19/+185 |
| * | Add regress coverage for ASN1_STRING_cmp() | tb | 2023-08-15 | 1 | -1/+147 |
| * | Add some regress coverage for various ASN1_STRING types to codify some | tb | 2023-08-15 | 1 | -1/+229 |
| * | Zap extra parens | tb | 2023-08-15 | 1 | -2/+2 |
| * | Fix typo in previous | tb | 2023-08-15 | 1 | -2/+2 |