openssl.git
2016-03-02 Dr. Stephen... Use utility functions for HMAC and CMAC.
2016-03-02 Dr. Stephen... EVP_PKEY_CTX utility functions.
2016-03-02 Dr. Stephen... make errors
2016-03-02 Dr. Stephen... Handle KDF internally.
2016-03-02 Richard LevitteDocument the changes in config settings
2016-03-02 Richard LevitteDon't copy from %target to %config so much, see %config...
2016-03-02 Richard LevitteConfigure - Get rid of the special thread_cflag, replac...
2016-03-02 Richard LevitteConfigure - get rid of the special debug_ and release_...
2016-03-02 Richard LevitteMinimize copied config settings
2016-03-02 Richard LevitteConfigure - move the addition of the zlib / libz lib...
2016-03-02 Richard LevitteConfigure - Rename BASE to DEFAULTS and add a few inher...
2016-03-02 Richard LevitteConfigure - Allow CODErefs and ARRAYrefs in configurati...
2016-03-02 Matt CaswellEnsure Async is deinited properly
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-03-02 Christian HeimesProvide getters for default_passwd_cb and userdata
2016-03-02 Emilia Kaspercurve25519: add missing const-qualifier
2016-03-02 Richard LevitteAdd a shared_target to the VC-common config
2016-03-02 Richard LevitteConfigure - make the use of environment variables for...
2016-03-02 Richard LevitteMake uplink auxiliary source separate from cpuid source
2016-03-02 Kurt RoeckxMake k25519Precomp const
2016-03-02 Andy Polyakovpoly1305/asm/poly1305-*.pl: flip horizontal add and...
2016-03-02 David BenjaminConsistently use arm_arch.h constants in armcap assembl...
2016-03-01 Dr. Stephen... remove old unused oneline name field
2016-03-01 Dr. Stephen... make errors
2016-03-01 Dr. Stephen... Add default operations to EC_METHOD
2016-03-01 Dr. Stephen... Replace overrides.
2016-03-01 Rob PercivalCT policy validation
2016-03-01 Dr. Stephen... Fix -pkeyopt and fix error check.
2016-03-01 David WoodhouseRT4347: Fix GCC unused-value warnings with HOST_c2l()
2016-03-01 Rob PercivalMove macros for reading/writing integers into ct_locl.h
2016-03-01 Rob PercivalAddresses review comments from richsalz
2016-03-01 Rob PercivalFixes potential double free and memory leak in ct_b64.c
2016-03-01 Rob PercivalVerify SCT signatures
2016-03-01 Matt CaswellUpdates to CHANGES and NEWS for 1.0.2 and 1.0.1 release
2016-03-01 Andy Polyakovbn/asm/x86_64-mont5.pl: unify gather procedure in hardl...
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsaz-avx2.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsax-x86_64.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-03-01 Richard LevitteUnified - have configdata.pm depend on a few more things
2016-02-29 Dmitry-MeGH762: Reuse strdup()
2016-02-29 J Mohan Rao... GH764: s_server: trace option fall through
2016-02-29 Viktor SzakatsGH758: e_dasync_err.h: honor no-filenames option
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-29 Dr. Stephen... remove unused variables
2016-02-29 Matt CaswellFix use before init warnings in asynctest
2016-02-29 Matt CaswellClarify ASYNC_WAIT_CTX_clear_fd() docs
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-29 Matt CaswellWorkaround for VisualStudio 2015 bug
2016-02-29 Richard LevitteAdd forgotten change of check of disabled-dynamic-engine
2016-02-28 Dr. Stephen... Add CHANGES entry for X25519
2016-02-28 Dr. Stephen... make update
2016-02-28 Dr. Stephen... Remove unused code.
2016-02-28 Dr. Stephen... Change BORINGSSL defines to OPENSSL
2016-02-28 Dr. Stephen... Initial adaptations for Curve25519 code.
2016-02-28 Emilia KasperPlace under OpenSSL license.
2016-02-28 Dr. Stephen... Add X25519 code from BoringSSL.
2016-02-28 Dr. Stephen... TLS support for X25519
2016-02-28 Dr. Stephen... add ecdhx25519 option to speed
2016-02-28 Dr. Stephen... skip inappropriate X25519 tests
2016-02-28 Dr. Stephen... Add X25519 test vectors from RFC7748 6.1
2016-02-28 Dr. Stephen... Add X25519 curve to list
2016-02-28 Dr. Stephen... Add no signing flag.
2016-02-28 Dr. Stephen... Add new EC_METHOD for X25519.
2016-02-28 Dr. Stephen... Add group_order_bits to EC_METHOD.
2016-02-28 Dr. Stephen... Add custom_data field for EC_POINT, EC_KEY.
2016-02-28 Dr. Stephen... Extract compression form in EC_KEY_oct2key().
2016-02-28 Dr. Stephen... Extended EC_METHOD customisation support.
2016-02-28 Dr. Stephen... EC_METHOD customisation operations.
2016-02-28 Dr. Stephen... Rename OIDs.
2016-02-28 FdaSilvaYYGH715: Missed some null-check-removals. follow commits...
2016-02-28 Rich SalzFix mk1mf build
2016-02-28 Rich SalzGH715: Missed some null-check-removals.
2016-02-28 Jeffrey WaltonRT4351: Update doc for OPENSSL_cleanse
2016-02-28 Richard LevitteVMS - don't exit out of a MMS recipe
2016-02-28 Richard LevitteMake generation of dependency files more efficient...
2016-02-27 Jeffrey WaltonRT4354: Add some cross-refs
2016-02-27 J Mohan Rao... using macro inside the case.
2016-02-27 J Mohan Rao... fix build with no-srtp
2016-02-27 Richard Levittect_test.c doesn't need to include from source top,...
2016-02-27 Richard LevitteRemove last remains of old config strings
2016-02-27 Andy Polyakovmodes/asm/ghash-x86_64.pl: refine GNU assembler version...
2016-02-27 Andy Polyakovchacha/asm/chacha-*.pl: fix typos in tail processing.
2016-02-27 Dr. Stephen... Reformat and update EC_KEY_new manual page.
2016-02-27 Rich SalzRT2275: use BIO_sock_nbio()
2016-02-27 Rich SalzRemove some old files.
2016-02-27 Richard LevitteKeep a cache of files that already have a recipe, in...
2016-02-27 Ben LaurieFreeBSD, at least, can restrict symbols in a shared...
2016-02-27 Ben Laurietestutil.c includes e_os.h.
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-27 Richard LevitteApply default after having checked the given config...
2016-02-27 Kurt RoeckxDrop support for printing SSLv2 ciphers names.
2016-02-27 Dr. Stephen... Update and clarify EC_POINT documentation.
2016-02-26 Matt CaswellRemove Ubsec engine
2016-02-26 Rob PercivalMoves SCT struct typedef into ossl_typ.h
2016-02-26 Rob PercivalFix for potential deferencing of null pointer in o2i_SC...
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Rob PercivalGH752 ct_test uses testutil, so include that
2016-02-26 Rich SalzRevert "EC_KEY_priv2buf (): check parameter sanity"
2016-02-26 Emilia KasperDon't build sanitizer builds with --debug
next