aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson1-0/+53
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson1-17/+37
2016-02-04Don't use RDRAND if told not toMatt Caswell1-1/+2
2016-02-04Update crypto/bio/build.infoRichard Levitte1-2/+2
2016-02-04Add option to disable asyncTodd Short2-2/+2
2016-02-04Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte1-2/+9
2016-02-04Fix potential buffer overrunDmitry-Me1-1/+1
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx2-0/+9
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx1-1/+1
2016-02-04update OID tablesDr. Stephen Henson2-5/+29
2016-02-04Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson1-0/+7
2016-02-04Fix BN_gcd errors for some curvesBilly Brumley1-2/+7
2016-02-04RT3095: allow NULL key for single-shot HMACEmilia Kasper1-0/+7
2016-02-04bio_err.c: remove a reappeared filename commentViktor Szakats1-1/+0
2016-02-04Make fallback addresses static so that we can initialize itKurt Roeckx1-8/+11
2016-02-03RT2752: Add some EKU OID'sRich Salz3-5/+91
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me3-10/+8
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-130/+43
2016-02-03make updateRichard Levitte1-1/+8
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte3-269/+424
2016-02-03make updateRichard Levitte1-0/+2
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte1-435/+90
2016-02-03make updateRichard Levitte1-0/+15
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte3-0/+18
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte4-2/+348
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte2-1/+11
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte3-6/+2
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte4-10/+878
2016-02-03RT4148Emilia Kasper1-1/+22
2016-02-02fix code indentation issueFdaSilvaYY5-14/+14
2016-02-02RT2353: Add ipsec IKE OIDRich Salz3-5/+14
2016-02-02New BN functions.Dr. Stephen Henson2-40/+96
2016-02-02GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me1-1/+1
2016-02-02RT3854 Update docs.Emilia Kasper1-78/+0
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-02-01Comment "secure memcmp" implementationDmitry-Me1-0/+17
2016-02-01unified build scheme: add build.info filesRichard Levitte57-0/+258
2016-02-01unified build scheme: a first introductionRichard Levitte1-0/+4
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni2-29/+50
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni3-44/+99
2016-01-31Zero newly allocated pointsDr. Stephen Henson1-1/+1
2016-01-31Remove redundant code.Dr. Stephen Henson1-34/+0
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson9-84/+72
2016-01-31Engage poly1305-sparcv9 module.Andy Polyakov1-0/+3
2016-01-31Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov1-0/+1097
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-2/+3
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz1-1/+3
2016-01-30Move more BN internals to bn_lcl.hRich Salz4-10/+89
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz1-3/+3
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson1-0/+13