]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-12-29  Dr. Stephen... Convert RSA encrypt to use EVP_PKEY
2015-12-29  Richard LevittePrefer ReuseAddr over Reuse, with IO::Socket::INET
2015-12-29  Ben LaurieFix no-engine.
2015-12-28  Rich SalzRT4202: Update rt URL's.
2015-12-28  Rich Salzmake a "missed make update" update
2015-12-27  Matt CaswellIncrease the max size limit for a CertificateRequest...
2015-12-27  Matt CaswellSimplify calling of the OCSP callback
2015-12-27  Matt CaswellAdd some documentation for the OCSP callback functions
2015-12-27  Matt CaswellEnsure we don't call the OCSP callback if resuming...
2015-12-27  Matt CaswellFix error when server does not send CertificateStatus...
2015-12-27  Matt CaswellAdd test for missing CertificateStatus message
2015-12-24  Dr. Stephen... fix no-ec
2015-12-23  Dr. Stephen... Server side EVP_PKEY DH support
2015-12-23  Dr. Stephen... utility function
2015-12-23  Dr. Stephen... EVP_PKEY DH client support.
2015-12-23  Dr. Stephen... Always generate DH keys for ephemeral DH cipher suites.
2015-12-23  Daniel Kahn... The functions take a SSL *, not a SSL_CTX *
2015-12-23  Roumen Petrovredundant redeclaration of 'OPENSSL_strlcpy'
2015-12-23  Roumen Petrov__STDC_VERSION__ is not defined for c89 compilers
2015-12-23  Roumen Petrovremove duplicates in util/libeay.num
2015-12-23  Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-23  Kurt RoeckxAvoid using a dangling pointer when removing the last...
2015-12-23  Todd ShortMemory leak in state machine in error path
2015-12-23  Richard LevitteRefactor DTLS cookie generation and verification
2015-12-23  Matt CaswellFix inline build failure
2015-12-22  Dr. Stephen... Add ossl_inline
2015-12-22  Dr. Stephen... add -unref option to mkerr.pl
2015-12-22  Dr. Stephen... In mkerr.pl look in directories under ssl/
2015-12-22  Dr. Stephen... remove unused error code
2015-12-22  Dr. Stephen... make update
2015-12-22  Dr. Stephen... unload modules in ssltest
2015-12-22  Dr. Stephen... make errors
2015-12-22  Dr. Stephen... SSL configuration module docs
2015-12-22  Dr. Stephen... Demo server using SSL_CTX_config
2015-12-22  Dr. Stephen... Add ssl configuration support to s_server and s_client
2015-12-22  Dr. Stephen... Load module in SSL_library_init
2015-12-22  Dr. Stephen... Add ssl_mcnf.c to Makefile
2015-12-22  Dr. Stephen... SSL library configuration module.
2015-12-22  Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-22  Rich SalzRename *_realloc_clean to *_clear_realloc
2015-12-22  Kurt RoeckxAlso change the non-debug versions to use size_t
2015-12-22  David BenjaminFix memory leak in DSA redo case.
2015-12-22  Andy PolyakovConfigure: refine 'reconf' logic.
2015-12-22  Andy Polyakovbn/asm/bn-c64xplus.asm: update commentary.
2015-12-21  Andy Polyakovsha/asm/sha256-armv4.pl: one of "universal" flags combi...
2015-12-19  Matt CaswellFix URLs mangled by reformat
2015-12-19  Richard LevitteFix the etags action line, as etags doesn't take -R
2015-12-19  Dr. Stephen... Remove fixed DH ciphersuites.
2015-12-19  Dr. Stephen... delete unused context
2015-12-18  Rich SalzRemove some L<asdf|asdf> which crept back in.
2015-12-18  Rich SalzRemove err and prime demo's
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-17  Matt CaswellAdd SSL_CIPHER_description() for Chacha20/Poly1305
2015-12-17  Richard LevitteModify the lower level memory allocation routines to...
2015-12-17  Rich Salzmem-cleanup, cont'd.
2015-12-17  Rich SalzRename sec_mem to mem_sec, like other files.
2015-12-16  Rich SalzFix typo.
2015-12-16  Rich SalzProvide better "make depend" warning.
2015-12-16  Ben LaurieFix no-dgram.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16  Dr. Stephen... fix for no-ec
2015-12-16  Dr. Stephen... make update
2015-12-16  Dr. Stephen... Use EVP_PKEY for client side EC.
2015-12-16  Dr. Stephen... Use EVP_PKEY for server EC.
2015-12-16  Dr. Stephen... Add ECDH/DH utility functions.
2015-12-16  Dr. Stephen... remove unnecessary key copy
2015-12-16  Dr. Stephen... Constify EC_KEY in ECDH_compute_key.
2015-12-16  Dr. Stephen... Remove ECDH client auth code.
2015-12-16  Dr. Stephen... Remove SSL_OP_SINGLE_ECDH_USE code.
2015-12-16  Dr. Stephen... Use EC_KEY_key2buf and EC_oct2key in libssl.
2015-12-16  Dr. Stephen... New EC functions.
2015-12-15  Matt CaswellFix build on Solaris
2015-12-15  Matt CaswellFix updating via mkdef.pl
2015-12-15  Matt CaswellDon't export internal symbols
2015-12-15  Richard LevitteBetter splitting regexp for test_ordinals
2015-12-15  Rich SalzRemove GMP engine.
2015-12-15  Matt CaswellFix s_server problem with no-ec
2015-12-15  Matt CaswellFix no-psk compile failure
2015-12-15  Matt CaswellFix compile failure with no-srp
2015-12-14  Dr. Stephen... Update EVP_PKEY documentation.
2015-12-14  Dr. Stephen... make update
2015-12-14  Dr. Stephen... New function X509_get0_pubkey
2015-12-14  Dr. Stephen... Add EVP_PKEY_get0_* functions.
2015-12-14  Dr. Stephen... Extend EVP_PKEY_copy_parameters()
2015-12-14  Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-14  Andy Polyakovcrpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.
2015-12-14  Andy Polyakovcrypto/ppccap.c: add SIGILL-free processor capability...
2015-12-14  Hongze Zhuadd malloc fail check & fix memory leak
2015-12-14  Viktor DukhovniFix erroneous SO suffix in darwin64-debug-test-64-clang...
2015-12-14  Ben KadukFix typo
2015-12-14  Viktor DukhovniFix option value parsing in crl2pkcs7 -certfile
2015-12-14  Viktor DukhovniAvoid erroneous "assert(private)" failures.
2015-12-13  Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-13  Andy PolyakovConfigure: add framework for ChaCha and Poly1305 assembly.
2015-12-13  Andy PolyakovConfigure: 'reconf' to respect CROSS_COMPILE and CC.
2015-12-13  Ben LaurieDon't use EC when no-ec.
2015-12-13  Ben LaurieRemove no longer existant structure member and direct...
2015-12-13  Ben LaurieFix (incorrect) uninitialised variable warning.
2015-12-13  Dr. Stephen... fix warning
2015-12-13  Dr. Stephen... remove ancient SSLeay bug workaround
next