aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Complete the removal of /* foo.c */ commentsRichard Levitte2016-01-273-5/+0
* Remove /* foo.c */ commentsRich Salz2016-01-26590-590/+0
* Generate warning textRichard Levitte2016-01-254-0/+4
* Move & split opensslconf.h.inRich Salz2016-01-259-301/+345
* Move pqueue into sslRich Salz2016-01-243-360/+0
* Fix two possible leaks.FdaSilvaYY2016-01-242-0/+3
* Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY2016-01-241-8/+6
* Fix store with opaque dataTodd Short2016-01-231-7/+7
* free item after sk_push failmrpre2016-01-231-0/+1
* Refactor file writing - rewrite crypto/opensslconf.h.in as templateRichard Levitte2016-01-231-21/+128
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3