Not all 'find's know -xtype, use -type instead
[openssl.git] / crypto /
2015-12-07 Richard LevitteRemove double semi (;)
2015-12-07 Richard LevitteRemove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteCleanup: rename HMAC_CTX_init to HMAC_CTX_reset
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteCleanup: rename EVP_MD_CTX_(create|init|destroy) to...
2015-12-07 Richard LevitteCleanup: Remove M_EVP_MD_* macros
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteRemove HMAC_CTX_cleanup and combine its functionality...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteMake the definition of HMAC_CTX opaque
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
2015-12-07 Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-12-07 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-12-03 Andy Polyakovperlasm/ppc-xlate.pl: comply with ABIs that specify...
2015-12-02 Andy Polyakovmodes/ocb128.c: fix sanitizer warning.
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-02 Richard LevitteAdd backtrace to memory leak output
2015-12-02 Andy Polyakovcrypto/sparcv9cap.c: add SIGILL-free feature detection...
2015-12-02 Andy Polyakovmodes/ocb128.c: split fixed block xors to aligned and...
2015-12-02 Andy Polyakovmodes/ocb128.c: ocb_lookup_l to allow non-contiguous...
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30 Rich SalzRemove BN_init
2015-11-26 Dr. Stephen HensonRemove X509_VERIFY_PARAM_ID
2015-11-26 Matt CaswellFix a NULL deref in an error path
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-24 Alessandro GhediniRemove useless locking code
2015-11-24 Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24 Dr. Stephen HensonAdd ctrl for SHA1 and SSLv3
2015-11-24 Dr. Stephen Hensonmake update
2015-11-24 Dr. Stephen HensonAdd EVP_MD_CTX_ctrl function.
2015-11-24 Dr. Stephen HensonAdd ssl3 ctrl to EVP_md5_sha1().
2015-11-24 Dr. Stephen HensonAdd MD5+SHA1
2015-11-24 Dr. Stephen HensonFix uninitialised p error.
2015-11-24 Dr. Stephen HensonLimit depth of ASN1 parse printing.
2015-11-23 Rich Salz"make update" after async merge.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-23 Andy Polyakove_os.h: __sun done right.
2015-11-22 Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-22 Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-21 Andy PolyakovFix STRICT_ALIGNMENT for whrlpool
2015-11-21 Alessandro GhediniDeclare cleanse_ctr variable as extern
2015-11-21 Alessandro GhediniFix (minor) problems found by ubsan
2015-11-20 Matt CaswellImplement windows async thread local variable support
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSimplify async pool handling
2015-11-20 Matt CaswellSwap to using proper windows pipes
2015-11-20 Matt CaswellFix some style issues
2015-11-20 Matt CaswellFix async deadlock problem
2015-11-20 Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20 Matt CaswellFurther OS-X deprecated warnings tweak
2015-11-20 Matt CaswellFix bug in async_fibre_makecontext for POSIX
2015-11-20 Matt CaswellFix compilation error on OS-X
2015-11-20 Matt CaswellFix clang errors
2015-11-20 Matt CaswellSwap to using _longjmp/_setjmp instead of longjmp/setjmp
2015-11-20 Matt CaswellFix Linux crash
2015-11-20 Matt CaswellTweak async documentation based on feedback
2015-11-20 Matt Caswellmake update
2015-11-20 Matt CaswellAdd ASYNC error codes
2015-11-20 Matt CaswellNormalise ASYNC naming
2015-11-20 Matt CaswellFix windows compilation warnings
2015-11-20 Matt CaswellOptimise ASYNC_CTX handling
2015-11-20 Matt CaswellFix ASYNC null implementation
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellImplement windows async pool and notify support
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellUse longjmp at setjmp where possible
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellIncrease stack size
2015-11-20 Matt CaswellAdd null async implementation
2015-11-20 Matt CaswellAsync port to windows
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellAdd async sub-library to libcrypto
2015-11-20 Pascal CuoqBN_usub: Don't copy when r and a the same
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-18 Andy Polyakovaes/asm/vpaes-ppc.pl: eliminate overhung stores in...
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-11-17 Richard Levittemake update
2015-11-17 Matt CaswellCheck error return from sysconf in secure memory code
2015-11-16 Andy Polyakovbn/asm/ppc64-mont.pl: adapt for little-endian.
2015-11-16 Andy Polyakovcrypto/sec_mem.c: fix anonymous mmap on legacy systems.
2015-11-16 Andy Polyakovbn/asm/s390x.S: improve performance on z196 and z13...
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-15 Viktor DukhovniExplicit OpenSSL_version_num() implementation prototype
2015-11-14 Dr. Stephen HensonUse accessors for X509_print_ex().
2015-11-14 Dr. Stephen HensonAdd new X509 accessors
next