Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -4/+4 |
| | | | | | | | Pass const method to EC_KEY_METHOD_get_*() to get rid of an XXX. from markus | ||||
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -1/+11 |
| | | | | | | This commit adds missing API for ECDH/ECDSA_verify. from markus | ||||
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -1/+30 |
| | | | | | | | This commit adds init/free, support for signing, setting and getting the method, engine support as well as extra data. from markus | ||||
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 1 | -2/+2 |
| | | | | | | | | | one to the last argument of each one of i2s_ASN1_OCTET_STRING(), s2i_ASN1_OCTET_STRING(), i2s_ASN1_INTEGER(), i2s_ASN1_ENUMERATED(), and i2s_ASN1_ENUMERATED_TABLE(). tested in a bulk build by sthen ok jsing | ||||
* | Add assembler code for the nist 256-bit GFp curve, written initially by | miod | 2016-11-04 | 1 | -1/+7 |
| | | | | | | | | | Intel. Obtained from BoringSSL, with some integration work borrowed from OpenSSL 1.0.2; assembler code for arm and sparc64 borrowed from OpenSSL 1.1.0. None of this code is enabled in libcrypto yet. ok beck@ jsing@ | ||||
* | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | jsing | 2015-10-13 | 1 | -3/+2 |
| | | | | | | actual function. This removes the last ASN1_dup_of usage from the tree. Feedback from doug@ and miod@ | ||||
* | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | jsing | 2015-06-20 | 1 | -1/+3 |
| | | | | | | | | From OpenSSL. Rides libcrypto bump. ok miod@ (a while ago) | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -4/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
| | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -10/+18 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -5/+64 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -120/+694 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -18/+301 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -2/+0 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+245 |