Add ASYNC_JOB pools
[openssl.git] / crypto /
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
2015-11-13 Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-11 Andy Polyakovmodes/asm/ghash-armv4.pl: extend Apple fix to all clang...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-11-05 Dr. Stephen Hensonfix discrepancy
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-11-01 Rich SalzRemove des_ver.h; broke build.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellReorganise state machine files
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-25 Ben LaurieProbably fix travis (wine build).
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix typos
2015-10-23 Alessandro GhediniSet salt length after the malloc has succeeded
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-10-23 Alessandro GhediniRemove bugs/ and crypto/threads/
2015-10-22 Richard LevitteOnly include SRP headers when OPENSSL_NO_SRP is undefined
2015-10-21 Richard Levittemake update
2015-10-21 Richard LevitteDon't forget to load the CT error strings
2015-10-21 Richard LevitteHandle CT error macros separately
2015-10-18 Richard Levittect_locl.h moved, reflect it in crypto/ct/Makefile
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-18 Dr. Stephen Hensonset string type when embedding
2015-10-15 Matt CaswellRemove Obsolete engines
2015-10-15 Dr. Stephen HensonFix self signed handling.
2015-10-15 Dr. Stephen Hensonembed CRL serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed value field of X509_EXTENSION
2015-10-15 Dr. Stephen HensonHandle embed flag in ASN1_STRING_copy().
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-10-14 Emilia Kasperct_locl.h: fix some comments
2015-10-13 Dr. Stephen HensonRFC5753 compliance.
2015-10-11 Dr. Stephen Hensonembed OCSP_CERTID
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-10-11 Dr. Stephen Hensonembed support for CHOICE type
2015-10-10 Dr. Stephen HensonTypo.
2015-10-09 Matt CaswellFix Windows build
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Pascal CuoqDon't check pointer we just freed, always set it to...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-06 Alessandro GhediniFix travis builds on master
2015-10-05 Dmitry BelyavskiyNew cipher and cipher modes standardized in Russia
2015-10-05 Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-10-05 Andy Polyakovbio/bss_log.c: harmonize format string to silence ...
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-09-30 Andy Polyakovbn/asm/armv4-mont.pl: boost NEON performance.
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-30 Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-30 David WoodhouseFix no-stdio build
2015-09-29 Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-29 Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-29 Andy PolyakovRationalize .gitignore and harmonize pair of Makefiles.
2015-09-26 Andy PolyakovSkylake performance results.
2015-09-25 Andy PolyakovAllow ILP32 compilation in AArch64 assembly pack.
2015-09-25 Andy PolyakovARMv4 assembly pack: implement support for Thumb2.
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-22 Dr. Stephen Hensonmake update
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-22 Dr. Stephen HensonMake X509 opaque
2015-09-22 Dr. Stephen HensonAvoid structure access in crypto/ts
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen Hensonmake depend
next