| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA() | tb | 2023-09-02 | 1 | -6/+7 |
* | Many improvements, almost amounting to a partial rewrite: | schwarze | 2023-09-01 | 1 | -48/+109 |
* | Fix EVP_PKEY_get0_RSA() for RSA-PSS | tb | 2023-09-01 | 1 | -6/+6 |
* | fix an obvious typo in the OBJ_NAME_add(3) prototype | schwarze | 2023-09-01 | 1 | -3/+3 |
* | Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3), | schwarze | 2023-08-31 | 6 | -451/+727 |
* | Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()libressl-v3.8.1 | job | 2023-08-30 | 1 | -1/+3 |
* | Document EVP_{CIPHER,MD}_do_all{,_sorted}(3) | tb | 2023-08-30 | 3 | -3/+139 |
* | Fix leaks in copy_issuer() | tb | 2023-08-30 | 1 | -8/+14 |
* | Replace last ecdh.h and ecdsa.h occurrences with ec.h | tb | 2023-08-29 | 4 | -16/+12 |
* | Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3) | schwarze | 2023-08-27 | 4 | -46/+138 |
* | document the return value of EVP_PKEY_asn1_find(3) and | schwarze | 2023-08-27 | 1 | -4/+20 |
* | 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 |
* | 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 |
* | Zap extra parens | tb | 2023-08-15 | 1 | -2/+2 |