aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Move Makefiles to Makefile.inRich Salz130-12528/+3620
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2-3/+2
2016-01-12fix jpaketest and correct commentDr. Stephen Henson2-2/+2
2016-01-12Correct a small typo in CHANGESRichard Levitte1-1/+1
2016-01-12Add notes in CHANGES and NEWSRichard Levitte2-11/+11
2016-01-12Remove unused internal macrosRichard Levitte2-20/+1
2016-01-12make updateRichard Levitte30-3363/+3992
2016-01-12Document the new EVP_CIPHER and EVP_CIPHER_CTX functionalityRichard Levitte2-40/+311
2016-01-12Add back deprecated functions in macro formRichard Levitte1-0/+7
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte4-15/+17
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte2-8/+0
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte6-148/+236
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte15-301/+454
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2-3/+4
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte6-234/+491
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte3-8/+2
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte24-194/+211
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte9-107/+141
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte1-4/+3
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte2-0/+56
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte3-57/+51
2016-01-12RT4227: Range-check in apps.Rich Salz5-79/+67
2016-01-11Yet another make update.Rich Salz1-516/+647
2016-01-12Make sure to have both upper and mixed case symbols in SYMBOL_VECTORRichard Levitte1-3/+8
2016-01-12Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slotsRichard Levitte1-1/+1
2016-01-12The limit per SYMBOL_VECTOR isn't the amount of symbols, it's the line lengthRichard Levitte1-14/+19
2016-01-12VMS INDENTIFICATION should only have the version numberRichard Levitte1-1/+1
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz4-91/+51
2016-01-11Have mkdef.pl use case sensitive symbols for shareable symbol vectorRichard Levitte1-0/+1
2016-01-11Function pop_info() returned a dangling pointerPascal Cuoq1-9/+11
2016-01-11update ordinalsDr. Stephen Henson1-0/+3
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson10-28/+28
2016-01-11Remove mkstack.pl: it is no longer needed.Dr. Stephen Henson3-326/+1
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson9-63/+44
2016-01-11Add lh_doall inliningDr. Stephen Henson7-39/+11
2016-01-11Add lh_new() inliningDr. Stephen Henson11-83/+27
2016-01-11Inline LHASH_OFDr. Stephen Henson21-227/+111
2016-01-11GH540: add casts to safestack.hAlessandro Ghedini1-4/+4
2016-01-11Fix jpaketest compilation error.Dr. Stephen Henson1-0/+4
2016-01-11Only run DANE tests when EC is supportedRichard Levitte1-0/+4
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni8-34/+65
2016-01-11Adjust $default_depflags to changes in ConfigureRichard Levitte1-1/+1
2016-01-11Fix NSS format session outputMatt Caswell1-2/+3
2016-01-11Update leak test to check return values.Dr. Stephen Henson1-18/+6
2016-01-11Add memory leak return value.Dr. Stephen Henson3-14/+17
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni32-98/+102
2016-01-11Disable some algorithms by defaultDr. Stephen Henson1-0/+3
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni4-233/+15
2016-01-10fix shadow warningDr. Stephen Henson1-2/+2
2016-01-10File is about s_time, not s_clientKurt Roeckx1-2/+2