aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Auto init/deinit libcryptoMatt Caswell30-259/+329
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell3-2/+856
2016-02-08Small fixesRichard Levitte1-1/+1
2016-02-08add missing file p12_lcl.hDr. Stephen Henson2-1/+94
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni2-9/+9
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte1-1/+1
2016-02-08fix various formatting issuesDr. Stephen Henson2-1/+3
2016-02-08use new function namesDr. Stephen Henson3-22/+44
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson1-2/+2
2016-02-08Reorganise functions.Dr. Stephen Henson5-162/+223
2016-02-08Use new namesDr. Stephen Henson4-8/+8
2016-02-08Rename PKCS12 functionDr. Stephen Henson1-22/+23
2016-02-08pkcs12 accessorsDr. Stephen Henson2-0/+42
2016-02-08more PKCS12 opacityDr. Stephen Henson3-5/+9
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson1-4/+46
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson5-0/+5
2016-02-08GH641: Don't care openssl_zmallocRich Salz5-11/+18
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov1-12/+0
2016-02-08bn/Makefile.in: remove obsolete rules.Andy Polyakov1-14/+1
2016-02-08avoid crash if hostserv is with host part onlyRoumen Petrov1-1/+1
2016-02-08GH322 revisited: remove unused function.Rich Salz2-38/+0
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson1-1/+1
2016-02-06Enhance and clear the support of linker flagsRichard Levitte3-3/+3
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell1-0/+7
2016-02-05GH601: Various spelling fixes.FdaSilvaYY78-115/+115
2016-02-05Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni1-0/+19
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni3-247/+224
2016-02-05Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson1-2/+2
2016-02-05VMS lacks socklen_t, give it oneRichard Levitte1-0/+4
2016-02-05Initialize variableRichard Levitte1-1/+1
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson3-84/+49
2016-02-05Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson1-18/+28
2016-02-05Use BN_bn2binpadDr. Stephen Henson1-12/+2
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson1-8/+14
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson4-62/+68
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