Age | Commit message (Expand) | Author |
2023-08-27 | Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3) | Ingo Schwarze |
2023-08-27 | document the return value of EVP_PKEY_asn1_find(3) and | Ingo Schwarze |
2023-08-27 | EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .Xr | Ingo Schwarze |
2023-08-27 | document EVP_PKEY_set_type_str(3) | Ingo Schwarze |
2023-08-26 | add the missing information that and how flags can be combined, | Ingo Schwarze |
2023-08-26 | Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch. | Ingo Schwarze |
2023-08-26 | write documentation for EVP_CIPHER_CTX_copy(3) | Ingo Schwarze |
2023-08-26 | transfering -> transferring | Jonathan Gray |
2023-08-26 | Remove two unnecessary local variables | Theo Buehler |
2023-08-25 | make the one-line description read better | Ingo Schwarze |
2023-08-25 | In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3) | Ingo Schwarze |
2023-08-25 | fix eight more instances of copy & paste glitches | Ingo Schwarze |
2023-08-25 | new manual page MB_CUR_MAX(3) written from scratch; | Ingo Schwarze |
2023-08-25 | KNF, no assembly change | Ingo Schwarze |
2023-08-25 | Mention another bug for EVP_add_{cipher,digest}(3) | Theo Buehler |
2023-08-25 | Improve EVP_add_cipher.3 a bit | Theo Buehler |
2023-08-25 | Add more cross references | Theo Buehler |
2023-08-25 | Document EVP_add_{cipher,digest} and friends | Theo Buehler |
2023-08-25 | zap a stray space | Theo Buehler |
2023-08-24 | cms_content_bio() is not used outside of cms_lib.c | Theo Buehler |
2023-08-24 | Some tweaking of cms_content_bio() | Theo Buehler |
2023-08-24 | Better names for the BIOs in CMS_dataInit() | Theo Buehler |
2023-08-24 | Update references from RFC 7539 to RFC 8439 | Theo Buehler |
2023-08-24 | Align the documentation of EVP_chacha20() with actual behavior | Theo Buehler |
2023-08-24 | Clarify how the EVP IV is used with ChaCha | Theo Buehler |
2023-08-23 | Mention key and nonce lengths of AEAD ciphers. | Ingo Schwarze |
2023-08-22 | Don't fail in ober_scanf_elements() when encountering empty sequences. | Gerhard Roth |
2023-08-22 | Pull the NULL check for cmsbio into the switch | Theo Buehler |
2023-08-22 | Plug a leak of cont in CMS_dataInit() | Theo Buehler |
2023-08-22 | Plug a leak of ASN1_INTEGR in def_serial_cb() | Theo Buehler |
2023-08-21 | ec_ameth: clean up eckey_{pub,priv}_encode() | Theo Buehler |
2023-08-21 | spelling | Jonathan Gray |
2023-08-20 | remove "flag" from the Dv line; | Jason McIntyre |
2023-08-20 | Bump zlib version to 1.3 | Theo Buehler |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-08-20 | Provide C11 <uchar.h>. | Ingo Schwarze |
2023-08-18 | Check X509_digest() return in x509v3_cache_extensions() | Theo Buehler |
2023-08-18 | sync with zlib.h | Theo Buehler |
2023-08-18 | Sync doc comment with upstream | Theo Buehler |
2023-08-17 | Garbage collect two commented abort() | Theo Buehler |
2023-08-17 | Make the local ASN1_OBJECTs const | Theo Buehler |
2023-08-17 | Remove some unnecessary else branches | Theo Buehler |
2023-08-17 | Remove some parents from return statements | Theo Buehler |
2023-08-17 | Use cmp instead of i for the result of a comparison | Theo Buehler |
2023-08-17 | Use OBJ_cmp() instead of inlining two variants | Theo Buehler |
2023-08-17 | Avoid memcmp(NULL, x, 0) in OBJ_cmp() | Theo Buehler |
2023-08-17 | add space needed in punctuation; | Jason McIntyre |
2023-08-16 | add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section | Ingo Schwarze |
2023-08-16 | Describe more precisely how these functions are supposed to be used, | Ingo Schwarze |
2023-08-15 | Zap extra parens | Theo Buehler |