aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Constify ASN1_buf_printFdaSilvaYY2016-07-251-1/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson2016-02-051-18/+28
* Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson2016-02-051-17/+37
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-52/+50
* Implement internally opaque bn access from asn1Matt Caswell2014-12-081-3/+3
* Revert to original...Dr. Stephen Henson2006-04-151-727/+2
* Oops...Dr. Stephen Henson2006-04-151-2/+727
* Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson2006-03-221-262/+0
* Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-221-526/+49
* create BN_CTX objectNils Larsch2006-03-151-0/+14
* add additional checks + cleanupNils Larsch2006-01-291-12/+22
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-2/+2
* remove unused variableNils Larsch2005-07-271-1/+1
* improved error checking and some fixesNils Larsch2005-07-261-2/+16
* makeNils Larsch2005-07-161-0/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-15/+21
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* In ECPKParameters_print, output the private key length correctlyBodo Möller2002-12-041-2/+8
* use new BIO_indent() function here as wellBodo Möller2002-11-141-30/+11
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-8/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-16/+7
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-1/+1
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-2/+1
* ASN1 for binary curvesBodo Möller2002-08-261-1/+27
* add field type to text outputBodo Möller2002-08-091-25/+74
* Add ECDH support.Bodo Möller2002-08-091-3/+19
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-35/+30
* Make sure buffers are large enough even for weird parametersBodo Möller2002-06-261-25/+65
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-114/+247
* New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller2002-05-301-56/+31
* fix ECDSA handlingBodo Möller2002-04-091-8/+19
* EC curve stuffBodo Möller2002-03-081-3/+11
* ECDSA supportBodo Möller2002-02-131-30/+250
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-14/+14
* Constify DH-related code.Richard Levitte2000-11-071-2/+2
* Constify DSA-related code.Richard Levitte2000-11-071-4/+4
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-061-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-4/+4
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-9/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-34/+10