Age | Commit message (Expand) | Author |
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 |
2018-08-24 | Document prototype change and return values for BIO_set_cipher() | Theo Buehler |
2018-08-24 | Document new prototype and return values of X509_OBJECT_up_ref_count() | Theo Buehler |
2018-08-24 | Update documentation of CRYPTO_mem_leaks*. | Theo Buehler |
2018-08-10 | Add missing include to X25519 synopsis. | Joel Sing |
2018-08-08 | typo: macro-generates wrappers -> macro-generated wrappers | Theo Buehler |
2018-07-29 | Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe. | Theo Buehler |
2018-07-16 | Document behavior change of EC_POINTs_mul() again. | Theo Buehler |
2018-07-15 | back out ecc constant time changes | Jonathan Gray |
2018-07-11 | Document behavior change of EC_POINTs_mul(3) from EC constant time changes. | Theo Buehler |
2018-07-09 | sync with const changes in x509.h r1.68. | Theo Buehler |
2018-07-09 | sync with const changes in evp.h r1.64. | Theo Buehler |
2018-07-09 | sync with const changes in bio.h r1.44. | Theo Buehler |
2018-07-09 | sync with const changes in bio.h r1.45. | Theo Buehler |
2018-07-08 | import the relevant parts of a new ASN1_INTEGER_get(3) manual page | Ingo Schwarze |
2018-05-19 | In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifier | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifier | Ingo Schwarze |
2018-05-19 | In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifier | Ingo Schwarze |
2018-05-19 | In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifier | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiers | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27, | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24, | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39, | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifier | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@ | Ingo Schwarze |
2018-05-19 | In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiers | Ingo Schwarze |
2018-05-17 | spelling fix; | Jason McIntyre |