]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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  Michael Lee[Configure] Make --with-zlib-* work with configdata.pm
2016-02-03  Emilia KasperRT3234: disable compression
2016-02-03  Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-03  FdaSilvaYYfix code indentation issue
2016-02-02  Rich SalzRT2353: Add ipsec IKE OID
2016-02-02  Richard LevitteUse a simpler method to build a glob than splitpath...
2016-02-02  Dr. Stephen... make update
2016-02-02  Dr. Stephen... New 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  Rich SalzStyle; add "!= NULL"
2016-02-01  Hubert KarioGH554: Improve pkeyutl doc
2016-02-01  Emilia Kasperconstify PACKET
2016-02-01  Dr. Stephen... update DSA docs
2016-02-01  Dr. Stephen... add option to exclude public key from EC keys
2016-02-01  Dr. Stephen... Fix memory leak and print out keygen errors.
2016-02-01  Rich SalzBetter check for gcc/clang
2016-02-01  Dmitry-MeComment "secure memcmp" implementation
2016-02-01  Dr. Stephen... Use PKCS#8 format EC key so test is skipped with no-ec
2016-02-01  Richard Levitteunified build scheme: add a personal configuration...
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 DukhovniAdd tests for non-ca trusted roots and intermediates
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... Zero newly allocated points
2016-01-31  Dr. Stephen... Remove redundant code.
2016-01-31  Dr. Stephen... Add 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  Andy PolyakovConfigure: restore original logic for -DWHIRLPOOL_ASM.
2016-01-31  Daniel Kahn... RT4129: BUF_new_mem_buf should take const void *
2016-01-31  Richard LevitteRemove the extra checks for Intel's C compiler
2016-01-31  Rich SalzRT3755: Remove duplicate #include
2016-01-31  Richard LevitteDon't go into dotted directories when copying Makefile...
2016-01-31  Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30  Rich SalzRemove extra level of indirection.
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  Richard LevitteWhen checking if there's a VMS directory spec, don...
2016-01-30  Richard LevitteFix test/recipes/25-test_verify.t
2016-01-30  Dr. Stephen... handle "Ctrl" in separate function
2016-01-30  Dr. Stephen... Add test data for ECDH
2016-01-30  Dr. Stephen... Add support for EVP_PKEY_derive in evp_test
2016-01-30  Dr. Stephen... fix warning
2016-01-30  Dr. Stephen... Add function to return internal enoding of X509_NAME.
2016-01-30  Richard LevitteFix opt_imax() call
2016-01-30  Richard LevitteConfigure: Clarify the handling of $thread_cflags
2016-01-29  Viktor DukhovniMake opt_imax visible in all apps
2016-01-29  Rich SalzMissed rc2_int from before.
2016-01-29  Viktor DukhovniFix invalid policy detection
2016-01-29  Rich SalzTemplatize util/domd
2016-01-29  Viktor DukhovniBetter type for x509 -checkend argument
2016-01-29  Richard LevitteComplete the lflags -> lflags/ex_libs transition
2016-01-29  Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-29  Richard LevitteMake use of add() and add_before() in Configurations/
2016-01-29  Richard LevitteRevert "Don't replace cflags with thread_cflags, only...
2016-01-29  Rich SalzMerge error, wrong domd submitted.
2016-01-29  Richard LevitteDon't replace cflags with thread_cflags, only append...
2016-01-29  Rich SalzRemove clean-depend
2016-01-29  Viktor DukhovniMake it possible to check for explicit auxiliary trust
2016-01-29  Emilia KasperAlways DPURIFY
2016-01-29  Rich SalzRemove x86_gcc_des,x86_gcc_opts
2016-01-29  Matt CaswellAdd have_precompute_mult tests
2016-01-29  Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-29  Matt CaswellAdd missing return value checks
2016-01-29  Matt CaswellCorrect value of DH_CHECK_PUBKEY_INVALID
2016-01-29  Matt CaswellImplement Async SSL_shutdown
2016-01-29  Viktor DukhovniKeep RC5 bit shifts in [0..31]
2016-01-28  Dr. Stephen... Use callback for DSAPublicKey
2016-01-28  Rich SalzRemove extraneous output from util/mk scripts
2016-01-28  Rich SalzRemove outdated tests
2016-01-28  Rich SalzAdd more components to build.
2016-01-28  Rich SalzMissed part of b4f35e
2016-01-28  Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28  Matt CaswellCHANGES and NEWS updates for release
2016-01-28  Matt CaswellAdd a test for small subgroup attacks on DH/DHE
2016-01-28  Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-28  Rich SalzFix typo in md2.h
2016-01-28  Viktor DukhovniRestore NUMPRIMES as a numeric literal
2016-01-28  Rich SalzAdd CRYPTO_secure_zalloc
2016-01-28  Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-28  Rich SalzRemove EIGHT_BIT and SIXTEEN_BIT
2016-01-28  Rich SalzRemove outdated legacy crypto options
2016-01-27  Richard LevitteFix check of what makedepprog should be
2016-01-27  Billy BrumleyTest all built-in curves and let the library choose...
2016-01-27  Richard LevitteComplete the removal of /* foo.c */ comments
2016-01-27  Richard LevitteSkip all explicitely if the number of tests is 0
2016-01-27  Zhao JunwangFix typos
2016-01-27  Richard LevitteBe careful when applying EXE_SHELL
next