]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-04-05  Emilia KasperNew SSL test framework
2016-04-04  FdaSilvaYYFix a shadow symbol warning
2016-04-04  Viktor Szakatsset exec attribute for .pl files
2016-04-04  Viktor Szakatsfix perl shebang
2016-04-04  Viktor Szakatsuse whitespace more consistently
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  Rich SalzRevert "Fix an error code spelling."
2016-04-04  FdaSilvaYYFix an error code spelling.
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-04-04  FdaSilvaYYFix a possible leak on NETSCAPE_SPKI_verify failure.
2016-04-04  FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04  FdaSilvaYYAdd X509_REQ_get0_pubkey method
2016-04-04  FdaSilvaYYFix two leaks in X509_REQ_to_X509
2016-04-04  Richard LevitteMake sure the rand_byte buffer in padlock engine is...
2016-04-04  Andy Polyakovcrypto/poly1305: don't break carry chains.
2016-04-04  Emilia KasperFix memory leaks in ASN.1
2016-04-04  Michał TrojnaraRemoved no-ops for the old locking API
2016-04-04  Viktor DukhovniFix mixed declarations and code
2016-04-03  Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-04-03  Richard LevitteMakefile et al template: only modify static library...
2016-04-03  Andy Polyakovapps/Makefile.in: add tsget rule.
2016-04-03  Viktor DukhovniAfter saving errno clear it before calls to strtol...
2016-04-03  Viktor Dukhovnimake update
2016-04-03  Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-03  Viktor DukhovniTidy up x509_vfy callback handling
2016-04-03  Richard LevitteOrdinals adjustment
2016-04-02  Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02  Matt CaswellVarious DSA opacity fixups
2016-04-02  Matt Caswellmake update
2016-04-02  Matt CaswellAdded DSA opacity to CHANGES
2016-04-02  Matt CaswellDocument functions added as a result of DSA opacity...
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-04-02  Richard LevitteAdapt some test recipes to the newer cmdstr()
2016-04-02  Richard LevitteEnhance OpenSSL::Test::cmdstr to give cmd string variants
2016-04-02  Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02  Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02  Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-04-02  MatFix: CRYPTO_THREAD_run_once
2016-04-02  Richard Levitteapps/opt.c: next was only used when NDEBUG undefined...
2016-04-02  Richard Levittemake depend: Check that find returned a non-empty strin...
2016-04-02  Dr. Stephen... Fix X509_PUBKEY cached key handling.
2016-04-02  Coty SutherlandCorrecting typo that causes make install fail
2016-04-01  Richard LevitteAdd the C macro NDEBUG when configuring for release
2016-04-01  Richard LevitteForce argv to be an array of long pointers on VMS
2016-04-01  Richard LevitteMake the use of perl more consistent
2016-03-31  Rich SalzUse return "" not set a var and return.
2016-03-31  Andy Polyakovcrypto/blake2: make lowest-level function handle multip...
2016-03-31  Richard LevitteOpenSSL::Test: have cmdstr() return the true command.
2016-03-31  Richard LevitteWhen looking for executables, don't forget the extension
2016-03-31  PauliRT4458: Fix #ifndef line for GOST
2016-03-31  Richard LevitteFix "no-ui" configuration
2016-03-31  Richard LevitteMake the '-in' option in apps/passwd.c less mandatory
2016-03-30  Matt CaswellRemove the CRYPTO_mem_leaks adjustment for the BIO
2016-03-30  Ben LaurieFix buffer overrun in ASN1_parse().
2016-03-30  Richard LevitteFix pointer size issues with argv on VMS
2016-03-30  Richard LevitteFix pointer size issue with setbuf() on VMS
2016-03-30  Richard LevitteFix pointer size issues on VMS
2016-03-30  Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30  Richard LevitteWhen verbosity is requested, OpenSSL::Test::run() displ...
2016-03-30  Richard LevitteHave OpenSsl..Test::app() and friends look for file...
2016-03-30  Richard LevitteSince OpenSSL::Test redirects stderr to /dev/null,...
2016-03-30  Richard LevitteAdd the option 'interpreter_args' to perlapps() and...
2016-03-30  Dr. Stephen... Remove X509_PUBKEY lock.
2016-03-30  Ben LaurieMake it legal C.
2016-03-30  Ben LaurieMore things that don't work together.
2016-03-30  Matt CaswellFix build compilation failures
2016-03-30  Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-30  Richard LevitteMake it possible to specify source files that will...
2016-03-30  Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-30  Richard Levitte'make test' depends of having util/shlib-wrap.sh symlin...
2016-03-30  Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-29  Matt CaswellFix the zlib config option
2016-03-29  Benjamin KadukClarify the behavior of BIO_gets() a bit more
2016-03-29  Todd ShortFixup SSL EX_DATA index
2016-03-29  Richard LevitteConfig: The cflags in vms-alpha and vms-ia64 have to...
2016-03-29  Richard LevitteVMS: Disable the warning MAYLOSEDATA3
2016-03-29  Richard LevitteVMS: Harmonize the paths in openssl_startup.com with...
2016-03-29  Richard LevitteVMS: Display the correct path to openssl_startup.com...
2016-03-29  David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-29  Matt CaswellAdd a CHANGES entry for opaque BIOs
2016-03-29  Matt CaswellAdd documentation for BIO functions
2016-03-29  Matt Caswellmake update
2016-03-29  Matt CaswellMake BIO opaque
2016-03-29  Matt CaswellAdd functions for creating BIO_METHODs
2016-03-29  FdaSilvaYYFix a big leak when using stack-allocated BIO items.
2016-03-29  Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-29  Andy Polyakovcrypto/seed: add small-footprint path.
2016-03-29  Andy PolyakovWindows build system: fix 32-bit appveyor build.
2016-03-29  Andy PolyakovBuild system: VC-WIN64I fixups.
2016-03-27  Kurt RoeckxWhen using no-dtls create OPENSSL_NO_DTLS
2016-03-27  Kurt RoeckxAdd session reuse tests.
2016-03-27  David BenjaminResolve DTLS cookie and version before session resumption.
2016-03-27  Kurt RoeckxIt's called SSL_session_reused(), not SSL_session_resumed()
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-27  Richard LevitteMath::BigInt does floored divs, BN_div does truncated...
2016-03-25  Jeffrey WaltonRT4476: Fix some cast-alignment warnings
2016-03-25  Richard LevitteVMS: add a note about DECC$* logical names
2016-03-24  Rich SalzRevert part of applink/Borland commit
2016-03-24  Rich SalzMore Borland removal.
next