summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark the functions documented in des_read_pw(3) as deprecatedschwarze2020-06-192-6/+11
* document X509_get0_pubkey_bitstr(3),schwarze2020-06-191-5/+81
* document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)schwarze2020-06-191-3/+52
* Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1schwarze2020-06-191-4/+19
* Document EVP_read_pw_string_min(3)tb2020-06-151-6/+44
* Document PEM_def_callback(3).schwarze2020-06-153-106/+158
* add my Copyright and license, which i forgot when adding a significantschwarze2020-06-121-3/+20
* add a comment saying that name_cmp() is intentionally undocumented;schwarze2020-06-121-2/+5
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-125-7/+236
* wording tweaks from ross l richardson and tb;jmc2020-06-111-6/+6
* document PKCS7_get_signer_info(3)schwarze2020-06-105-8/+75
* describe six more PKCS7 attribute functionsschwarze2020-06-101-14/+208
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Add a custom copy handler for AES key wraptb2020-06-051-5/+31
* Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.jsing2020-06-051-1/+3
* Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2020-06-052-0/+4
* Add a few more errors to help debugging.jsing2020-06-051-6/+16
* Add support for additional GOST curves.jsing2020-06-054-12/+182
* Remove remaining error *_str_functs[]jsing2020-06-054-274/+11
* Apply some style(9).jsing2020-06-051-34/+30
* One error file per directory is plenty.jsing2020-06-053-229/+157
* When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2020-06-042-14/+9
* minor polishing:schwarze2020-06-041-4/+10
* Collapse the x509v3 directory into x509.jsing2020-06-0438-47/+44
* new manual page PKCS7_add_attribute(3);schwarze2020-06-047-12/+201
* Properly document PKCS7_final(3), which was already mentionedschwarze2020-06-0310-32/+263
* Remove expired certificate, ok tb@sthen2020-06-011-53/+1
* bump to LibreSSL 3.2.1bcook2020-06-011-3/+3
* When building a chain look for non-expired certificates first.jsing2020-05-311-8/+29
* document PKCS7_dataFinal(3);schwarze2020-05-273-3/+162
* Minimally document PKCS7_dataInit(3).schwarze2020-05-244-5/+215
* Briefly mention the obsolete function OPENSSL_init(3).schwarze2020-05-241-7/+23
* new manual page for PKCS7_set_content(3) and PKCS7_content_new(3);schwarze2020-05-204-5/+127
* As done everywhere else, use a local version of MINIMUM() and avoidderaadt2020-05-175-21/+21
* document PKCS7_set_type(3);schwarze2020-05-163-3/+123
* catch the other place this needs to changebeck2020-05-091-2/+2
* now that 3.1.1 is out the door as a stable release bump the developmentbeck2020-05-091-2/+2
* Bump LibreSSL version to 3.1.1tb2020-05-061-3/+3
* Disallow setting the AES-GCM IV length to 0tb2020-04-301-1/+5
* Disallow the use of zero length IVs in AES-GCM viatb2020-04-273-3/+15
* sync cert.pem with Mozilla's root ca list, ok beck@sthen2020-04-101-276/+343
* When printing the serialNumber, fall back to the colon separated hextb2020-04-101-2/+4
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-294-23/+8
* Be concise: do not say that void functions return no values, that's obvious.schwarze2020-03-283-22/+6
* Fix ASN1 print functionsinoguchi2020-03-241-6/+13
* Check high bit for base64 decodeinoguchi2020-03-041-2/+10
* Fix base64 processing of long linesinoguchi2020-03-031-99/+66
* Describe the restriction for length of openssl conf value stringinoguchi2020-02-171-2/+4
* Restrict the length of openssl conf value stringinoguchi2020-02-173-5/+14
* Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.hinoguchi2020-01-261-2/+2