GH649: Fix: version32.rc was not created on Windows
[openssl.git] / crypto /
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
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: reimplement old socket handling functi...
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteTemporary pragma to have GCC quiet down about deprecate...
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-03 Richard LevitteRefactoring BIO: Small adjustments
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-02-03 Emilia KasperRT4148
2016-02-03 FdaSilvaYYfix code indentation issue
2016-02-02 Rich SalzRT2353: Add ipsec IKE OID
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-02-02 Dmitry-MeGH608: Ensure 64-bit shift no matter sizeof(long)
2016-02-02 Emilia KasperRT3854 Update docs.
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Dmitry-MeComment "secure memcmp" implementation
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Richard Levitteunified build scheme: a first introduction
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-31 Dr. Stephen HensonZero newly allocated points
2016-01-31 Dr. Stephen HensonRemove redundant code.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-31 Andy PolyakovEngage poly1305-sparcv9 module.
2016-01-31 Andy PolyakovAdd poly1305/asm/poly1305-sparcv9.pl.
2016-01-31 Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-31 Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-29 Viktor DukhovniFix invalid policy detection
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-29 Viktor DukhovniMake it possible to check for explicit auxiliary trust
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-29 Matt CaswellAdd missing return value checks
next