| Commit message (Expand) | Author | Files | Lines |
2024-12-06 | Fix previous and thus regress failures reported by anton | tb | 1 | -2/+3 |
2024-12-06 | ec_asn1: update a comment to match reality | tb | 1 | -2/+2 |
2024-12-06 | Set nid on group decoded from EC parameters | tb | 3 | -7/+14 |
2024-12-05 | Zap a trailing space | tb | 2 | -4/+4 |
2024-12-05 | Make the DSS_prime_checks macro internal | tb | 2 | -11/+12 |
2024-12-05 | Remove the undocumented DSA_is_prime() macro | tb | 1 | -3/+1 |
2024-12-05 | document the #define'd constant PKCS5_SALT_LEN | schwarze | 1 | -4/+6 |
2024-12-05 | drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_* | schwarze | 1 | -5/+2 |
2024-12-05 | Mark three EVP_PKEY control constants for CMS as intentionally undocumented | schwarze | 1 | -0/+2 |
2024-12-05 | mark three more EVP_PKEY control constants as intentionally undocumented | schwarze | 1 | -0/+3 |
2024-12-05 | ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed | schwarze | 1 | -0/+1 |
2024-12-05 | Apply a little bit of lipstick to PKCS7 | tb | 1 | -3/+7 |
2024-12-04 | Use ASIdentifiers rather than struct ASIdentifiers_st | tb | 1 | -2/+2 |
2024-12-04 | Another now unused perlasm script can bite the dust. | jsing | 1 | -1267/+0 |
2024-12-04 | Provide a replacement assembly implementation for SHA-1 on amd64. | jsing | 3 | -2/+345 |
2024-12-04 | Annotate WTLS7 as being wrong | tb | 1 | -1/+2 |
2024-12-04 | Fix up authority and subject key identifiers in force pubkey mode | tb | 1 | -8/+133 |
2024-12-04 | Fix debug output for http headers | tb | 1 | -5/+4 |
2024-11-30 | Meant to split the sentence in two | tb | 1 | -3/+3 |
2024-11-30 | Be a bit more precise on the error conditions of CMS_get1_{certs,crls}() | tb | 1 | -3/+4 |
2024-11-30 | Explain how to free the stack returned by CMS_get1_{certs,crls}() | tb | 1 | -2/+9 |
2024-11-30 | Inline trivial EC point methods | tb | 3 | -95/+23 |
2024-11-30 | Get BNs Z coordinates from the BN_CTX | tb | 1 | -8/+3 |
2024-11-30 | Improve ec_points_make_affine() | tb | 1 | -119/+93 |
2024-11-30 | openssl speed: stop trying to use small curves | tb | 1 | -25/+11 |
2024-11-30 | Don't leak the abuf on error in PKCS7_dataFinal() | tb | 1 | -1/+2 |
2024-11-29 | Remove X9.42 DH rudiments | tb | 3 | -19/+7 |
2024-11-29 | Provide an example of signing with HMAC-SHA256 or Ed25519 | schwarze | 1 | -3/+67 |
2024-11-29 | Mark six EVP_PKEY control constants as intentionally undocumented | schwarze | 1 | -0/+4 |
2024-11-29 | Mark nine unused EVP constants as intentionally undocumented. | schwarze | 1 | -5/+10 |
2024-11-29 | Remove weird pad member that was never set to zero after malloc() so | tb | 3 | -12/+3 |
2024-11-26 | Make a comment match reality better | tb | 1 | -1/+1 |
2024-11-25 | Unify checking for the asn1_flag | tb | 2 | -4/+4 |
2024-11-24 | Fix some inaccuracies and gaps in the paragraph i wrote about CMAC | schwarze | 1 | -18/+47 |
2024-11-24 | Disable regression tests for small builtin curves | tb | 4 | -5/+29 |
2024-11-24 | Disable small builtin curves | tb | 1 | -1/+23 |
2024-11-23 | Simplify endian handling in SHA-3. | jsing | 1 | -26/+5 |
2024-11-23 | Further refactoring of the wNAF code | tb | 1 | -55/+65 |
2024-11-23 | Drop bn is zero special case | tb | 1 | -5/+1 |
2024-11-23 | Further simplify after dropping wNAF modification | tb | 1 | -23/+13 |
2024-11-23 | Ditch the wNAF modification | tb | 1 | -10/+5 |
2024-11-22 | Comment tweak from jsing with another tweak by me | tb | 1 | -2/+2 |
2024-11-22 | Stop using BIGNUM internals, add some clarifying comments | tb | 1 | -4/+23 |
2024-11-22 | Rewrite the crazy while loop into a for loop | tb | 1 | -5/+5 |
2024-11-22 | First pass over compute_wNAF() | tb | 1 | -145/+80 |
2024-11-22 | Swap the order of m and n in ec_wNAF_precompute() | tb | 1 | -10/+10 |
2024-11-22 | Split two helpers out of ec_wNAF_mul() | tb | 1 | -92/+119 |
2024-11-22 | Rename curve_name into nid | tb | 2 | -6/+6 |
2024-11-22 | Use OPENSSL_EC_EXPLICIT_CURVE rather than 0 | tb | 1 | -2/+2 |
2024-11-22 | Garbage collect the now unused totalnum | tb | 1 | -5/+2 |