aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Small fixesRichard Levitte2016-02-081-1/+1
* add missing file p12_lcl.hDr. Stephen Henson2016-02-082-1/+94
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-082-9/+9
* Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte2016-02-081-1/+1
* fix various formatting issuesDr. Stephen Henson2016-02-082-1/+3
* use new function namesDr. Stephen Henson2016-02-083-22/+44
* Add p12_sbag.c to Makefile.inDr. Stephen Henson2016-02-081-2/+2
* Reorganise functions.Dr. Stephen Henson2016-02-085-162/+223
* Use new namesDr. Stephen Henson2016-02-084-8/+8
* Rename PKCS12 functionDr. Stephen Henson2016-02-081-22/+23
* pkcs12 accessorsDr. Stephen Henson2016-02-082-0/+42
* more PKCS12 opacityDr. Stephen Henson2016-02-083-5/+9
* New PKCS12 accessors, change macros to functions.Dr. Stephen Henson2016-02-081-4/+46
* Make PKCS12 structures opaqueDr. Stephen Henson2016-02-085-0/+5
* GH641: Don't care openssl_zmallocRich Salz2016-02-085-11/+18
* bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov2016-02-081-12/+0
* bn/Makefile.in: remove obsolete rules.Andy Polyakov2016-02-081-14/+1
* avoid crash if hostserv is with host part onlyRoumen Petrov2016-02-081-1/+1
* GH322 revisited: remove unused function.Rich Salz2016-02-082-38/+0
* if no comparison function set make sk_sort no opDr. Stephen Henson2016-02-061-1/+1
* Enhance and clear the support of linker flagsRichard Levitte2016-02-063-3/+3
* Add a BIO_ADDR_clear functionMatt Caswell2016-02-051-0/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-0578-115/+115
* Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni2016-02-051-0/+19
* Long overdue cleanup of X509 policy tree verificationViktor Dukhovni2016-02-053-247/+224
* Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson2016-02-051-2/+2
* VMS lacks socklen_t, give it oneRichard Levitte2016-02-051-0/+4
* Initialize variableRichard Levitte2016-02-051-1/+1
* Add EC_KEY_priv2buf()Dr. Stephen Henson2016-02-053-84/+49
* Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson2016-02-051-18/+28
* Use BN_bn2binpadDr. Stephen Henson2016-02-051-12/+2
* use enum type for do_EC_KEY_printDr. Stephen Henson2016-02-051-8/+14
* update EC ASN1 and print routinesDr. Stephen Henson2016-02-054-62/+68
* Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson2016-02-051-0/+53
* Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson2016-02-051-17/+37
* Don't use RDRAND if told not toMatt Caswell2016-02-041-1/+2
* Update crypto/bio/build.infoRichard Levitte2016-02-041-2/+2
* Add option to disable asyncTodd Short2016-02-042-2/+2
* Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte2016-02-041-2/+9
* Fix potential buffer overrunDmitry-Me2016-02-041-1/+1
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-042-0/+9
* Restore xmm7 from the correct address on win64Kurt Roeckx2016-02-041-1/+1
* update OID tablesDr. Stephen Henson2016-02-042-5/+29
* Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson2016-02-041-0/+7
* Fix BN_gcd errors for some curvesBilly Brumley2016-02-041-2/+7
* RT3095: allow NULL key for single-shot HMACEmilia Kasper2016-02-041-0/+7
* bio_err.c: remove a reappeared filename commentViktor Szakats2016-02-041-1/+0
* Make fallback addresses static so that we can initialize itKurt Roeckx2016-02-041-8/+11
* RT2752: Add some EKU OID'sRich Salz2016-02-033-5/+91
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-033-10/+8