aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tidy up certificate type handling.Dr. Stephen Henson2017-02-245-62/+37
* Increase the size of the stack buffer to prevent an overflow.Pauli2017-02-241-1/+1
* Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short2017-02-231-9/+16
* Fix duplicate error codesKurt Roeckx2017-02-231-3/+3
* Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx2017-02-235-43/+79
* Add an sslapitest for early callbackBenjamin Kaduk2017-02-231-0/+84
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-237-16/+20
* Use correct variable in test diagnosticBenjamin Kaduk2017-02-231-1/+1
* Adopt test to changed behaviorBenjamin Kaduk2017-02-231-1/+1
* Tests for SSL early callbackBenjamin Kaduk2017-02-235-3/+287
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-239-140/+431
* Prepare for WORK_MORE_CBenjamin Kaduk2017-02-232-1/+6
* Tests for SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-233-1/+161
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-236-91/+124
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-237-156/+194
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-234-6/+8
* Add more first-class support for SCSVSBenjamin Kaduk2017-02-231-2/+28
* Move CLIENTHELLO_MSG up in the headerBenjamin Kaduk2017-02-231-29/+29
* Store the number of extensions in CLIENTHELLO_MSGBenjamin Kaduk2017-02-232-1/+3
* output number of exts from tls_collect_extensions()Benjamin Kaduk2017-02-234-12/+14
* Check for the presence of _WIN32 rather than its value.Richard Levitte2017-02-231-2/+2
* In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte2017-02-231-0/+16
* Add a test case that tests more of the cipher modes.Pauli2017-02-231-0/+58
* On VMS, massage the fetch file names to remove the generation numberRichard Levitte2017-02-231-0/+19
* Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte2017-02-231-3/+4
* Fix typo, should be && rather than &Richard Levitte2017-02-221-1/+1
* Remove -Wno-parentheses-equality from gcc --strict-warnings options.Bernd Edlinger2017-02-221-1/+0
* Fix typo, missing ||Richard Levitte2017-02-221-1/+1
* Iterate over EC_GROUP's poly array in a safe wayRich Salz2017-02-221-3/+6
* Make "openssl rehash" work on VMS 8.3 and upRichard Levitte2017-02-221-2/+16
* Have the directory reader use the Unix API on VMSRichard Levitte2017-02-221-1/+2
* apps/req.c: flag "-new" is implied by "-precert"Rob Percival2017-02-223-5/+6
* Change CA.pl flag from --newprecert to --precertRob Percival2017-02-222-2/+2
* Documentation for the -precert flag for "openssl req"Rob Percival2017-02-221-0/+9
* Basic test for "openssl req -precert" via apps/CA.plRob Percival2017-02-221-1/+5
* Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival2017-02-222-1/+19
* Add some more consistency checks in tls_decrypt_ticket.Bernd Edlinger2017-02-221-0/+5
* Correct the no-dh and no-dsa fixRichard Levitte2017-02-221-1/+1
* Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.Bernd Edlinger2017-02-221-2/+2
* appveyor.yml: engage VC-WIN64A-masm.Andy Polyakov2017-02-212-4/+9
* Fix memory leak in pkcs12 -exportDmitry Belyavskiy2017-02-211-0/+3
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-212-8/+12
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-212-14/+33
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-218-7/+54
* Prevent OOB in SRP base64 code.Rich Salz2017-02-211-2/+5
* Update client, server and x509 fuzz corpusKurt Roeckx2017-02-216183-6/+3
* Check validity, not just signing for all certificatesDr. Stephen Henson2017-02-211-2/+2
* Add no siglags test for ECDSA certificateDr. Stephen Henson2017-02-211-1/+13
* Set default validity flags.Dr. Stephen Henson2017-02-211-10/+30
* remove md array: it is not used any more.Dr. Stephen Henson2017-02-213-107/+27