summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ECDSA code that will stay into ecdsa.ctb2023-07-051-151/+0
* Rename ecs_local.h into ecdsa_local.htb2023-07-051-2/+2
* BN_free() is defined in <openssl/bn.h>tb2023-03-251-3/+5
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-3/+3
* Make internal header file names consistenttb2022-11-261-2/+2
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-031-3/+3
* Prepare to provide ECDSA_SIG_get0_{r,s}()tb2022-01-051-1/+13
* Provide ECDSA_SIG_{g,s}et0().tb2018-03-171-1/+23
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-161-2/+1
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-161-2/+6
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-161-2/+1
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-241-5/+27
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-101-2/+26
* Lob a KNF grenade into the ecdsa code.jsing2015-02-081-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+67