aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte2-10/+317
2016-02-03make updateRichard Levitte2-1/+13
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte7-322/+478
2016-02-03make updateRichard Levitte2-0/+3
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte1-435/+90
2016-02-03make updateRichard Levitte3-5/+40
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte3-0/+18
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte7-16/+482
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte5-1/+36
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte3-6/+2
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte9-10/+1165
2016-02-03RT4148Emilia Kasper2-1/+26
2016-02-03[Configure] Make --with-zlib-* work with configdata.pmMichael Lee2-6/+6
2016-02-03RT3234: disable compressionEmilia Kasper6-8/+25
2016-02-02Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni7-72/+128
2016-02-02fix code indentation issueFdaSilvaYY5-14/+14
2016-02-02RT2353: Add ipsec IKE OIDRich Salz5-5/+21
2016-02-02Use a simpler method to build a glob than splitpath and catpathRichard Levitte1-3/+2
2016-02-02make updateDr. Stephen Henson1-0/+3
2016-02-02New BN functions.Dr. Stephen Henson4-42/+117
2016-02-02GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me1-1/+1
2016-02-02RT3854 Update docs.Emilia Kasper1-78/+0
2016-02-01Style; add "!= NULL"Rich Salz1-1/+1
2016-02-01GH554: Improve pkeyutl docHubert Kario1-0/+13
2016-02-01constify PACKETEmilia Kasper18-57/+70
2016-02-01update DSA docsDr. Stephen Henson1-5/+3
2016-02-01add option to exclude public key from EC keysDr. Stephen Henson2-1/+15
2016-02-01Fix memory leak and print out keygen errors.Dr. Stephen Henson1-1/+7
2016-02-01Better check for gcc/clangRich Salz2-9/+19
2016-02-01Comment "secure memcmp" implementationDmitry-Me1-0/+17
2016-02-01Use PKCS#8 format EC key so test is skipped with no-ecDr. Stephen Henson1-5/+5
2016-02-01unified build scheme: add a personal configuration to test itRichard Levitte1-46/+9
2016-02-01unified build scheme: add build.info filesRichard Levitte63-0/+523
2016-02-01unified build scheme: a first introductionRichard Levitte6-263/+913
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni6-2/+96
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni38-67/+870
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni15-98/+315
2016-01-31Zero newly allocated pointsDr. Stephen Henson1-1/+1
2016-01-31Remove redundant code.Dr. Stephen Henson1-34/+0
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson12-84/+103
2016-01-31Engage poly1305-sparcv9 module.Andy Polyakov2-0/+4
2016-01-31Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov1-0/+1097
2016-01-31Configure: restore original logic for -DWHIRLPOOL_ASM.Andy Polyakov1-4/+6
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor3-5/+6
2016-01-31Remove the extra checks for Intel's C compilerRichard Levitte1-32/+0
2016-01-31RT3755: Remove duplicate #includeRich Salz1-3/+0
2016-01-31Don't go into dotted directories when copying Makefile.in to MakefileRichard Levitte1-13/+20
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz2-2/+6
2016-01-30Remove extra level of indirection.Rich Salz1-8/+6
2016-01-30Move more BN internals to bn_lcl.hRich Salz12-147/+131