- a7b4200 Change the shared library support so the shared libraries get built by Richard Levitte · 23 years ago
- 7b5ffd6 Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names by Richard Levitte · 23 years ago
- 4d635a7 Consistency with s2_... and s23_... variants (no real functional change) by Bodo Möller · 23 years ago
- ba1c602 Assume TLS 1.0 when ClientHello fragment is too short. by Bodo Möller · 23 years ago
- 979689a Fix SSL handshake functions and SSL_clear() such that SSL_clear() by Bodo Möller · 23 years ago
- a3faebd Deprecate the macro MAC_OS_pre_X. by Richard Levitte · 23 years ago
- 2879737 Fix memory leak. by Bodo Möller · 23 years ago
- cf3a5ce Call msg_callback with correct length parameter if ssl3_write_bytes had to by Bodo Möller · 23 years ago
- a661b65 New functions SSL[_CTX]_set_msg_callback(). by Bodo Möller · 23 years ago
- 31fe950 gcc complained about "write" being shadowed even though the "write" by Bodo Möller · 23 years ago
- db6a87d Wrong place... by Richard Levitte · 23 years ago
- 7beb408 The EVP_*Init_ex() functions take one extra argument. Let's default it to NULL. by Richard Levitte · 23 years ago
- 581f1c8 Modify EVP cipher behaviour in a similar way to digests to retain compatibility. by Dr. Stephen Henson · 23 years ago
- bf21446 Add per-SSL 'msg_callback' with 'msg_callback_arg'. by Bodo Möller · 23 years ago
- 20d2186 by Dr. Stephen Henson · 23 years ago
- 9ba3ec9 The message header for fake SSL 3.0/TLS 1.0 client hellos created from by Bodo Möller · 23 years ago
- 8f71fb8 For consistency, set s->init_num in the 'reuse_message' case by Bodo Möller · 23 years ago
- 48948d5 Change ssl3_get_message and the functions using it so that complete by Bodo Möller · 23 years ago
- 2ce15df Fix ssl3_get_message handle message fragmentation correctly. by Bodo Möller · 23 years ago
- 681bfae the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK by Bodo Möller · 23 years ago
- 116daf4 To avoid commit wars over dependencies, let's make it so things that by Richard Levitte · 23 years ago
- 285046e SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented. by Richard Levitte · 23 years ago
- f8000b9 'make update' by Richard Levitte · 23 years ago
- 965b6da comment by Bodo Möller · 24 years ago
- a32d795 avoid everything resembling a magic trigraph by Bodo Möller · 24 years ago
- 3b0b5ab bugfix: handle HelloRequest received during handshake correctly by Bodo Möller · 24 years ago
- b49124f Disable session related stuff in SSL_ST_OK case of ssl3_accept if we by Bodo Möller · 24 years ago
- 2260ad2 Bugfix: correct cleanup after sending a HelloRequest by Bodo Möller · 24 years ago
- 6b0e9fa New function SSL_renegotiate_pending(). by Bodo Möller · 24 years ago
- 8e2f6b7 fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest case by Bodo Möller · 24 years ago
- ee60d9f Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't by Bodo Möller · 24 years ago
- b78e502 add comment by Bodo Möller · 24 years ago
- c0f5dd0 Make maximum certifcate chain size accepted from the peer application by Lutz Jänicke · 24 years ago
- 384eff8 Fix apps/openssl.c and ssl/ssltest.c so that they use by Bodo Möller · 24 years ago
- 6ac4e8b Rename recently introduced functions for improved code clarity: by Bodo Möller · 24 years ago
- 79aa04e Make the necessary changes to work with the recent "ex_data" overhaul. by Geoff Thorpe · 24 years ago
- 4db73c1 (A version of) gcc had been giving somewhat odd "trigraph" warnings about by Geoff Thorpe · 24 years ago
- 1f3b658 Fix SSL memory leak. by Ben Laurie · 24 years ago
- 7843536 Changes crypto/evp/ and ssl/ code from directly incrementing reference by Geoff Thorpe · 24 years ago
- e7cf7fc Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.) by Lutz Jänicke · 24 years ago
- 11c8f0b More manual pages. Constify. by Lutz Jänicke · 24 years ago
- df7cb13 Checked in from the wrong !@#$%&*() copy... by Lutz Jänicke · 24 years ago
- a403188 Alert description strings for TLSv1 and documentation. by Lutz Jänicke · 24 years ago
- b7727ee The indexes returned by ***_get_ex_new_index() functions are used when by Geoff Thorpe · 24 years ago
- 37a7cd1 Bugfix: larger message size in ssl3_get_key_exchange() because by Bodo Möller · 24 years ago
- 3a2d9c4 Fix typos (shinagawa@star.zko.dec.com) by Lutz Jänicke · 24 years ago
- d66ace9 Start to reduce some of the header bloat. by Ben Laurie · 24 years ago
- 06da6e4 Don't disable rollback attack detection as a recommended bug workaround. by Lutz Jänicke · 24 years ago
- d92f0bb Remove SSL_OP_NON_EXPORT_FIRST: by Lutz Jänicke · 24 years ago
- e32c852 Indent. by Lutz Jänicke · 24 years ago
- 3728974 Make as sure as possible that gethostname() will be properly declared. by Richard Levitte · 24 years ago
- fdc2bbc Correct most of the unsigned vs. signed warnings (or int vs. size_t), by Richard Levitte · 24 years ago
- c2a3358 Whoops, my fault, a backslash got converted to a slash... by Richard Levitte · 24 years ago
- 882e891 More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu> by Richard Levitte · 24 years ago
- 99ecb90 make update by Richard Levitte · 24 years ago
- dbad169 Really add the EVP and all of the DES changes. by Ben Laurie · 24 years ago
- be2e2c3 Only set the verify callback if there's one to set! by Ben Laurie · 24 years ago
- 1f0c9ad Fix inconsistent behaviour with respect to verify_callback handling. by Lutz Jänicke · 24 years ago
- 7bc03de add a comment by Bodo Möller · 24 years ago
- acdf4af More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>. by Richard Levitte · 24 years ago
- fa293e4 SSL_get_rfc were documented but not implemented. by Richard Levitte · 24 years ago
- 24cbf3e SSL_get_[rw]fd were documented but not implemented. by Richard Levitte · 24 years ago
- 4544216 Prevent KSSL server from requesting a client certificate. by Richard Levitte · 24 years ago
- 131645e paddr may be NULL. Do not crash if it is. by Richard Levitte · 24 years ago
- 82d5d46 Some of the Kerberos code had dissapeared. Reapply. by Richard Levitte · 24 years ago
- b01ab14 make update by Richard Levitte · 24 years ago
- 2a96235 Include kssl_lcl.h where needed. by Richard Levitte · 24 years ago
- 1cf9bf0 Private functions do not belong in an exported header file, so move by Richard Levitte · 24 years ago
- a5224c3 Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu> by Richard Levitte · 24 years ago
- ab603c6 Code to avoid the use of non-standard strptime(). By by Richard Levitte · 24 years ago
- 8de83bf Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu> by Richard Levitte · 24 years ago
- 567671e make update by Richard Levitte · 24 years ago
- 7e99812 If I define _XOPEN_SOURCE before including *any* system header file, by Richard Levitte · 24 years ago
- 2a1ef75 Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in by Richard Levitte · 24 years ago
- b8e2f83 Call ENGINE_cleanup() to avoid memory leak. by Bodo Möller · 24 years ago
- 323f289 by Dr. Stephen Henson · 24 years ago
- 285b427 pay attention to blocksize before attempting decryption by Bodo Möller · 24 years ago
- 44e48ab Use memmove() instead of memcpy() on areas that may overlap. by Richard Levitte · 24 years ago
- 31bc51c Fix Bleichenbacher PKCS #1 1.5 countermeasure. by Bodo Möller · 24 years ago
- 926a56b by Dr. Stephen Henson · 24 years ago
- b545dc6 by Dr. Stephen Henson · 24 years ago
- 027e257 Avoid assert() in the library. by Bodo Möller · 24 years ago
- 42748c0 Resize a local buffer to accomodate the size requirements of AES. by Richard Levitte · 24 years ago
- 1876cc3 This change should be suitable as a workaround for the Solaris x86 by Bodo Möller · 24 years ago
- 10654d3 Forcibly enable memory leak checking during "make test" by Bodo Möller · 24 years ago
- 4e20b1a Instead of telling both 'make' and the user that ranlib by Bodo Möller · 24 years ago
- e34cfcf Consistently use 'void *' for SSL read, peek and write functions. by Bodo Möller · 24 years ago
- 5451e0d add ssl23_peek by Bodo Möller · 24 years ago
- 5277d7c Fix ERR_R_... problems. by Bodo Möller · 24 years ago
- 65e8167 Move ec.h to ec2.h because it is not compatible with what we will use. by Bodo Möller · 24 years ago
- 794103d For SSLv2, return the SSLv2 method, not the SSLv23 method. This way, by Richard Levitte · 24 years ago
- d88a26c make update by Richard Levitte · 24 years ago
- f85c990 Fix an oversight - when checking a potential session ID for conflicts with by Geoff Thorpe · 24 years ago
- 41d2a33 e_os.h does not belong with the exported headers. Do not put it there by Richard Levitte · 24 years ago
- 65a87c7 Include e_os2.h instead of opensslconf.h. by Richard Levitte · 24 years ago
- ec0f195 If a callback is generating a new session ID for SSLv2, then upon exiting, by Geoff Thorpe · 24 years ago
- dc644fe This change allows a callback to be used to override the generation of by Geoff Thorpe · 24 years ago
- 47ddf35 'make update' by Geoff Thorpe · 24 years ago
- 6525ced Let VMS catch up. by Richard Levitte · 24 years ago
- 32d0ad4 DEC C on VMS is pedantic by definition. by Richard Levitte · 24 years ago