Modernise the mingw cflags and ldflags
[openssl.git] / crypto /
2016-02-11 Rich SalzGH620: second diff from rt-2275, adds error code
2016-02-11 Rich SalzCheck malloc
2016-02-11 Rich SalzMissing header include.
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-11 Richard LevitteAdd inclusion directory crypto/include for BN compilations
2016-02-11 Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-11 Dr. Stephen Hensonuse consistent error messages
2016-02-11 Dr. Stephen HensonPrint out bad content octets.
2016-02-10 Richard LevitteAfter auto init, check that the deprecated functions...
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Rich SalzBIO_PAIR_DEBUG did nothing; remove it.
2016-02-10 Dmitry-MeEnsure allocation size fits into size_t
2016-02-10 Richard LevitteQuote the CFLAG in Unixly Makefiles, for buildinf.h
2016-02-10 Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Matt CaswellVariable was declared static when it shouldn't be
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-10 Rich SalzUpdate unified build after store removal
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Rich SalzNo dynamic-init fix; merge goof.
2016-02-10 Richard Levitteclean away old VMS cruft
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard LevitteConfigure et al: move the installation directory logic...
2016-02-10 Rich SalzCan't re-init after stop.
2016-02-10 Rich SalzRemove store.
2016-02-10 Matt CaswellIf we've not been inited don't deinit
2016-02-10 Andy Polyakovchacha/asm/chacha-x86.pl: fix nasm compilation.
2016-02-10 Andy Polyakovpoly1305/poly1305.c: work around -Wshadow warnings...
2016-02-10 Andy Polyakovx86[_64] assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-10 Richard LevitteVMS getnameinfo() seems to have a bug with returned...
2016-02-10 Richard LevitteMake sure to always include string.h so memset gets...
2016-02-10 Rich SalzDon't run RC4 test with no-rc4
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-09 Matt CaswellMake some global variables static
2016-02-09 Matt CaswellNULL the thread_local_inits_st pointer after use
2016-02-09 Matt CaswellStop library before checking for mem leaks
2016-02-09 Rich SalzPortability fix
2016-02-09 Andy Polyakovs390x assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellCorrect copyright date for internal header file
2016-02-09 Matt CaswellUpdate build.info files for auto-init/de-init
2016-02-09 Matt CaswellAvoid a race condition in loading config settings
2016-02-09 Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09 Matt CaswellProvide a thread stop API
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-09 Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-08 Richard LevitteSmall fixes
2016-02-08 Dr. Stephen Hensonadd missing file p12_lcl.h
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Richard LevitteFollowing the PKCS#12 update, update crypto/pkcs12...
2016-02-08 Dr. Stephen Hensonfix various formatting issues
2016-02-08 Dr. Stephen Hensonuse new function names
2016-02-08 Dr. Stephen HensonAdd p12_sbag.c to Makefile.in
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen HensonRename PKCS12 function
2016-02-08 Dr. Stephen Hensonpkcs12 accessors
2016-02-08 Dr. Stephen Hensonmore PKCS12 opacity
2016-02-08 Dr. Stephen HensonNew PKCS12 accessors, change macros to functions.
2016-02-08 Dr. Stephen HensonMake PKCS12 structures opaque
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-02-08 Andy Polyakovbio/b_sock.c: cleanup obsolete stuff.
2016-02-08 Andy Polyakovbn/Makefile.in: remove obsolete rules.
2016-02-08 Roumen Petrovavoid crash if hostserv is with host part only
2016-02-08 Rich SalzGH322 revisited: remove unused function.
2016-02-06 Dr. Stephen Hensonif no comparison function set make sk_sort no op
2016-02-06 Richard LevitteEnhance and clear the support of linker flags
2016-02-05 Matt CaswellAdd a BIO_ADDR_clear function
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Viktor DukhovniEnsure correct chain depth for policy checks with DANE...
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-02-05 Dr. Stephen HensonFix return code in CRYPTO_mem_leaks_fp()
2016-02-05 Richard LevitteVMS lacks socklen_t, give it one
2016-02-05 Richard LevitteInitialize variable
2016-02-05 Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05 Dr. Stephen HensonAllocate ASN1_bn_print buffer internally.
2016-02-05 Dr. Stephen HensonUse BN_bn2binpad
2016-02-05 Dr. Stephen Hensonuse enum type for do_EC_KEY_print
2016-02-05 Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-02-05 Dr. Stephen HensonAdd EC_KEY_oct2priv and EC_KEY_priv2oct
2016-02-05 Dr. Stephen HensonAdd ASN1_buf_print to print a buffer in ASN1_bn_print...
2016-02-04 Matt CaswellDon't use RDRAND if told not to
2016-02-04 Richard LevitteUpdate crypto/bio/build.info
2016-02-04 Todd ShortAdd option to disable async
2016-02-04 Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04 Dmitry-MeFix potential buffer overrun
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-04 Kurt RoeckxRestore xmm7 from the correct address on win64
2016-02-04 Dr. Stephen Hensonupdate OID tables
2016-02-04 Dr. Stephen HensonAdd Curve OIDs from draft-josefsson-pkix-newcurves
2016-02-04 Billy BrumleyFix BN_gcd errors for some curves
2016-02-04 Emilia KasperRT3095: allow NULL key for single-shot HMAC
2016-02-04 Viktor Szakatsbio_err.c: remove a reappeared filename comment
2016-02-04 Kurt RoeckxMake fallback addresses static so that we can initialize it
2016-02-04 Rich SalzRT2752: Add some EKU OID's
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03 Richard Levittemake update
next