openssl.git
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-14 Matt CaswellCheck for ClientHello message overruns
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich SalzFix memory leak
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-11 Rich Salzfree NULL cleanup 10
2015-04-10 Kurt CancemiThe wrong ifdef is used to guard usage of PSK code
2015-04-10 Dr. Stephen... Don't set *pval to NULL in ASN1_item_ex_new.
2015-04-10 Dr. Stephen... Fix ECDH detection, add ECDH keyid test.
2015-04-10 Dr. Stephen... Fix ECDH key identifier support.
2015-04-10 Viktor DukhovniPolish shell script to avoid needless complexity.
2015-04-10 Rich Salzfix to "test script cleanup"
2015-04-10 Matt CaswellFix read_ahead issue
2015-04-10 Rich Salztest script cleanup
2015-04-08 Richard LevitteHave mkerr.pl treat already existing multiline string...
2015-04-08 Rich SalzDrop CA.sh for CA.pl
2015-04-08 Rich Salzconsistent test-start logging
2015-04-08 Richard LevitteIgnore the non-dll windows specific build directories
2015-04-04 Richard LevitteAppease clang -Wshadow
2015-04-04 Richard LevitteAppease clang -Wgnu-statement-expression
2015-04-04 Richard LevitteAppease clang -Wempty-translation-unit
2015-04-03 Dr. Stephen... update ordinals
2015-04-03 Dr. Stephen... make depend
2015-04-03 Dr. Stephen... remove asn1_mac.h
2015-04-03 Dr. Stephen... Remove old ASN.1 functions.
2015-04-03 Dr. Stephen... Remove unnecessary use of ASN1_const_CTX
2015-04-03 Dr. Stephen... Rewrite ssl_asn1.c using new ASN.1 code.
2015-04-03 Dr. Stephen... Add macro to implement static encode functions.
2015-04-02 Rich SalzFewer newlines in comp method output
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-04-02 Andy Polyakovsha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
2015-04-02 Andy Polyakovaes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
2015-04-02 Andy Polyakovperlasm/arm-xlate.pl update (fix end-less loop and...
2015-04-02 Andy PolyakovConfigure: android-arm facelift.
2015-04-01 Emilia Kaspermake update
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine - addendum
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Dr. Stephen... Remove old ASN.1 code from evp_asn1.c
2015-03-31 Richard LevitteNow that we've removed the need for symlinks, we can...
2015-03-31 Richard LevitteRemove remaining variables for symlinked/copied headers...
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-31 Matt CaswellClean up record layer
2015-03-31 Matt CaswellFix record layer "make clean"
2015-03-31 Richard LevitteFix some faults in util/mk1mf.pl
2015-03-30 Dr. Stephen... Remove duplicate code.
2015-03-30 Dr. Stephen... New ASN1_TYPE SEQUENCE functions.
2015-03-30 Dr. Stephen... Rewrite X509_PKEY_new to avoid old ASN1. macros.
2015-03-30 Dr. Stephen... Remove unnecessary asn1_mac.h includes.
2015-03-30 Richard LevitteInitialised 'ok' and redo the logic.
2015-03-29 Andy Polyakovsha/asm/sha512-armv4.pl: adapt for use in Linux kernel...
2015-03-29 Andy Polyakovsha/asm/sha256-armv4.pl: fix compile issue in kernel
2015-03-29 Richard LevitteHave a shared library version thats reasonable with...
2015-03-29 Dr. Stephen... Add private/public key conversion tests
2015-03-28 Dr. Stephen... Remove d2i_X509_PKEY and i2d_X509_PKEY
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-03-28 Andy PolyakovAdd vpaes-amrv8.pl module.
2015-03-28 Andy PolyakovConfigure: remove unused variables.
2015-03-28 Dr. Stephen... Make asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26 Dr. Stephen... Remove combine option from ASN.1 code.
2015-03-26 Dr. Stephen... Simplify DSA public key handling.
2015-03-26 Dr. Stephen... ASN1_TYPE documentation.
2015-03-26 Matt CaswellAdd Record Layer documentation
2015-03-26 Matt CaswellFix formatting oddities
2015-03-26 Matt CaswellFix record.h formatting
2015-03-26 Matt CaswellDefine SEQ_NUM_SIZE
2015-03-26 Matt CaswellFix compilation on windows for record layer
2015-03-26 Matt CaswellRename record layer source files
2015-03-26 Matt CaswellRemove some unneccessary macros
2015-03-26 Matt CaswellRenamed record layer header files
2015-03-26 Matt CaswellReorganise header files
2015-03-26 Matt CaswellRemove last trace of non-record layer code reading...
2015-03-26 Matt CaswellMove last_write_sequence from s->d1 to s->rlayer.d.
2015-03-26 Matt CaswellMove ssl3_record_sequence_update into record layer
2015-03-26 Matt CaswellMove buffered_app_data from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellMove handshake_fragment, handshake_fragment_len, alert_...
2015-03-26 Matt CaswellFix seg fault in dtls1_new
2015-03-26 Matt CaswellMoved processed_rcds and unprocessed_rcds from s->d1...
2015-03-26 Matt CaswellMove bitmap and next_bitmap from s->d1 to s->rlayer.d.
2015-03-26 Matt CaswellMove r_epoch and w_epoch from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellIntroduce a DTLS_RECORD_LAYER type for DTLS record...
2015-03-26 Matt CaswellMove DTLS1_RECORD_DATA into rec_layer.h
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
next