]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-02-04  Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04  Richard LevitteIf egd is disabled by default, it should be possible...
2016-02-04  Dr. Stephen... Add ec -check option
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... update OID tables
2016-02-04  Dr. Stephen... Add Curve OIDs from draft-josefsson-pkix-newcurves
2016-02-04  Daniel BlackRT2887: Add more packet and handshake types
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  Richard LevitteOnly use TLS1.2 when it's available
2016-02-04  Richard LevitteHave 70-test_clienthello.t be selective on when it...
2016-02-04  Richard LevitteHave OpenSSL::Test::Utils::available_protocols load...
2016-02-04  Rich SalzRT2752: Add some EKU OID's
2016-02-04  Viktor DukhovniHandle localhost being either 127.0.0.1 or ::1
2016-02-04  Richard LevitteUse matching quotes
2016-02-04  Richard LevitteMake the mk1mf 'mv' command variable
2016-02-03  Rich SalzTweak opensslconf.h.in for style
2016-02-03  Richard LevitteUse BIO_snprintf() rather than snprintf()
2016-02-03  Richard LevitteRefactoring BIO: small test correction
2016-02-03  Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-03  Richard LevitteRefactoring BIO: Add a few lines in CHANGES & NEWS
2016-02-03  Richard LevitteRefactoring BIO: add a simple networking test of s_clie...
2016-02-03  Richard LevitteRefactoring BIO: Adapt s_client and s_server
2016-02-03  Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03  Richard LevitteRefactoring BIO: add a test, using test/ssltest
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  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
next