summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2019-02-26Update copyright yearMatt Caswell
2019-02-18Move stray POD file into the foldRichard Levitte
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre
2018-12-06rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-07-26Fix inconsistent use of bit vs bitsKurt Roeckx
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin
2018-06-21Improve the example getpass() implementation to show an error returnNick Mathewson
2018-06-21doc/crypto/pem.pod: modernise the example codeRichard Levitte
2018-06-21Update documentation for PEM callback: error is now -1.Nick Mathewson
2018-06-18Warn against nonce reuse in DSA_sign_setup() docNicola Tuveri
2018-06-02Document failure return of ECDSA_SIG_newKen Goldman
2018-05-11Fix typo 'is an error occurred' in documentationDr. Matthias St. Pierre
2018-05-01Clarify BN_mod_exp docsMatt Caswell
2018-05-01Fix some errors and missing info in the CMS docsMatt Caswell
2018-03-11Fix propotype to include the const qualifierKurt Roeckx
2018-03-07BIO_s_mem.pod: fix indirection for out parameter **ppDr. Matthias St. Pierre
2018-03-01Fix typo in ASN1_STRING_length docIvan Filenko
2018-01-24Add warnings to thread doc.Rich Salz
2018-01-24Fix BN docRich Salz
2017-12-23Add missing comma between referencesViktor Dukhovni
2017-12-13Document the X509_V_FLAG_PARTIAL_CHAIN flagViktor Dukhovni
2017-11-30Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY
2017-10-03Fix backport by moving file.Dr. Stephen Henson
2017-09-29doc: note that the BN_new() initialises the BIGNUMHubert Kario
2017-09-29doc: BN_free() is NULL-safeHubert Kario
2017-08-24Correct GCM docs.Dr. Stephen Henson
2017-08-23Tweak wording to be more clear.Rich Salz
2017-07-26Backport X509_check_private_key.podPaul Yang
2017-07-18RSA_padding_check_PKCS1_type_2 is not constant time.Emilia Kasper
2017-05-25Document that HMAC() with a NULL md is not thread safeMatt Caswell
2017-04-22Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin
2017-03-29doc: Add stitched ciphers to EVP_EncryptInit.podSteven Collison
2017-03-10Fix some RSA documentationMatt Caswell
2017-03-07Remove doc reference to non-existant GCM examplePauli
2017-02-13DES keys are not 7 days long.Darren Tucker
2016-12-18Fix typo.Finn Hakansson
2016-11-23Clarify what X509_NAME_online does with the given buffer and sizeRichard Levitte
2016-11-18Use consistent variable namesBeat Bolli
2016-10-15Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler
2016-09-06Misc BN fixesRich Salz
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-07-22Clarify digest change in HMAC_Init_ex()Dr. Stephen Henson
2016-06-26RT2964: Fix it via docRich Salz
2016-06-25Revert "RT2964: Fix it via doc"Rich Salz
2016-06-25RT2964: Fix it via docRich Salz
2016-06-22doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.Andy Polyakov