Age | Commit message (Expand) | Author |
2019-06-05 | Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign* | Theo Buehler |
2019-06-04 | OPENSSL_realloc(3) is no longer used, we now use reallocarray(3) | Ingo Schwarze |
2019-06-04 | .In openssl/x509_vfy.h | Ingo Schwarze |
2019-06-04 | Add several missing .In lines | Ingo Schwarze |
2019-06-03 | add missing .In lines | Ingo Schwarze |
2019-06-03 | add missing .In line | Ingo Schwarze |
2019-05-20 | *an* RSA; | Jason McIntyre |
2019-03-29 | Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3). | Theo Buehler |
2019-03-21 | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | Ingo Schwarze |
2019-03-21 | space before punct; | Jason McIntyre |
2019-03-21 | Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter. | Ingo Schwarze |
2019-03-21 | Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter: | Ingo Schwarze |
2019-03-21 | add a handful of missing functions | Ingo Schwarze |
2019-03-21 | Bring back EVP_chacha20 list item that was accidentally removed | Theo Buehler |
2019-03-20 | escape backslashes; | Ingo Schwarze |
2019-03-19 | Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP | Ingo Schwarze |
2019-03-18 | Insert a missing input line break after a .Vt macro; | Ingo Schwarze |
2019-03-18 | Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3): | Ingo Schwarze |
2019-03-18 | Document SM4; related to evp.h rev. 1.73. | Ingo Schwarze |
2019-03-18 | In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3). | Ingo Schwarze |
2019-03-15 | Document the return values of X509_delete_ext(3) and X509_add_ext(3). | Ingo Schwarze |
2019-03-15 | OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018; | Ingo Schwarze |
2019-03-15 | Document OCSP_basic_verify(3). | Ingo Schwarze |
2019-03-10 | fix some cases of spaces before full stops, where none were neccessary; | Jason McIntyre |
2019-03-10 | rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3 | Ingo Schwarze |
2019-03-10 | delete functions from the manual page that do nothing in LibreSSL | Ingo Schwarze |
2019-01-22 | add support for xchacha20 and xchacha20-poly1305 | David Gwynne |
2019-01-19 | spelling; | Jason McIntyre |
2019-01-19 | In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) and | Ingo Schwarze |
2019-01-02 | correct article; | Jason McIntyre |
2018-12-24 | Make this page much more readable by deleting as much text as possible | Ingo Schwarze |
2018-12-23 | EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using | Theo Buehler |
2018-12-22 | Document EVP_PKEY_new_mac_key(3); | Ingo Schwarze |
2018-12-22 | Delete irrelevant HISTORY details. Simply use BN_rand(3); there | Ingo Schwarze |
2018-12-21 | The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3). | Ingo Schwarze |
2018-12-21 | Document the ECDSA_SIG_new(3) return value. | Ingo Schwarze |
2018-12-21 | Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments; | Ingo Schwarze |
2018-12-21 | grammar and style fixes from wesinator at github | Ingo Schwarze |
2018-12-21 | Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3). | Ingo Schwarze |
2018-12-21 | Mention that some functions call BN_GENCB_call(3) with a second | Ingo Schwarze |
2018-12-19 | Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3). | Ingo Schwarze |
2018-12-19 | Specify the return values of some of these functions more precisely; | Ingo Schwarze |
2018-12-19 | typo; | Ingo Schwarze |
2018-09-12 | tweak previous; | Jason McIntyre |
2018-09-12 | Add some accessor functions: | Damien Miller |
2018-08-28 | Remove extra "and" in "These functions and have been available" | Theo Buehler |
2018-08-26 | fix the same "an non" issue found by tb in EVP_EncryptInit.3; | Jason McIntyre |
2018-08-26 | Some of the functions in this manual need <openssl/dsa.h>, others | Theo Buehler |
2018-08-26 | typo: an nonce -> a nonce | Theo Buehler |
2018-08-24 | Document const change for OCSP_cert_to_id() | Theo Buehler |