openssl.git
2016-01-15 Matt CaswellRename INSTALL.W32 to INSTALL.WIN
2016-01-14 Richard LevitteSmall fixup, an extra line slipped in
2016-01-14 Viktor DukhovniCosmetic polish for last-resort depth 0 check
2016-01-14 Richard LevitteAvoid the r modifier for s/// (perl)
2016-01-14 Viktor DukhovniFix last-resort depth 0 check when the chain has multip...
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Viktor DukhovniAlways initialize X509_STORE_CTX get_crl pointer
2016-01-14 Viktor DukhovniEditorial
2016-01-14 Richard LevitteIn __cwd, make sure the given directory is seen as...
2016-01-14 Richard LevitteRelax the requirements for a debug build
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-14 Viktor DukhovniEDH >= 1024 bits even at security level 0
2016-01-14 Richard LevittePrepare for 1.1.0-pre3-dev
2016-01-14 Richard LevittePrepare for 1.1.0-pre2 release OpenSSL_1_1_0-pre2
2016-01-14 Richard LevitteChange the last copyright year to 2016 in README
2016-01-14 Richard LevitteVMS open() doesn't take O_BINARY, but takes a context...
2016-01-14 Richard LevitteRename binmode into textmode and use it correctly
2016-01-14 Richard LevitteDo not use redirection on binary files
2016-01-14 Richard LevitteFall back to c_rehash if 'openssl rehash' fails
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Dr. Stephen... To avoid possible time_t overflow use X509_time_adj_ex()
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-14 Richard LevitteAdd a directry spec for mcr if there is none
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Viktor DukhovniFor stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
2016-01-13 Matt CaswellFix test_ordinals
2016-01-13 Richard LevitteReorder the ordinals in libeay.num
2016-01-13 Richard LevitteRemove spurious ;
2016-01-13 Richard LevitteQuick fix of debugging option for mk1mf.pl.
2016-01-13 Richard LevitteVMS C doesn't provide intmax_t/uinmax_t, use our own
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-13 Richard LevitteRemove test_probable_prime_coprime from test/bntest.c
2016-01-13 Richard LevitteSimplify the EXIT macrot for VMS
2016-01-13 Dr. Stephen... recognise no-crypto-mdebug
2016-01-13 Richard LevitteVMS perl doesn't implement fork(), so don't run the...
2016-01-13 Viktor DukhovniFix DES_LONG breakage
2016-01-13 Viktor DukhovniFor stroimax need C99 inttypes.h
2016-01-13 Richard LevitteDon't return from main(), use EXIT() instead
2016-01-13 Richard LevitteHave the VMS exit code follow POSIX conventions
2016-01-13 Richard LevitteAfter EVP_CIPHER turned opaque, e_rc5.c needs to includ...
2016-01-13 Richard LevittePipes on VMS do not work well with binary data, use...
2016-01-13 Richard LevitteFix test/recipes/80-test_ca.t to work on VMS
2016-01-13 Richard LevitteVMS will downcase all command parameters unless they...
2016-01-13 Mathias BerchtoldFix missing casts for c++
2016-01-13 Viktor DukhovniMaximize time_t when intmax_t is available
2016-01-12 Rich SalzFix typo in error message
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-12 Dr. Stephen... fix jpaketest and correct comment
2016-01-12 Richard LevitteCorrect a small typo in CHANGES
2016-01-12 Richard LevitteAdd notes in CHANGES and NEWS
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteDocument the new EVP_CIPHER and EVP_CIPHER_CTX function...
2016-01-12 Richard LevitteAdd back deprecated functions in macro form
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12 Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12 Richard LevitteAdapt all engines that need it to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER
2016-01-12 Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12 Richard LevitteRemove EVP_CIPHER_CTX_flags, it's only confusing
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-12 Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER_CTX
2016-01-12 Richard LevitteAdd accessors and writers for EVP_CIPHER_CTX
2016-01-12 Richard LevitteMake EVP_CIPHER_CTX opaque and renew the creator /...
2016-01-12 Rich SalzRT4227: Range-check in apps.
2016-01-12 Rich SalzYet another make update.
2016-01-12 Richard LevitteMake sure to have both upper and mixed case symbols...
2016-01-12 Richard LevitteUse SPARE instead of PRIVATE_PROCEDURE to reserve unuse...
2016-01-12 Richard LevitteThe limit per SYMBOL_VECTOR isn't the amount of symbols...
2016-01-12 Richard LevitteVMS INDENTIFICATION should only have the version number
2016-01-11 Rich SalzGH528: "cipher -v" output is confusing.
2016-01-11 Richard LevitteHave mkdef.pl use case sensitive symbols for shareable...
2016-01-11 Pascal CuoqFunction pop_info() returned a dangling pointer
2016-01-11 Dr. Stephen... update ordinals
2016-01-11 Dr. Stephen... Use ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen... Remove mkstack.pl: it is no longer needed.
2016-01-11 Dr. Stephen... Add lh_doall_arg inlining
2016-01-11 Dr. Stephen... Add lh_doall inlining
2016-01-11 Dr. Stephen... Add lh_new() inlining
2016-01-11 Dr. Stephen... Inline LHASH_OF
2016-01-11 Alessandro... GH540: add casts to safestack.h
2016-01-11 Dr. Stephen... Fix jpaketest compilation error.
2016-01-11 Richard LevitteOnly run DANE tests when EC is supported
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Richard LevitteAdjust $default_depflags to changes in Configure
2016-01-11 Matt CaswellFix NSS format session output
2016-01-11 Dr. Stephen... Update leak test to check return values.
2016-01-11 Dr. Stephen... Add memory leak return value.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-11 Dr. Stephen... Disable some algorithms by default
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-10 Dr. Stephen... fix shadow warning
2016-01-10 Kurt RoeckxFile is about s_time, not s_client
2016-01-10 Kurt RoeckxAllow disabling the min and max version
next