aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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-025-14/+14
* RT2353: Add ipsec IKE OIDRich Salz2016-02-023-5/+14
* New BN functions.Dr. Stephen Henson2016-02-022-40/+96
* GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me2016-02-021-1/+1
* RT3854 Update docs.Emilia Kasper2016-02-021-78/+0
* constify PACKETEmilia Kasper2016-02-011-1/+1
* Comment "secure memcmp" implementationDmitry-Me2016-02-011-0/+17
* unified build scheme: add build.info filesRichard Levitte2016-02-0157-0/+258
* unified build scheme: a first introductionRichard Levitte2016-02-011-0/+4
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-312-29/+50
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-313-44/+99
* Zero newly allocated pointsDr. Stephen Henson2016-01-311-1/+1
* Remove redundant code.Dr. Stephen Henson2016-01-311-34/+0
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-319-84/+72
* Engage poly1305-sparcv9 module.Andy Polyakov2016-01-311-0/+3
* Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov2016-01-311-0/+1097
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-2/+3
* GH102: Extra volatile avoids GCC bugRich Salz2016-01-301-1/+3
* Move more BN internals to bn_lcl.hRich Salz2016-01-304-10/+89
* GH102: Add volatile to CRYPTO_memcmpRich Salz2016-01-301-3/+3
* Add function to return internal enoding of X509_NAME.Dr. Stephen Henson2016-01-301-0/+13
* Fix invalid policy detectionViktor Dukhovni2016-01-291-2/+6
* Templatize util/domdRich Salz2016-01-2958-120/+58
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-293-4/+4
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-1/+1
* Always DPURIFYEmilia Kasper2016-01-294-31/+3
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-293-6/+6
* Add missing return value checksMatt Caswell2016-01-291-4/+3
* Keep RC5 bit shifts in [0..31]Viktor Dukhovni2016-01-281-2/+2
* Use callback for DSAPublicKeyDr. Stephen Henson2016-01-281-8/+2
* Remove outdated testsRich Salz2016-01-282-156/+0
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-9/+25
* Restore NUMPRIMES as a numeric literalViktor Dukhovni2016-01-283-4/+6
* Add CRYPTO_secure_zallocRich Salz2016-01-271-0/+9
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-275-1/+8
* Remove EIGHT_BIT and SIXTEEN_BITRich Salz2016-01-273-60/+26
* Remove outdated legacy crypto optionsRich Salz2016-01-2714-934/+44