summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-14Fall back to c_rehash if 'openssl rehash' failsRichard Levitte
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-14Add a directry spec for mcr if there is noneRichard Levitte
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add missing #ifdef's to fix build breakRich Salz
2016-01-13For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni
2016-01-13Fix test_ordinalsMatt Caswell
2016-01-13Reorder the ordinals in libeay.numRichard Levitte
2016-01-13Remove spurious ;Richard Levitte
2016-01-13Quick fix of debugging option for mk1mf.pl.Richard Levitte
2016-01-13VMS C doesn't provide intmax_t/uinmax_t, use our ownRichard Levitte
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-13Remove test_probable_prime_coprime from test/bntest.cRichard Levitte
2016-01-13Simplify the EXIT macrot for VMSRichard Levitte
2016-01-13recognise no-crypto-mdebugDr. Stephen Henson
2016-01-13VMS perl doesn't implement fork(), so don't run the TLSProxy tests thereRichard Levitte
2016-01-13Fix DES_LONG breakageViktor Dukhovni
2016-01-13For stroimax need C99 inttypes.hViktor Dukhovni
2016-01-13Don't return from main(), use EXIT() insteadRichard Levitte
2016-01-13Have the VMS exit code follow POSIX conventionsRichard Levitte
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte
2016-01-13Pipes on VMS do not work well with binary data, use an intermediary fileRichard Levitte
2016-01-13Fix test/recipes/80-test_ca.t to work on VMSRichard Levitte
2016-01-13VMS will downcase all command parameters unless they're quotedRichard Levitte
2016-01-13Fix missing casts for c++Mathias Berchtold
2016-01-12Maximize time_t when intmax_t is availableViktor Dukhovni
2016-01-12Fix typo in error messageRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni
2016-01-12fix jpaketest and correct commentDr. Stephen Henson
2016-01-12Correct a small typo in CHANGESRichard Levitte
2016-01-12Add notes in CHANGES and NEWSRichard Levitte
2016-01-12Remove unused internal macrosRichard Levitte
2016-01-12make updateRichard Levitte
2016-01-12Document the new EVP_CIPHER and EVP_CIPHER_CTX functionalityRichard Levitte
2016-01-12Add back deprecated functions in macro formRichard Levitte
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte