2015-03-31 |
Richard Levitte | Remove remaining variables for symlinked/copied headers... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Douglas E Engert | Ensure EC private keys retain leading zeros |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Matt Caswell | Clean up record layer |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Matt Caswell | Fix record layer "make clean" |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Richard Levitte | Fix some faults in util/mk1mf.pl |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Dr. Stephen... | Remove duplicate code. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Dr. Stephen... | New ASN1_TYPE SEQUENCE functions. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Dr. Stephen... | Rewrite X509_PKEY_new to avoid old ASN1. macros. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Dr. Stephen... | Remove unnecessary asn1_mac.h includes. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Richard Levitte | Initialised 'ok' and redo the logic. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Andy Polyakov | sha/asm/sha512-armv4.pl: adapt for use in Linux kernel... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Andy Polyakov | sha/asm/sha256-armv4.pl: fix compile issue in kernel |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Richard Levitte | Have a shared library version thats reasonable with... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Dr. Stephen... | Add private/public key conversion tests |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Dr. Stephen... | Remove d2i_X509_PKEY and i2d_X509_PKEY |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andy Polyakov | ec/asm/ecp_nistz256-x86_64.pl: update commentary with... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rich Salz | free NULL cleanup |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andy Polyakov | Engage vpaes-armv8 module. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andy Polyakov | Add vpaes-amrv8.pl module. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andy Polyakov | Configure: remove unused variables. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Dr. Stephen... | Make asn1_ex_i2c, asn1_ex_c2i static. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Dr. Stephen... | Remove combine option from ASN.1 code. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Dr. Stephen... | Simplify DSA public key handling. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Dr. Stephen... | ASN1_TYPE documentation. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Add Record Layer documentation |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Fix formatting oddities |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Fix record.h formatting |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Define SEQ_NUM_SIZE |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Fix compilation on windows for record layer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Rename record layer source files |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Remove some unneccessary macros |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Renamed record layer header files |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Reorganise header files |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Remove last trace of non-record layer code reading... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move last_write_sequence from s->d1 to s->rlayer.d. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move ssl3_record_sequence_update into record layer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move buffered_app_data from s->d1 to s->rlayer.d |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move handshake_fragment, handshake_fragment_len, alert_... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Fix seg fault in dtls1_new |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Moved processed_rcds and unprocessed_rcds from s->d1... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move bitmap and next_bitmap from s->d1 to s->rlayer.d. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move r_epoch and w_epoch from s->d1 to s->rlayer.d |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Introduce a DTLS_RECORD_LAYER type for DTLS record... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move DTLS1_RECORD_DATA into rec_layer.h |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move read_sequence and write_sequence from s->s3 to... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->wpend_* to s->rlayer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move handshake_fragment, handshake_fragment_len, alert_... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->wnum to s->rlayer.wnum |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->rstate to s->rlayer.rstate |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->packet and s->packet_length into s->rlayer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Remove unneccessary use of accessor function now code... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Make rrec, wrec, rbuf and wbuf fully private to the... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Removed dependency on rrec from heartbeat processing |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Introduce macro RECORD_LAYER_setup_comp_buffer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Fix bug where rrec was being released...should have... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move ssl3_pending into the record layer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Provide RECORD_LAYER_set_data function |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Introduce the functions RECORD_LAYER_release, RECORD_LA... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Create RECORD_LAYER_clear function. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Tidy up rec_layer.h. Add some comments regarding which... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Split out non record layer functions out of s3_pkt... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move more SSL3_RECORD oriented functions into ssl3_record.c |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move SSL3_RECORD oriented functions into ssl3_record.c |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move SSL3_BUFFER set up and release code into ssl3_buffer.c |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->wrec to s>rlayer>wrec |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Encapsulate s->s3->wrec |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->rrec to s->rlayer->rrec |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Encapsulate s->s3->rrec |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->wbuf to s->rlayer->wbuf |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Encapsulate access to s->s3->wbuf |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Move s->s3->rrec into s->rlayer |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Encapsulate SSL3_BUFFER and all access to s->s3->rbuf. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Matt Caswell | Create a RECORD_LAYER structure and move read_ahead... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Dr. Stephen... | update ordinals |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Dr. Stephen... | Move more internal only functions to asn1_locl.h |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Rich Salz | free NULL cleanup. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Resolve swallowed returns codes |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | make update |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | Move internal only ASN.1 functions to asn1_locl.h |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | Remove X509_ATTRIBUTE hack. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Rich Salz | free NULL cleanup |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | Support key loading from certificate file |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | make depend |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Dr. Stephen... | make X509_NAME opaque |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Fix bug in s_client. Previously default verify location... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Fix HMAC to pass invalid key len test |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Add HMAC test for invalid key len |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Ensure that both the MD and key have been initialised... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Add more HMAC tests |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Deprecate RAND_pseudo_bytes |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Fix return checks in GOST engine |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Fix misc NULL derefs in sureware engine |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Add ticket length before buffering DTLS message |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Matt Caswell | Ensure last_write_sequence is saved in DTLS1.2 |
commit | commitdiff | tree | snapshot |
next |