Age | Commit message (Expand) | Author |
2020-06-19 | mark the functions documented in des_read_pw(3) as deprecated | Ingo Schwarze |
2020-06-19 | document X509_get0_pubkey_bitstr(3), | Ingo Schwarze |
2020-06-19 | document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3) | Ingo Schwarze |
2020-06-19 | Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1 | Ingo Schwarze |
2020-06-15 | Document EVP_read_pw_string_min(3) | Theo Buehler |
2020-06-15 | Document PEM_def_callback(3). | Ingo Schwarze |
2020-06-12 | add my Copyright and license, which i forgot when adding a significant | Ingo Schwarze |
2020-06-12 | add a comment saying that name_cmp() is intentionally undocumented; | Ingo Schwarze |
2020-06-12 | document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3); | Ingo Schwarze |
2020-06-11 | wording tweaks from ross l richardson and tb; | Jason McIntyre |
2020-06-10 | document PKCS7_get_signer_info(3) | Ingo Schwarze |
2020-06-10 | describe six more PKCS7 attribute functions | Ingo Schwarze |
2020-06-09 | The check_includes step is incorrect dependency management model for | Theo de Raadt |
2020-06-05 | Add a custom copy handler for AES key wrap | Theo Buehler |
2020-06-05 | Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5. | Joel Sing |
2020-06-05 | Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function. | Joel Sing |
2020-06-05 | Add a few more errors to help debugging. | Joel Sing |
2020-06-05 | Add support for additional GOST curves. | Joel Sing |
2020-06-05 | Remove remaining error *_str_functs[] | Joel Sing |
2020-06-05 | Apply some style(9). | Joel Sing |
2020-06-05 | One error file per directory is plenty. | Joel Sing |
2020-06-04 | When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return | Ingo Schwarze |
2020-06-04 | minor polishing: | Ingo Schwarze |
2020-06-04 | Collapse the x509v3 directory into x509. | Joel Sing |
2020-06-04 | new manual page PKCS7_add_attribute(3); | Ingo Schwarze |
2020-06-03 | Properly document PKCS7_final(3), which was already mentioned | Ingo Schwarze |
2020-06-01 | Remove expired certificate, ok tb@ | Stuart Henderson |
2020-06-01 | bump to LibreSSL 3.2.1 | Brent Cook |
2020-05-31 | When building a chain look for non-expired certificates first. | Joel Sing |
2020-05-27 | document PKCS7_dataFinal(3); | Ingo Schwarze |
2020-05-24 | Minimally document PKCS7_dataInit(3). | Ingo Schwarze |
2020-05-24 | Briefly mention the obsolete function OPENSSL_init(3). | Ingo Schwarze |
2020-05-20 | new manual page for PKCS7_set_content(3) and PKCS7_content_new(3); | Ingo Schwarze |
2020-05-17 | As done everywhere else, use a local version of MINIMUM() and avoid | Theo de Raadt |
2020-05-16 | document PKCS7_set_type(3); | Ingo Schwarze |
2020-05-09 | catch the other place this needs to change | Bob Beck |
2020-05-09 | now that 3.1.1 is out the door as a stable release bump the development | Bob Beck |
2020-05-06 | Bump LibreSSL version to 3.1.1 | Theo Buehler |
2020-04-30 | Disallow setting the AES-GCM IV length to 0 | Theo Buehler |
2020-04-27 | Disallow the use of zero length IVs in AES-GCM via | Theo Buehler |
2020-04-10 | sync cert.pem with Mozilla's root ca list, ok beck@ | Stuart Henderson |
2020-04-10 | When printing the serialNumber, fall back to the colon separated hex | Theo Buehler |
2020-03-29 | Void functions obviously do not return values; no need to elaborate. | Ingo Schwarze |
2020-03-28 | Be concise: do not say that void functions return no values, that's obvious. | Ingo Schwarze |
2020-03-24 | Fix ASN1 print functions | Kinichiro Inoguchi |
2020-03-04 | Check high bit for base64 decode | Kinichiro Inoguchi |
2020-03-03 | Fix base64 processing of long lines | Kinichiro Inoguchi |
2020-02-17 | Describe the restriction for length of openssl conf value string | Kinichiro Inoguchi |
2020-02-17 | Restrict the length of openssl conf value string | Kinichiro Inoguchi |
2020-01-26 | Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.h | Kinichiro Inoguchi |