Age | Commit message (Expand) | Author |
2017-08-20 | New manual page X509_check_private_key(3), using information | Ingo Schwarze |
2017-08-20 | fix a pasto in the description of UI_get0_result_string(3); | Ingo Schwarze |
2017-08-20 | Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design; | Ingo Schwarze |
2017-08-20 | Add a BUGS section | Ingo Schwarze |
2017-08-20 | import PEM_bytes_read_bio(3) from OpenSSL, | Ingo Schwarze |
2017-08-20 | mention CRYPTO_mem_leaks_cb(3) because OpenSSL | Ingo Schwarze |
2017-08-20 | import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we | Ingo Schwarze |
2017-08-20 | fix wrong function name; | Ingo Schwarze |
2017-08-20 | sync with OpenSSL: | Ingo Schwarze |
2017-08-20 | zap trailing whitespace; | Jason McIntyre |
2017-08-20 | Sync with OpenSSL: document several new functions, plus some additional | Ingo Schwarze |
2017-08-20 | clarify deprecation notice; | Ingo Schwarze |
2017-08-20 | New ASN1_STRING_TABLE_add(3) manual page, based on information from | Ingo Schwarze |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-05-08 | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | Joel Sing |
2017-05-06 | space needed between macro arg and punctuation; | Jason McIntyre |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2017-04-10 | new X25519(3) manual page; | Ingo Schwarze |
2017-04-10 | document three additional functions; | Ingo Schwarze |
2017-03-27 | reinstate the capitalisation from previous, as advised by schwarze; | Jason McIntyre |
2017-03-26 | tweak previous; | Jason McIntyre |
2017-03-26 | merge new UI documentation from OpenSSL | Ingo Schwarze |
2017-03-25 | document X509_Digest(3) and friends; | Ingo Schwarze |
2017-03-25 | document the public function X509_cmp_time(3); | Ingo Schwarze |
2017-03-25 | correct RETURN VALUES; | Ingo Schwarze |
2017-03-25 | fix two more prototypes; | Ingo Schwarze |
2017-03-25 | correct prototypes; | Ingo Schwarze |
2017-03-25 | complete description of RETURN VALUES; | Ingo Schwarze |
2017-03-25 | minimal stub-quality documentation of EVP_MD_CTX_ctrl(3); | Ingo Schwarze |
2017-03-25 | OpenSSL documented the public function BIO_printf(3) (and friends) | Ingo Schwarze |
2017-03-25 | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | Ingo Schwarze |
2017-02-28 | Document EVP_md5_sha1(). | Joel Sing |
2017-02-21 | don;t end Nd with a full stop; | Jason McIntyre |
2017-02-20 | Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use, | Bob Beck |
2017-02-09 | DES keys are not 7 days long. ok jsing@ | Darren Tucker |
2017-01-31 | Document functions returning standard moduli for DH key exchange. | Ingo Schwarze |
2017-01-30 | tweak previous; | Jason McIntyre |
2017-01-30 | Document BN_set_flags(3) and BN_get_flags(3). | Ingo Schwarze |
2017-01-29 | Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), | Ingo Schwarze |
2017-01-26 | Document ERR_load_BN_strings(3). | Ingo Schwarze |
2017-01-25 | document BN_asc2bn(3); | Ingo Schwarze |
2017-01-12 | change two trailing Xr to Fn; ok schwarze | Jason McIntyre |
2017-01-07 | add missing comma in the NAME section | Ingo Schwarze |
2017-01-07 | fix a typo in an .Xr reported by jmc@ | Ingo Schwarze |
2017-01-07 | a little more cleanup; | Jason McIntyre |
2017-01-07 | correctly mark all documented macros found in <openssl/bn.h> | Ingo Schwarze |
2017-01-07 | Use .Fn rather than .Xr for X509_VERIFY_PARAM_lookup(), | Ingo Schwarze |