| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove section explaining how great and flexible ENGINE is and | tb | 2023-11-19 | 1 | -28/+2 |
* | Remove obsolete engine configuration section | tb | 2023-11-19 | 1 | -106/+2 |
* | Document the remaining ENGINE stubs in a single manual | tb | 2023-11-19 | 1 | -146/+103 |
* | EVP_PKEY_encrypt() simplify example | tb | 2023-11-19 | 1 | -6/+4 |
* | openssl pkcs12: rewrite without reaching into X509_ALGOR | tb | 2023-11-19 | 1 | -7/+10 |
* | openssl ts: convert to X509_ALGOR_set0() | tb | 2023-11-19 | 1 | -5/+8 |
* | Check for negative EVP_CIPHER_CTX_iv_length() return in libssl | tb | 2023-11-18 | 2 | -9/+13 |
* | Forgot to fix one unsigned int vs int confusion | tb | 2023-11-18 | 1 | -3/+3 |
* | Check for negative IV length | tb | 2023-11-18 | 5 | -27/+45 |
* | Mention which functions are implemented as macros in the few cases | schwarze | 2023-11-16 | 13 | -34/+76 |
* | drop some duplicate statements about macros | schwarze | 2023-11-16 | 4 | -23/+10 |
* | fix wrong macro | schwarze | 2023-11-16 | 1 | -3/+3 |
* | delete lots of stuff that no longer exists | schwarze | 2023-11-16 | 1 | -300/+17 |
* | fix typo: exdata -> ex_data | schwarze | 2023-11-16 | 1 | -4/+4 |
* | Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3) | tb | 2023-11-16 | 1 | -15/+18 |
* | Drop some unnecessary parentheses | tb | 2023-11-15 | 1 | -19/+19 |
* | Shuffle getters and adders down a bit | tb | 2023-11-15 | 1 | -34/+30 |
* | Make X509_certificate_type() less bad | tb | 2023-11-13 | 1 | -24/+29 |
* | Garbage collect an incoherent export crypto check | tb | 2023-11-13 | 1 | -4/+1 |
* | Use a sensible variable name (i.e. nid) instead of i for a NID | tb | 2023-11-13 | 1 | -5/+6 |
* | Use X509_get_signature_nid() instead of inlining it | tb | 2023-11-13 | 1 | -2/+2 |
* | X509_certificate_type() needs to know about RSA-PSS | tb | 2023-11-13 | 1 | -1/+4 |
* | Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public | beck | 2023-11-13 | 4 | -5/+68 |
* | Kill last user of ASN1_time_parse() in the tree | tb | 2023-11-13 | 1 | -23/+3 |
* | Check notBefore/notAfter validity with ASN1_TIME_to_tm(3) | tb | 2023-11-13 | 1 | -5/+3 |
* | Replace ASN1_time_parse() with ASN1_TIME_to_tm() | tb | 2023-11-13 | 1 | -3/+4 |
* | Remove last caller of ASN1_time_parse(3) in libtls | tb | 2023-11-13 | 1 | -3/+4 |
* | Remove ASN1_time_parse() dependency in tls_conninfo.c | tb | 2023-11-13 | 1 | -3/+3 |
* | Eliminate the timegm(3) dependency in libcrypto | tb | 2023-11-13 | 4 | -19/+36 |
* | split the Symbols.list up so that arch specific symbols do not end up everywhere | robert | 2023-11-12 | 4 | -2/+7 |
* | Fix a few bugs in X509v3_asid_add*() | tb | 2023-11-11 | 1 | -38/+96 |
* | Forgot to fix the RFC number in the new comment | tb | 2023-11-09 | 1 | -2/+2 |
* | Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -5/+11 |
* | Convert ecx_item_sign() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -8/+5 |
* | Convert asn1_item_sign() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -8/+4 |
* | Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding() | tb | 2023-11-09 | 1 | -4/+6 |
* | Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm() | tb | 2023-11-09 | 1 | -5/+2 |
* | More minor cleanup in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -4/+3 |
* | Prepare further fixes of X509_ALGOR_set0() misuse | tb | 2023-11-08 | 1 | -8/+7 |
* | zap a stray space | tb | 2023-11-08 | 1 | -2/+2 |
* | Rename os into astr in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -6/+6 |
* | Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt() | tb | 2023-11-08 | 1 | -9/+9 |
* | Some simple cosmetics in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -4/+8 |
* | Split OAEP padding handling into a helper function | tb | 2023-11-08 | 1 | -53/+59 |
* | Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its | tb | 2023-11-07 | 1 | -3/+6 |
* | Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx | tb | 2023-11-07 | 1 | -3/+3 |
* | Fix an error message left out in the mustDecodeHexString() conversion | tb | 2023-11-07 | 1 | -2/+2 |
* | Pull up the handling of the two webcrypto special snowflakes | tb | 2023-11-07 | 1 | -13/+9 |
* | Drop a useless line and bump copyright years | tb | 2023-11-07 | 1 | -4/+3 |
* | Unwrap a few lines | tb | 2023-11-07 | 1 | -72/+32 |