Age | Commit message (Expand) | Author |
2023-09-05 | add a BUGS section warning about the creation of incomplete objects | Ingo Schwarze |
2023-09-05 | Improve error handling in OBJ_add_object() | Theo Buehler |
2023-09-05 | document EVP_CIPHER_name(3) | Ingo Schwarze |
2023-09-05 | add the missing .Dv macros to the list of flags | Ingo Schwarze |
2023-09-05 | improve the descriptions of almost all flags, | Ingo Schwarze |
2023-09-05 | Partial rewrite: | Ingo Schwarze |
2023-09-04 | Make wp_local.h and cmll_local.h self-standing | Theo Buehler |
2023-09-04 | unbreak build with llvm-16 by including sys/types.h for __BEGIN_HIDDEN_DECLS | Robert Nagy |
2023-09-02 | whitespace | Theo Buehler |
2023-09-02 | Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA() | Theo Buehler |
2023-09-01 | Many improvements, almost amounting to a partial rewrite: | Ingo Schwarze |
2023-09-01 | Fix EVP_PKEY_get0_RSA() for RSA-PSS | Theo Buehler |
2023-09-01 | fix an obvious typo in the OBJ_NAME_add(3) prototype | Ingo Schwarze |
2023-08-31 | Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3), | Ingo Schwarze |
2023-08-30 | Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize() | Job Snijders |
2023-08-30 | Document EVP_{CIPHER,MD}_do_all{,_sorted}(3) | Theo Buehler |
2023-08-30 | Fix leaks in copy_issuer() | Theo Buehler |
2023-08-29 | Replace last ecdh.h and ecdsa.h occurrences with ec.h | Theo Buehler |
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 | 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 | 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-18 | Check X509_digest() return in x509v3_cache_extensions() | Theo Buehler |
2023-08-17 | Garbage collect two commented abort() | Theo Buehler |