]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-03-26  Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26  Matt CaswellMove s->s3->wpend_* to s->rlayer
2015-03-26  Matt CaswellMove handshake_fragment, handshake_fragment_len, alert_...
2015-03-26  Matt CaswellMove s->s3->wnum to s->rlayer.wnum
2015-03-26  Matt CaswellMove s->rstate to s->rlayer.rstate
2015-03-26  Matt CaswellMove s->packet and s->packet_length into s->rlayer
2015-03-26  Matt CaswellRemove unneccessary use of accessor function now code...
2015-03-26  Matt CaswellMake rrec, wrec, rbuf and wbuf fully private to the...
2015-03-26  Matt CaswellRemoved dependency on rrec from heartbeat processing
2015-03-26  Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
2015-03-26  Matt CaswellFix bug where rrec was being released...should have...
2015-03-26  Matt CaswellMove ssl3_pending into the record layer
2015-03-26  Matt CaswellRemove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init
2015-03-26  Matt CaswellProvide RECORD_LAYER_set_data function
2015-03-26  Matt CaswellIntroduce the functions RECORD_LAYER_release, RECORD_LA...
2015-03-26  Matt CaswellCreate RECORD_LAYER_clear function.
2015-03-26  Matt CaswellTidy up rec_layer.h. Add some comments regarding which...
2015-03-26  Matt CaswellMoved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record...
2015-03-26  Matt CaswellSplit out non record layer functions out of s3_pkt...
2015-03-26  Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26  Matt CaswellMove SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26  Matt CaswellMove SSL3_BUFFER set up and release code into ssl3_buffer.c
2015-03-26  Matt CaswellMove s->s3->wrec to s>rlayer>wrec
2015-03-26  Matt CaswellEncapsulate s->s3->wrec
2015-03-26  Matt CaswellMove s->s3->rrec to s->rlayer->rrec
2015-03-26  Matt CaswellEncapsulate s->s3->rrec
2015-03-26  Matt CaswellMove s->s3->wbuf to s->rlayer->wbuf
2015-03-26  Matt CaswellEncapsulate access to s->s3->wbuf
2015-03-26  Matt CaswellMove s->s3->rrec into s->rlayer
2015-03-26  Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.
2015-03-26  Matt CaswellCreate a RECORD_LAYER structure and move read_ahead...
2015-03-26  Dr. Stephen... update ordinals
2015-03-26  Dr. Stephen... Move more internal only functions to asn1_locl.h
2015-03-25  Rich Salzfree NULL cleanup.
2015-03-25  Matt CaswellResolve swallowed returns codes
2015-03-25  Dr. Stephen... make update
2015-03-25  Dr. Stephen... Move internal only ASN.1 functions to asn1_locl.h
2015-03-25  Dr. Stephen... Remove X509_ATTRIBUTE hack.
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Dr. Stephen... Support key loading from certificate file
2015-03-25  Dr. Stephen... make depend
2015-03-25  Dr. Stephen... make X509_NAME opaque
2015-03-25  Matt CaswellFix bug in s_client. Previously default verify location...
2015-03-25  Matt CaswellFix HMAC to pass invalid key len test
2015-03-25  Matt CaswellAdd HMAC test for invalid key len
2015-03-25  Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25  Matt CaswellAdd more HMAC tests
2015-03-25  Matt CaswellSSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled...
2015-03-25  Matt CaswellDeprecate RAND_pseudo_bytes
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-25  Matt CaswellFix return checks in GOST engine
2015-03-25  Matt CaswellFix misc NULL derefs in sureware engine
2015-03-25  Matt CaswellAdd ticket length before buffering DTLS message
2015-03-25  Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-25  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen... update ordinals
2015-03-24  Richard LevitteUpdate ordinals
2015-03-24  Richard LevitteTeach mkdef.pl to handle multiline declarations.
2015-03-24  Dr. Stephen... Fix verify algorithm.
2015-03-24  Dr. Stephen... make ASN1_OBJECT opaque
2015-03-24  Dr. Stephen... Configuration file examples.
2015-03-24  Dr. Stephen... Make OCSP response verification more flexible.
2015-03-24  Dr. Stephen... make depend
2015-03-24  Dr. Stephen... Move some EVP internals to evp_int.h
2015-03-24  Dr. Stephen... Move some ASN.1 internals to asn1_int.h
2015-03-24  Rich Salzfree NULL cleanup
2015-03-24  Mike FrysingerFix malloc define typo
2015-03-24  Richard LevitteUse OPENSSL_malloc rather than malloc/calloc
2015-03-24  Richard LevitteFix eng_cryptodev to not depend on BN internals.
2015-03-24  Richard LevitteAdjust include path
2015-03-24  Richard LevitteJPAKE Makefile missing 'files' target
2015-03-23  Dr. Stephen... Remove old style ASN.1 support.
2015-03-23  Kurt Roeckxreturn unexpected message when receiving kx with kDHr...
2015-03-23  Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
2015-03-23  Kurt RoeckxMake sure that cert is never NULL
2015-03-23  Dr. Stephen... Fix build.
2015-03-23  Dr. Stephen... make X509_EXTENSION opaque
2015-03-23  Matt CaswellFix SSL_clear unused return
2015-03-23  Matt Caswellssl3_set_handshake_header returns
2015-03-23  Matt Caswellapps return value checks
2015-03-23  Matt CaswellFix missing return value checks
2015-03-23  Matt CaswellCheck libssl function returns
2015-03-23  Matt CaswellAdd -DDEBUG_UNUSED to --strict-warnings
2015-03-23  Richard LevitteRemove PREFIX, as it's not used any more.
2015-03-23  Richard LevitteActually remove TABLE from version control
2015-03-23  Matt CaswellDon't check curves that haven't been sent
2015-03-23  Dr. Stephen... Remove deleted functions, update ordinals.
2015-03-23  Dr. Stephen... Remove {i2d,d2i}_ASN1_BOOLEAN
2015-03-23  Dr. Stephen... Remove old ASN.1 code.
2015-03-23  Andy Polyakovsha/asm/sha256-armv4.pl: adapt for use in Linux kernel...
2015-03-21  Richard LevitteRefer to $table{$target} rather than $table{$t}.
2015-03-20  Dr. Stephen... Add AES unwrap test with invalid key.
2015-03-20  Dr. Stephen... Fix memory leak.
2015-03-20  Richard GodbeeCRYPTO_128_unwrap(): Fix refactoring damage
2015-03-20  Richard Godbeewrap128.c: Fix Doxygen comments
2015-03-20  Matt CaswellAdd DTLS tests to make test
2015-03-20  David WoodhouseAdd DTLS support to ssltest
2015-03-20  David WoodhouseAdd DTLS to SSL_get_version
2015-03-19  Richard LevitteIf the target is an old style debug- target, it will...
2015-03-19  Matt CaswellFix a failure to NULL a pointer freed on error.
next