OpenBSD CVS

src/lib/libcrypto/ec/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libcrypto / ec


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] asm/        
[TXT] ec.h  1.48   8 weeks  tb   Unexport the ECPKPARAMETERS API ok jsing
[TXT] ec_ameth.c  1.68   4 weeks  tb   Add missing EC_KEY_free() While eckey_from_explicit_params() frees *out_eckey, ...
[TXT] ec_asn1.c  1.53   7 weeks  tb   Remove comments from captain obvious and drop useless prototypes
[TXT] ec_check.c  1.15   11 months  beck   Hide symbols in hkdf, evp, err, ecdsa, and ec (part 2 of commit) ok jsing@
[TXT] ec_curve.c  1.43   2 months  tb   Bye bye gost, bye, bye turdiness ok beck
[TXT] ec_cvt.c  1.12   11 months  beck   Hide symbols in hkdf, evp, err, ecdsa, and ec (part 2 of commit) ok jsing@
[TXT] ec_err.c  1.19   3 weeks  tb   unwrap a line
[TXT] ec_key.c  1.40   2 months  tb   Unify *_up_ref() implementations No need for an inconsistently named local vari...
[TXT] ec_kmeth.c  1.13   6 months  tb   Unifdef OPENSSL_NO_ENGINE in libcrypto This is mechanical apart from a few manu...
[TXT] ec_lib.c  1.67   6 weeks  tb   One empty line is enough
[TXT] ec_local.h  1.27   6 months  tb   Ignore ENGINE at the API boundary This removes the remaining ENGINE members fro...
[TXT] ec_mult.c  1.31   11 months  jsing   Mop up EC_GROUP precomp machinery. Since there are now no EC implementations th...
[TXT] ec_oct.c  1.17   2 months  beck   Hide deprecated functions in ec.h use LCRYPTO_UNUSED and remove the LIBRESSL_IN...
[TXT] ec_pmeth.c  1.21   5 months  tb   Clean up pkey_ec_paramgen() This is basically the same as the dh and dsa versio...
[TXT] ec_print.c  1.14   6 months  tb   ec_print.c: Unwrap a line
[TXT] eck_prn.c  1.30   6 months  tb   Inline a better version of print_bin() in only caller Instead of printing to a ...
[TXT] ecp_mont.c  1.30   11 months  beck   Hide symbols in hkdf, evp, err, ecdsa, and ec (part 2 of commit) ok jsing@
[TXT] ecp_oct.c  1.21   13 months  tb   Use NULL, not 0 for pointers and use an explicit comparison against NULL.
[TXT] ecp_smpl.c  1.56   10 months  tb   Make the bn_rand_interval() API a bit more ergonomic Provide bn_rand_in_range()...
[TXT] ecx_methods.c  1.13   2 months  tb   Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid() ok jsing
[TXT] Makefile (in the Attic) [Hide]  1.3   10 years  tedu   we don't use these files for building
[TXT] Makefile.ssl (in the Attic) [Hide]  1.5   13 years  djm   resolve conflicts, fix local changes
[TXT] ec2_mult.c (in the Attic) [Hide]  1.18   13 months  tb   GF2m bites the dust. It won't be missed.
[TXT] ec2_oct.c (in the Attic) [Hide]  1.21   13 months  tb   GF2m bites the dust. It won't be missed.
[TXT] ec2_smpl.c (in the Attic) [Hide]  1.36   13 months  tb   GF2m bites the dust. It won't be missed.
[TXT] ec2_smpt.c (in the Attic) [Hide]  1.2   13 years  djm   resolve conflicts, fix local changes
[TXT] ec_lcl.h (in the Attic) [Hide]  1.24   18 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] ecp_nist.c (in the Attic) [Hide]  1.27   13 months  tb   Remove the horror show that is bn_nist and ecp_nist This code is full of proble...
[TXT] ecp_nistp224.c (in the Attic) [Hide]  1.31   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_nistp256.c (in the Attic) [Hide]  1.30   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_nistp521.c (in the Attic) [Hide]  1.31   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_nistputil.c (in the Attic) [Hide]  1.9   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_nistz256.c (in the Attic) [Hide]  1.15   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_nistz256_table.h (in the Attic) [Hide]  1.3   16 months  jsing   Remove unused Elliptic Curve code. For various reasons, the ecp_nistp* and ecp_...
[TXT] ecp_recp.c (in the Attic) [Hide]  1.2   13 years  djm   resolve conflicts, fix local changes
[TXT] ectest.c (in the Attic) [Hide]  1.9   10 years  miod   Moved to regress/lib/libcrypto.