aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/t_pkey.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson1-18/+28
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson1-17/+37
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-52/+50
2014-12-08Implement internally opaque bn access from asn1Matt Caswell1-3/+3
2006-04-15Revert to original...Dr. Stephen Henson1-727/+2
2006-04-15Oops...Dr. Stephen Henson1-2/+727
2006-03-22Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson1-262/+0
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson1-526/+49
2006-03-15create BN_CTX objectNils Larsch1-0/+14
2006-01-29add additional checks + cleanupNils Larsch1-12/+22
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller1-2/+2
2005-07-27remove unused variableNils Larsch1-1/+1
2005-07-26improved error checking and some fixesNils Larsch1-2/+16
2005-07-16makeNils Larsch1-0/+4
2005-05-16ecc api cleanup; summary:Nils Larsch1-15/+21
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch1-1/+1
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2002-12-04In ECPKParameters_print, output the private key length correctlyBodo Möller1-2/+8
2002-11-14use new BIO_indent() function here as wellBodo Möller1-30/+11
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte1-8/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-16/+7
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-1/+1
2002-10-06Various Win32 fixes.Dr. Stephen Henson1-1/+1
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller1-2/+1
2002-08-26ASN1 for binary curvesBodo Möller1-1/+27
2002-08-09add field type to text outputBodo Möller1-25/+74
2002-08-09Add ECDH support.Bodo Möller1-3/+19
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-35/+30
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller1-25/+65
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller1-114/+247
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller1-56/+31
2002-04-09fix ECDSA handlingBodo Möller1-8/+19
2002-03-08EC curve stuffBodo Möller1-3/+11
2002-02-13ECDSA supportBodo Möller1-30/+250
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-14/+14
2000-11-07Constify DH-related code.Richard Levitte1-2/+2
2000-11-07Constify DSA-related code.Richard Levitte1-4/+4
2000-11-06Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-8/+8
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-4/+4
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-9/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-34/+10
1999-04-17Massive constification.Ben Laurie1-4/+6
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-6/+9
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+389