| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove params argument from ec_asn1_group2parameters() | tb | 2024-10-11 | 1 | -13/+8 |
* | Simplify ec_asn1_group2pkparameters() | tb | 2024-10-11 | 1 | -15/+8 |
* | Spell NULL in a simpler fashion | tb | 2024-10-11 | 1 | -3/+5 |
* | Clean up i2d_ECPKParameters() | tb | 2024-10-11 | 1 | -10/+13 |
* | Make EC{,PK}PARAMETERS_it static | tb | 2024-10-03 | 1 | -3/+3 |
* | Fix ASN1_INTEGER_to_BN() misuse | tb | 2024-10-03 | 1 | -16/+16 |
* | Switch field_bits to be an int | tb | 2024-10-03 | 1 | -3/+3 |
* | Fix BN_to_ASN1_INTEGER() misuse | tb | 2024-10-03 | 1 | -7/+6 |
* | Remove comments from captain obvious and drop useless prototypes | tb | 2024-04-17 | 1 | -43/+1 |
* | More X9.62 stuff was never used outside of ec_asn1.c | tb | 2024-04-15 | 1 | -35/+5 |
* | EC_PRIVATEKEY becomes internal-only, too | tb | 2024-04-15 | 1 | -10/+10 |
* | Unexport the ECPKPARAMETERS API | tb | 2024-04-15 | 1 | -11/+11 |
* | Make ECPARAMETERS_{new,free,it} internal-only | tb | 2024-04-15 | 1 | -5/+5 |
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -15/+1 |
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+24 |
* | Simplify EC_GROUP_get_basis_type() | tb | 2023-06-27 | 1 | -18/+2 |
* | Fix line wrapping | tb | 2023-05-04 | 1 | -3/+3 |
* | Fix function name in doc comment | tb | 2023-05-04 | 1 | -2/+2 |
* | Fix a few KNF/whitespace issues | tb | 2023-05-03 | 1 | -9/+5 |
* | GF2m bites the dust. It won't be missed. | tb | 2023-04-25 | 1 | -190/+4 |
* | Always clear EC groups and points on free. | jsing | 2023-03-08 | 1 | -5/+5 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+3 |
* | Fix an annoying quirk in the EC code | tb | 2022-11-19 | 1 | -14/+14 |
* | whitespace | tb | 2022-11-19 | 1 | -14/+14 |
* | Simplify ec_asn1_group2curve() | tb | 2022-05-24 | 1 | -18/+21 |
* | Simplify priv_key handling in d2i_ECPrivateKey() | tb | 2022-03-31 | 1 | -8/+3 |
* | Garbage collect the app_items field of ASN1_ADB | tb | 2022-01-14 | 1 | -3/+1 |
* | Remove some dead code that was missed in an earlier cleanup and | tb | 2021-08-31 | 1 | -4/+3 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 1 | -14/+4 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 1 | -4/+4 |
* | Tweak comment. | tb | 2018-09-01 | 1 | -5/+2 |
* | recommit label indentation part of the backout; clearly unrelated to the | tb | 2018-07-15 | 1 | -8/+10 |
* | back out ecc constant time changes | jsg | 2018-07-15 | 1 | -10/+8 |
* | Indent labels by a space so they don't obliterate function names in diffs. | tb | 2018-07-10 | 1 | -8/+10 |
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 1 | -2/+2 |
* | Make whitespace between functions and structs a bit more consistent. | tb | 2018-04-23 | 1 | -3/+7 |
* | Fix for processing of EC public key | inoguchi | 2018-03-12 | 1 | -9/+19 |
* | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | jsing | 2017-05-26 | 1 | -1/+7 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -117/+103 |
* | " the the " -> " the ", or in a couple of cases replace the superfluous | krw | 2016-03-20 | 1 | -2/+2 |
* | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 1 | -3/+1 |
* | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 2015-10-16 | 1 | -6/+17 |
* | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 2015-10-16 | 1 | -3/+3 |
* | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | jsing | 2015-09-29 | 1 | -2/+2 |
* | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. | jsing | 2015-09-10 | 1 | -5/+5 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 1 | -5/+5 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 1 | -55/+351 |
* | Fix a memory leak in an error path. | doug | 2015-03-20 | 1 | -1/+3 |
* | Fix several crash causing defects from OpenSSL. | tedu | 2015-03-19 | 1 | -21/+20 |
* | Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible | jsing | 2015-02-10 | 1 | -4/+37 |