summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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-043-5/+91
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-033-10/+8
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-130/+43
* make updateRichard Levitte2016-02-031-1/+8
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-033-269/+424
* make updateRichard Levitte2016-02-031-0/+2
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* make updateRichard Levitte2016-02-031-0/+15
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-033-0/+18
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-034-2/+348
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-032-1/+11
* Refactoring BIO: Small adjustmentsRichard Levitte2016-02-033-6/+2
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-034-10/+878
* RT4148Emilia Kasper2016-02-031-1/+22
* fix code indentation issueFdaSilvaYY2016-02-035-14/+14
* RT2353: Add ipsec IKE OIDRich Salz2016-02-023-5/+14