openssl.git
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
2016-01-10 Viktor DukhovniFuture-proof deprecated declartion parsing
2016-01-10 Rich SalzRT41897: Add an CRYPTO_secure_actual_size
2016-01-10 MatFix c++ compilation
2016-01-10 MatAdds missing type casts
2016-01-10 MatAdds crypto-mdebug as a valid option
2016-01-09 MatFix build failure on Windows
2016-01-09 Dr. Stephen... update ordinals
2016-01-09 Dr. Stephen... Add DEPRECATEDIN support.
2016-01-09 Dr. Stephen... Correct header defines
2016-01-09 Dr. Stephen... remove hard coded algorithms
2016-01-09 Dr. Stephen... Recognise disabled algorithms automatically.
2016-01-08 Rich SalzFix no CRYPTO_MDEBUG build (windows)
2016-01-08 Viktor DukhovniFixup actually update danetest.c
2016-01-08 Rich SalzAnother portability fix.
2016-01-08 Viktor DukhovniUpdate comment as bn_dup_expand is gone
2016-01-08 Viktor DukhovniSimplify deprecated declaration exception
2016-01-08 Rich SalzPortability fix for apps/s_client.c
2016-01-08 Viktor DukhovniDANE CHANGES
2016-01-08 Viktor DukhovniFix some typos in comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-08 Viktor DukhovniDANE s_client support
2016-01-08 Richard LevitteRemove all remaining traces if PEM_Seal
2016-01-07 Viktor DukhovniMinor test update
2016-01-07 Rich SalzFix another build break for no-mem-debug
2016-01-07 Rich SalzFix build-break; 'make update'
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Richard LevitteRemove the old VMS linker option file creator for shlibs
2016-01-07 Richard LevitteEnhance util/mkdef.pl to provide a VMS linker option...
2016-01-07 Richard LevitteRemove crypto/pem/pem_seal.c
2016-01-07 Viktor DukhovniDANE support for X509_verify_cert()
2016-01-07 Dr. Stephen... use more descriptive name DEFINE_STACK_OF_CONST
2016-01-07 Dr. Stephen... Only declare stacks in headers
2016-01-07 Dr. Stephen... Rename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen... remove unused PREDECLARE
2016-01-07 Dr. Stephen... Fix declarations and constification for inline stack.
2016-01-07 Dr. Stephen... Change STACK_OF to use inline functions.
2016-01-06 Viktor DukhovniDANE make update
2016-01-06 Viktor DukhovniDANE documentation typos
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2016-01-06 Rich SalzRemove some unused perl scripts
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2016-01-03 Viktor DukhovniDrop incorrect id == -1 case from X509_check_trust
2016-01-03 Viktor DukhovniX509_verify_cert() cleanup
2016-01-03 Viktor DukhovniCleanup of verify(1) failure output
next