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