Matt Caswell 
							
						 
					 
					
						
						
							
						
						225628f280 
					 
					
						
						
							
							Prepare for 1.0.0p release  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2015-01-08 14:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ca39b261bf 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2015-01-08 14:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						c1beec0e6d 
					 
					
						
						
							
							CHANGES and NEWS updates for release  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Steve Henson <steve@openssl.org > 
						
						
					 
					
						2015-01-08 14:14:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						b095884a58 
					 
					
						
						
							
							A memory leak can occur in dtls1_buffer_record if either of the calls to  
						
						 
						
						... 
						
						
						
						ssl3_setup_buffers or pqueue_insert fail. The former will fail if there is a
malloc failure, whilst the latter will fail if attempting to add a duplicate
record to the queue. This should never happen because duplicate records should
be detected and dropped before any attempt to add them to the queue.
Unfortunately records that arrive that are for the next epoch are not being
recorded correctly, and therefore replays are not being detected.
Additionally, these "should not happen" failures that can occur in
dtls1_buffer_record are not being treated as fatal and therefore an attacker
could exploit this by sending repeated replay records for the next epoch,
eventually causing a DoS through memory exhaustion.
Thanks to Chris Mueller for reporting this issue and providing initial
analysis and a patch. Further analysis and the final patch was performed by
Matt Caswell from the OpenSSL development team.
CVE-2015-0206
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit 652ff0f4796eecd8729b4690f2076d1c7ccb2862) 
						
						
					 
					
						2015-01-08 14:14:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f7fe3d235a 
					 
					
						
						
							
							Unauthenticated DH client certificate fix.  
						
						 
						
						... 
						
						
						
						Fix to prevent use of DH client certificates without sending
certificate verify message.
If we've used a client certificate to generate the premaster secret
ssl3_get_client_key_exchange returns 2 and ssl3_get_cert_verify is
never called.
We can only skip the certificate verify message in
ssl3_get_cert_verify if the client didn't send a certificate.
Thanks to Karthikeyan Bhargavan for reporting this issue.
CVE-2015-0205
Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2015-01-08 14:14:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						b2688c9161 
					 
					
						
						
							
							Follow on from CVE-2014-3571. This fixes the code that was the original source  
						
						 
						
						... 
						
						
						
						of the crash due to p being NULL. Steve's fix prevents this situation from
occuring - however this is by no means obvious by looking at the code for
dtls1_get_record. This fix just makes things look a bit more sane.
Conflicts:
	ssl/d1_pkt.c
Reviewed-by: Dr Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2015-01-08 14:14:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf6fa208b5 
					 
					
						
						
							
							Fix crash in dtls1_get_record whilst in the listen state where you get two  
						
						 
						
						... 
						
						
						
						separate reads performed - one for the header and one for the body of the
handshake record.
CVE-2014-3571
Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2015-01-08 11:25:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eb37b6aa41 
					 
					
						
						
							
							Fix for CVE-2014-3570.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Kasper <emilia@openssl.org > 
						
						
					 
					
						2015-01-08 11:25:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f66f76a24a 
					 
					
						
						
							
							fix error discrepancy  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 4a4d415857 ) 
						
						
					 
					
						2015-01-07 18:11:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65c63da207 
					 
					
						
						
							
							use correct credit in CHANGES  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 4138e38825 ) 
						
						
					 
					
						2015-01-06 22:41:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9f028e4a78 
					 
					
						
						
							
							use correct function name  
						
						 
						
						... 
						
						
						
						Reviewed-by: Rich Salz <rsalz@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit cb62ab4b17 ) 
						
						
					 
					
						2015-01-06 21:05:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						64eec8f898 
					 
					
						
						
							
							Remove blank line from start of cflags character array in buildinf.h  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit b691154e18 ) 
						
						
					 
					
						2015-01-06 15:39:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						08a88774bd 
					 
					
						
						
							
							Only allow ephemeral RSA keys in export ciphersuites.  
						
						 
						
						... 
						
						
						
						OpenSSL clients would tolerate temporary RSA keys in non-export
ciphersuites. It also had an option SSL_OP_EPHEMERAL_RSA which
enabled this server side. Remove both options as they are a
protocol violation.
Thanks to Karthikeyan Bhargavan for reporting this issue.
(CVE-2015-0204)
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 4b4c1fcc88 )
Conflicts:
	CHANGES
	doc/ssl/SSL_CTX_set_options.pod 
						
						
					 
					
						2015-01-06 13:18:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						802a070bb6 
					 
					
						
						
							
							ECDH downgrade bug fix.  
						
						 
						
						... 
						
						
						
						Fix bug where an OpenSSL client would accept a handshake using an
ephemeral ECDH ciphersuites with the server key exchange message omitted.
Thanks to Karthikeyan Bhargavan for reporting this issue.
CVE-2014-3572
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit b15f876964 )
Conflicts:
	CHANGES 
						
						
					 
					
						2015-01-05 23:52:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31c65a7bc0 
					 
					
						
						
							
							update ordinals  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2015-01-05 16:50:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						208a6012be 
					 
					
						
						
							
							Fix various certificate fingerprint issues.  
						
						 
						
						... 
						
						
						
						By using non-DER or invalid encodings outside the signed portion of a
certificate the fingerprint can be changed without breaking the signature.
Although no details of the signed portion of the certificate can be changed
this can cause problems with some applications: e.g. those using the
certificate fingerprint for blacklists.
1. Reject signatures with non zero unused bits.
If the BIT STRING containing the signature has non zero unused bits reject
the signature. All current signature algorithms require zero unused bits.
2. Check certificate algorithm consistency.
Check the AlgorithmIdentifier inside TBS matches the one in the
certificate signature. NB: this will result in signature failure
errors for some broken certificates.
3. Check DSA/ECDSA signatures use DER.
Reencode DSA/ECDSA signatures and compare with the original received
signature. Return an error if there is a mismatch.
This will reject various cases including garbage after signature
(thanks to Antti Karjalainen and Tuomo Untinen from the Codenomicon CROSS
program for discovering this case) and use of BER or invalid ASN.1 INTEGERs
(negative or with leading zeroes).
CVE-2014-8275
Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 684400ce19 )
Conflicts:
	CHANGES
	crypto/dsa/dsa_asn1.c 
						
						
					 
					
						2015-01-05 15:06:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7f8a7cafd 
					 
					
						
						
							
							Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 4c52816d35 )
Conflicts:
	crypto/asn1/x_algor.c
	crypto/x509/x509.h 
						
						
					 
					
						2015-01-05 14:57:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f1c30b00d 
					 
					
						
						
							
							Reject invalid constructed encodings.  
						
						 
						
						... 
						
						
						
						According to X6.90 null, object identifier, boolean, integer and enumerated
types can only have primitive encodings: return an error if any of
these are received with a constructed encoding.
Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit f5e4b6b5b5 )
Conflicts:
	crypto/asn1/asn1_err.c 
						
						
					 
					
						2015-01-05 14:39:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						c4b969639a 
					 
					
						
						
							
							Fix a problem if CFLAGS is too long cversion.c fails to compile when config  
						
						 
						
						... 
						
						
						
						is run with --strict-warnings.
Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 488f16e31b ) 
						
						
					 
					
						2014-12-19 14:11:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						bfb2e4b280 
					 
					
						
						
							
							Return error when a bit string indicates an invalid amount of bits left  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2014-12-18 15:12:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						d8c8a718a2 
					 
					
						
						
							
							Revert "RT3425: constant-time evp_enc"  
						
						 
						
						... 
						
						
						
						Causes more problems than it fixes: even though error codes
are not part of the stable API, several users rely on the
specific error code, and the change breaks them. Conversely,
we don't have any concrete use-cases for constant-time behaviour here.
This reverts commit b55ff319f8 .
Reviewed-by: Andy Polyakov <appro@openssl.org > 
						
						
					 
					
						2014-12-17 14:56:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						40c2812f56 
					 
					
						
						
							
							Premaster secret handling fixes  
						
						 
						
						... 
						
						
						
						From BoringSSL
- Send an alert when the client key exchange isn't correctly formatted.
- Reject overly short RSA ciphertexts to avoid a (benign) out-of-bounds memory access.
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit 4aecfd4d9f ) 
						
						
					 
					
						2014-12-17 14:04:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						2e3e3d278e 
					 
					
						
						
							
							Add OPENSSL_NO_ECDH guards  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 7f9edfd23a ) 
						
						
					 
					
						2014-12-16 10:22:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						2ececf59de 
					 
					
						
						
							
							Remove extraneous white space, and add some braces  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 55e530265a ) 
						
						
					 
					
						2014-12-16 00:11:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						a60536348b 
					 
					
						
						
							
							DTLS fixes for signed/unsigned issues  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 1904d21123 ) 
						
						
					 
					
						2014-12-16 00:11:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						9d410579a7 
					 
					
						
						
							
							Checkout return value of dtls1_output_cert_chain  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 9beb948c0d ) 
						
						
					 
					
						2014-12-15 21:29:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						4f90ef0c5b 
					 
					
						
						
							
							Check return value of ssl3_output_cert_chain  
						
						 
						
						... 
						
						
						
						Based on commit 66f96fe2d5  by Steve Henson
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit ce5ddefc43 ) 
						
						
					 
					
						2014-12-15 21:29:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						eae2bb2f1f 
					 
					
						
						
							
							Fix memory leak in s2_srvr.c if BUF_MEM_grow fails  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit d04a1e0b5b ) 
						
						
					 
					
						2014-12-13 00:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						c313270836 
					 
					
						
						
							
							Fixed memory leak if BUF_MEM_grow fails  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit bb1ddd3d9a ) 
						
						
					 
					
						2014-12-13 00:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						af8a66d10d 
					 
					
						
						
							
							Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of a  
						
						 
						
						... 
						
						
						
						malloc failure.
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit c6a84ff351 ) 
						
						
					 
					
						2014-12-12 23:52:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ec5c25b3b4 
					 
					
						
						
							
							Fixed memory leak in the event of a failure of BUF_MEM_grow  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 41bf250130 ) 
						
						
					 
					
						2014-12-08 16:51:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						38afaa48ec 
					 
					
						
						
							
							Fix memory leak in SSL_new if errors occur.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 76e6509085 ) 
						
						
					 
					
						2014-12-08 16:51:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						954818fe60 
					 
					
						
						
							
							Remove incorrect code inadvertently introduced through commit  59669b6ab.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Conflicts:
	ssl/d1_lib.c 
						
						
					 
					
						2014-12-04 14:25:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						027381f68c 
					 
					
						
						
							
							Remove "#if 0" code  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 4bb8eb9ce4 ) 
						
						
					 
					
						2014-12-03 09:43:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						a900b3b51c 
					 
					
						
						
							
							Only use the fallback mtu after 2 unsuccessful retransmissions if it is less  
						
						 
						
						... 
						
						
						
						than the mtu we are already using
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 047f21593e ) 
						
						
					 
					
						2014-12-03 09:43:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						82d7247fc5 
					 
					
						
						
							
							Updates to s_client and s_server to remove the constant 28 (for IPv4 header  
						
						 
						
						... 
						
						
						
						and UDP header) when setting an mtu. This constant is not always correct (e.g.
if using IPv6). Use the new DTLS_CTRL functions instead.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 464ce92026 ) 
						
						
					 
					
						2014-12-03 09:43:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ceb4c684e4 
					 
					
						
						
							
							If we really get a situation where the underlying mtu is less than the minimum  
						
						 
						
						... 
						
						
						
						we will support then dtls1_do_write can go into an infinite loop. This commit
fixes that.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit d3d9eef316 ) 
						
						
					 
					
						2014-12-03 09:43:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						a8da754d84 
					 
					
						
						
							
							Fix dtls_query_mtu so that it will always either complete with an mtu that is  
						
						 
						
						... 
						
						
						
						at least the minimum or it will fail.
There were some instances in dtls1_query_mtu where the final mtu can end up
being less than the minimum, i.e. where the user has set an mtu manually. This
shouldn't be allowed. Also remove dtls1_guess_mtu that, despite having
logic for guessing an mtu, was actually only ever used to work out the minimum
mtu to use.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 1620a2e49c ) 
						
						
					 
					
						2014-12-03 09:43:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						8ccb44e6f5 
					 
					
						
						
							
							Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)  
						
						 
						
						... 
						
						
						
						and instead use the value provided by the underlying BIO. Also provide some
new DTLS_CTRLs so that the library user can set the mtu without needing to
know this constant. These new DTLS_CTRLs provide the capability to set the
link level mtu to be used (i.e. including this IP/UDP overhead). The previous
DTLS_CTRLs required the library user to subtract this overhead first.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 59669b6abf )
Conflicts:
	ssl/d1_both.c
	ssl/ssl.h
	ssl/ssl_lib.c 
						
						
					 
					
						2014-12-03 09:43:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						bbfdd1f0c9 
					 
					
						
						
							
							There are a number of instances throughout the code where the constant 28 is  
						
						 
						
						... 
						
						
						
						used with no explanation. Some of this was introduced as part of RT#1929. The
value 28 is the length of the IP header (20 bytes) plus the UDP header (8
bytes). However use of this constant is incorrect because there may be
instances where a different value is needed, e.g. an IPv4 header is 20 bytes
but an IPv6 header is 40. Similarly you may not be using UDP (e.g. SCTP).
This commit introduces a new BIO_CTRL that provides the value to be used for
this mtu "overhead". It will be used by subsequent commits.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 0d3ae34df5 )
Conflicts:
	crypto/bio/bio.h
	crypto/bio/bss_dgram.c 
						
						
					 
					
						2014-12-03 09:41:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						8724f9f9cf 
					 
					
						
						
							
							The first call to query the mtu in dtls1_do_write correctly checks that the  
						
						 
						
						... 
						
						
						
						mtu that we have received is not less than the minimum. If its less it uses the
minimum instead. The second call to query the mtu does not do that, but
instead uses whatever comes back. We have seen an instance in RT#3592 where we
have got an unreasonably small mtu come back. This commit makes both query
checks consistent.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 6abb0d1f8e ) 
						
						
					 
					
						2014-12-03 09:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						6d41cbb63a 
					 
					
						
						
							
							The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being  
						
						 
						
						... 
						
						
						
						automatically updated, and we should use the one provided instead.
Unfortunately there are a couple of locations where this is not respected.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 001235778a ) 
						
						
					 
					
						2014-12-03 09:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						04a73c844f 
					 
					
						
						
							
							Verify that we have a sensible message len and fail if not  
						
						 
						
						... 
						
						
						
						RT#3592 provides an instance where the OPENSSL_assert that this commit
replaces can be hit. I was able to recreate this issue by forcing the
underlying BIO to misbehave and come back with very small mtu values. This
happens the second time around the while loop after we have detected that the
MTU has been exceeded following the call to dtls1_write_bytes.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit cf75017bfd ) 
						
						
					 
					
						2014-12-03 09:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87ff17a05d 
					 
					
						
						
							
							Check for FindNextFile when defining it rather than FindFirstFile  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2014-11-28 23:31:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d93112abc6 
					 
					
						
						
							
							[PR3597] Advance to the next state variant when reusing messages.  
						
						 
						
						... 
						
						
						
						Previously, state variant was not advanced, which resulted in state
being stuck in the st1 variant (usually "_A").
This broke certificate callback retry logic when accepting connections
that were using SSLv2 ClientHello (hence reusing the message), because
their state never advanced to SSL3_ST_SR_CLNT_HELLO_C variant required
for the retry code path.
Reported by Yichun Zhang (agentzh).
Signed-off-by: Piotr Sikora <piotr@cloudflare.com >
Reviewed-by: Richard Levitte <levitte@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2014-11-28 23:31:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						875a33d7f7 
					 
					
						
						
							
							Correct some layout issues, convert all remaining tabs to appropriate amounts of spaces.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 8123d158ab ) 
						
						
					 
					
						2014-11-28 17:04:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alok Menghrajani 
							
						 
					 
					
						
						
							
						
						cf48a6d7f6 
					 
					
						
						
							
							Improves the proxy certificates howto doc.  
						
						 
						
						... 
						
						
						
						The current documentation contains a bunch of spelling and grammar mistakes. I also
found it hard to understand some paragraphs, so here is my attempt to improve its
readability.
Reviewed-by: Richard Levitte <levitte@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 03b637a730 ) 
						
						
					 
					
						2014-11-28 17:04:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						7f3490e685 
					 
					
						
						
							
							Fixed warning in ssl2_enc  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 2db95e094d ) 
						
						
					 
					
						2014-11-27 21:58:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						dcf7a2dc4a 
					 
					
						
						
							
							Check EVP_Cipher return values for SSL2  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 5fc8bb6ab7 ) 
						
						
					 
					
						2014-11-27 21:58:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						6ff76b3347 
					 
					
						
						
							
							Add checks to the return value of EVP_Cipher to prevent silent encryption failure.  
						
						 
						
						... 
						
						
						
						PR#1767
Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit 244d0955ad ) 
						
						
					 
					
						2014-11-27 21:58:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						3b12515180 
					 
					
						
						
							
							Remove redundant checks in ssl_cert_dup. This was causing spurious error messages when using GOST  
						
						 
						
						... 
						
						
						
						PR#3613
Reviewed-by: Richard Levitte <levitte@openssl.org >
(cherry picked from commit fc3968a25c ) 
						
						
					 
					
						2014-11-27 20:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						4e73dc5b76 
					 
					
						
						
							
							Remove duplicated code  
						
						 
						
						... 
						
						
						
						Reviewed-by: Dr. Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-11-27 14:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						67eb85d7d4 
					 
					
						
						
							
							Tidy up ocsp help output  
						
						 
						
						... 
						
						
						
						Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
(cherry picked from commit 5e31a40f47 )
Conflicts:
	apps/ocsp.c
(cherry picked from commit e164582690 ) 
						
						
					 
					
						2014-11-27 14:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								André Guerreiro 
							
						 
					 
					
						
						
							
						
						915a3b1c21 
					 
					
						
						
							
							Add documentation on -timeout option in the ocsp utility  
						
						 
						
						... 
						
						
						
						PR#3612
Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
(cherry picked from commit de87dd46c1 )
(cherry picked from commit 4d3df37bc7 ) 
						
						
					 
					
						2014-11-27 14:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						e1b1d82aab 
					 
					
						
						
							
							Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask  
						
						 
						
						... 
						
						
						
						PR#3608
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 8a35dbb6d8 ) 
						
						
					 
					
						2014-11-26 10:18:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						c25456633c 
					 
					
						
						
							
							Corrected comments in ssl.h about SSLv23_method and friends  
						
						 
						
						... 
						
						
						
						PR#3574
Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
(cherry picked from commit 3a0765882c ) 
						
						
					 
					
						2014-11-25 22:28:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aaf9335970 
					 
					
						
						
							
							Fix cross reference table generator.  
						
						 
						
						... 
						
						
						
						If the hash or public key algorithm is "undef" the signature type
will receive special handling and shouldn't be included in the
cross reference table.
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 55f7fb8848 )
Conflicts:
	crypto/objects/obj_xref.h 
						
						
					 
					
						2014-11-13 13:40:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alok Menghrajani 
							
						 
					 
					
						
						
							
						
						cee17f96f1 
					 
					
						
						
							
							Fixes a minor typo in the EVP docs.  
						
						 
						
						... 
						
						
						
						Out is the buffer which needs to contain at least inl + cipher_block_size - 1 bytes. Outl
is just an int*.
Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 5211e094de ) 
						
						
					 
					
						2014-11-12 21:05:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michal Bozon 
							
						 
					 
					
						
						
							
						
						bd36615973 
					 
					
						
						
							
							Correct timestamp output when clock_precision_digits > 0  
						
						 
						
						... 
						
						
						
						PR#3535
Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-11-12 20:55:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						db85611989 
					 
					
						
						
							
							Fix free of garbage pointer. PR#3595  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit e04d426bf9 ) 
						
						
					 
					
						2014-11-12 20:33:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						9e5267fcdd 
					 
					
						
						
							
							Fix warning about negative unsigned intergers  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org > 
						
						
					 
					
						2014-11-11 15:48:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Neves 
							
						 
					 
					
						
						
							
						
						0d330ce5cc 
					 
					
						
						
							
							Use only unsigned arithmetic in constant-time operations  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kurt Roeckx <kurt@roeckx.be >
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-10-28 20:54:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						2a303a5834 
					 
					
						
						
							
							Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Rich Salz <rsalz@openssl.org > 
						
						
					 
					
						2014-10-21 22:41:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						8d81dfd0a6 
					 
					
						
						
							
							When processing ClientHello.cipher_suites, don't ignore cipher suites  
						
						 
						
						... 
						
						
						
						listed after TLS_FALLBACK_SCSV.
RT: 3575
Reviewed-by: Emilia Kasper <emilia@openssl.org > 
						
						
					 
					
						2014-10-21 22:32:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						69c163ac81 
					 
					
						
						
							
							Keep old method in case of an unsupported protocol  
						
						 
						
						... 
						
						
						
						When we're configured with no-ssl3 and we receive an SSL v3 Client Hello, we set
the method to NULL.  We didn't used to do that, and it breaks things.  This is a
regression introduced in 62f45cc27d .  Keep the old
method since the code is not able to deal with a NULL method at this time.
CVE-2014-3569, PR#3571
Reviewed-by: Emilia Käsper <emilia@openssl.org >
(cherry picked from commit 392fa7a952 ) 
						
						
					 
					
						2014-10-21 21:15:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						b7eaea7397 
					 
					
						
						
							
							no-ssl2 with no-ssl3 does not mean drop the ssl lib  
						
						 
						
						... 
						
						
						
						Reviewed-by: Geoff Thorpe <geoff@openssl.org >
(cherry picked from commit c882abd522 ) 
						
						
					 
					
						2014-10-20 15:25:13 +10:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2d2965d2c1 
					 
					
						
						
							
							e_os.h: refine inline override logic (to address warnings in debug build).  
						
						 
						
						... 
						
						
						
						Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit 55c7a4cf11 ) 
						
						
					 
					
						2014-10-17 11:55:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						56cee260d8 
					 
					
						
						
							
							e_os.h: allow inline functions to be compiled by legacy compilers.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 40155f4089 ) 
						
						
					 
					
						2014-10-17 11:55:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Cancemi 
							
						 
					 
					
						
						
							
						
						e2e13b8f3a 
					 
					
						
						
							
							RT3547: Add missing static qualifier  
						
						 
						
						... 
						
						
						
						Reviewed-by: Ben Laurie <ben@openssl.org >
(cherry picked from commit 87d388c955 ) 
						
						
					 
					
						2014-10-17 11:48:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						13b2a4d06a 
					 
					
						
						
							
							Prepare for 1.0.0p-dev  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-10-15 13:52:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						41da9188cc 
					 
					
						
						
							
							Prepare for 1.0.0o release  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-10-15 13:52:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						e9fe4b1033 
					 
					
						
						
							
							Updates to NEWS  
						
						 
						
						... 
						
						
						
						Reviewed-by: Dr Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-10-15 08:49:50 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						6469c947f5 
					 
					
						
						
							
							Update to CHANGES file  
						
						 
						
						... 
						
						
						
						Reviewed-by: Bodo Möller <bodo@openssl.org > 
						
						
					 
					
						2014-10-15 08:49:50 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9bf3ff1ca0 
					 
					
						
						
							
							Fix no-ssl3 configuration option  
						
						 
						
						... 
						
						
						
						CVE-2014-3568
Reviewed-by: Emilia Kasper <emilia@openssl.org >
Reviewed-by: Rich Salz <rsalz@openssl.org > 
						
						
					 
					
						2014-10-15 08:49:50 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						74f77d40a9 
					 
					
						
						
							
							Fix for session tickets memory leak.  
						
						 
						
						... 
						
						
						
						CVE-2014-3567
Reviewed-by: Rich Salz <rsalz@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2014-10-15 08:49:50 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						55513f3e48 
					 
					
						
						
							
							Fix SSL_R naming inconsistency.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org > 
						
						
					 
					
						2014-10-15 14:47:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						c8dd719095 
					 
					
						
						
							
							Add constant_time_locl.h to HEADERS,  
						
						 
						
						... 
						
						
						
						so the Win32 compile picks it up correctly.
Reviewed-by: Richard Levitte <levitte@openssl.org > 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0bfd0bff17 
					 
					
						
						
							
							Add the constant time test to the VMS build and tests  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Conflicts:
	test/maketests.com
	test/tests.com 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eb269523bb 
					 
					
						
						
							
							Include "constant_time_locl.h" rather than "../constant_time_locl.h".  
						
						 
						
						... 
						
						
						
						The different -I compiler parameters will take care of the rest...
Reviewed-by: Tim Hudson <tjh@openssl.org >
Conflicts:
	crypto/evp/evp_enc.c 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						802feda7fc 
					 
					
						
						
							
							Spaces were added in some strings for better readability. However, those spaces do not belong in file names, so when picking out the individual parts, remove the spaces  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org > 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cdad6ad015 
					 
					
						
						
							
							Adjust VMS build to Unix build.  Most of all, make it so the disabled  
						
						 
						
						... 
						
						
						
						algorithms MD2 and RC5 don't get built.
Also, disable building the test apps in crypto/des and crypto/pkcs7, as
they have no support at all.
Reviewed-by: Tim Hudson <tjh@openssl.org >
Conflicts:
	crypto/crypto-lib.com
	makevms.com
	ssl/ssl-lib.com 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4eca4cfbc8 
					 
					
						
						
							
							Make sure test/tests.com exit gracefully, even when openssl.exe wasn't properly built.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org > 
						
						
					 
					
						2014-10-15 11:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e29be228e 
					 
					
						
						
							
							Make sure that disabling the MAYLOSEDATA3 warning is only done when the compiler supports it. Otherwise, there are warnings about it lacking everywhere, which is quite tedious to read through while trying to check for other warnings.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
Conflicts:
	ssl/ssl-lib.com 
						
						
					 
					
						2014-10-15 11:32:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						8745c0815c 
					 
					
						
						
							
							Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsv  
						
						 
						
						... 
						
						
						
						handling out of #ifndef OPENSSL_NO_DTLS1 section.
Reviewed-by: Rich Salz <rsalz@openssl.org > 
						
						
					 
					
						2014-10-15 11:14:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						68828f167c 
					 
					
						
						
							
							Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Steve Henson <steve@openss.org > 
						
						
					 
					
						2014-10-15 04:25:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						59dcfa21e5 
					 
					
						
						
							
							Support TLS_FALLBACK_SCSV.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Rich Salz <rsalz@openssl.org > 
						
						
					 
					
						2014-10-15 04:05:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						13f8ddacbe 
					 
					
						
						
							
							Removed duplicate definition of PKCS7_type_is_encrypted  
						
						 
						
						... 
						
						
						
						Patch supplied by Matthieu Patou <mat@matws.net >, and modified to also
remove duplicate definition of PKCS7_type_is_digest.
PR#3551
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit e0fdea3e49 ) 
						
						
					 
					
						2014-10-06 23:48:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad8b204386 
					 
					
						
						
							
							Add additional DigestInfo checks.  
						
						 
						
						... 
						
						
						
						Reencode DigestInto in DER and check against the original: this
will reject any improperly encoded DigestInfo structures.
Note: this is a precautionary measure, there is no known attack
which can exploit this.
Thanks to Brian Smith for reporting this issue.
Reviewed-by: Tim Hudson <tjh@openssl.org > 
						
						
					 
					
						2014-09-29 12:30:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						7b7aef9bfd 
					 
					
						
						
							
							Add missing tests  
						
						 
						
						... 
						
						
						
						Accidentally omitted from commit 455b65dfab 
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit fdc35a9d3e ) 
						
						
					 
					
						2014-09-25 13:47:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						93540299fe 
					 
					
						
						
							
							Use correct function name: CMS_add1_signer()  
						
						 
						
						... 
						
						
						
						Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 5886354dcc ) 
						
						
					 
					
						2014-09-25 00:07:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1db72876dc 
					 
					
						
						
							
							crypto/bn/bn_nist.c: work around MSC ARM compiler bug.  
						
						 
						
						... 
						
						
						
						RT: 3541
Reviewed-by: Emilia Kasper <emilia@openssl.org >
(cherry picked from commit 8b07c005fe ) 
						
						
					 
					
						2014-09-25 00:48:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						b55ff319f8 
					 
					
						
						
							
							RT3425: constant-time evp_enc  
						
						 
						
						... 
						
						
						
						Do the final padding check in EVP_DecryptFinal_ex in constant time to
avoid a timing leak from padding failure.
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit 4aac102f75 )
Conflicts:
	crypto/evp/evp_enc.c
(cherry picked from commit 738911cde6 )
Conflicts:
	crypto/evp/evp_enc.c 
						
						
					 
					
						2014-09-24 16:29:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						9a6940a349 
					 
					
						
						
							
							RT3067: simplify patch  
						
						 
						
						... 
						
						
						
						(Original commit adb46dbc6d )
Use the new constant-time methods consistently in s3_srvr.c
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
(cherry picked from commit 455b65dfab )
Conflicts:
	ssl/Makefile 
						
						
					 
					
						2014-09-24 15:58:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						c36ceb0b15 
					 
					
						
						
							
							This change alters the processing of invalid, RSA pre-master secrets so  
						
						 
						
						... 
						
						
						
						that bad encryptions are treated like random session keys in constant
time.
(cherry picked from commit adb46dbc6d )
Reviewed-by: Rich Salz <rsalz@openssl.org > 
						
						
					 
					
						2014-09-24 15:56:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						904fcce0c6 
					 
					
						
						
							
							RT3066: rewrite RSA padding checks to be slightly more constant time.  
						
						 
						
						... 
						
						
						
						Also tweak s3_cbc.c to use new constant-time methods.
Also fix memory leaks from internal errors in RSA_padding_check_PKCS1_OAEP_mgf1
This patch is based on the original RT submission by Adam Langley <agl@chromium.org >,
as well as code from BoringSSL and OpenSSL.
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
Conflicts:
	crypto/rsa/rsa_oaep.c 
						
						
					 
					
						2014-09-24 14:35:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						2518a35a51 
					 
					
						
						
							
							Fixed error introduced in commit  f2be92b94d 
						
						 
						
						... 
						
						
						
						that fixed PR#3450 where an existing cast masked an issue when i was changed
from int to long in that commit
Picked up on z/linux (s390) where sizeof(int)!=sizeof(long)
Reviewed-by: Rich Salz <rsalz@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit b5ff559ff9 ) 
						
						
					 
					
						2014-09-22 06:32:42 +10:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						442ca2bd00 
					 
					
						
						
							
							psk_client_callback, 128-byte id bug.  
						
						 
						
						... 
						
						
						
						Fix a bug in handling of 128 byte long PSK identity in
psk_client_callback.
OpenSSL supports PSK identities of up to (and including) 128 bytes in
length. PSK identity is obtained via the psk_client_callback,
implementors of which are expected to provide a NULL-terminated
identity. However, the callback is invoked with only 128 bytes of
storage thus making it impossible to return a 128 byte long identity and
the required additional NULL byte.
This CL fixes the issue by passing in a 129 byte long buffer into the
psk_client_callback. As a safety precaution, this CL also zeroes out the
buffer before passing it into the callback, uses strnlen for obtaining
the length of the identity returned by the callback, and aborts the
handshake if the identity (without the NULL terminator) is longer than
128 bytes.
(Original patch amended to achieve strnlen in a different way.)
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit be0d851732 ) 
						
						
					 
					
						2014-09-05 12:25:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						09e62af4d4 
					 
					
						
						
							
							Ensure that x**0 mod 1 = 0.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 2b0180c37f )
Reviewed-by: Ben Laurie <ben@openssl.org > 
						
						
					 
					
						2014-09-04 16:07:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88f0c9797e 
					 
					
						
						
							
							Followup on RT3334 fix: make sure that a directory that's the empty  
						
						 
						
						... 
						
						
						
						string returns 0 with errno = ENOENT.
Reviewed-by: Andy Polyakov <appro@openssl.org >
(cherry picked from commit 360928b7d0 ) 
						
						
					 
					
						2014-09-03 22:26:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Mesnier 
							
						 
					 
					
						
						
							
						
						74f5307d57 
					 
					
						
						
							
							RT3334: Fix crypto/LPdir_win.c  
						
						 
						
						... 
						
						
						
						Reviewed-by: Richard Levitte <levitte@openssl.org >
Reviewed-by: Andy Polyakov <appro@openssl.org >
(cherry picked from commit 6a14fe7576 ) 
						
						
					 
					
						2014-09-03 22:26:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						da8dd611ae 
					 
					
						
						
							
							Make the inline const-time functions static.  
						
						 
						
						... 
						
						
						
						"inline" without static is not correct as the compiler may choose to ignore it
and will then either emit an external definition, or expect one.
Reviewed-by: Geoff Thorpe <geoff@openssl.org >
(cherry picked from commit 86f50b36e6 ) 
						
						
					 
					
						2014-09-02 15:25:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						43711a589b 
					 
					
						
						
							
							md5-x86_64.pl: work around warning.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit 4d86e8df6b ) 
						
						
					 
					
						2014-08-30 19:19:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rich Salz 
							
						 
					 
					
						
						
							
						
						bf63eab048 
					 
					
						
						
							
							Add tags/TAGS  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 9d6253cfd3 ) 
						
						
					 
					
						2014-08-30 10:09:44 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rich Salz 
							
						 
					 
					
						
						
							
						
						62ca466a54 
					 
					
						
						
							
							RT2379: Bug in BIO_set_accept_port.pod  
						
						 
						
						... 
						
						
						
						The doc says that port can be "*" to mean any port.
That's wrong.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
(cherry picked from commit 07e3b31fae ) 
						
						
					 
					
						2014-08-29 16:46:44 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						17d3b1ecea 
					 
					
						
						
							
							Fixed double inclusion of string.h  
						
						 
						
						... 
						
						
						
						PR2693
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 5d33b70ef5a4768fdfb77a73f9817c4570613039) 
						
						
					 
					
						2014-08-29 21:38:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						73729e4cf3 
					 
					
						
						
							
							Constant-time utilities  
						
						 
						
						... 
						
						
						
						Pull constant-time methods out to a separate header, add tests.
Reviewed-by: Bodo Moeller <bodo@openssl.org >
(cherry picked from commit e7169a5835 )
Conflicts:
	ssl/Makefile
	test/Makefile 
						
						
					 
					
						2014-08-28 17:18:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						05f61fb27e 
					 
					
						
						
							
							Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey  
						
						 
						
						... 
						
						
						
						The old code implicitly relies on the ASN.1 code returning a \0-prefixed buffer
when the buffer length is 0. Change this to verify explicitly that the ASN.1 string
has positive length.
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit 82dc08de54ce443c2a9ac478faffe79e76157795) 
						
						
					 
					
						2014-08-27 19:42:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						10be715b95 
					 
					
						
						
							
							RT3065: automatically generate a missing EC public key  
						
						 
						
						... 
						
						
						
						When d2i_ECPrivateKey reads a private key with a missing (optional) public key,
generate one automatically from the group and private key.
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit ed383f847156940e93f256fed78599873a4a9b28)
Conflicts:
	doc/crypto/EC_KEY_new.pod 
						
						
					 
					
						2014-08-27 19:42:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						e87a4a7011 
					 
					
						
						
							
							RT3065: ec_private_key_dont_crash  
						
						 
						
						... 
						
						
						
						This change saves several EC routines from crashing when an EC_KEY is
missing a public key. The public key is optional in the EC private key
format and, without this patch, running the following through `openssl
ec` causes a crash:
-----BEGIN EC PRIVATE KEY-----
MBkCAQEECAECAwQFBgcIoAoGCCqGSM49AwEH
-----END EC PRIVATE KEY-----
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit b391570bdeb386d4fd325917c248d593d3c43930) 
						
						
					 
					
						2014-08-27 19:42:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mihai Militaru 
							
						 
					 
					
						
						
							
						
						f2a57c101f 
					 
					
						
						
							
							RT2210: Add missing EVP_cleanup to example  
						
						 
						
						... 
						
						
						
						I also removed some trailing whitespace and cleaned
up the "see also" list.
Reviewed-by: Emilia Kasper <emilia@openssl.org >
(cherry picked from commit 7b3e11c544 ) 
						
						
					 
					
						2014-08-27 13:27:24 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Gatwood 
							
						 
					 
					
						
						
							
						
						b88ffa2bce 
					 
					
						
						
							
							RT1744: SSL_CTX_set_dump_dh() doc feedback  
						
						 
						
						... 
						
						
						
						The description of when the server creates a DH key is
confusing.  This cleans it up.
(rsalz: also removed trailing whitespace.)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org > 
						
						
					 
					
						2014-08-26 13:40:16 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jan Schaumann 
							
						 
					 
					
						
						
							
						
						27b0494153 
					 
					
						
						
							
							RT1804: fix EXAMPLE in EVP_EncryptInit.pod  
						
						 
						
						... 
						
						
						
						The EXAMPLE that used FILE and RC2 doesn't compile due to a
few minor errors.  Tweak to use IDEA and AES-128. Remove
examples about RC2 and RC5.
Reviewed-by: Emilia Kasper <emilia@openssl.org > 
						
						
					 
					
						2014-08-25 10:27:20 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						d38dcafe95 
					 
					
						
						
							
							Typo fixes to evp documentation.  
						
						 
						
						... 
						
						
						
						This patch was submitted by user "Kox" via the wiki
Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 2dd8cb3b95 ) 
						
						
					 
					
						2014-08-24 21:27:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						b0873dbb44 
					 
					
						
						
							
							RT3060: Limit the number of empty records.  
						
						 
						
						... 
						
						
						
						Limit the number of empty records that will be processed consecutively
in order to prevent ssl3_get_record from never returning.
Reported by "oftc_must_be_destroyed" and George Kadianakis.
Reviewed-by: Bodo Moeller <bodo@openssl.org >
(cherry picked from commit 3aac17a82f ) 
						
						
					 
					
						2014-08-22 15:53:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						48ae65be09 
					 
					
						
						
							
							RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Viktor Dukhovni <viktor@openssl.org >
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit e19c93811f ) 
						
						
					 
					
						2014-08-22 15:25:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						dd5d7447c1 
					 
					
						
						
							
							Improve EVP_PKEY_sign documentation  
						
						 
						
						... 
						
						
						
						Clarify the intended use of EVP_PKEY_sign. Make the code example compile.
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit d64c533a20 ) 
						
						
					 
					
						2014-08-22 15:06:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						4ff9cbe635 
					 
					
						
						
							
							define inline for Visual Studio  
						
						 
						
						... 
						
						
						
						In Visual Studio, inline is available in C++ only, however __inline is available for C, see
http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx 
Reviewed-by: Richard Levitte <levitte@openssl.org >
Reviewed-by: Dr Stephen Henson <steve@openssl.org >
(cherry picked from commit f511b25a73 ) 
						
						
					 
					
						2014-08-21 16:08:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						e164b34079 
					 
					
						
						
							
							Add volatile qualifications to two blocks of inline asm to stop GCC from  
						
						 
						
						... 
						
						
						
						eliminating them as dead code.
Both volatile and "memory" are used because of some concern that the compiler
may still cache values across the asm block without it, and because this was
such a painful debugging session that I wanted to ensure that it's never
repeated.
(cherry picked from commit 7753a3a684 )
Conflicts:
	crypto/bn/asm/x86_64-gcc.c
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit a90b1e32d2 ) 
						
						
					 
					
						2014-08-19 17:11:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						679d0c8655 
					 
					
						
						
							
							Fixed out-of-bounds read errors in ssl3_get_key_exchange.  
						
						 
						
						... 
						
						
						
						PR#3450
Conflicts:
	ssl/s3_clnt.c
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-15 23:30:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						1d5e58b53c 
					 
					
						
						
							
							Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and  
						
						 
						
						... 
						
						
						
						group_order_tests (ectest.c).  Also fix the EC_POINTs_mul documentation (ec.h).
Reviewed-by: emilia@openssl.org 
Conflicts:
	crypto/ec/ectest.c 
						
						
					 
					
						2014-08-13 17:56:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						118149887b 
					 
					
						
						
							
							Prepare for 1.0.0o-dev  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-08-06 22:25:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						bb505311c6 
					 
					
						
						
							
							Prepare for 1.0.0n release  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-08-06 22:24:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						f5fc85d382 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						Reviewed-by: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-08-06 22:24:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						6e4929fcdb 
					 
					
						
						
							
							Updates to CHANGES and NEWS  
						
						 
						
						... 
						
						
						
						Reviewed-by: Kurt Roeckx <kurt@openssl.org > 
						
						
					 
					
						2014-08-06 21:34:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Tyukasz 
							
						 
					 
					
						
						
							
						
						03a12c1330 
					 
					
						
						
							
							Fix race condition in ssl_parse_serverhello_tlsext  
						
						 
						
						... 
						
						
						
						CVE-2014-3509
Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Dr. Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Kasper 
							
						 
					 
					
						
						
							
						
						57b0c4697a 
					 
					
						
						
							
							Fix OID handling:  
						
						 
						
						... 
						
						
						
						- Upon parsing, reject OIDs with invalid base-128 encoding.
- Always NUL-terminate the destination buffer in OBJ_obj2txt printing function.
CVE-2014-3508
Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
Reviewed-by: Kurt Roeckx <kurt@openssl.org >
Reviewed-by: Tim Hudson <tjh@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emilia Käsper 
							
						 
					 
					
						
						
							
						
						9fd3555305 
					 
					
						
						
							
							Fix DTLS anonymous EC(DH) denial of service  
						
						 
						
						... 
						
						
						
						CVE-2014-3510
Reviewed-by: Dr. Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Benjamin 
							
						 
					 
					
						
						
							
						
						67e53f73bf 
					 
					
						
						
							
							Fix protocol downgrade bug in case of fragmented packets  
						
						 
						
						... 
						
						
						
						CVE-2014-3511
Reviewed-by: Emilia Käsper <emilia@openssl.org >
Reviewed-by: Bodo Möller <bodo@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						2281d10a7b 
					 
					
						
						
							
							Remove some duplicate DTLS code.  
						
						 
						
						... 
						
						
						
						In a couple of functions, a sequence number would be calculated twice.
Additionally, in |dtls1_process_out_of_seq_message|, we know that
|frag_len| <= |msg_hdr->msg_len| so the later tests for |frag_len <
msg_hdr->msg_len| can be more clearly written as |frag_len !=
msg_hdr->msg_len|, since that's the only remaining case.
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						e5861c885f 
					 
					
						
						
							
							Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fragment would cause *ok to be clear, but the return value would still be the number of bytes read.  
						
						 
						
						... 
						
						
						
						Problem identified by Emilia Käsper, based on previous issue/patch by Adam
Langley.
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						60be115771 
					 
					
						
						
							
							Fix return code for truncated DTLS fragment.  
						
						 
						
						... 
						
						
						
						Previously, a truncated DTLS fragment in
|dtls1_process_out_of_seq_message| would cause *ok to be cleared, but
the return value would still be the number of bytes read. This would
cause |dtls1_get_message| not to consider it an error and it would
continue processing as normal until the calling function noticed that
*ok was zero.
I can't see an exploit here because |dtls1_get_message| uses
|s->init_num| as the length, which will always be zero from what I can
see.
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						5ee775a4a5 
					 
					
						
						
							
							Fix memory leak from zero-length DTLS fragments.  
						
						 
						
						... 
						
						
						
						The |pqueue_insert| function can fail if one attempts to insert a
duplicate sequence number. When handling a fragment of an out of
sequence message, |dtls1_process_out_of_seq_message| would not call
|dtls1_reassemble_fragment| if the fragment's length was zero. It would
then allocate a fresh fragment and attempt to insert it, but ignore the
return value, leaking the fragment.
This allows an attacker to exhaust the memory of a DTLS peer.
Fixes CVE-2014-3507
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						934ca0714a 
					 
					
						
						
							
							Fix DTLS handshake message size checks.  
						
						 
						
						... 
						
						
						
						In |dtls1_reassemble_fragment|, the value of
|msg_hdr->frag_off+frag_len| was being checked against the maximum
handshake message size, but then |msg_len| bytes were allocated for the
fragment buffer. This means that so long as the fragment was within the
allowed size, the pending handshake message could consume 16MB + 2MB
(for the reassembly bitmap). Approx 10 outstanding handshake messages
are allowed, meaning that an attacker could consume ~180MB per DTLS
connection.
In the non-fragmented path (in |dtls1_process_out_of_seq_message|), no
check was applied.
Fixes CVE-2014-3506
Wholly based on patch by Adam Langley with one minor amendment.
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ad007e0aaf 
					 
					
						
						
							
							Added comment for the frag->reassembly == NULL case as per feedback from Emilia  
						
						 
						
						... 
						
						
						
						Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						84361b898d 
					 
					
						
						
							
							Avoid double free when processing DTLS packets.  
						
						 
						
						... 
						
						
						
						The |item| variable, in both of these cases, may contain a pointer to a
|pitem| structure within |s->d1->buffered_messages|. It was being freed
in the error case while still being in |buffered_messages|. When the
error later caused the |SSL*| to be destroyed, the item would be double
freed.
Thanks to Wah-Teh Chang for spotting that the fix in 1632ef74  was
inconsistent with the other error paths (but correct).
Fixes CVE-2014-3505
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Emilia Käsper <emilia@openssl.org > 
						
						
					 
					
						2014-08-06 21:30:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a80d39021 
					 
					
						
						
							
							Fix warnings about ignored return values.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 27131fe8f7 )
Reviewed-by: Matt Caswell <matt@openssl.org > 
						
						
					 
					
						2014-08-06 21:04:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						c5526a16b1 
					 
					
						
						
							
							Simplify and fix ec_GFp_simple_points_make_affine  
						
						 
						
						... 
						
						
						
						(which didn't always handle value 0 correctly).
Reviewed-by: emilia@openssl.org 
Conflicts:
	CHANGES
	crypto/ec/ectest.c 
						
						
					 
					
						2014-08-01 17:58:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Billy Brumley 
							
						 
					 
					
						
						
							
						
						b6b9670017 
					 
					
						
						
							
							"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".  
						
						 
						
						... 
						
						
						
						PR#2569
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit cba11f57ce ) 
						
						
					 
					
						2014-07-21 22:29:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						469665f658 
					 
					
						
						
							
							Remove old unused and unmaintained demonstration code.  
						
						 
						
						... 
						
						
						
						Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
(cherry picked from commit 62352b8138 ) 
						
						
					 
					
						2014-07-22 07:26:15 +10:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						c4eb02bcaa 
					 
					
						
						
							
							Minor documentation update removing "really" and a  
						
						 
						
						... 
						
						
						
						statement of opinion rather than a fact.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org >
Reviewed-by: Rich Salz <rsalz@openssl.org >
(cherry picked from commit c8d133e4b6 ) 
						
						
					 
					
						2014-07-21 20:24:13 +10:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						97f336f25d 
					 
					
						
						
							
							Fix documentation for RSA_set_method(3)  
						
						 
						
						... 
						
						
						
						PR#1675
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit 197400c3f0d617d71ad8167b52fb73046d334320) 
						
						
					 
					
						2014-07-19 18:26:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Walton 
							
						 
					 
					
						
						
							
						
						5e05728ace 
					 
					
						
						
							
							Fix typo, add reference.  
						
						 
						
						... 
						
						
						
						PR#3456
Reviewed-by: Stephen Henson <steve@openssl.org >
Reviewed-by: Matt Caswell <matt@openssl.org >
(cherry picked from commit d48e78f0cf ) 
						
						
					 
					
						2014-07-17 12:09:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						061a5bdba2 
					 
					
						
						
							
							Add Matt Caswell's fingerprint, and general update on the fingerprints file to bring it up to date  
						
						 
						
						... 
						
						
						
						Reviewed-by: Tim Hudson <tjh@openssl.org >
(cherry picked from commit 3bd548192a ) 
						
						
					 
					
						2014-07-15 23:24:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6ed83fb74 
					 
					
						
						
							
							Clarify -Verify and PSK.  
						
						 
						
						... 
						
						
						
						PR#3452
(cherry picked from commit ca2015a617 ) 
						
						
					 
					
						2014-07-15 20:23:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c3f2fc419b 
					 
					
						
						
							
							Fix DTLS certificate requesting code.  
						
						 
						
						... 
						
						
						
						Use same logic when determining when to expect a client
certificate for both TLS and DTLS.
PR#3452
(cherry picked from commit c8d710dc5f ) 
						
						
					 
					
						2014-07-15 18:23:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec9cb40da5 
					 
					
						
						
							
							Add ECC extensions with DTLS.  
						
						 
						
						... 
						
						
						
						PR#3449
(cherry picked from commit 2054eb771e ) 
						
						
					 
					
						2014-07-15 12:29:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ed1de3810d 
					 
					
						
						
							
							Don't allow -www etc options with DTLS.  
						
						 
						
						... 
						
						
						
						The options which emulate a web server don't make sense when doing DTLS.
Exit with an error if an attempt is made to use them.
PR#3453
(cherry picked from commit 58a2aaeade8bdecd0f9f0df41927f7cff3012547) 
						
						
					 
					
						2014-07-15 12:27:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df35da266d 
					 
					
						
						
							
							Use case insensitive compare for servername.  
						
						 
						
						... 
						
						
						
						PR#3445
(cherry picked from commit 1c3e9a7c67 ) 
						
						
					 
					
						2014-07-15 00:00:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						26d60e29e3 
					 
					
						
						
							
							Use more common name for GOST key exchange.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7aabd9c92fe6f0ea2a82869e5171dcc4518cee85) 
						
						
					 
					
						2014-07-14 18:31:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						5a0df377ac 
					 
					
						
						
							
							Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.  
						
						 
						
						... 
						
						
						
						This is actually ok for this function, but initialised to zero anyway if
PURIFY defined.
This does have the impact of masking any *real* unitialised data reads in bn though.
Patch based on approach suggested by Rich Salz.
PR#3415
(cherry picked from commit 77747e2d9a5573b1dbc15e247ce18c03374c760c) 
						
						
					 
					
						2014-07-13 22:25:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Mosmans 
							
						 
					 
					
						
						
							
						
						f7123634a5 
					 
					
						
						
							
							Add names of GOST algorithms.  
						
						 
						
						... 
						
						
						
						PR#3440
(cherry picked from commit 924e5eda2c )
Conflicts:
	ssl/ssl_ciph.c 
						
						
					 
					
						2014-07-13 18:35:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7aeb3d7937 
					 
					
						
						
							
							* crypto/ui/ui_lib.c: misplaced brace in switch statement.  
						
						 
						
						... 
						
						
						
						Detected by dcruette@qualitesys.com 
(cherry picked from commit 8b5dd34091 ) 
						
						
					 
					
						2014-07-13 19:16:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						182f1ad8a1 
					 
					
						
						
							
							Fix memory leak in BIO_free if there is no destroy function.  
						
						 
						
						... 
						
						
						
						Based on an original patch by Neitrino Photonov <neitrinoph@gmail.com >
PR#3439
(cherry picked from commit 66816c53be ) 
						
						
					 
					
						2014-07-09 23:37:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Lloyd 
							
						 
					 
					
						
						
							
						
						0819130188 
					 
					
						
						
							
							Prevent infinite loop loading config files.  
						
						 
						
						... 
						
						
						
						PR#2985
(cherry picked from commit 9d23f422a3 ) 
						
						
					 
					
						2014-07-07 13:50:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3fe4fc4774 
					 
					
						
						
							
							Usage for -hack and -prexit -verify_return_error  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a07f514fc0 ) 
						
						
					 
					
						2014-07-06 22:59:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1326733457 
					 
					
						
						
							
							Document certificate status request options.  
						
						 
						
						... 
						
						
						
						Conflicts:
	doc/apps/s_client.pod
	doc/apps/s_server.pod
(cherry picked from commit b197c770a6 ) 
						
						
					 
					
						2014-07-06 22:59:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8426e6b7d 
					 
					
						
						
							
							s_server usage for certificate status requests  
						
						 
						
						
						
						
					 
					
						2014-07-06 22:58:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aa90ff7d8e 
					 
					
						
						
							
							Update ticket callback docs.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a23a6e85d8 ) 
						
						
					 
					
						2014-07-06 12:42:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aeae79951c 
					 
					
						
						
							
							Sanity check keylength in PVK files.  
						
						 
						
						... 
						
						
						
						PR#2277
(cherry picked from commit 733a6c882e92f8221bd03a51643bb47f5f81bb81) 
						
						
					 
					
						2014-07-06 00:36:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						cf3792b3e4 
					 
					
						
						
							
							Fixed error in pod files with latest versions of pod2man  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 07255f0a76d9d349d915e14f969b9ff2ee0d1953) 
						
						
					 
					
						2014-07-06 00:05:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alan Hryngle 
							
						 
					 
					
						
						
							
						
						e6b98d5a40 
					 
					
						
						
							
							Return smaller of ret and f.  
						
						 
						
						... 
						
						
						
						PR#3418.
(cherry picked from commit fdea4fff8f ) 
						
						
					 
					
						2014-07-05 22:38:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4054d95eb9 
					 
					
						
						
							
							Don't limit message sizes in ssl3_get_cert_verify.  
						
						 
						
						... 
						
						
						
						PR#319 (reoponed version).
(cherry picked from commit 7f6e957864 )
Conflicts:
	ssl/s3_srvr.c 
						
						
					 
					
						2014-07-05 13:31:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a05e954b66 
					 
					
						
						
							
							Add license info.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 55707a36cc ) 
						
						
					 
					
						2014-07-04 18:44:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca4a339eeb 
					 
					
						
						
							
							typo  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 2cfbec1cae )
(cherry picked from commit a9661e45ac ) 
						
						
					 
					
						2014-07-04 18:44:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rich Salz 
							
						 
					 
					
						
						
							
						
						835e32f9f6 
					 
					
						
						
							
							Merge branch 'rsalz-docfixes'  
						
						 
						
						
						
						
					 
					
						2014-07-03 12:50:06 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rich Salz 
							
						 
					 
					
						
						
							
						
						23396f5500 
					 
					
						
						
							
							Close 3170, remove reference to Ariel Glenn's old 0.9.8 doc  
						
						 
						
						... 
						
						
						
						(cherry picked from commit f1112985e8 ) 
						
						
					 
					
						2014-07-03 12:44:41 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1c9b82a91f 
					 
					
						
						
							
							update release notes  
						
						 
						
						
						
						
					 
					
						2014-07-02 18:31:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Smart 
							
						 
					 
					
						
						
							
						
						99657430c0 
					 
					
						
						
							
							Fix doc typo.  
						
						 
						
						... 
						
						
						
						ERR_get_error(3) references the non-existent
ERR_get_last_error_line_data instead of the one that does exist,
ERR_peek_last_error_line_data.
PR#3283
(cherry picked from commit 5cc99c6cf5 ) 
						
						
					 
					
						2014-07-02 03:45:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thijs Alkemade 
							
						 
					 
					
						
						
							
						
						ce20ac72b4 
					 
					
						
						
							
							Make disabling last cipher work.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7cb472bd0d ) 
						
						
					 
					
						2014-07-02 03:33:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						525b6c7585 
					 
					
						
						
							
							util/mkerr.pl: fix perl warning  
						
						 
						
						... 
						
						
						
						Gets rid of this;
defined(@array) is deprecated at ../util/mkerr.pl line 792.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at ../util/mkerr.pl line 800.
        (Maybe you should just omit the defined()?)
Signed-off-by: Geoff Thorpe <geoff@openssl.org >
(cherry picked from commit 647f360e2e ) 
						
						
					 
					
						2014-07-02 01:50:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29ed482ffc 
					 
					
						
						
							
							ASN1 sanity check.  
						
						 
						
						... 
						
						
						
						Primitive encodings shouldn't use indefinite length constructed
form.
PR#2438 (partial).
(cherry picked from commit 398e99fe5e ) 
						
						
					 
					
						2014-07-02 01:01:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Walton 
							
						 
					 
					
						
						
							
						
						b38db8803f 
					 
					
						
						
							
							Clarified that the signature's buffer size, s, is not used as an  
						
						 
						
						... 
						
						
						
						IN parameter.
Under the old docs, the only thing stated was "at most
EVP_PKEY_size(pkey) bytes will be written". It was kind of misleading
since it appears EVP_PKEY_size(pkey) WILL be written regardless of the
signature's buffer size.
(cherry picked from commit 6e6ba36d98 ) 
						
						
					 
					
						2014-06-29 23:37:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59899c4d1b 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						... 
						
						
						
						PR#2531. 
						
						
					 
					
						2014-06-29 13:53:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ken Ballou 
							
						 
					 
					
						
						
							
						
						eec4cc8878 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						PR#3173
(cherry picked from commit 76ed5a42ea ) 
						
						
					 
					
						2014-06-29 13:39:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e7124497d 
					 
					
						
						
							
							Show errors on CSR verification failure.  
						
						 
						
						... 
						
						
						
						If CSR verify fails in ca utility print out error messages.
Otherwise some errors give misleading output: for example
if the key size exceeds the library limit.
PR#2875
(cherry picked from commit a30bdb55d1 ) 
						
						
					 
					
						2014-06-29 13:35:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c0eae35b3d 
					 
					
						
						
							
							Make no-ssl3 no-ssl2 do more sensible things.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7ae6a4b659 ) 
						
						
					 
					
						2014-06-29 03:05:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50c9141d00 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						PR#3107
(cherry picked from commit 7c206db928 ) 
						
						
					 
					
						2014-06-28 12:43:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2617a3c44d 
					 
					
						
						
							
							Don't disable state strings with no-ssl2  
						
						 
						
						... 
						
						
						
						Some state strings were erronously not compiled when no-ssl2
was set.
PR#3295
(cherry picked from commit 0518a3e19e ) 
						
						
					 
					
						2014-06-28 00:56:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Westfeld 
							
						 
					 
					
						
						
							
						
						a7da2b8e17 
					 
					
						
						
							
							Fix typo in ideatest.c  
						
						 
						
						... 
						
						
						
						(cherry picked from commit d1d4382dcb ) 
						
						
					 
					
						2014-06-28 00:06:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ken Ballou 
							
						 
					 
					
						
						
							
						
						e617a506ff 
					 
					
						
						
							
							Remove redundant check.  
						
						 
						
						... 
						
						
						
						PR#3174
(cherry picked from commit fd331c0bb9b557903dd2ce88398570a3327b5ef0) 
						
						
					 
					
						2014-06-27 23:18:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						80640bf0bc 
					 
					
						
						
							
							Fix for EVP_PBE_alg_add().  
						
						 
						
						... 
						
						
						
						In EVP_PBE_alg_add don't use the underlying NID for the cipher
as it may have a non-standard key size.
PR#3206
(cherry picked from commit efb7caef637a1de8468ca109efd355a9d0e73a45) 
						
						
					 
					
						2014-06-27 22:59:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f05bce4f2f 
					 
					
						
						
							
							Tolerate critical AKID in CRLs.  
						
						 
						
						... 
						
						
						
						PR#3014
(cherry picked from commit 11da66f8b1 ) 
						
						
					 
					
						2014-06-27 18:50:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Greenslade 
							
						 
					 
					
						
						
							
						
						5cd3ae9f18 
					 
					
						
						
							
							Handle IPv6 addresses in OCSP_parse_url.  
						
						 
						
						... 
						
						
						
						PR#2783
(cherry picked from commit b36f35cda9 ) 
						
						
					 
					
						2014-06-27 17:31:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tomas Mraz 
							
						 
					 
					
						
						
							
						
						d9d5a12823 
					 
					
						
						
							
							Don't advertise ECC ciphersuits in SSLv2 compatible client hello.  
						
						 
						
						... 
						
						
						
						PR#3374
(cherry picked from commit 0436369fcc ) 
						
						
					 
					
						2014-06-27 16:52:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Walton 
							
						 
					 
					
						
						
							
						
						06f3746c62 
					 
					
						
						
							
							Clarify docs.  
						
						 
						
						... 
						
						
						
						Document that the certificate passed to SSL_CTX_add_extra_chain_cert()
should not be freed by the application.
PR#3409
(cherry picked from commit 0535c2d67c )
Add restrictions section present in other branches.
Conflicts:
	doc/ssl/SSL_CTX_add_extra_chain_cert.pod
(cherry picked from commit 86cac6d3b2 ) 
						
						
					 
					
						2014-06-27 16:42:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						14247e4f59 
					 
					
						
						
							
							Memory leak and NULL dereference fixes.  
						
						 
						
						... 
						
						
						
						PR#3403
(cherry picked from commit d2aea03829 ) 
						
						
					 
					
						2014-06-27 14:53:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						72bc04942a 
					 
					
						
						
							
							Remove ancient obsolete files under pkcs7.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7be6b27aaf ) 
						
						
					 
					
						2014-06-27 13:56:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Huzaifa Sidhpurwala 
							
						 
					 
					
						
						
							
						
						8e28ef0d85 
					 
					
						
						
							
							Make sure BN_sqr can never return a negative value.  
						
						 
						
						... 
						
						
						
						PR#3410
(cherry picked from commit e14e764c0d5d469da63d0819c6ffc0e1e9e7f0bb) 
						
						
					 
					
						2014-06-26 23:50:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jenny Yung 
							
						 
					 
					
						
						
							
						
						996edff7e1 
					 
					
						
						
							
							Memory allocation checks.  
						
						 
						
						... 
						
						
						
						PR#3399.
(cherry picked from commit da0d5e78bc ) 
						
						
					 
					
						2014-06-26 23:33:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Miod Vallat 
							
						 
					 
					
						
						
							
						
						532ee6e056 
					 
					
						
						
							
							Fix off-by-one errors in ssl_cipher_get_evp()  
						
						 
						
						... 
						
						
						
						In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays.
Bug discovered and fixed by Miod Vallat from the OpenBSD team.
PR#3375 
						
						
					 
					
						2014-06-22 23:22:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						08db2cc9c1 
					 
					
						
						
							
							Revert "Fix off-by-one errors in ssl_cipher_get_evp()"  
						
						 
						
						... 
						
						
						
						This reverts commit 7e98378d15 .
Incorrect attribution. 
						
						
					 
					
						2014-06-22 23:22:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f25e4263fe 
					 
					
						
						
							
							Accept CCS after sending finished.  
						
						 
						
						... 
						
						
						
						Allow CCS after finished has been sent by client: at this point
keys have been correctly set up so it is OK to accept CCS from
server. Without this renegotiation can sometimes fail.
PR#3400
(cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41) 
						
						
					 
					
						2014-06-14 22:26:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						2dc967ddd0 
					 
					
						
						
							
							Fixed incorrect return code handling in ssl3_final_finish_mac.  
						
						 
						
						... 
						
						
						
						Based on an original patch by Joel Sing (OpenBSD) who also originally identified the issue. 
						
						
					 
					
						2014-06-13 15:56:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						a357acdd3b 
					 
					
						
						
							
							Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"  
						
						 
						
						... 
						
						
						
						This reverts commit e05282f8b0 .
Missing attribution. 
						
						
					 
					
						2014-06-13 15:55:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Cancemi 
							
						 
					 
					
						
						
							
						
						7e98378d15 
					 
					
						
						
							
							Fix off-by-one errors in ssl_cipher_get_evp()  
						
						 
						
						... 
						
						
						
						In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays.
PR#3375 
						
						
					 
					
						2014-06-12 21:17:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d663f506dc 
					 
					
						
						
							
							Allow the maximum value.  
						
						 
						
						... 
						
						
						
						(Backported as a result of PR#3377 reported by Rainer Jung <rainer.jung@kippdata.de >) 
						
						
					 
					
						2014-06-12 20:48:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ead6774804 
					 
					
						
						
							
							Fix compilation with no-comp  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1) 
						
						
					 
					
						2014-06-11 14:33:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						e05282f8b0 
					 
					
						
						
							
							Fixed incorrect return code handling in ssl3_final_finish_mac  
						
						 
						
						
						
						
					 
					
						2014-06-10 23:29:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						34b087c9d0 
					 
					
						
						
							
							Fix null pointer errors.  
						
						 
						
						... 
						
						
						
						PR#3394
(cherry picked from commit 7a9d59c148 ) 
						
						
					 
					
						2014-06-10 14:48:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9f81028969 
					 
					
						
						
							
							Update strength_bits for 3DES.  
						
						 
						
						... 
						
						
						
						Fix strength_bits to 112 for 3DES. 
						
						
					 
					
						2014-06-09 12:09:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Wilk 
							
						 
					 
					
						
						
							
						
						8781538f41 
					 
					
						
						
							
							Create ~/.rnd with mode 0600 instead of 0666  
						
						 
						
						... 
						
						
						
						Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
the file with open() using mode 0600 but fall back to using fopen() with the
default umask followed by a chmod().
Problem found by Jakub Wilk <jwilk@debian.org >. 
						
						
					 
					
						2014-06-08 21:29:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8343fdc3c7 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2014-06-07 18:19:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e966578d2f 
					 
					
						
						
							
							Make tls_session_secret_cb work with CVE-2014-0224 fix.  
						
						 
						
						... 
						
						
						
						If application uses tls_session_secret_cb for session resumption
set the CCS_OK flag.
(cherry picked from commit 953c592572e8811b7956cc09fbd8e98037068b58) 
						
						
					 
					
						2014-06-07 15:27:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						7bab3c16ff 
					 
					
						
						
							
							Fixed minor duplication in docs  
						
						 
						
						
						
						
					 
					
						2014-06-07 12:32:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e2d569973c 
					 
					
						
						
							
							Correct wording for website scripts.  
						
						 
						
						
						
						
					 
					
						2014-06-06 13:26:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						caff6fc593 
					 
					
						
						
							
							Add known issue.  
						
						 
						
						
						
						
					 
					
						2014-06-06 12:31:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ccb0398da6 
					 
					
						
						
							
							Fixed Windows compilation failure  
						
						 
						
						
						
						
					 
					
						2014-06-05 20:24:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f163fce81 
					 
					
						
						
							
							Prepare for 1.0.0n-dev  
						
						 
						
						
						
						
					 
					
						2014-06-05 10:43:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4bee980bb5 
					 
					
						
						
							
							Prepare for 1.0.0m release  
						
						 
						
						
						
						
					 
					
						2014-06-05 10:42:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7fa5428558 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2014-06-05 10:42:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b9c9cd3ded 
					 
					
						
						
							
							Update CHANGES and NEWS  
						
						 
						
						
						
						
					 
					
						2014-06-05 09:00:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8250e1b232 
					 
					
						
						
							
							Fix CVE-2014-3470  
						
						 
						
						... 
						
						
						
						Check session_cert is not NULL before dereferencing it. 
						
						
					 
					
						2014-06-03 16:30:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						519c977c47 
					 
					
						
						
							
							Fix CVE-2014-0221  
						
						 
						
						... 
						
						
						
						Unnecessary recursion when receiving a DTLS hello request can be used to
crash a DTLS client. Fixed by handling DTLS hello request without recursion.
Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue. 
						
						
					 
					
						2014-06-03 16:30:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						123370fb94 
					 
					
						
						
							
							Additional CVE-2014-0224 protection.  
						
						 
						
						... 
						
						
						
						Return a fatal error if an attempt is made to use a zero length
master secret. 
						
						
					 
					
						2014-06-03 16:30:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c97e457d53 
					 
					
						
						
							
							Fix for CVE-2014-0224  
						
						 
						
						... 
						
						
						
						Only accept change cipher spec when it is expected instead of at any
time. This prevents premature setting of session keys before the master
secret is determined which an attacker could use as a MITM attack.
Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for reporting this issue
and providing the initial fix this patch is based on. 
						
						
					 
					
						2014-06-03 16:30:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4e6ed09e4 
					 
					
						
						
							
							Fix for CVE-2014-0195  
						
						 
						
						... 
						
						
						
						A buffer overrun attack can be triggered by sending invalid DTLS fragments
to an OpenSSL DTLS client or server. This is potentially exploitable to
run arbitrary code on a vulnerable client or server.
Fixed by adding consistency check for DTLS fragments.
Thanks to Jüri Aedla for reporting this issue. 
						
						
					 
					
						2014-06-03 16:30:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zhu qun-ying 
							
						 
					 
					
						
						
							
						
						b79e6e3a27 
					 
					
						
						
							
							Free up s->d1->buffered_app_data.q properly.  
						
						 
						
						... 
						
						
						
						PR#3286
(cherry picked from commit 71e95000afb2227fe5cac1c79ae884338bcd8d0b) 
						
						
					 
					
						2014-06-02 14:40:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						812b7246d4 
					 
					
						
						
							
							Make PKCS7_NOCERTS match documentation.  
						
						 
						
						... 
						
						
						
						As documented PKCS7_NOCERTS should only exclude the signer's certificate
and not any supplied in the "certs" parameter. This makes it possible to
exclude the signer's certificate but include other certificates. Applications
that don't want to include other certificates should set "certs" to NULL
anyway.
(cherry picked from commit 5c6f808b66f1a2e0fb2a508b24b845a88803fe3a) 
						
						
					 
					
						2014-06-02 13:53:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Annie Yousar 
							
						 
					 
					
						
						
							
						
						db305124f3 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						... 
						
						
						
						PR#2677. 
						
						
					 
					
						2014-06-02 13:53:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sami Farin 
							
						 
					 
					
						
						
							
						
						bffbaf92bf 
					 
					
						
						
							
							Typo: set i to -1 before goto.  
						
						 
						
						... 
						
						
						
						PR#3302
(cherry picked from commit 9717f01951f976f76dd40a38d9fc7307057fa4c4) 
						
						
					 
					
						2014-06-02 13:53:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						5aca5d41c0 
					 
					
						
						
							
							Added SSLErr call for internal error in dtls1_buffer_record  
						
						 
						
						
						
						
					 
					
						2014-06-01 21:43:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ramos 
							
						 
					 
					
						
						
							
						
						8343e6b6b2 
					 
					
						
						
							
							Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362  
						
						 
						
						
						
						
					 
					
						2014-06-01 21:42:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f87c6a551e 
					 
					
						
						
							
							Set default global mask to UTF8 only.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 3009244da4 ) 
						
						
					 
					
						2014-06-01 15:04:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ramos 
							
						 
					 
					
						
						
							
						
						268ae49453 
					 
					
						
						
							
							Allocate extra space when NETSCAPE_HANG_BUG defined.  
						
						 
						
						... 
						
						
						
						Make sure there is an extra 4 bytes for server done message when
NETSCAPE_HANG_BUG is defined.
PR#3361
(cherry picked from commit 673c42b238 ) 
						
						
					 
					
						2014-06-01 14:31:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hubert Kario 
							
						 
					 
					
						
						
							
						
						6270d1c086 
					 
					
						
						
							
							add description of -attime to man page  
						
						 
						
						... 
						
						
						
						the verify app man page didn't describe the usage of attime option
even though it was listed as a valid option in the -help message.
This patch fixes this omission. 
						
						
					 
					
						2014-05-30 23:35:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hubert Kario 
							
						 
					 
					
						
						
							
						
						5b54d26830 
					 
					
						
						
							
							add description of -no_ecdhe option to s_server man page  
						
						 
						
						... 
						
						
						
						While the -help message references this option, the man page
doesn't mention the -no_ecdhe option.
This patch fixes this omission. 
						
						
					 
					
						2014-05-30 23:35:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fccbab6f31 
					 
					
						
						
							
							Set version number correctly.  
						
						 
						
						... 
						
						
						
						PR#3249
(cherry picked from commit 8909bf20269035d295743fca559207ef2eb84eb3) 
						
						
					 
					
						2014-05-29 14:12:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								František Bořánek 
							
						 
					 
					
						
						
							
						
						caf4e91a35 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						... 
						
						
						
						PR#3278
(cherry picked from commit de56fe797081fc09ebd1add06d6e2df42a324fd5) 
						
						
					 
					
						2014-05-29 14:12:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c01a838d62 
					 
					
						
						
							
							Fix signed/unsigned warning.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 989d87cb1a ) 
						
						
					 
					
						2014-05-29 14:12:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						66d3fb6af0 
					 
					
						
						
							
							Fix for PKCS12_create if no-rc2 specified.  
						
						 
						
						... 
						
						
						
						Use triple DES for certificate encryption if no-rc2 is
specified.
PR#3357
(cherry picked from commit 2e2a6d0ecd8f6984c692078ec2e2683690e0bc59) 
						
						
					 
					
						2014-05-29 14:12:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92e2dc11f3 
					 
					
						
						
							
							Change default cipher in smime app to des3.  
						
						 
						
						... 
						
						
						
						PR#3357
(cherry picked from commit ca3ffd9670f2b589bf8cc04923f953e06d6fbc58) 
						
						
					 
					
						2014-05-29 14:12:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Mosmans 
							
						 
					 
					
						
						
							
						
						5bcb4be17d 
					 
					
						
						
							
							Fix for test_bn regular expression to work on Windows using MSYS. PR#3346  
						
						 
						
						
						
						
					 
					
						2014-05-27 23:29:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						dd9d9056cb 
					 
					
						
						
							
							Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_arg  
						
						 
						
						
						
						
					 
					
						2014-05-25 23:48:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						44f28dd1e6 
					 
					
						
						
							
							Fix for non compilation with TLS_DEBUG defined  
						
						 
						
						
						
						
					 
					
						2014-05-24 23:59:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						3f2959beee 
					 
					
						
						
							
							Fixed minor copy&paste error, and stray space causing rendering problem  
						
						 
						
						
						
						
					 
					
						2014-05-22 00:12:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janpopan 
							
						 
					 
					
						
						
							
						
						30e9cbe792 
					 
					
						
						
							
							Fix a wrong parameter count ERR_add_error_data  
						
						 
						
						
						
						
					 
					
						2014-05-19 22:18:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						5b7f4c718f 
					 
					
						
						
							
							Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch  
						
						 
						
						
						
						
					 
					
						2014-05-15 21:19:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Walton 
							
						 
					 
					
						
						
							
						
						cb8044f032 
					 
					
						
						
							
							Fix grammar error in verify pod. PR#3355  
						
						 
						
						
						
						
					 
					
						2014-05-14 23:00:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeffrey Walton 
							
						 
					 
					
						
						
							
						
						7bca2646b5 
					 
					
						
						
							
							Add information to BUGS section of enc documentation. PR#3354  
						
						 
						
						
						
						
					 
					
						2014-05-14 23:00:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michal Bozon 
							
						 
					 
					
						
						
							
						
						edc2df54b9 
					 
					
						
						
							
							Corrected POD syntax errors. PR#3353  
						
						 
						
						
						
						
					 
					
						2014-05-14 23:00:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						365e872fa1 
					 
					
						
						
							
							Check sk_SSL_CIPHER_num() after assigning sk.  
						
						 
						
						
						
						
					 
					
						2014-05-12 23:05:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jean-Paul Calderone 
							
						 
					 
					
						
						
							
						
						b3edc5fdb1 
					 
					
						
						
							
							Correct the return type on the signature for X509_STORE_CTX_get_ex_data given in the pod file.  
						
						 
						
						
						
						
					 
					
						2014-05-12 22:48:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Serguei E. Leontiev 
							
						 
					 
					
						
						
							
						
						f7c4fe519b 
					 
					
						
						
							
							Replace manual ASN1 decoder with ASN1_get_object  
						
						 
						
						... 
						
						
						
						Replace manual ASN.1 decoder with ASN1_get object. This
will decode the tag and length properly and check against
it does not exceed the supplied buffer length.
PR#3335
(cherry picked from commit b0308dddd1cc6a8e1de803ef29ba6da25ee072c2) 
						
						
					 
					
						2014-05-12 18:41:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						92c2c6e88c 
					 
					
						
						
							
							Fixed NULL pointer dereference. See PR#3321  
						
						 
						
						
						
						
					 
					
						2014-05-12 00:48:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Günther Noack 
							
						 
					 
					
						
						
							
						
						12cbba0d54 
					 
					
						
						
							
							Avoid out-of-bounds write in SSL_get_shared_ciphers  
						
						 
						
						... 
						
						
						
						PR: 3317 
						
						
					 
					
						2014-05-11 23:59:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Viktor Dukhovni 
							
						 
					 
					
						
						
							
						
						f9f6befa1f 
					 
					
						
						
							
							Fix infinite loop. PR#3347  
						
						 
						
						
						
						
					 
					
						2014-05-11 21:15:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						0552cbcdaa 
					 
					
						
						
							
							safety check to ensure we dont send out beyond the users buffer  
						
						 
						
						
						
						
					 
					
						2014-05-11 13:33:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c3cd9be01f 
					 
					
						
						
							
							Return an error if no recipient type matches.  
						
						 
						
						... 
						
						
						
						If the key type does not match any CMS recipient type return
an error instead of using a random key (MMA mitigation). This
does not leak any useful information to an attacker.
PR#3348
(cherry picked from commit 83a3182e0560f76548f4378325393461f6275493) 
						
						
					 
					
						2014-05-09 14:24:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						9f4a47b3ed 
					 
					
						
						
							
							coverity 966576 - close socket in error path  
						
						 
						
						
						
						
					 
					
						2014-05-08 23:24:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						51080676f1 
					 
					
						
						
							
							PR#3342 fix resource leak coverity issue 966577  
						
						 
						
						
						
						
					 
					
						2014-05-08 23:24:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						1535ff91e1 
					 
					
						
						
							
							fix coverity issue 966597 - error line is not always initialised  
						
						 
						
						
						
						
					 
					
						2014-05-08 00:04:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						79c8c47d5c 
					 
					
						
						
							
							Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in PR#3339  
						
						 
						
						
						
						
					 
					
						2014-05-07 23:28:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						84fe686173 
					 
					
						
						
							
							evp: prevent underflow in base64 decoding  
						
						 
						
						... 
						
						
						
						This patch resolves RT ticket #2608 .
Thanks to Robert Dugal for originally spotting this, and to David
Ramos for noticing that the ball had been dropped.
Signed-off-by: Geoff Thorpe <geoff@openssl.org > 
						
						
					 
					
						2014-05-06 18:15:43 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						44ea88c26e 
					 
					
						
						
							
							bignum: allow concurrent BN_MONT_CTX_set_locked()  
						
						 
						
						... 
						
						
						
						The lazy-initialisation of BN_MONT_CTX was serialising all threads, as
noted by Daniel Sands and co at Sandia. This was to handle the case that
2 or more threads race to lazy-init the same context, but stunted all
scalability in the case where 2 or more threads are doing unrelated
things! We favour the latter case by punishing the former. The init work
gets done by each thread that finds the context to be uninitialised, and
we then lock the "set" logic after that work is done - the winning
thread's work gets used, the losing threads throw away what they've done.
Signed-off-by: Geoff Thorpe <geoff@openssl.org > 
						
						
					 
					
						2014-05-06 18:15:41 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f4e6975590 
					 
					
						
						
							
							dso: eliminate VMS code on non-VMS systems  
						
						 
						
						... 
						
						
						
						Even though the meat of dso_vms.c is compiled out on non-VMS builds,
the (pre-)compiler still traverses some of the macro handling. This
trips up at least one non-VMS build configuration, so this commit
makes the skip-VMS case more robust.
Signed-off-by: Geoff Thorpe <geoff@openssl.org > 
						
						
					 
					
						2014-05-06 18:15:37 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3dd101aa4d 
					 
					
						
						
							
							Initialize num properly.  
						
						 
						
						... 
						
						
						
						PR#3289
PR#3345
(cherry picked from commit 3ba1e406c2 ) 
						
						
					 
					
						2014-05-06 14:09:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba44b8d42e 
					 
					
						
						
							
							Set Enveloped data version to 2 if ktri version not zero.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 9c5d953a07 ) 
						
						
					 
					
						2014-05-06 14:04:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ramos 
							
						 
					 
					
						
						
							
						
						7cdbce53f1 
					 
					
						
						
							
							Double free in i2o_ECPublicKey  
						
						 
						
						... 
						
						
						
						PR: 3338 
						
						
					 
					
						2014-05-04 00:56:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Trawick 
							
						 
					 
					
						
						
							
						
						1ff9f2eed3 
					 
					
						
						
							
							typo in SSL_get_peer_cert_chain docs  
						
						 
						
						... 
						
						
						
						RT: 3304 
						
						
					 
					
						2014-05-02 00:29:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Caswell 
							
						 
					 
					
						
						
							
						
						ee30926671 
					 
					
						
						
							
							Fixed missing =back commands  
						
						 
						
						
						
						
					 
					
						2014-04-30 23:58:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lubomir Rintel 
							
						 
					 
					
						
						
							
						
						3d50fef7d7 
					 
					
						
						
							
							POD: Fix item numbering  
						
						 
						
						... 
						
						
						
						Newer pod2man considers =item [1-9] part of a numbered list, while =item
0 starts an unnumbered list. Add a zero effect formatting mark to override
this.
doc/apps/smime.pod around line 315: Expected text after =item, not a
number
...
PR#3146 
						
						
					 
					
						2014-04-30 23:50:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mancha 
							
						 
					 
					
						
						
							
						
						33c162301a 
					 
					
						
						
							
							Fix version documentation.  
						
						 
						
						... 
						
						
						
						Specify -f is for compilation flags. Add -d to synopsis section.
(cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1)
Closes  #80 . 
						
						
					 
					
						2014-04-26 11:24:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mancha 
							
						 
					 
					
						
						
							
						
						3abcf477a9 
					 
					
						
						
							
							Fix eckey_priv_encode()  
						
						 
						
						... 
						
						
						
						Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey. 
						
						
					 
					
						2014-04-24 19:33:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steve Marquess 
							
						 
					 
					
						
						
							
						
						986fa907ae 
					 
					
						
						
							
							Add new sponsors  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 351f0a124bffaa94d2a8abdec2e7dde5ae9c457d) 
						
						
					 
					
						2014-04-24 12:32:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e4e1b8f230 
					 
					
						
						
							
							Fix use after free.  
						
						 
						
						
						
						
					 
					
						2014-04-23 07:33:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mancha 
							
						 
					 
					
						
						
							
						
						da8f10881e 
					 
					
						
						
							
							Fix double frees.  
						
						 
						
						... 
						
						
						
						Conflicts:
	CHANGES 
						
						
					 
					
						2014-04-22 22:52:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ebbbc8bd1c 
					 
					
						
						
							
							Document -debug_decrypt option.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 0dd5b94aeb ) 
						
						
					 
					
						2014-04-16 12:36:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bddd6e3495 
					 
					
						
						
							
							Extension checking fixes.  
						
						 
						
						... 
						
						
						
						When looking for an extension we need to set the last found
position to -1 to properly search all extensions.
PR#3309.
(cherry picked from commit 300b9f0b70 ) 
						
						
					 
					
						2014-04-15 18:53:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6fc530e6a0 
					 
					
						
						
							
							Clarify CMS_decrypt behaviour.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 5f8e9a477a ) 
						
						
					 
					
						2014-04-15 18:19:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d24e8ac25b 
					 
					
						
						
							
							Add new key fingerprint.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 3143a332e8 ) 
						
						
					 
					
						2014-04-11 02:51:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						06e17142fc 
					 
					
						
						
							
							Fix free errors in ocsp utility.  
						
						 
						
						... 
						
						
						
						Keep copy of any host, path and port values allocated by
OCSP_parse_url and free as necessary.
(cherry picked from commit 5219d3dd35 ) 
						
						
					 
					
						2014-04-09 15:45:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f82596346b 
					 
					
						
						
							
							Document -verify_return_error option.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 4e6c12f308 ) 
						
						
					 
					
						2014-04-07 13:05:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						38b4d7aab1 
					 
					
						
						
							
							crypto/modes: strict aliasing fixes from master.  
						
						 
						
						
						
						
					 
					
						2014-04-06 17:23:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f16fede1cd 
					 
					
						
						
							
							Use correct length when prompting for password.  
						
						 
						
						... 
						
						
						
						Use bufsiz - 1 not BUFSIZ - 1 when prompting for a password in
the openssl utility.
Thanks to Rob Mackinnon, Leviathan Security for reporting this issue.
(cherry picked from commit 7ba08a4d73 ) 
						
						
					 
					
						2014-04-04 13:08:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a15b7c625 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 6cc0068430 ) 
						
						
					 
					
						2014-04-04 13:08:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						065b75d3b7 
					 
					
						
						
							
							Document new crl option.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit dbb7654dc1 ) 
						
						
					 
					
						2014-04-03 13:38:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim Hudson 
							
						 
					 
					
						
						
							
						
						75c3073bbf 
					 
					
						
						
							
							Add option to generate old hash format.  
						
						 
						
						... 
						
						
						
						New -hash_old to generate CRL hashes using old
(before OpenSSL 1.0.0) algorithm.
(cherry picked from commit de2d97cd79 ) 
						
						
					 
					
						2014-04-03 13:37:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Young 
							
						 
					 
					
						
						
							
						
						5762c18517 
					 
					
						
						
							
							Fix base64 decoding bug.  
						
						 
						
						... 
						
						
						
						A short PEM encoded sequence if passed to the BIO, and the file
had 2 \n following would fail.
PR#3289
(cherry picked from commit 10378fb5f4 ) 
						
						
					 
					
						2014-04-02 19:57:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6a1dd28576 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2014-03-12 14:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0737acd2a8 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						... 
						
						
						
						Use a previously unused value as we will be updating multiple released
branches. 
						
						
					 
					
						2014-03-12 14:41:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2198be3483 
					 
					
						
						
							
							Fix for CVE-2014-0076  
						
						 
						
						... 
						
						
						
						Fix for the attack described in the paper "Recovering OpenSSL
ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
by Yuval Yarom and Naomi Benger. Details can be obtained from:
http://eprint.iacr.org/2014/140 
Thanks to Yuval Yarom and Naomi Benger for discovering this
flaw and to Yuval Yarom for supplying a fix. 
						
						
					 
					
						2014-03-12 14:16:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6fe498497c 
					 
					
						
						
							
							typo  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a029788b0e ) 
						
						
					 
					
						2014-03-10 15:49:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce2c6d8452 
					 
					
						
						
							
							engines/ccgost/gosthash.c: simplify and avoid SEGV.  
						
						 
						
						... 
						
						
						
						PR: 3275
(cherry picked from commit ea38f02049 ) 
						
						
					 
					
						2014-03-07 11:04:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e67c71c8fd 
					 
					
						
						
							
							Fix for WIN32 builds with KRB5  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 3eddd1706a30cdf3dc9278692d8ee9038eac8a0d) 
						
						
					 
					
						2014-02-26 15:33:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ffa0e16198 
					 
					
						
						
							
							ssl/t1_enc.c: check EVP_MD_CTX_copy return value.  
						
						 
						
						... 
						
						
						
						PR: 3201
(cherry picked from commit 03da57fe14 ) 
						
						
					 
					
						2014-02-25 22:24:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						910b3a81fd 
					 
					
						
						
							
							Avoid Windows 8 Getversion deprecated errors.  
						
						 
						
						... 
						
						
						
						Windows 8 SDKs complain that GetVersion() is deprecated.
We only use GetVersion like this:
	(GetVersion() < 0x80000000)
which checks if the Windows version is NT based. Use a macro check_winnt()
which uses GetVersion() on older SDK versions and true otherwise.
(cherry picked from commit a4cc3c8041 ) 
						
						
					 
					
						2014-02-25 13:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						24a47191f3 
					 
					
						
						
							
							BC-32.pl: pre-1.0.2-specific refresh for Borland C.  
						
						 
						
						... 
						
						
						
						PR: 3251
Suggested by: Thorsten Schning
(cherry picked from commit 3ae1b53496 ) 
						
						
					 
					
						2014-02-24 16:55:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4ba2edd2a5 
					 
					
						
						
							
							BC-32.pl: refresh Borland C support.  
						
						 
						
						... 
						
						
						
						PR: 3251
Suggested by: Thorsten Schning
(cherry picked from commit 779c51c644 ) 
						
						
					 
					
						2014-02-24 16:49:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4f5b7a76da 
					 
					
						
						
							
							x509/by_dir.c: fix run-away pointer (and potential SEGV)  
						
						 
						
						... 
						
						
						
						when adding duplicates in add_cert_dir.
PR: 3261
Reported by: Marian Done
(cherry picked from commit 758954e0d8 ) 
						
						
					 
					
						2014-02-24 15:24:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8fe4d5bedb 
					 
					
						
						
							
							Remove duplicate statement.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 5a7652c3e5 ) 
						
						
					 
					
						2014-02-15 01:29:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						d43301b77a 
					 
					
						
						
							
							Use defaults bits in req when not given  
						
						 
						
						... 
						
						
						
						If you use "-newkey rsa" it's supposed to read the default number of bits from the
config file.  However the value isn't used to generate the key, but it does
print it's generating such a key.  The set_keygen_ctx() doesn't call
EVP_PKEY_CTX_set_rsa_keygen_bits() and you end up with the default set in
pkey_rsa_init() (1024).  Afterwards the number of bits gets read from the config
file, but nothing is done with that anymore.
We now read the config first and use the value from the config file when no size
is given.
PR: 2592
(cherry picked from commit 3343220327 ) 
						
						
					 
					
						2014-02-14 22:36:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kurt Roeckx 
							
						 
					 
					
						
						
							
						
						4727d57400 
					 
					
						
						
							
							Fix additional pod errors with numbered items.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit e547c45f1c ) 
						
						
					 
					
						2014-02-14 22:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Schaefer 
							
						 
					 
					
						
						
							
						
						b815ab2101 
					 
					
						
						
							
							Fix various spelling errors  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 2b4ffc659e ) 
						
						
					 
					
						2014-02-14 22:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Schaefer 
							
						 
					 
					
						
						
							
						
						ffaebdf38c 
					 
					
						
						
							
							Document pkcs12 -password behavior  
						
						 
						
						... 
						
						
						
						apps/pkcs12.c accepts -password as an argument.  The document author
almost certainly meant to write "-password, -passin".
However, that is not correct, either.  Actually the code treats
-password as equivalent to -passin, EXCEPT when -export is also
specified, in which case -password as equivalent to -passout.
(cherry picked from commit 856c6dfb09 ) 
						
						
					 
					
						2014-02-14 22:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e04001f85 
					 
					
						
						
							
							Clarify docs.  
						
						 
						
						... 
						
						
						
						Remove reference to ERR_TXT_MALLOCED in the error library as that is
only used internally. Indicate that returned error data must not be
freed.
(cherry picked from commit f2d678e6e8 ) 
						
						
					 
					
						2014-01-29 01:02:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0450d6c177 
					 
					
						
						
							
							typo  
						
						 
						
						... 
						
						
						
						(cherry picked from commit cb2182676b ) 
						
						
					 
					
						2014-01-28 15:36:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						745929c2a5 
					 
					
						
						
							
							Fix demo comment: 0.9.9 never released.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 717cc85895 ) 
						
						
					 
					
						2014-01-28 15:17:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						158d061609 
					 
					
						
						
							
							Add loaded dynamic ENGINEs to list.  
						
						 
						
						... 
						
						
						
						Always add a dynamically loaded ENGINE to list. Otherwise it can cause
problems when multiply loaded, especially if it adds new public key methods.
For all current engines we only want a single implementation anyway.
(cherry picked from commit e933f91f50 ) 
						
						
					 
					
						2014-01-28 13:57:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16d616756f 
					 
					
						
						
							
							Use default digest implementation in dgst.c  
						
						 
						
						... 
						
						
						
						Use default instead of ENGINE version of digest. Without this
errors will occur if you use an ENGINE for a private key and
it doesn't implement the digest in question.
(cherry picked from commit 4eedf86a16 ) 
						
						
					 
					
						2014-01-23 18:38:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9fe6acbd1d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2014-01-23 17:14:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaspar Brand 
							
						 
					 
					
						
						
							
						
						5df832293e 
					 
					
						
						
							
							Omit initial status request callback check.  
						
						 
						
						... 
						
						
						
						PR#3178
(cherry picked from commit eb85ee9a88 ) 
						
						
					 
					
						2014-01-16 13:51:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zoltan Arpadffy 
							
						 
					 
					
						
						
							
						
						317ed9abdb 
					 
					
						
						
							
							VMS fixes  
						
						 
						
						
						
						
					 
					
						2014-01-11 22:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						080ae68432 
					 
					
						
						
							
							fix shell syntax PR#3216  
						
						 
						
						
						
						
					 
					
						2014-01-10 23:03:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c6f6c44e5 
					 
					
						
						
							
							Fix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 8f4077ca69 ) 
						
						
					 
					
						2014-01-09 22:56:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11d31c00ad 
					 
					
						
						
							
							Prepare for 1.0.0m-dev  
						
						 
						
						
						
						
					 
					
						2014-01-06 15:02:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7f94a3c3de 
					 
					
						
						
							
							Prepare for 1.0.0l release  
						
						 
						
						
						
						
					 
					
						2014-01-06 15:02:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						528c6ef7c0 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2014-01-06 13:36:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1b0d48126b 
					 
					
						
						
							
							Restore SSL_OP_MSIE_SSLV2_RSA_PADDING  
						
						 
						
						... 
						
						
						
						The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
0.9.7h but deleting it will break source compatibility with any software
that references it. Restore it but #define to zero.
(cherry picked from commit b17d6b8d1d ) 
						
						
					 
					
						2014-01-04 14:01:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7233e20931 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2014-01-02 19:03:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d64b51d20 
					 
					
						
						
							
							Fix DTLS retransmission from previous session.  
						
						 
						
						... 
						
						
						
						For DTLS we might need to retransmit messages from the previous session
so keep a copy of write context in DTLS retransmission buffers instead
of replacing it after sending CCS. CVE-2013-6450.
(cherry picked from commit 34628967f1 )
Conflicts:
	ssl/ssl_locl.h 
						
						
					 
					
						2013-12-20 23:20:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f7732bca2 
					 
					
						
						
							
							Ignore NULL parameter in EVP_MD_CTX_destroy.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a6c62f0c25 ) 
						
						
					 
					
						2013-12-20 22:53:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fec613dcf2 
					 
					
						
						
							
							remove obsolete STATUS file  
						
						 
						
						
						
						
					 
					
						2013-12-10 00:11:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91f17128ab 
					 
					
						
						
							
							Add release dates to NEWS  
						
						 
						
						
						
						
					 
					
						2013-12-09 23:54:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a832cf05b 
					 
					
						
						
							
							Simplify and update openssl.spec  
						
						 
						
						
						
						
					 
					
						2013-11-27 15:37:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c9394280a 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 16bc45ba95 ) 
						
						
					 
					
						2013-11-11 23:55:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						07aafc4956 
					 
					
						
						
							
							Check for missing components in RSA_check.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 01be36ef70525e81fc358d2e559bdd0a0d9427a5) 
						
						
					 
					
						2013-11-09 15:09:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						70fd1f9173 
					 
					
						
						
							
							Document RSAPublicKey_{in,out} options.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 7040d73d22987532faa503630d6616cf2788c975) 
						
						
					 
					
						2013-11-09 15:09:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						16f2ba724d 
					 
					
						
						
							
							engines/ccgost/gost89.h: make word32 defintion unconditional.  
						
						 
						
						... 
						
						
						
						Original definition depended on __LONG_MAX__ that is not guaranteed to
be present. As we don't support platforms with int narrower that 32 bits
it's appropriate to make defition inconditional.
PR: 3165
(cherry picked from commit 96180cac04 ) 
						
						
					 
					
						2013-11-08 23:20:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c0a51d34b 
					 
					
						
						
							
							Initialise context before using it.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a4947e4e06 ) 
						
						
					 
					
						2013-11-06 13:19:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						68b6a94379 
					 
					
						
						
							
							PBKDF2 should be efficient. Contributed by Christian Heimes  
						
						 
						
						... 
						
						
						
						<christian@python.org >.
Conflicts:
	crypto/evp/p5_crpt2.c 
						
						
					 
					
						2013-11-05 10:47:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b7aa71a3f9 
					 
					
						
						
							
							Merge branch 'rob-100' into OpenSSL_1_0_0-stable  
						
						 
						
						
						
						
					 
					
						2013-10-04 14:43:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						f1d0201952 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2013-10-04 14:25:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						41468ed388 
					 
					
						
						
							
							evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.  
						
						 
						
						... 
						
						
						
						Submitted by: Yuriy Kaminskiy
(cherry picked from commit 524b00c0da )
Resolved conflicts:
	crypto/evp/e_des3.c
(cherry picked from commit eb22b7ec75 ) 
						
						
					 
					
						2013-10-03 11:13:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5f0df1f650 
					 
					
						
						
							
							Constification.  
						
						 
						
						... 
						
						
						
						Conflicts:
	crypto/buffer/buffer.c 
						
						
					 
					
						2013-10-01 15:26:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6b4ed7ffa 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 415ece7301 ) 
						
						
					 
					
						2013-09-30 14:26:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						f11bedf8ed 
					 
					
						
						
							
							Sync CHANGES and NEWS files.  
						
						 
						
						
						
						
					 
					
						2013-09-16 14:46:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Moeller 
							
						 
					 
					
						
						
							
						
						c23746f339 
					 
					
						
						
							
							Fix overly lenient comparisons:  
						
						 
						
						... 
						
						
						
						- EC_GROUP_cmp shouldn't consider curves equal just because
      the curve name is the same. (They really *should* be the same
      in this case, but there's an EC_GROUP_set_curve_name API,
      which could be misused.)
    - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
      or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates
      equality (not an error).
    Reported by: king cope
(cherry picked from commit 312a46791ab465cfa3bf26764361faed0e5df014) 
						
						
					 
					
						2013-09-16 13:13:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						7a1b1722f5 
					 
					
						
						
							
							Remove empty line.  
						
						 
						
						
						
						
					 
					
						2013-09-10 11:38:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						583c2aa3e5 
					 
					
						
						
							
							Tidy up comments.  
						
						 
						
						
						
						
					 
					
						2013-09-10 10:13:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						9b2b619133 
					 
					
						
						
							
							Use TLS version supplied by client when fingerprinting Safari.  
						
						 
						
						
						
						
					 
					
						2013-09-10 10:05:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						48f91f6a88 
					 
					
						
						
							
							Backport TLS 1.1/1.2 #defines  
						
						 
						
						
						
						
					 
					
						2013-09-09 21:08:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rob Stradling 
							
						 
					 
					
						
						
							
						
						6f1c8d45f7 
					 
					
						
						
							
							Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.  
						
						 
						
						... 
						
						
						
						OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers. 
						
						
					 
					
						2013-09-09 14:13:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						56023bc405 
					 
					
						
						
							
							Correct ECDSA example.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 3a918ea2bbf4175d9461f81be1403d3781b2c0dc) 
						
						
					 
					
						2013-08-20 17:31:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Tuexen 
							
						 
					 
					
						
						
							
						
						6f87807e62 
					 
					
						
						
							
							DTLS message_sequence number wrong in rehandshake ServerHello  
						
						 
						
						... 
						
						
						
						This fix ensures that
* A HelloRequest is retransmitted if not responded by a ClientHello
* The HelloRequest "consumes" the sequence number 0. The subsequent
ServerHello uses the sequence number 1.
* The client also expects the sequence number of the ServerHello to
be 1 if a HelloRequest was received earlier.
This patch fixes the RFC violation.
(cherry picked from commit b62f4daac0 )
Conflicts:
	ssl/d1_pkt.c 
						
						
					 
					
						2013-08-13 18:59:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Tuexen 
							
						 
					 
					
						
						
							
						
						799f203ff6 
					 
					
						
						
							
							DTLS handshake fix.  
						
						 
						
						... 
						
						
						
						Reported by: Prashant Jaikumar <rmstar@gmail.com >
Fix handling of application data received before a handshake.
(cherry picked from commit 0c75eeacd3 ) 
						
						
					 
					
						2013-08-08 13:32:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						34eee35479 
					 
					
						
						
							
							Fix verify loop with CRL checking.  
						
						 
						
						... 
						
						
						
						PR #3090 
Reported by: Franck Youssef <fry@open.ch >
If no new reason codes are obtained after checking a CRL exit with an
error to avoid repeatedly checking the same CRL.
This will only happen if verify errors such as invalid CRL scope are
overridden in a callback.
(cherry picked from commit 4b26645c1a ) 
						
						
					 
					
						2013-08-06 16:08:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaspar Brand 
							
						 
					 
					
						
						
							
						
						bcd092d706 
					 
					
						
						
							
							Fix for PEM_X509_INFO_read_bio.  
						
						 
						
						... 
						
						
						
						PR: 3028
Fix bug introduced in PEM_X509_INFO_bio which wouldn't process RSA keys
correctly if they appeared first.
(cherry picked from commit 5ae8d6bcba ) 
						
						
					 
					
						2013-08-06 16:05:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						713f110f53 
					 
					
						
						
							
							config: fix executable format detection on latest FreeBSD.  
						
						 
						
						... 
						
						
						
						Submitted by: Bryan Drewery
PR: 3075
(cherry picked from commit c256e69d3f ) 
						
						
					 
					
						2013-07-01 00:01:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d11426716 
					 
					
						
						
							
							Set s->d1 to NULL after freeing it.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 04638f2fc3 ) 
						
						
					 
					
						2013-04-08 18:40:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3087bd32ff 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 0ded2a0689 ) 
						
						
					 
					
						2013-03-31 17:44:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a47060f1c9 
					 
					
						
						
							
							Disable compression for DTLS.  
						
						 
						
						... 
						
						
						
						The only standard compression method is stateful and is incompatible with
DTLS.
(cherry picked from commit e14b8410ca ) 
						
						
					 
					
						2013-03-19 13:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b04c0d805c 
					 
					
						
						
							
							x86cpuid.pl: make it work with older CPUs.  
						
						 
						
						... 
						
						
						
						PR: 3005
(cherry picked from commit 5702e965d7 ) 
						
						
					 
					
						2013-03-18 19:51:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Tuexen 
							
						 
					 
					
						
						
							
						
						a1a45c59ec 
					 
					
						
						
							
							Avoid unnecessary fragmentation.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 80ccc66d7e ) 
						
						
					 
					
						2013-03-18 14:33:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64841ed746 
					 
					
						
						
							
							Encode INTEGER correctly.  
						
						 
						
						... 
						
						
						
						If an ASN1_INTEGER structure is allocated but not explicitly set encode
it as zero: don't generate an invalid zero length INTEGER.
(cherry picked from commit 1643edc63c ) 
						
						
					 
					
						2013-03-18 14:21:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						901554b355 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 1546fb780b ) 
						
						
					 
					
						2013-03-18 13:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick Alcock 
							
						 
					 
					
						
						
							
						
						0e05f88ebf 
					 
					
						
						
							
							Fix POD errors to stop make install_docs dying with pod2man 2.5.0+  
						
						 
						
						... 
						
						
						
						podlators 2.5.0 has switched to dying on POD syntax errors. This means
that a bunch of long-standing erroneous POD in the openssl documentation
now leads to fatal errors from pod2man, halting installation.
Unfortunately POD constraints mean that you have to sort numeric lists
in ascending order if they start with 1: you cannot do 1, 0, 2 even if
you want 1 to appear first. I've reshuffled such (alas, I wish there
were a better way but I don't know of one).
(cherry picked from commit 5cc2707742 ) 
						
						
					 
					
						2013-02-15 19:40:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6715f00081 
					 
					
						
						
							
							cms-test.pl: make it work with not-so-latest perl.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 9c437e2fad ) 
						
						
					 
					
						2013-02-14 16:39:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Woodhouse 
							
						 
					 
					
						
						
							
						
						6a14feb048 
					 
					
						
						
							
							Check DTLS_BAD_VER for version number.  
						
						 
						
						... 
						
						
						
						Need to check DTLS_BAD_VER as well as DTLS1_VERSION.
PR:2984 
						
						
					 
					
						2013-02-12 15:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02c54f7c22 
					 
					
						
						
							
							Fix in ssltest is no-ssl2 configured  
						
						 
						
						... 
						
						
						
						(cherry picked from commit cbf9b4aed3 ) 
						
						
					 
					
						2013-02-11 18:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						243dac0af0 
					 
					
						
						
							
							Fix for SSL_get_certificate  
						
						 
						
						... 
						
						
						
						Now we set the current certificate to the one used by a server
there is no need to call ssl_get_server_send_cert which will
fail if we haven't sent a certificate yet.
(cherry picked from commit 147dbb2fe3 ) 
						
						
					 
					
						2013-02-11 18:26:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jaenicke 
							
						 
					 
					
						
						
							
						
						da018b129e 
					 
					
						
						
							
							FAQ/README: we are now using Git instead of CVS  
						
						 
						
						... 
						
						
						
						(cherry picked from commit f88dbb8385 ) 
						
						
					 
					
						2013-02-11 11:32:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e9554f7f9b 
					 
					
						
						
							
							sparccpuid.S: work around emulator bug on T1.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 3caeef94bd ) 
						
						
					 
					
						2013-02-11 10:42:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						71a1ac9398 
					 
					
						
						
							
							ssl/s3_[clnt|srvr].c: fix warnings and linking error.  
						
						 
						
						
						
						
					 
					
						2013-02-09 19:48:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6a2f94b39a 
					 
					
						
						
							
							s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit f93a41877d ) 
						
						
					 
					
						2013-02-08 21:37:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6ba1d561eb 
					 
					
						
						
							
							s3_cbc.c: get rid of expensive divisions [from master].  
						
						 
						
						... 
						
						
						
						(cherry picked from commit e9baceab5a ) 
						
						
					 
					
						2013-02-08 17:01:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f73546df92 
					 
					
						
						
							
							ssl/[d1|s3]_pkt.c: harmomize orig_len handling.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 8545f73b89 ) 
						
						
					 
					
						2013-02-08 11:14:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						be125aa5ba 
					 
					
						
						
							
							Fix IV check and padding removal.  
						
						 
						
						... 
						
						
						
						Fix the calculation that checks there is enough room in a record
after removing padding and optional explicit IV. (by Steve)
For AEAD remove the correct number of padding bytes (by Andy)
(cherry picked from commit 32cc2479b4 )
Resolved conflicts:
	ssl/s3_cbc.c 
						
						
					 
					
						2013-02-08 11:12:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						413cbfe68d 
					 
					
						
						
							
							ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.  
						
						 
						
						... 
						
						
						
						Kludge alert. This is arranged by passing padding length in unused
bits of SSL3_RECORD->type, so that orig_len can be reconstructed.
(cherry picked from commit 8bfd4c659f ) 
						
						
					 
					
						2013-02-07 13:43:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Langley 
							
						 
					 
					
						
						
							
						
						ee463921ed 
					 
					
						
						
							
							Fix for EXP-RC2-CBC-MD5  
						
						 
						
						... 
						
						
						
						MD5 should use little endian order. Fortunately the only ciphersuite
affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which
is a rarely used export grade ciphersuite. 
						
						
					 
					
						2013-02-06 15:50:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76e7744bef 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2013-02-06 02:27:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d9e048ceac 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65a9383e6b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c6b82f7ee9 
					 
					
						
						
							
							Add ordinal for CRYPTO_memcmp: since this will affect multiple  
						
						 
						
						... 
						
						
						
						branches it needs to be in a "gap".
(cherry picked from commit 81ce0e14e7 ) 
						
						
					 
					
						2013-02-05 16:46:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						25590043d1 
					 
					
						
						
							
							Fix error codes.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 35d732fc2e ) 
						
						
					 
					
						2013-02-05 16:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8a5d624d5b 
					 
					
						
						
							
							Update CHANGES and NEWS  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ae4a75cecf 
					 
					
						
						
							
							bn_word.c: fix overflow bug in BN_add_word.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 134c00659a ) 
						
						
					 
					
						2013-02-05 16:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2e884ce11d 
					 
					
						
						
							
							x86_64 assembly pack: keep making Windows build more robust.  
						
						 
						
						... 
						
						
						
						PR: 2963 and a number of others
(cherry picked from commit 4568182a8b ) 
						
						
					 
					
						2013-02-05 16:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da8f1b738c 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						33f44acbbe 
					 
					
						
						
							
							s3/s3_cbc.c: allow for compilations with NO_SHA256|512.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit d5371324d9 ) 
						
						
					 
					
						2013-02-05 16:46:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						11c48a0fd2 
					 
					
						
						
							
							ssl/s3_cbc.c: md_state alignment portability fix.  
						
						 
						
						... 
						
						
						
						RISCs are picky and alignment granted by compiler for md_state can be
insufficient for SHA512.
(cherry picked from commit 36260233e7 ) 
						
						
					 
					
						2013-02-05 16:46:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3cdaca2436 
					 
					
						
						
							
							ssl/s3_cbc.c: uint64_t portability fix.  
						
						 
						
						... 
						
						
						
						Break dependency on uint64_t. It's possible to declare bits as
unsigned int, because TLS packets are limited in size and 32-bit
value can't overflow.
(cherry picked from commit cab13fc847 ) 
						
						
					 
					
						2013-02-05 16:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b23da2919b 
					 
					
						
						
							
							Update DTLS code to match CBC decoding in TLS.  
						
						 
						
						... 
						
						
						
						This change updates the DTLS code to match the constant-time CBC
behaviour in the TLS.
(cherry picked from commit 9f27de170d ) 
						
						
					 
					
						2013-02-05 16:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						610dfc3ef4 
					 
					
						
						
							
							Don't crash when processing a zero-length, TLS >= 1.1 record.  
						
						 
						
						... 
						
						
						
						The previous CBC patch was bugged in that there was a path through enc()
in s3_pkt.c/d1_pkt.c which didn't set orig_len. orig_len would be left
at the previous value which could suggest that the packet was a
sufficient length when it wasn't.
(cherry picked from commit 6cb19b7681 ) 
						
						
					 
					
						2013-02-05 16:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						080f395392 
					 
					
						
						
							
							Fixups from previous commit.  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f852b60797 
					 
					
						
						
							
							Oops. Add missing file.  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 014265eb02 ) 
						
						
					 
					
						2013-02-05 16:46:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e2356454c8 
					 
					
						
						
							
							Add a target so I can build this.  
						
						 
						
						
						
						
					 
					
						2013-02-05 16:46:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e5420be6cd 
					 
					
						
						
							
							Make CBC decoding constant time.  
						
						 
						
						... 
						
						
						
						This patch makes the decoding of SSLv3 and TLS CBC records constant
time. Without this, a timing side-channel can be used to build a padding
oracle and mount Vaudenay's attack.
This patch also disables the stitched AESNI+SHA mode pending a similar
fix to that code.
In order to be easy to backport, this change is implemented in ssl/,
rather than as a generic AEAD mode. In the future this should be changed
around so that HMAC isn't in ssl/, but crypto/ as FIPS expects.
(cherry picked from commit e130841bcc )
Conflicts:
	crypto/evp/c_allc.c
	ssl/ssl_algs.c
	ssl/ssl_locl.h
	ssl/t1_enc.c 
						
						
					 
					
						2013-02-05 16:46:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						9c00a95060 
					 
					
						
						
							
							Add and use a constant-time memcmp.  
						
						 
						
						... 
						
						
						
						This change adds CRYPTO_memcmp, which compares two vectors of bytes in
an amount of time that's independent of their contents. It also changes
several MAC compares in the code to use this over the standard memcmp,
which may leak information about the size of a matching prefix.
(cherry picked from commit 2ee798880a )
Conflicts:
	crypto/crypto.h
	ssl/t1_lib.c 
						
						
					 
					
						2013-02-05 16:46:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ebc71865f0 
					 
					
						
						
							
							Don't try and verify signatures if key is NULL (CVE-2013-0166)  
						
						 
						
						... 
						
						
						
						Add additional check to catch this in ASN1_item_verify too. 
						
						
					 
					
						2013-02-05 16:46:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1dfa62d4c8 
					 
					
						
						
							
							Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP set  
						
						 
						
						
						
						
					 
					
						2013-01-23 01:14:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8c6364e198 
					 
					
						
						
							
							x86_64 assembly pack: make Windows build more robust [from master].  
						
						 
						
						... 
						
						
						
						PR: 2963 and a number of others 
						
						
					 
					
						2013-01-22 23:00:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98c2e93723 
					 
					
						
						
							
							Don't include comp.h if no-comp set.  
						
						 
						
						
						
						
					 
					
						2013-01-20 01:12:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c053e538b4 
					 
					
						
						
							
							engines/ccgost: GOST fixes [from master].  
						
						 
						
						... 
						
						
						
						Submitted by: Dmitry Belyavsky, Seguei Leontiev
PR: 2821 
						
						
					 
					
						2013-01-19 18:27:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6386647298 
					 
					
						
						
							
							.gitignore adjustments  
						
						 
						
						
						
						
					 
					
						2013-01-19 15:31:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4b24b754f5 
					 
					
						
						
							
							Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recover (RT 2955).  
						
						 
						
						
						
						
					 
					
						2013-01-13 22:58:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bfff2cc192 
					 
					
						
						
							
							Add .gitignore  
						
						 
						
						
						
						
					 
					
						2013-01-13 22:57:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8b177719a 
					 
					
						
						
							
							make no-comp compile  
						
						 
						
						
						
						
					 
					
						2012-12-30 16:05:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d985a68c89 
					 
					
						
						
							
							add missing \n  
						
						 
						
						
						
						
					 
					
						2012-12-23 18:19:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8dad8bc465 
					 
					
						
						
							
							PR: 2888  
						
						 
						
						... 
						
						
						
						Reported by: Daniel Black <daniel.black@openquery.com >
Support renewing session tickets (backport from HEAD). 
						
						
					 
					
						2012-12-10 16:45:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						235e76bce1 
					 
					
						
						
							
							Fix two bugs which affect delta CRL handling:  
						
						 
						
						... 
						
						
						
						Use -1 to check all extensions in CRLs.
Always set flag for freshest CRL. 
						
						
					 
					
						2012-12-06 18:25:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d38c549e60 
					 
					
						
						
							
							check mval for NULL too  
						
						 
						
						
						
						
					 
					
						2012-12-04 17:26:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						558189183f 
					 
					
						
						
							
							fix leak  
						
						 
						
						
						
						
					 
					
						2012-12-03 16:33:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77ada38dbd 
					 
					
						
						
							
							PR: 2803  
						
						 
						
						... 
						
						
						
						Submitted by: jean-etienne.schwartz@bull.net 
In OCSP_basic_varify return an error if X509_STORE_CTX_init fails. 
						
						
					 
					
						2012-11-29 19:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8124ebcd78 
					 
					
						
						
							
							reject zero length point format list or supported curves extensions  
						
						 
						
						
						
						
					 
					
						2012-11-22 14:15:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04fde2025b 
					 
					
						
						
							
							PR: 2908  
						
						 
						
						... 
						
						
						
						Submitted by: Dmitry Belyavsky <beldmit@gmail.com >
Fix DH double free if parameter generation fails. 
						
						
					 
					
						2012-11-21 14:01:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6bd61198fb 
					 
					
						
						
							
							fix leaks  
						
						 
						
						
						
						
					 
					
						2012-11-20 00:29:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						23b5e47ffc 
					 
					
						
						
							
							correct docs  
						
						 
						
						
						
						
					 
					
						2012-11-19 20:07:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb81e6d300 
					 
					
						
						
							
							PR: 2880  
						
						 
						
						... 
						
						
						
						Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de >
Correctly handle local machine keys in the capi ENGINE. 
						
						
					 
					
						2012-11-18 15:20:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						50ff4afb03 
					 
					
						
						
							
							aix[64]-cc: get MT support right [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2896 
						
						
					 
					
						2012-10-16 08:20:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c51f6bccea 
					 
					
						
						
							
							Fix EC_KEY initialization race.  
						
						 
						
						... 
						
						
						
						Submitted by: Adam Langley 
						
						
					 
					
						2012-10-05 20:51:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						836a811604 
					 
					
						
						
							
							backport OCSP fix enhancement  
						
						 
						
						
						
						
					 
					
						2012-10-05 13:00:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bb65e3f22b 
					 
					
						
						
							
							Backport OCSP Stapling fix.  
						
						 
						
						
						
						
					 
					
						2012-10-04 15:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b8719c753e 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2012-10-04 15:04:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						92b2530acd 
					 
					
						
						
							
							Fix warning (hope this doesn't break other platforms, there's a twisty  
						
						 
						
						... 
						
						
						
						little maze of #ifs, all different). 
						
						
					 
					
						2012-10-04 15:03:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9ff94ad7ae 
					 
					
						
						
							
							Fix Valgrind warning.  
						
						 
						
						... 
						
						
						
						Submitted by: Adam Langley 
						
						
					 
					
						2012-09-24 19:50:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						60ccb02c4a 
					 
					
						
						
							
							* Configure: make the debug-levitte-linux{elf,noasm} less extreme.  
						
						 
						
						
						
						
					 
					
						2012-09-24 18:49:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						094fb13876 
					 
					
						
						
							
							* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug.  Fortunately in  
						
						 
						
						... 
						
						
						
						debugging code that's seldom used. 
						
						
					 
					
						2012-09-21 13:08:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9c5d75d5a9 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						... 
						
						
						
						Submitted by: Chromium Authors 
						
						
					 
					
						2012-09-17 17:26:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca461ecd11 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						
						
						
					 
					
						2012-09-11 13:45:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ad9fe2d59 
					 
					
						
						
							
							Don't load GOST ENGINE if it is already loaded.  
						
						 
						
						... 
						
						
						
						Multiple copies of the ENGINE will cause problems when it is cleaned up as
the methods are stored in static structures which will be overwritten and
freed up more than once.
Set static methods to NULL when the ENGINE is freed so it can be reloaded. 
						
						
					 
					
						2012-09-01 11:30:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a203df7521 
					 
					
						
						
							
							sha1-armv4-large.pl: comply with ABI [from HEAD].  
						
						 
						
						
						
						
					 
					
						2012-08-17 20:01:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						144517299c 
					 
					
						
						
							
							gosthash.c: use memmove in circle_xor8, as input pointers can be equal  
						
						 
						
						... 
						
						
						
						[from HEAD].
PR: 2858 
						
						
					 
					
						2012-08-13 16:39:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5c468f0c1f 
					 
					
						
						
							
							./Configure: libcrypto.a can grow to many GB on Solaris 10, because of ar bug  
						
						 
						
						... 
						
						
						
						[from HEAD].
PR: 2838 
						
						
					 
					
						2012-08-13 16:21:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83a4ae6b0b 
					 
					
						
						
							
							Cosmetics: remove duplicate symbol in crypto/symhacks.h  
						
						 
						
						
						
						
					 
					
						2012-07-05 08:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9374bc1c10 
					 
					
						
						
							
							Cosmetic: Reorder so it's more similar to the Unixly build.  
						
						 
						
						
						
						
					 
					
						2012-07-04 17:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e9c563fc29 
					 
					
						
						
							
							bss_dgram.c: fix typos in Windows code.  
						
						 
						
						
						
						
					 
					
						2012-07-01 09:12:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4887e07819 
					 
					
						
						
							
							x86_64 assembly pack: make it possible to compile with Perl located  
						
						 
						
						... 
						
						
						
						on path with spaces [from HEAD].
PR: 2835 
						
						
					 
					
						2012-06-27 13:04:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						652ac3e93a 
					 
					
						
						
							
							oops, add -debug_decrypt option which was accidenatally left out  
						
						 
						
						
						
						
					 
					
						2012-06-19 13:38:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8d2f61ac70 
					 
					
						
						
							
							bss_dgram.c: fix bugs [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2833 
						
						
					 
					
						2012-06-19 12:50:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02a23fa309 
					 
					
						
						
							
							s2_clnt.c: compensate for compiler bug [from HEAD].  
						
						 
						
						
						
						
					 
					
						2012-05-16 18:22:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bef20d4a68 
					 
					
						
						
							
							PR: 2813  
						
						 
						
						... 
						
						
						
						Reported by: Constantine Sapuntzakis <csapuntz@gmail.com >
Fix possible deadlock when decoding public keys. 
						
						
					 
					
						2012-05-11 13:50:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dddddb2e6c 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2012-05-10 16:01:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8fcb93613a 
					 
					
						
						
							
							prepare for 1.0.0j release  
						
						 
						
						
						
						
					 
					
						2012-05-10 14:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ecb58c1628 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2012-05-10 14:45:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a969ca5cc8 
					 
					
						
						
							
							Sanity check record length before skipping explicit IV in DTLS  
						
						 
						
						... 
						
						
						
						to fix DoS attack.
Thanks to Codenomicon for discovering this issue using Fuzz-o-Matic
fuzzing as a service testing platform.
(CVE-2012-2333) 
						
						
					 
					
						2012-05-10 14:44:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1e4406a854 
					 
					
						
						
							
							Reported by: Solar Designer of Openwall  
						
						 
						
						... 
						
						
						
						Make sure tkeylen is initialised properly when encrypting CMS messages. 
						
						
					 
					
						2012-05-10 13:28:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						94fbee800b 
					 
					
						
						
							
							Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.  
						
						 
						
						
						
						
					 
					
						2012-05-04 10:43:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c50847c28b 
					 
					
						
						
							
							ppccpuid.pl: branch hints in OPENSSL_cleanse impact small block performance  
						
						 
						
						... 
						
						
						
						of digest algorithms, mosty SHA, on Power7. Mystery of century, why SHA,
why slower algorithm are affected more... [from HEAD].
PR: 2794
Submitted by: Ashley Lai 
						
						
					 
					
						2012-04-27 20:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b1ce2d24dd 
					 
					
						
						
							
							correct error code  
						
						 
						
						
						
						
					 
					
						2012-04-22 13:31:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						743fb51d2c 
					 
					
						
						
							
							correct old FAQ answers, sync with HEAD  
						
						 
						
						
						
						
					 
					
						2012-04-22 13:21:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ed781740d 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2012-04-19 17:02:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d0e542fdc9 
					 
					
						
						
							
							prepare for 1.0.0i release  
						
						 
						
						
						
						
					 
					
						2012-04-19 11:47:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						457863efdf 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2012-04-19 11:45:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5bd4fcc5c2 
					 
					
						
						
							
							Check for potentially exploitable overflows in asn1_d2i_read_bio  
						
						 
						
						... 
						
						
						
						BUF_mem_grow and BUF_mem_grow_clean. Refuse attempts to shrink buffer
in CRYPTO_realloc_clean.
Thanks to Tavis Ormandy, Google Security Team, for discovering this
issue and to Adam Langley <agl@chromium.org > for fixing it. (CVE-2012-2110) 
						
						
					 
					
						2012-04-19 11:44:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3dd2eebfbc 
					 
					
						
						
							
							Makefile.org: clear yet another environment variable [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2793 
						
						
					 
					
						2012-04-19 06:40:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d079b387a3 
					 
					
						
						
							
							OPENSSL_NO_SOCK fixes [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2791
Submitted by: Ben Noordhuis 
						
						
					 
					
						2012-04-16 17:43:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8eeaeb4b04 
					 
					
						
						
							
							Minor compatibility fixes [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2790
Submitted by: Alexei Khlebnikov 
						
						
					 
					
						2012-04-16 17:37:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0041925844 
					 
					
						
						
							
							s3_srvr.c: fix typo [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2538 
						
						
					 
					
						2012-04-15 17:23:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						14fa016b2b 
					 
					
						
						
							
							update rather ancient EVP digest documentation  
						
						 
						
						
						
						
					 
					
						2012-04-10 22:28:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7fdccda37d 
					 
					
						
						
							
							PR: 2778(part)  
						
						 
						
						... 
						
						
						
						Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com >
Time is always encoded as 4 bytes, not sizeof(Time). 
						
						
					 
					
						2012-03-31 18:02:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cdc575c46b 
					 
					
						
						
							
							ans1/tasn_prn.c: avoid bool in variable names [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2776 
						
						
					 
					
						2012-03-29 17:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f0aaf76f3 
					 
					
						
						
							
							Submitted by: Markus Friedl <mfriedl@gmail.com>  
						
						 
						
						... 
						
						
						
						Fix memory leaks in 'goto err' cases. 
						
						
					 
					
						2012-03-22 15:43:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6b7887b0ab 
					 
					
						
						
							
							Always use SSLv23_{client,server}_method in s_client.c and s_server.c,  
						
						 
						
						... 
						
						
						
						the old code came from SSLeay days before TLS was even supported. 
						
						
					 
					
						2012-03-18 18:14:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ad1b440ae 
					 
					
						
						
							
							cipher should only be set to PSK if JPAKE is used.  
						
						 
						
						
						
						
					 
					
						2012-03-14 12:38:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9275ad321f 
					 
					
						
						
							
							config: compensate for bug in Solaris cc drivers, which can remove /dev/null  
						
						 
						
						... 
						
						
						
						[from HEAD,1.0.1] 
						
						
					 
					
						2012-03-13 19:22:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						216a2a5fc6 
					 
					
						
						
							
							x86_64-xlate.pl: remove old kludge.  
						
						 
						
						... 
						
						
						
						PR: 2435,2440 
						
						
					 
					
						2012-03-13 19:19:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2c6044933 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2012-03-12 16:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc95c53c6f 
					 
					
						
						
							
							corrected fix to PR#2711 and also cover mime_param_cmp  
						
						 
						
						
						
						
					 
					
						2012-03-12 15:26:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b24a53dd9a 
					 
					
						
						
							
							correct NEWS  
						
						 
						
						
						
						
					 
					
						2012-03-12 14:45:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffbe7cd0c5 
					 
					
						
						
							
							fix error code  
						
						 
						
						
						
						
					 
					
						2012-03-12 14:32:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						97183a312e 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2012-03-12 14:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						46ed8aff6d 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2012-03-12 14:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6a0a48433b 
					 
					
						
						
							
							Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and  
						
						 
						
						... 
						
						
						
						continue with symmetric decryption process to avoid leaking timing
information to an attacker.
Thanks to Ivan Nestlerode <inestlerode@us.ibm.com > for discovering
this issue. (CVE-2012-0884) 
						
						
					 
					
						2012-03-12 14:22:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad3d95222d 
					 
					
						
						
							
							PR: 2756  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Fix DTLS timeout handling. 
						
						
					 
					
						2012-03-09 15:52:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18ea747ce4 
					 
					
						
						
							
							check return value of BIO_write in PKCS7_decrypt  
						
						 
						
						
						
						
					 
					
						2012-03-08 14:02:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4f512a853 
					 
					
						
						
							
							PR: 2755  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reduce MTU after failed transmissions. 
						
						
					 
					
						2012-03-06 13:46:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c2bed0b65 
					 
					
						
						
							
							PR: 2748  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Fix possible DTLS timer deadlock. 
						
						
					 
					
						2012-03-06 13:22:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ad83334e73 
					 
					
						
						
							
							Configure: make no-whirlpool work [from HEAD].  
						
						 
						
						
						
						
					 
					
						2012-03-03 13:48:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2cf4bc9ecd 
					 
					
						
						
							
							PR: 2743  
						
						 
						
						... 
						
						
						
						Reported by: Dmitry Belyavsky <beldmit@gmail.com >
Fix memory leak if invalid GOST MAC key given. 
						
						
					 
					
						2012-02-29 14:12:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8ac945d59 
					 
					
						
						
							
							PR: 2742  
						
						 
						
						... 
						
						
						
						Reported by: Dmitry Belyavsky <beldmit@gmail.com >
If resigning with detached content in CMS just copy data across. 
						
						
					 
					
						2012-02-29 14:01:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92aa50bc03 
					 
					
						
						
							
							Fix memory leak cause by race condition when creating public keys.  
						
						 
						
						... 
						
						
						
						Thanks to Ivan Nestlerode <inestlerode@us.ibm.com > for reporting this bug. 
						
						
					 
					
						2012-02-28 14:47:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f31308b17 
					 
					
						
						
							
							PR: 2736  
						
						 
						
						... 
						
						
						
						Reported by: Remi Gacogne <rgacogne-bugs@coredump.fr >
Preserve unused bits value in non-canonicalised ASN1_STRING structures
by using ASN1_STRING_copy which preseves flags. 
						
						
					 
					
						2012-02-27 18:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						468d58e712 
					 
					
						
						
							
							xn is never actually used, remove it  
						
						 
						
						
						
						
					 
					
						2012-02-27 17:07:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd4b50ff6a 
					 
					
						
						
							
							PR: 2737  
						
						 
						
						... 
						
						
						
						Submitted by: Remi Gacogne <rgacogne-bugs@coredump.fr >
Fix double free in PKCS12_parse if we run out of memory. 
						
						
					 
					
						2012-02-27 16:46:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						030d5b8c97 
					 
					
						
						
							
							PR: 2735  
						
						 
						
						... 
						
						
						
						Make cryptodev digests work. Thanks to Nikos Mavrogiannopoulos for
this fix. 
						
						
					 
					
						2012-02-27 16:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9b73be38ab 
					 
					
						
						
							
							free headers after use in error message  
						
						 
						
						
						
						
					 
					
						2012-02-27 16:27:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e5bf2f5d4c 
					 
					
						
						
							
							Detect symmetric crypto errors in PKCS7_decrypt.  
						
						 
						
						... 
						
						
						
						Thanks to Ivan Nestlerode <inestlerode@us.ibm.com > for reporting this bug. 
						
						
					 
					
						2012-02-27 15:23:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a7096946fa 
					 
					
						
						
							
							PR: 2711  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Tolerate bad MIME headers in parser. 
						
						
					 
					
						2012-02-23 21:50:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a8362a68b 
					 
					
						
						
							
							PR: 2696  
						
						 
						
						... 
						
						
						
						Submitted by: Rob Austein <sra@hactrn.net >
Fix inverted range problem in RFC3779 code.
Thanks to Andrew Chi for generating test cases for this bug. 
						
						
					 
					
						2012-02-23 21:31:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						25128a11fb 
					 
					
						
						
							
							Fix bug in CVE-2011-4619: check we have really received a client hello  
						
						 
						
						... 
						
						
						
						before rejecting multiple SGC restarts. 
						
						
					 
					
						2012-02-16 15:21:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3deb968fec 
					 
					
						
						
							
							PR: 2713  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Move libraries that are not needed for dynamic linking to Libs.private in
the .pc files 
						
						
					 
					
						2012-02-12 18:47:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						276eb93218 
					 
					
						
						
							
							PR: 2717  
						
						 
						
						... 
						
						
						
						Submitted by: Tim Rice <tim@multitalents.net >
Make compilation work on OpenServer 5.0.7 
						
						
					 
					
						2012-02-12 18:25:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29c33e16ac 
					 
					
						
						
							
							PR: 2703  
						
						 
						
						... 
						
						
						
						Submitted by: Alexey Melnikov <alexey.melnikov@isode.com >
Fix some memory and resource leaks in CAPI ENGINE. 
						
						
					 
					
						2012-02-11 23:12:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bffb696f65 
					 
					
						
						
							
							PR: 2705  
						
						 
						
						... 
						
						
						
						Submitted by: Alexey Melnikov <alexey.melnikov@isode.com >
Only create ex_data indices once for CAPI engine. 
						
						
					 
					
						2012-02-11 23:07:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fd2d78e70b 
					 
					
						
						
							
							PR: 2710  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Check return codes for load_certs_crls. 
						
						
					 
					
						2012-02-10 19:54:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6b1fb9179e 
					 
					
						
						
							
							x86_64-xlate.pl: proper solution for RT#2620 [from HEAD].  
						
						 
						
						
						
						
					 
					
						2012-01-21 11:35:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						702175817f 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2012-01-18 14:27:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						703ec840dc 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2012-01-18 13:38:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04d706d42a 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2012-01-18 13:36:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b996cecc32 
					 
					
						
						
							
							Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.  
						
						 
						
						... 
						
						
						
						Thanks to Antonio Martin, Enterprise Secure Access Research and
Development, Cisco Systems, Inc. for discovering this bug and
preparing a fix. (CVE-2012-0050) 
						
						
					 
					
						2012-01-18 13:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7e927da2a5 
					 
					
						
						
							
							fix CHANGES entry  
						
						 
						
						
						
						
					 
					
						2012-01-17 14:19:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7aa6d2fcf9 
					 
					
						
						
							
							Fix OPNESSL vs. OPENSSL typos [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2613
Submitted by: Leena Heino 
						
						
					 
					
						2012-01-15 13:40:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						27b1f137ff 
					 
					
						
						
							
							Sanitize usage of <ctype.h> functions. It's important that characters  
						
						 
						
						... 
						
						
						
						are passed zero-extended, not sign-extended [from HEAD].
PR: 2682 
						
						
					 
					
						2012-01-12 16:37:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f63c927e8e 
					 
					
						
						
							
							asn1/t_x509.c: fix serial number print, harmonize with a_int.c [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2675
Submitted by: Annie Yousar 
						
						
					 
					
						2012-01-12 16:36:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d572544a2c 
					 
					
						
						
							
							ecdsa.pod: typo.  
						
						 
						
						... 
						
						
						
						PR: 2678
Submitted by: Annie Yousar 
						
						
					 
					
						2012-01-11 21:42:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9100840258 
					 
					
						
						
							
							aes-sparcv9.pl: clean up regexp [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2685 
						
						
					 
					
						2012-01-11 15:32:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f32c83c91 
					 
					
						
						
							
							fix warning  
						
						 
						
						
						
						
					 
					
						2012-01-10 14:37:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						80b570142d 
					 
					
						
						
							
							Update for 0.9.8s.  
						
						 
						
						
						
						
					 
					
						2012-01-05 13:38:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a99b6fcb7c 
					 
					
						
						
							
							Fix usage indentation  
						
						 
						
						
						
						
					 
					
						2012-01-05 13:15:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02d1a6b3aa 
					 
					
						
						
							
							Fix for builds without DTLS support.  
						
						 
						
						... 
						
						
						
						Submitted by: Brian Carlstrom 
						
						
					 
					
						2012-01-05 10:22:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						08e8d58785 
					 
					
						
						
							
							update for next version  
						
						 
						
						
						
						
					 
					
						2012-01-04 23:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c90c41f09d 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2012-01-04 17:01:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c47b636a2c 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2012-01-04 16:57:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7200b39ecd 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2012-01-04 16:52:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						84c95826de 
					 
					
						
						
							
							Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <tuexen@fh-muenster.de>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve
Fix for DTLS plaintext recovery attack discovered by Nadhem Alfardan and
Kenny Paterson. 
						
						
					 
					
						2012-01-04 16:51:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						63819e6f00 
					 
					
						
						
							
							add missing part for SGC restart fix (CVE-2011-4619)  
						
						 
						
						
						
						
					 
					
						2012-01-04 16:46:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8206dba75c 
					 
					
						
						
							
							Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576) [include source patch this time!]  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:38:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						528ef87850 
					 
					
						
						
							
							Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:33:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9004c53107 
					 
					
						
						
							
							Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:27:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f47f99f295 
					 
					
						
						
							
							stop warning  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:26:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						00f473b3cc 
					 
					
						
						
							
							Check GOST parameters are not NULL (CVE-2012-0027)  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:16:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						356de7146e 
					 
					
						
						
							
							Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)  
						
						 
						
						
						
						
					 
					
						2012-01-04 15:07:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9eab925395 
					 
					
						
						
							
							fix warnings  
						
						 
						
						
						
						
					 
					
						2012-01-04 14:45:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						22d89c501e 
					 
					
						
						
							
							Submitted by: Adam Langley <agl@chromium.org>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve
Fix memory leaks. 
						
						
					 
					
						2012-01-04 14:24:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c06916db9f 
					 
					
						
						
							
							PR: 2326  
						
						 
						
						... 
						
						
						
						Submitted by: Tianjie Mao <tjmao@tjmao.net >
Reviewed by: steve
Fix incorrect comma expressions and goto f_err as alert has been set. 
						
						
					 
					
						2011-12-26 19:38:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef7545a3e6 
					 
					
						
						
							
							PR: 2563  
						
						 
						
						... 
						
						
						
						Submitted by: Paul Green <Paul.Green@stratus.com >
Reviewed by: steve
Improved PRNG seeding for VOS. 
						
						
					 
					
						2011-12-19 17:04:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fecb4ff331 
					 
					
						
						
							
							x86-mont.pl: fix bug in integer-only squaring path.  
						
						 
						
						... 
						
						
						
						PR: 2648 
						
						
					 
					
						2011-12-09 14:26:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a4adf19c8 
					 
					
						
						
							
							The default CN prompt message can be confusing when often the CN needs to  
						
						 
						
						... 
						
						
						
						be the server FQDN: change it.
[Reported by PSW Group] 
						
						
					 
					
						2011-12-06 00:01:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						44c854ddb9 
					 
					
						
						
							
							Resolve a stack set-up race condition (if the list of compression  
						
						 
						
						... 
						
						
						
						methods isn't presorted, it will be sorted on first read).
Submitted by: Adam Langley 
						
						
					 
					
						2011-12-02 12:51:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						47091035f1 
					 
					
						
						
							
							Fix ecdsatest.c.  
						
						 
						
						... 
						
						
						
						Submitted by: Emilia Kasper 
						
						
					 
					
						2011-12-02 12:41:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f3d51d7740 
					 
					
						
						
							
							Fix BIO_f_buffer().  
						
						 
						
						... 
						
						
						
						Submitted by: Adam Langley
Reviewed by: Bodo Moeller 
						
						
					 
					
						2011-12-02 12:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						70d3b4b653 
					 
					
						
						
							
							Configure: fix corruption in RC4 implementation in darwin64-x86_64-cc.  
						
						 
						
						
						
						
					 
					
						2011-11-14 21:21:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2fb94e4861 
					 
					
						
						
							
							ppc.pl: fix bug in bn_mul_comba4 [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2636
Submitted by: Charles Bryant 
						
						
					 
					
						2011-11-05 10:16:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1b84893905 
					 
					
						
						
							
							Teach mkshared.com to have a look for disabled algorithms in opensslconf.h  
						
						 
						
						
						
						
					 
					
						2011-10-30 11:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						68b5330040 
					 
					
						
						
							
							PR: 2628  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Send alert instead of assertion failure for incorrectly formatted DTLS
fragments. 
						
						
					 
					
						2011-10-27 13:06:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da7ae62abd 
					 
					
						
						
							
							PR: 2628  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix for ECC keys and DTLS. 
						
						
					 
					
						2011-10-27 13:01:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f53337b89c 
					 
					
						
						
							
							PR: 2632  
						
						 
						
						... 
						
						
						
						Submitted by: emmanuel.azencot@bull.net 
Reviewed by: steve
Return -1 immediately if not affine coordinates as BN_CTX has not been
set up. 
						
						
					 
					
						2011-10-26 16:43:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f70a5895e3 
					 
					
						
						
							
							BN_BLINDING multi-threading fix.  
						
						 
						
						... 
						
						
						
						Submitted by: Emilia Kasper (Google) 
						
						
					 
					
						2011-10-19 14:58:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d41bbd0db5 
					 
					
						
						
							
							use -no_ecdhe when using -no_dhe  
						
						 
						
						
						
						
					 
					
						2011-10-13 15:05:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						49956294fc 
					 
					
						
						
							
							Clarify warning  
						
						 
						
						
						
						
					 
					
						2011-10-13 13:24:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48373e55d1 
					 
					
						
						
							
							In ssl3_clear, preserve s3->init_extra along with s3->rbuf.  
						
						 
						
						... 
						
						
						
						Submitted by: Bob Buckholz <bbuckholz@google.com > 
						
						
					 
					
						2011-10-13 13:05:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						42369021ed 
					 
					
						
						
							
							PR: 2482  
						
						 
						
						... 
						
						
						
						Submitted by: Rob Austein <sra@hactrn.net >
Reviewed by: steve
Don't allow inverted ranges in RFC3779 code, discovered by Frank Ellermann. 
						
						
					 
					
						2011-10-09 00:56:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b00fe7ce18 
					 
					
						
						
							
							fix signed/unsigned warning  
						
						 
						
						
						
						
					 
					
						2011-09-26 17:04:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						872e3fd502 
					 
					
						
						
							
							use keyformat for -x509toreq, don't hard code PEM  
						
						 
						
						
						
						
					 
					
						2011-09-23 21:48:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c11ada6c99 
					 
					
						
						
							
							PR: 2606  
						
						 
						
						... 
						
						
						
						Submitted by: Christoph Viethen <cv@kawo2.rwth-aachen.de >
Reviewed by: steve
Handle timezones correctly in UTCTime. 
						
						
					 
					
						2011-09-23 13:39:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8f0968850b 
					 
					
						
						
							
							PR: 2602  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS bug which prevents manual MTU setting 
						
						
					 
					
						2011-09-23 13:35:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b96f60a56 
					 
					
						
						
							
							PR: 2347  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Reviewed by: steve
Fix usage message. 
						
						
					 
					
						2011-09-23 13:12:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ab06ff6bee 
					 
					
						
						
							
							prepare for next version  
						
						 
						
						
						
						
					 
					
						2011-09-06 13:44:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bba8456e65 
					 
					
						
						
							
							update versions and dates for release  
						
						 
						
						
						
						
					 
					
						2011-09-06 13:01:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b493a05720 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2011-09-06 12:56:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2a8133d1c 
					 
					
						
						
							
							Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the past  
						
						 
						
						... 
						
						
						
						produce an error (CVE-2011-3207)
Fix TLS ephemeral DH crash bug (CVE-2011-3210) 
						
						
					 
					
						2011-09-06 12:53:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e935440ad7 
					 
					
						
						
							
							(EC)DH memory handling fixes.  
						
						 
						
						... 
						
						
						
						Submitted by: Adam Langley 
						
						
					 
					
						2011-09-05 10:25:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8eaf563c41 
					 
					
						
						
							
							Fix memory leak on bad inputs.  
						
						 
						
						
						
						
					 
					
						2011-09-05 09:57:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						80d7e6b039 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2011-09-05 09:54:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c44e33230 
					 
					
						
						
							
							Don't use *from++ in tolower as this is implemented as a macro on some  
						
						 
						
						... 
						
						
						
						platforms. Thanks to Shayne Murray <Shayne.Murray@Polycom.com > for
reporting this issue. 
						
						
					 
					
						2011-09-02 11:28:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b86f3197b7 
					 
					
						
						
							
							PR: 2576  
						
						 
						
						... 
						
						
						
						Submitted by: Doug Goldstein <cardoe@gentoo.org >
Reviewed by: steve
Include header file stdlib.h which is needed on some platforms to get
getenv() declaration. 
						
						
					 
					
						2011-09-02 11:20:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0875c00584 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2011-09-01 17:08:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd3a770e07 
					 
					
						
						
							
							Add error checking to PKCS1_MGF1. From HEAD.  
						
						 
						
						
						
						
					 
					
						2011-09-01 15:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64763ce09b 
					 
					
						
						
							
							PR: 2340  
						
						 
						
						... 
						
						
						
						Submitted by: "Mauro H. Leggieri" <mxmauro@caiman.com.ar >
Reviewed by: steve
Stop warnings if OPENSSL_NO_DGRAM is defined. 
						
						
					 
					
						2011-09-01 15:02:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2fffc29bd1 
					 
					
						
						
							
							make timing attack protection unconditional  
						
						 
						
						
						
						
					 
					
						2011-09-01 14:23:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d2650c3a4a 
					 
					
						
						
							
							PR: 2573  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS buffering and decryption bug. 
						
						
					 
					
						2011-09-01 14:02:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b5bd966ea4 
					 
					
						
						
							
							PR: 2589  
						
						 
						
						... 
						
						
						
						Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com >
Reviewed by: steve
Initialise p pointer. 
						
						
					 
					
						2011-09-01 13:52:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e71f7786e3 
					 
					
						
						
							
							PR: 2588  
						
						 
						
						... 
						
						
						
						Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com >
Reviewed by: steve
Close file pointer. 
						
						
					 
					
						2011-09-01 13:48:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e3b95e6b24 
					 
					
						
						
							
							PR: 2586  
						
						 
						
						... 
						
						
						
						Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com >
Reviewed by: steve
Zero structure fields properly. 
						
						
					 
					
						2011-09-01 13:45:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						658eeec7cd 
					 
					
						
						
							
							PR: 2586  
						
						 
						
						... 
						
						
						
						Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com >
Reviewed by: steve
Fix brace mismatch. 
						
						
					 
					
						2011-09-01 13:37:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e1c3d65f08 
					 
					
						
						
							
							Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA  
						
						 
						
						... 
						
						
						
						using OBJ xref utilities instead of string comparison with OID name.
This removes the arbitrary restriction on using SHA1 only with some ECC
ciphersuites. 
						
						
					 
					
						2011-08-14 13:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2e4abe2ce2 
					 
					
						
						
							
							Alpha assembler fixes from HEAD.  
						
						 
						
						... 
						
						
						
						PR: 2577 
						
						
					 
					
						2011-08-12 12:32:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ea294bb50e 
					 
					
						
						
							
							PR: 2559  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS socket error bug 
						
						
					 
					
						2011-07-20 15:21:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b58ea0b941 
					 
					
						
						
							
							PR: 2555  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS sequence number bug 
						
						
					 
					
						2011-07-20 15:17:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16067fe5fd 
					 
					
						
						
							
							PR: 2550  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS HelloVerifyRequest Timer bug 
						
						
					 
					
						2011-07-20 15:13:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f2e9070f26 
					 
					
						
						
							
							config: detect if assembler supports --noexecstack and pass it down [from HEAD].  
						
						 
						
						
						
						
					 
					
						2011-07-15 19:59:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fe8629e1a5 
					 
					
						
						
							
							PR: 2556 (partial)  
						
						 
						
						... 
						
						
						
						Reported by: Daniel Marschall <daniel-marschall@viathinksoft.de >
Reviewed by: steve
Fix OID routines.
Check on encoding leading zero rejection should start at beginning of
encoding.
Allow for initial digit when testing when to use BIGNUMs which can increase
first value by 2 * 40. 
						
						
					 
					
						2011-07-14 12:01:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2a12eff4b2 
					 
					
						
						
							
							ms/uplink.c: fix Visual Studio 2010 warning [from HEAD].  
						
						 
						
						
						
						
					 
					
						2011-07-13 14:55:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b680fef061 
					 
					
						
						
							
							perlasm/cbc.pl: fix tail processing bug [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2557 
						
						
					 
					
						2011-07-13 06:23:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7f7414e054 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						... 
						
						
						
						Submitted by: Jim Morrison 
						
						
					 
					
						2011-07-11 12:13:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8b9db484ed 
					 
					
						
						
							
							PR: 2470  
						
						 
						
						... 
						
						
						
						Submitted by: Corinna Vinschen <vinschen@redhat.com >
Reviewed by: steve
Don't call ERR_remove_state from DllMain. 
						
						
					 
					
						2011-06-22 15:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f59f2fcbff 
					 
					
						
						
							
							PR: 2543  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Correctly handle errors in DTLSv1_handle_timeout() 
						
						
					 
					
						2011-06-22 15:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						419a530194 
					 
					
						
						
							
							PR: 2540  
						
						 
						
						... 
						
						
						
						Submitted by: emmanuel.azencot@bull.net 
Reviewed by: steve
Prevent infinite loop in BN_GF2m_mod_inv(). 
						
						
					 
					
						2011-06-22 15:23:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						69a8901eb1 
					 
					
						
						
							
							correctly encode OIDs near 2^32  
						
						 
						
						
						
						
					 
					
						2011-06-22 15:15:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2bcd08e691 
					 
					
						
						
							
							make EVP_dss() work for DSA signing  
						
						 
						
						
						
						
					 
					
						2011-06-20 20:05:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						167d692925 
					 
					
						
						
							
							Complete the version history (include information on unreleased  
						
						 
						
						... 
						
						
						
						version 0.9.8s to show full information). 
						
						
					 
					
						2011-06-15 14:21:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						025ee1dbde 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						
						
						
					 
					
						2011-06-08 15:56:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dce7b92d0b 
					 
					
						
						
							
							PR: 2533  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Setting SSL_MODE_RELEASE_BUFFERS should be ignored for DTLS, but instead causes
the program to crash. This is due to missing version checks and is fixed with
this patch. 
						
						
					 
					
						2011-05-25 15:21:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db886c2a2b 
					 
					
						
						
							
							PR: 2529  
						
						 
						
						... 
						
						
						
						Submitted by: Marcus Meissner <meissner@suse.de >
Reviewed by: steve
Call ssl_new() to reallocate SSL BIO internals if we want to replace
the existing internal SSL structure. 
						
						
					 
					
						2011-05-25 15:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d43129446 
					 
					
						
						
							
							PR: 2527  
						
						 
						
						... 
						
						
						
						Submitted by: Marcus Meissner <meissner@suse.de >
Reviewed by: steve
Set cnf to NULL to avoid possible double free. 
						
						
					 
					
						2011-05-25 15:06:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92107f8150 
					 
					
						
						
							
							Fix the ECDSA timing attack mentioned in the paper at:  
						
						 
						
						... 
						
						
						
						http://eprint.iacr.org/2011/232.pdf 
Thanks to the original authors Billy Bob Brumley and Nicola Tuveri for
bringing this to our attention. 
						
						
					 
					
						2011-05-25 14:52:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e82d6a2019 
					 
					
						
						
							
							Fix the ECDSA timing attack mentioned in the paper at:  
						
						 
						
						... 
						
						
						
						http://eprint.iacr.org/2011/232.pdf 
Thanks to the original authors Billy Bob Brumley and Nicola Tuveri for
bringing this to our attention. 
						
						
					 
					
						2011-05-25 14:43:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e5755cd85 
					 
					
						
						
							
							Oops use up to date patch for PR#2506  
						
						 
						
						
						
						
					 
					
						2011-05-25 14:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dda8dcd2c0 
					 
					
						
						
							
							PR: 2512  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix BIO_accept so it can be bound to IPv4 or IPv6 sockets consistently. 
						
						
					 
					
						2011-05-25 12:36:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16646b0018 
					 
					
						
						
							
							PR: 2506  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fully implement SSL_clear for DTLS. 
						
						
					 
					
						2011-05-25 12:28:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						320881c25c 
					 
					
						
						
							
							PR: 2505  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS session resumption timer bug. 
						
						
					 
					
						2011-05-25 12:24:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1d23fb382e 
					 
					
						
						
							
							update date  
						
						 
						
						
						
						
					 
					
						2011-05-19 17:56:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c4f1942a76 
					 
					
						
						
							
							inherit HMAC flags from MD_CTX  
						
						 
						
						
						
						
					 
					
						2011-05-19 17:39:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38c42c6eea 
					 
					
						
						
							
							set encodedPoint to NULL after freeing it  
						
						 
						
						
						
						
					 
					
						2011-05-19 16:18:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						51eb247d0f 
					 
					
						
						
							
							no need to include memory.h  
						
						 
						
						
						
						
					 
					
						2011-04-30 23:38:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8d22673a62 
					 
					
						
						
							
							check buffer is larger enough before overwriting  
						
						 
						
						
						
						
					 
					
						2011-04-06 18:07:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3622d3743e 
					 
					
						
						
							
							PR: 2462  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS Retransmission Buffer Bug 
						
						
					 
					
						2011-04-03 17:15:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fbbf28e7c2 
					 
					
						
						
							
							PR: 2458  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Don't change state when answering DTLS ClientHello. 
						
						
					 
					
						2011-04-03 16:26:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5dac77c06 
					 
					
						
						
							
							PR: 2457  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve
Fix DTLS fragment reassembly bug. 
						
						
					 
					
						2011-04-03 15:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						067d72a082 
					 
					
						
						
							
							Corrections to the VMS build system.  
						
						 
						
						... 
						
						
						
						Submitted by Steven M. Schweda <sms@antinode.info > 
						
						
					 
					
						2011-03-25 16:21:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ac0f3f506a 
					 
					
						
						
							
							make some non-VMS builds work again  
						
						 
						
						
						
						
					 
					
						2011-03-25 15:06:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f819147028 
					 
					
						
						
							
							For VMS, implement the possibility to choose 64-bit pointers with  
						
						 
						
						... 
						
						
						
						different options:
"64"		The build system will choose /POINTER_SIZE=64=ARGV if
		the compiler supports it, otherwise /POINTER_SIZE=64.
"64="		The build system will force /POINTER_SIZE=64.
"64=ARGV"	The build system will force /POINTER_SIZE=64=ARGV. 
						
						
					 
					
						2011-03-25 09:40:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a530963f05 
					 
					
						
						
							
							make update (1.0.0-stable)  
						
						 
						
						
						
						
					 
					
						2011-03-22 23:56:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bc5a53f5e9 
					 
					
						
						
							
							* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h.  Maybe some  
						
						 
						
						... 
						
						
						
						more need to be added... 
						
						
					 
					
						2011-03-22 23:54:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83382fb9d5 
					 
					
						
						
							
							* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGV  
						
						 
						
						... 
						
						
						
						with turning trapping back on.
* test/maketests.com: Do the same check for /POINTER_SIZE=64=ARGV
  here.
* test/clean-test.com: A new script for cleaning up. 
						
						
					 
					
						2011-03-20 14:01:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0674370017 
					 
					
						
						
							
							* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,  
						
						 
						
						... 
						
						
						
						directly in main().  'if needed' also includes when argv is a 32 bit
  pointer in an otherwise 64 bit environment.
* apps/makeapps.com: When using /POINTER_SIZE=64, try to use the additional
  =ARGV, but only if it's supported.  Fortunately, DCL is very helpful
  telling us in this case. 
						
						
					 
					
						2011-03-20 13:15:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2f91cb2c5e 
					 
					
						
						
							
							Keep file references in the VMS build files in the same order as they  
						
						 
						
						... 
						
						
						
						are in the Unix Makefiles 
						
						
					 
					
						2011-03-19 10:44:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						acb25c2327 
					 
					
						
						
							
							Change INSTALL.VMS to reflect the changes done on the build and  
						
						 
						
						... 
						
						
						
						install scripts.  This could need some more work. 
						
						
					 
					
						2011-03-19 09:45:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d842a90f8 
					 
					
						
						
							
							Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>  
						
						 
						
						
						
						
					 
					
						2011-03-19 09:44:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						80705bfc50 
					 
					
						
						
							
							PR: 2469  
						
						 
						
						... 
						
						
						
						Submitted by: Jim Studt <jim@studt.net >
Reviewed by: steve
Check mac is present before trying to retrieve mac iteration count. 
						
						
					 
					
						2011-03-13 18:20:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a8692311d 
					 
					
						
						
							
							make no-dsa work again  
						
						 
						
						
						
						
					 
					
						2011-03-10 18:27:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7d0ed89d57 
					 
					
						
						
							
							s390x-mont.pl: optimize for z196.  
						
						 
						
						
						
						
					 
					
						2011-03-04 13:11:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0912fae6ce 
					 
					
						
						
							
							dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2316 
						
						
					 
					
						2011-02-12 16:46:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0bb2154ee9 
					 
					
						
						
							
							Sync with 0.9.8 branch.  
						
						 
						
						
						
						
					 
					
						2011-02-08 19:06:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c9355e20c3 
					 
					
						
						
							
							start 1.0.0e-dev  
						
						 
						
						
						
						
					 
					
						2011-02-08 17:58:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6545372c24 
					 
					
						
						
							
							OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)  
						
						 
						
						... 
						
						
						
						Submitted by: Neel Mehta, Adam Langley, Bodo Moeller 
						
						
					 
					
						2011-02-08 17:10:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						17f8412983 
					 
					
						
						
							
							Add complete information on 0.9.8 branch.  
						
						 
						
						
						
						
					 
					
						2011-02-08 08:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d48df9a91b 
					 
					
						
						
							
							Assorted bugfixes:  
						
						 
						
						... 
						
						
						
						- safestack macro changes for C++ were incomplete
- RLE decompression boundary case
- SSL 2.0 key arg length check
Submitted by: Google (Adam Langley, Neel Mehta, Bodo Moeller) 
						
						
					 
					
						2011-02-03 12:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						65448fd0d3 
					 
					
						
						
							
							fix omission  
						
						 
						
						
						
						
					 
					
						2011-02-03 11:21:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a677c87b7b 
					 
					
						
						
							
							Since FIPS 186-3 specifies we use the leftmost bits of the digest  
						
						 
						
						... 
						
						
						
						we shouldn't reject digest lengths larger than SHA256: the FIPS
algorithm tests include SHA384 and SHA512 tests. 
						
						
					 
					
						2011-02-01 12:54:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f8a123b4a2 
					 
					
						
						
							
							stop warnings about no previous prototype when compiling shared engines  
						
						 
						
						
						
						
					 
					
						2011-01-30 01:05:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c64beae686 
					 
					
						
						
							
							PR: 2433  
						
						 
						
						... 
						
						
						
						Submitted by: Chris Wilson <chris@qwirx.com >
Reviewed by: steve
Constify ASN1_STRING_set_default_mask_asc(). 
						
						
					 
					
						2011-01-24 16:20:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						99ef8323e4 
					 
					
						
						
							
							check EC public key isn't point at infinity  
						
						 
						
						
						
						
					 
					
						2011-01-24 15:08:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2668c58969 
					 
					
						
						
							
							PR: 1612  
						
						 
						
						... 
						
						
						
						Submitted by: Robert Jackson <robert@rjsweb.net >
Reviewed by: steve
Fix EC_POINT_cmp function for case where b but not a is the point at infinity. 
						
						
					 
					
						2011-01-24 14:41:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5ae3168a77 
					 
					
						
						
							
							stop warning with no-engine  
						
						 
						
						
						
						
					 
					
						2011-01-13 15:42:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						559579659c 
					 
					
						
						
							
							The previous change was incorrect in this branch...  
						
						 
						
						
						
						
					 
					
						2011-01-10 21:00:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2dd74160cc 
					 
					
						
						
							
							PR: 2425  
						
						 
						
						... 
						
						
						
						Synchronise VMS build with Unixly build. 
						
						
					 
					
						2011-01-10 20:55:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2adf63272c 
					 
					
						
						
							
							PR: 2407  
						
						 
						
						... 
						
						
						
						Fix fault include.
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se > 
						
						
					 
					
						2011-01-06 20:56:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb5a0fb8f1 
					 
					
						
						
							
							Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed  
						
						 
						
						... 
						
						
						
						alert. 
						
						
					 
					
						2011-01-04 19:33:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c222de16ce 
					 
					
						
						
							
							oops missed an assert  
						
						 
						
						
						
						
					 
					
						2011-01-03 12:53:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						19091ac236 
					 
					
						
						
							
							PR: 2411  
						
						 
						
						... 
						
						
						
						Submitted by: Rob Austein <sra@hactrn.net >
Reviewed by: steve
Fix corner cases in RFC3779 code. 
						
						
					 
					
						2011-01-03 01:40:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2fcf251d3d 
					 
					
						
						
							
							Fix escaping code for string printing. If *any* escaping is enabled we  
						
						 
						
						... 
						
						
						
						must escape the escape character itself (backslash). 
						
						
					 
					
						2011-01-03 01:27:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dab5848cd9 
					 
					
						
						
							
							PR: 2410  
						
						 
						
						... 
						
						
						
						Submitted by: Rob Austein <sra@hactrn.net >
Reviewed by: steve
Use OPENSSL_assert() instead of assert(). 
						
						
					 
					
						2011-01-03 01:22:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a02f0f3d69 
					 
					
						
						
							
							PR: 2413  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Bergandi <mbergandi@gmail.com >
Reviewed by: steve
Fix typo in crypto/bio/bss_dgram.c 
						
						
					 
					
						2011-01-03 01:07:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e69d49364e 
					 
					
						
						
							
							use fips-dev not dev-fips  
						
						 
						
						
						
						
					 
					
						2011-01-03 00:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38921f0abf 
					 
					
						
						
							
							PR: 2416  
						
						 
						
						... 
						
						
						
						Submitted by: Mark Phalan <mark.phalan@oracle.com >
Reviewed by: steve
Use L suffix in version number. 
						
						
					 
					
						2011-01-03 00:26:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d76ce84c92 
					 
					
						
						
							
							Part of the IF structure didn't get pasted here...  
						
						 
						
						... 
						
						
						
						PR: 2393 
						
						
					 
					
						2010-12-14 21:44:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c3c7a0d26e 
					 
					
						
						
							
							First attempt at adding the possibility to set the pointer size for the builds on VMS.  
						
						 
						
						... 
						
						
						
						PR: 2393 
						
						
					 
					
						2010-12-14 19:18:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d06bc800f2 
					 
					
						
						
							
							bss_file.c: refine UTF8 logic [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2382 
						
						
					 
					
						2010-12-11 14:53:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a01dc637bd 
					 
					
						
						
							
							ignore leading null fields  
						
						 
						
						
						
						
					 
					
						2010-12-03 19:31:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3bbbe757ea 
					 
					
						
						
							
							update for next release  
						
						 
						
						
						
						
					 
					
						2010-12-02 19:37:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76474e519f 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2010-12-02 18:29:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						420f572d49 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-12-02 18:26:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d65d44b95 
					 
					
						
						
							
							fix for CVE-2010-4180  
						
						 
						
						
						
						
					 
					
						2010-12-02 18:24:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91e1ff77a0 
					 
					
						
						
							
							PR: 2386  
						
						 
						
						... 
						
						
						
						Submitted by: Stefan Birrer <stefan.birrer@adnovum.ch >
Reviewed by: steve
Correct SKM_ASN1_SET_OF_d2i macro. 
						
						
					 
					
						2010-12-02 17:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8e60ec8fa 
					 
					
						
						
							
							fix doc typos  
						
						 
						
						
						
						
					 
					
						2010-12-02 13:45:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e840570207 
					 
					
						
						
							
							use consistent FAQ between version  
						
						 
						
						
						
						
					 
					
						2010-12-02 00:10:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						077527f19e 
					 
					
						
						
							
							Configure: make -mno-cygwin optional on mingw platforms [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2381 
						
						
					 
					
						2010-11-30 22:19:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						00daa2e6c6 
					 
					
						
						
							
							PR: 2385  
						
						 
						
						... 
						
						
						
						Submitted by: Stefan Birrer <stefan.birrer@adnovum.ch >
Reviewed by: steve
Zero key->pkey.ptr after it is freed so the structure can be reused. 
						
						
					 
					
						2010-11-30 19:37:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						000f221d60 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2010-11-30 13:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						579a605494 
					 
					
						
						
							
							Better method for creating SSLROOT:.  
						
						 
						
						... 
						
						
						
						Make sure to include the path to evptest.txt. 
						
						
					 
					
						2010-11-29 22:27:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fa29ebd7ed 
					 
					
						
						
							
							add CVE to J-PAKE issue  
						
						 
						
						
						
						
					 
					
						2010-11-29 18:21:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3360999046 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2010-11-29 16:53:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b965e59cb 
					 
					
						
						
							
							Some of the MS_STATIC use in crypto/evp is a legacy from the days when  
						
						 
						
						... 
						
						
						
						EVP_MD_CTX was much larger: it isn't needed anymore. 
						
						
					 
					
						2010-11-27 17:34:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1684846f54 
					 
					
						
						
							
							PR: 2240  
						
						 
						
						... 
						
						
						
						Submitted by: Jack Lloyd <lloyd@randombit.net >, "Mounir IDRASSI" <mounir.idrassi@idrix.net >, steve
Reviewed by: steve
As required by RFC4492 an absent supported points format by a server is
not an error: it should be treated as equivalent to an extension only
containing uncompressed. 
						
						
					 
					
						2010-11-25 12:28:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						dde6d9520c 
					 
					
						
						
							
							Document change.  
						
						 
						
						
						
						
					 
					
						2010-11-24 15:07:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f9a772b743 
					 
					
						
						
							
							J-PAKE was not correctly checking values, which could lead to attacks.  
						
						 
						
						
						
						
					 
					
						2010-11-24 13:48:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0d6f7dbb50 
					 
					
						
						
							
							INSTALL.W32: document trouble with symlinks under MSYS [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2377 
						
						
					 
					
						2010-11-23 23:01:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						994a1ea900 
					 
					
						
						
							
							Implement bc test strategy as submitted by Steven M. Schweda <sms@antinode.info>.  
						
						 
						
						... 
						
						
						
						Make sure we move to '__here' before trying to use it to build local sslroot: 
						
						
					 
					
						2010-11-23 02:12:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e5d1fd38d1 
					 
					
						
						
							
							Print openssl version information at the end of the tests  
						
						 
						
						
						
						
					 
					
						2010-11-23 01:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a330ed26be 
					 
					
						
						
							
							Give the architecture dependent directory higher priority  
						
						 
						
						
						
						
					 
					
						2010-11-23 01:05:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ca0a86c89d 
					 
					
						
						
							
							Don't define an empty CFLAGS, it's much more honest not to defined it at all.  
						
						 
						
						... 
						
						
						
						Make sure to remove any [.CRYTO]BUILDINF.H so it doesn't get used instead of
[.CRYPTO._''ARCH'BUILDINF.H 
						
						
					 
					
						2010-11-23 01:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cf7bbce48 
					 
					
						
						
							
							* tests.com: Add the symbol openssl_conf, so the openssl application  
						
						 
						
						... 
						
						
						
						stops complaining about a missing configuration file.  Define the logical
  name PERL_ENV_TABLES with values to Perl considers the DCL symbol table
  as part of the environment (see 'man perlvms' for details), so cms-test.pl
  can get the value of EXE_DIR from tests.com, among others.
* cms-test.pl: Make changes to have it work on VMS as well.  Upper or mixed
  case options need to be quoted and the openssl command needs a VMS-specific
  treatment.  It all should work properly on Unix, I hope it does on Windows
  as well... 
						
						
					 
					
						2010-11-22 23:42:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4cdde22432 
					 
					
						
						
							
							s390x.S: fix typo in bn_mul_words [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2380 
						
						
					 
					
						2010-11-22 21:57:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a28cee6efe 
					 
					
						
						
							
							PR: 2376  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter <lists@gknw.net >
Reviewed by: steve
Cleanup alloca use, fix Win32 target for OpenWatcom. 
						
						
					 
					
						2010-11-19 00:11:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1977bafba4 
					 
					
						
						
							
							PR: 2375  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter <lists@gknw.net >
Reviewed by: steve
cleanup/fix e_aep.c for OpenWatcom 
						
						
					 
					
						2010-11-18 22:59:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c96907f2b 
					 
					
						
						
							
							PR: 2374  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter <lists@gknw.net >
Reviewed by: steve
Don't compile capi ENGINE on mingw32 
						
						
					 
					
						2010-11-18 22:56:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d96a30dc7 
					 
					
						
						
							
							Tell the user what test is being performed.  
						
						 
						
						
						
						
					 
					
						2010-11-18 22:47:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c09d1df7d3 
					 
					
						
						
							
							Make sure the source directory for ASN1TEST is defined.  
						
						 
						
						
						
						
					 
					
						2010-11-18 22:45:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c20dd45477 
					 
					
						
						
							
							We expect these scripts not to bail on error, so make sure that's what happens.  
						
						 
						
						
						
						
					 
					
						2010-11-18 22:30:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abb320463d 
					 
					
						
						
							
							Synchronise with Unix tests  
						
						 
						
						
						
						
					 
					
						2010-11-18 22:24:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ada3f8b5d3 
					 
					
						
						
							
							We redid the structure on architecture dependent source files, but  
						
						 
						
						... 
						
						
						
						apparently forgot to adapt the copying to the installation directory. 
						
						
					 
					
						2010-11-18 19:59:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6172561597 
					 
					
						
						
							
							add ACKNOWLEDGEMENTS file to 1.0.0 branch  
						
						 
						
						
						
						
					 
					
						2010-11-18 17:26:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						368b64d6dd 
					 
					
						
						
							
							compile cts128.c on VMS  
						
						 
						
						
						
						
					 
					
						2010-11-18 17:04:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4ed0ca2b3e 
					 
					
						
						
							
							fix no SIGALRM case in speed.c  
						
						 
						
						
						
						
					 
					
						2010-11-18 13:22:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a92f98c630 
					 
					
						
						
							
							PR: 2372  
						
						 
						
						... 
						
						
						
						Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl >
Reviewed by: steve
Fix OpenBSD compilation failure. 
						
						
					 
					
						2010-11-18 12:28:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4385b556b4 
					 
					
						
						
							
							Don't assume a decode error if session tlsext_ecpointformatlist is not NULL:  
						
						 
						
						... 
						
						
						
						it can be legitimately set elsewhere. 
						
						
					 
					
						2010-11-16 22:41:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e7c9519b8 
					 
					
						
						
							
							update for next version  
						
						 
						
						
						
						
					 
					
						2010-11-16 16:33:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef02492908 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2010-11-16 13:35:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						86d5f9ba4f 
					 
					
						
						
							
							fix CVE-2010-3864  
						
						 
						
						
						
						
					 
					
						2010-11-16 13:26:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						febcec6254 
					 
					
						
						
							
							If EVP_PKEY structure contains an ENGINE the key is ENGINE specific and  
						
						 
						
						... 
						
						
						
						we should use its method instead of any generic one. 
						
						
					 
					
						2010-11-16 12:11:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f07cb1ce8e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-11-15 14:44:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b3c17a4805 
					 
					
						
						
							
							Get correct GOST private key instead of just assuming the last one is  
						
						 
						
						... 
						
						
						
						correct: this isn't always true if we have more than one certificate. 
						
						
					 
					
						2010-11-14 13:50:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7b83fe34c0 
					 
					
						
						
							
							update NEWS file  
						
						 
						
						
						
						
					 
					
						2010-11-11 15:30:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e0b1c57ae0 
					 
					
						
						
							
							Submitted By: Bogdan Harjoc <harjoc@gmail.com>  
						
						 
						
						... 
						
						
						
						Add missing debug WIN64 targets. 
						
						
					 
					
						2010-11-11 15:23:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6806b06d21 
					 
					
						
						
							
							PR: 2366  
						
						 
						
						... 
						
						
						
						Submitted by: Damien Miller <djm@mindrot.org >
Reviewed by: steve
Stop pkeyutl crashing if some arguments are missing. Also make str2fmt
tolerate NULL parameter. 
						
						
					 
					
						2010-11-11 14:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0af0e9d747 
					 
					
						
						
							
							Submitted by: Jonathan Dixon <joth@chromium.org>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve
If store is NULL set flags correctly. 
						
						
					 
					
						2010-11-02 15:57:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2191b3ba44 
					 
					
						
						
							
							PR: 2295  
						
						 
						
						... 
						
						
						
						Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com >
Reviewed by: steve
OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code
elimination. 
						
						
					 
					
						2010-10-11 23:24:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						73020a945b 
					 
					
						
						
							
							x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2356 
						
						
					 
					
						2010-10-10 21:14:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c2d0cd11c 
					 
					
						
						
							
							PR: 2314  
						
						 
						
						... 
						
						
						
						Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net >
Reviewed by: steve
Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939 
						
						
					 
					
						2010-10-10 12:33:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ef9b9c7bf 
					 
					
						
						
							
							We can't always read 6 bytes in an OCSP response: fix so error statuses  
						
						 
						
						... 
						
						
						
						are read correctly for non-blocking I/O. 
						
						
					 
					
						2010-10-06 18:01:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c14c6e996d 
					 
					
						
						
							
							Minor documentation fixes, PR#2345  
						
						 
						
						
						
						
					 
					
						2010-10-04 13:28:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						51381cd4ed 
					 
					
						
						
							
							Minor documentation fixes, PR#2344  
						
						 
						
						
						
						
					 
					
						2010-10-04 13:24:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c9ab050e5 
					 
					
						
						
							
							Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),  
						
						 
						
						... 
						
						
						
						this means that some implementations will be used automatically, e.g. aesni,
we do this for cryptodev anyway.
Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it. 
						
						
					 
					
						2010-10-03 18:57:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b6996c7849 
					 
					
						
						
							
							Alpha assembler pack: adapt for Linux [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2335 
						
						
					 
					
						2010-09-13 20:32:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c23b0716e 
					 
					
						
						
							
							VC-32.pl: default to nasm if neither nasm or nasmw is is found at the moment [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2338 
						
						
					 
					
						2010-09-13 16:28:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f548a0e4d5 
					 
					
						
						
							
							crypto/bn/asm/s390x.S: drop redundant instructions [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-09-10 14:55:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a404f63f92 
					 
					
						
						
							
							sparcv9cap.c: disengange Solaris-specific CPU detection routine in favour  
						
						 
						
						... 
						
						
						
						of unified procedure relying on SIGILL [from HEAD].
PR: 2321 
						
						
					 
					
						2010-09-05 19:48:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b54f50d277 
					 
					
						
						
							
							Oops. Make depend on a standard configuration.  
						
						 
						
						
						
						
					 
					
						2010-09-05 13:47:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						10ba241909 
					 
					
						
						
							
							Make depend.  
						
						 
						
						
						
						
					 
					
						2010-09-05 13:07:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f238b1c4a 
					 
					
						
						
							
							make no-gost work on Windows  
						
						 
						
						
						
						
					 
					
						2010-09-02 17:23:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef85bf8c2b 
					 
					
						
						
							
							fix bug in AES_unwrap()  
						
						 
						
						
						
						
					 
					
						2010-08-30 23:59:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cbfccdb729 
					 
					
						
						
							
							ECC library bugfixes.  
						
						 
						
						... 
						
						
						
						Submitted by: Emilia Kasper (Google) 
						
						
					 
					
						2010-08-26 12:10:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						94111aa401 
					 
					
						
						
							
							Harmonize with OpenSSL_0_9_8-stable version of CHANGES.  
						
						 
						
						
						
						
					 
					
						2010-08-26 11:19:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eec48070a1 
					 
					
						
						
							
							util/cygwin.sh: maintainer's update [from HEAD].  
						
						 
						
						... 
						
						
						
						Submitted by: Corinna Vinschen 
						
						
					 
					
						2010-08-24 21:52:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eebe668174 
					 
					
						
						
							
							engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2319 
						
						
					 
					
						2010-08-24 21:46:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8a15a4a7b4 
					 
					
						
						
							
							Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2319 
						
						
					 
					
						2010-08-21 11:36:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						19057003f1 
					 
					
						
						
							
							sha1-armv4-large.pl: reschedule instructions for dual-issue pipeline [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-08-03 15:36:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						031648d4ce 
					 
					
						
						
							
							Make inline assembler clang-friendly [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-08-02 21:54:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02bee340a2 
					 
					
						
						
							
							alphacpuid.pl: fix brown-bag bug [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-07-28 08:18:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f6f2f68a05 
					 
					
						
						
							
							Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2309 
						
						
					 
					
						2010-07-26 22:09:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						982d68a0c0 
					 
					
						
						
							
							Add modes.h to mkdef.pl, update ordinals.  
						
						 
						
						
						
						
					 
					
						2010-07-25 16:56:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7585a86a76 
					 
					
						
						
							
							Fix WIN32 build system to correctly link ENGINE DLLs contained in a  
						
						 
						
						... 
						
						
						
						directory: currently the GOST ENGINE is the only case. 
						
						
					 
					
						2010-07-24 17:57:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						73190f1b46 
					 
					
						
						
							
							Configure: suppress $multilib with non-system $prefix [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2307 
						
						
					 
					
						2010-07-16 08:14:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6673ac592a 
					 
					
						
						
							
							Makefile.shared: update link_o.darwin rule [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2306 
						
						
					 
					
						2010-07-16 08:11:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						59aa655b53 
					 
					
						
						
							
							ARM assembler pack: reschedule instructions for dual-issue pipeline [from HEAD].  
						
						 
						
						... 
						
						
						
						Modest improvement coefficients mean that code already had some
parallelism and there was not very much room for improvement. Special
thanks to Ted Krovetz for benchmarking the code with such patience. 
						
						
					 
					
						2010-07-13 14:08:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c4c99b4961 
					 
					
						
						
							
							PR: 2297  
						
						 
						
						... 
						
						
						
						Submitted by: Antony, Benoy <bantony@ebay.com >
Approved by: steve@openssl.org 
Fix bug in AES wrap code when t > 0xff. 
						
						
					 
					
						2010-07-09 17:25:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ccbbcddd5f 
					 
					
						
						
							
							INSTALL.W32: mention _OPENSSL_isservice() [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2194 
						
						
					 
					
						2010-07-09 14:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						65d82478d8 
					 
					
						
						
							
							rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3)  
						
						 
						
						... 
						
						
						
						[from HEAD].
PR: 2296 
						
						
					 
					
						2010-07-08 09:15:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02a6518a02 
					 
					
						
						
							
							PROBLEMS: MacOS X is not necessarily a problem anymore [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-07-08 09:01:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a79053511b 
					 
					
						
						
							
							sparcv9cap.c: reiterate CPU detection logic [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-07-08 07:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eb56eb2279 
					 
					
						
						
							
							i variable is used on some platforms  
						
						 
						
						
						
						
					 
					
						2010-07-05 11:03:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d40f6d4a02 
					 
					
						
						
							
							crypto/sparc*: elininate _sparcv9_rdwrasi [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-07-02 08:08:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						943ae0951a 
					 
					
						
						
							
							SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unaligned  
						
						 
						
						... 
						
						
						
						opcodes detected in executable segment" error [from HEAD]. 
						
						
					 
					
						2010-07-01 07:57:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						999eeaba14 
					 
					
						
						
							
							oops, fix date string  
						
						 
						
						
						
						
					 
					
						2010-06-16 13:46:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dfa81d9efb 
					 
					
						
						
							
							update README, fix opensslv.h  
						
						 
						
						
						
						
					 
					
						2010-06-16 13:37:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1dba06e7b0 
					 
					
						
						
							
							update for next version  
						
						 
						
						
						
						
					 
					
						2010-06-16 13:34:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						daac87be95 
					 
					
						
						
							
							clarify comment  
						
						 
						
						
						
						
					 
					
						2010-06-16 13:17:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e97359435e 
					 
					
						
						
							
							Fix warnings (From HEAD, original patch by Ben).  
						
						 
						
						
						
						
					 
					
						2010-06-15 17:25:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						afce9bcca1 
					 
					
						
						
							
							VC-32.pl: fix /Fd name generation [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2284 
						
						
					 
					
						2010-06-09 15:49:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c7baca820 
					 
					
						
						
							
							prepare for release  
						
						 
						
						
						
						
					 
					
						2010-06-01 13:31:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						618265e645 
					 
					
						
						
							
							Fix CVE-2010-1633 and CVE-2010-0742.  
						
						 
						
						
						
						
					 
					
						2010-06-01 13:17:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9728978b75 
					 
					
						
						
							
							VC-32.pl: unconditionally generate symbols.pdb [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-06-01 06:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						938c0bbae1 
					 
					
						
						
							
							x86_64-xlate.pl: updates from HEAD.  
						
						 
						
						
						
						
					 
					
						2010-06-01 05:57:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a0cd818831 
					 
					
						
						
							
							Configure: update mingw config-lines [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-06-01 05:53:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31c4ab5401 
					 
					
						
						
							
							fix PR#2261 in a different way  
						
						 
						
						
						
						
					 
					
						2010-05-31 13:18:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f65529824 
					 
					
						
						
							
							PR: 2278  
						
						 
						
						... 
						
						
						
						Submitted By: Mattias Ellert <mattias.ellert@fysast.uu.se >
Fix type checking macro SKM_ASN1_SET_OF_i2d 
						
						
					 
					
						2010-05-29 12:49:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b3a6eedd1 
					 
					
						
						
							
							update NEWS  
						
						 
						
						
						
						
					 
					
						2010-05-27 15:05:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6938440d68 
					 
					
						
						
							
							PR: 2262  
						
						 
						
						... 
						
						
						
						Submitted By: Victor Wagner <vitus@cryptocom.ru >
Fix error reporting in load_key function. 
						
						
					 
					
						2010-05-27 14:09:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						57ec6c9bad 
					 
					
						
						
							
							PR: 2261  
						
						 
						
						... 
						
						
						
						Submitted By: De Rudder, Stephen L." <s_derudder@tditx.com >
Workaround for newer Windows headers which define EADDRINUSE but not to the
same value as WSAEADDRINUSE. 
						
						
					 
					
						2010-05-27 13:07:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7a09bc4068 
					 
					
						
						
							
							PR: 2258  
						
						 
						
						... 
						
						
						
						Submitted By: Ger Hobbelt <ger@hobbelt.com >
Base64 BIO fixes:
Use OPENSSL_assert() instead of assert().
Use memmove() as buffers overlap.
Fix write retry logic. 
						
						
					 
					
						2010-05-27 12:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						deb15645a8 
					 
					
						
						
							
							PR: 2266  
						
						 
						
						... 
						
						
						
						Submitted By: Jonathan Gray <jsg@goblin.cx >
Correct ioctl definitions. 
						
						
					 
					
						2010-05-26 23:23:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f0b358e8b9 
					 
					
						
						
							
							Avoid use of ex_data free function in Chil ENGINE so it can be safely  
						
						 
						
						... 
						
						
						
						reloaded. 
						
						
					 
					
						2010-05-26 16:17:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dce2b5a8fc 
					 
					
						
						
							
							PR: 2254  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Check for <= 0 i2d return value. 
						
						
					 
					
						2010-05-22 00:40:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59d100d959 
					 
					
						
						
							
							PR: 2251  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Memleak, BIO chain leak and realloc checks in v3_pci.c 
						
						
					 
					
						2010-05-22 00:31:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d497b5362b 
					 
					
						
						
							
							oops, typo  
						
						 
						
						
						
						
					 
					
						2010-05-20 17:35:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						369b0abdc2 
					 
					
						
						
							
							Update cms-test.pl to handle some Unix like Windows environments where  
						
						 
						
						... 
						
						
						
						calling shlib_wrap.sh doesn't work. 
						
						
					 
					
						2010-05-20 17:28:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						72240ab31a 
					 
					
						
						
							
							PR: 2259  
						
						 
						
						... 
						
						
						
						Submitted By: Artem Chuprina <ran@cryptocom.ru >
Check return values of HMAC in tls_P_hash and tls1_generate_key_block.
Although the previous version could in theory crash that would only happen if a
digest call failed. The standard software methods can never fail and only one
ENGINE currently uses digests and it is not compiled in by default. 
						
						
					 
					
						2010-05-17 11:26:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc4e1ddc9f 
					 
					
						
						
							
							PR: 2253  
						
						 
						
						... 
						
						
						
						Submitted By: Ger Hobbelt <ger@hobbelt.com >
Check callback return value when outputting errors. 
						
						
					 
					
						2010-05-15 00:36:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ff656346fa 
					 
					
						
						
							
							PR: 2255  
						
						 
						
						... 
						
						
						
						Submitted By: Ger Hobbelt <ger@hobbelt.com >
Place RSA dependent variable under #ifndef OPENSSL_NO_RSA 
						
						
					 
					
						2010-05-15 00:19:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca91057d50 
					 
					
						
						
							
							PR: 2252  
						
						 
						
						... 
						
						
						
						Submitted By: Ger Hobbelt <ger@hobbelt.com >
Update docs to BIO_f_buffer() 
						
						
					 
					
						2010-05-03 15:29:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c1e7de6cb 
					 
					
						
						
							
							PR: 2230  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fix bug in bitmask macros and stop warnings. 
						
						
					 
					
						2010-05-03 13:01:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						207886cd3a 
					 
					
						
						
							
							PR: 2244  
						
						 
						
						... 
						
						
						
						Submitted By: "PMHager" <hager@dortmund.net >
Initialise pkey callback to 0. 
						
						
					 
					
						2010-05-03 12:50:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						336d1ee733 
					 
					
						
						
							
							bss_file.c: reserve for option to encode file name in UTF-8 on Windows  
						
						 
						
						... 
						
						
						
						[from HEAD]. 
						
						
					 
					
						2010-04-28 20:04:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bed2b769f5 
					 
					
						
						
							
							md5-ia64.S: fix assembler warning [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-20 20:41:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						26029d9c4c 
					 
					
						
						
							
							PR: 2241  
						
						 
						
						... 
						
						
						
						Submitted By: Artemy Lebedev <vagran.ast@gmail.com >
Typo. 
						
						
					 
					
						2010-04-20 12:53:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c64c888929 
					 
					
						
						
							
							oops, commit Configure part of PR#2234  
						
						 
						
						
						
						
					 
					
						2010-04-15 13:17:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8d9db41880 
					 
					
						
						
							
							PR: 2234  
						
						 
						
						... 
						
						
						
						Submitted By: Matthias Andree <matthias.andree@gmx.de >
Use correct path to openssl utility in c_rehash script. 
						
						
					 
					
						2010-04-14 23:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4fae54a8e0 
					 
					
						
						
							
							PR: 2235  
						
						 
						
						... 
						
						
						
						Submitted By: Bruce Stephens <bruce.stephens@isode.com >
Make ts/Makefile consistent with other Makefiles. 
						
						
					 
					
						2010-04-14 23:04:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9f35928719 
					 
					
						
						
							
							x86_64cpuid.pl: ml64 is allergic to db on label line [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-14 19:25:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c5af032df5 
					 
					
						
						
							
							update FAQ  
						
						 
						
						
						
						
					 
					
						2010-04-14 13:20:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8a898a6fcc 
					 
					
						
						
							
							[co]cf128.c: fix "n=0" bug [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-14 07:47:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9f827ded1c 
					 
					
						
						
							
							fix signed/unsigned comparison warnings  
						
						 
						
						
						
						
					 
					
						2010-04-14 00:41:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5daa9411a0 
					 
					
						
						
							
							fix bug in ccgost CFB mode code  
						
						 
						
						
						
						
					 
					
						2010-04-14 00:33:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						094d4019b8 
					 
					
						
						
							
							check ASN1 type before using it  
						
						 
						
						
						
						
					 
					
						2010-04-14 00:30:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1507f3abba 
					 
					
						
						
							
							PR: 2230  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fix various DTLS fragment reassembly bugs. 
						
						
					 
					
						2010-04-14 00:17:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30e8defe52 
					 
					
						
						
							
							PR: 2229  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Don't drop DTLS connection if mac or decryption failed. 
						
						
					 
					
						2010-04-14 00:09:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9f4dd3e3e3 
					 
					
						
						
							
							PR: 2228  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fix DTLS buffer record MAC failure bug. 
						
						
					 
					
						2010-04-14 00:03:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c00014d7e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-04-13 17:08:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cf12a6350 
					 
					
						
						
							
							No need to look for the file if none was entered.  
						
						 
						
						
						
						
					 
					
						2010-04-13 14:39:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dc9461e23f 
					 
					
						
						
							
							A few more things that aren't built on VAX  
						
						 
						
						
						
						
					 
					
						2010-04-13 14:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72d57050df 
					 
					
						
						
							
							Since test modules aren't copied to the test/ directory any more on  
						
						 
						
						... 
						
						
						
						VMS, we need to rework this script with knowledge of where they are. 
						
						
					 
					
						2010-04-13 14:38:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49d1f665a4 
					 
					
						
						
							
							Rework the way engines are built  
						
						 
						
						
						
						
					 
					
						2010-04-13 14:37:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2c25edc4c1 
					 
					
						
						
							
							Too long symbols  
						
						 
						
						
						
						
					 
					
						2010-04-13 14:36:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d2f098b33d 
					 
					
						
						
							
							Spelling  
						
						 
						
						
						
						
					 
					
						2010-04-13 14:34:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f4f7f35f3 
					 
					
						
						
							
							Rework the configuration of avoided algorithms.  
						
						 
						
						... 
						
						
						
						Avoid copying test modules. 
						
						
					 
					
						2010-04-13 14:33:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a4fe6c8db 
					 
					
						
						
							
							Undo the previous change, it was incorrect in this branch.  
						
						 
						
						
						
						
					 
					
						2010-04-13 11:10:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7bba401d5d 
					 
					
						
						
							
							Third argument to dtls1_buffer_record is by reference  
						
						 
						
						
						
						
					 
					
						2010-04-13 08:41:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c73cff12f1 
					 
					
						
						
							
							aes-ppc.pl: 10% performance improvement on Power6 [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-10 14:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b32d93840e 
					 
					
						
						
							
							cryptlib.c: allow application to override OPENSSL_isservice [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-10 14:13:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cb457849fd 
					 
					
						
						
							
							ctr129.c: fix typo, simplify ctr128_inc and fix "n=0" bug [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-10 13:47:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cb3c30059a 
					 
					
						
						
							
							darwin-ppc-cc: add -Wa,-force_cpusubtype_ALL to produce binaries not  
						
						 
						
						... 
						
						
						
						specific to G5. This was already added to HEAD earlier.
PR: 2231 
						
						
					 
					
						2010-04-10 13:41:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20dc93e49e 
					 
					
						
						
							
							sparccpuid.S: some assembler is allergic to apostrophes in comments [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-10 13:37:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b620447dcc 
					 
					
						
						
							
							alpha-mont.pl: comply with stack alignment requirement [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-04-10 13:33:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4ffd2ad1d3 
					 
					
						
						
							
							make GOST MAC work again  
						
						 
						
						
						
						
					 
					
						2010-04-08 10:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						acc9938ba5 
					 
					
						
						
							
							Add SHA2 algorithms to SSL_library_init(). Although these aren't used  
						
						 
						
						... 
						
						
						
						directly by SSL/TLS SHA2 certificates are becoming more common and
applications that only call SSL_library_init() and not
OpenSSL_add_all_alrgorithms() will fail when verifying certificates.
Update docs. 
						
						
					 
					
						2010-04-07 13:18:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f6d13ac8cf 
					 
					
						
						
							
							Remove obsolete PRNG note. Add comment about use of SHA256 et al.  
						
						 
						
						
						
						
					 
					
						2010-04-06 15:05:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						24cb653c6b 
					 
					
						
						
							
							PR: 2209  
						
						 
						
						... 
						
						
						
						Submitted Daniel Mentz <danielml@sent.com >
Documentation typo. 
						
						
					 
					
						2010-04-06 14:45:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6dfd3cf68e 
					 
					
						
						
							
							PR: 2218  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fixes for DTLS replay bug. 
						
						
					 
					
						2010-04-06 12:44:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						073775cbbb 
					 
					
						
						
							
							PR: 2219  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fixes for DTLS buffering bug. 
						
						
					 
					
						2010-04-06 12:40:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e995d5044e 
					 
					
						
						
							
							PR: 2223  
						
						 
						
						... 
						
						
						
						Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de >
Fixes for DTLS timeout bug 
						
						
					 
					
						2010-04-06 12:29:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b0a79a27a 
					 
					
						
						
							
							PR: 2220  
						
						 
						
						... 
						
						
						
						Fixes to make OpenSSL compile with no-rc4 
						
						
					 
					
						2010-04-06 11:18:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6747de655e 
					 
					
						
						
							
							updates for next release  
						
						 
						
						
						
						
					 
					
						2010-03-30 00:55:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91bad2b09e 
					 
					
						
						
							
							Prepare for 1.0.0 release - finally ;-)  
						
						 
						
						
						
						
					 
					
						2010-03-29 13:11:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1244d5b713 
					 
					
						
						
							
							ARMv4 assembler: [unconfirmed] fix for compilation failure [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-03-29 09:59:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c0ed5cd47b 
					 
					
						
						
							
							dso_dlfcn.c: fix compile failure on Tru64 [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-03-29 09:50:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8281fd38e 
					 
					
						
						
							
							PR: 1696  
						
						 
						
						... 
						
						
						
						Check return value if d2i_PBEPARAM(). 
						
						
					 
					
						2010-03-28 00:42:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fe8e6bff9b 
					 
					
						
						
							
							PR: 1763  
						
						 
						
						... 
						
						
						
						Remove useless num = 0 assignment.
Remove redundant cases on sock_ctrl(): default case handles them. 
						
						
					 
					
						2010-03-27 23:28:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9caf25d144 
					 
					
						
						
							
							PR: 1904  
						
						 
						
						... 
						
						
						
						Submitted by: David Woodhouse <dwmw2@infradead.org >
Pass passphrase minimum length down to UI. 
						
						
					 
					
						2010-03-27 19:27:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						348620c7ac 
					 
					
						
						
							
							PR: 1813  
						
						 
						
						... 
						
						
						
						Submitted by: Torsten Hilbrich <torsten.hilbrich@secunet.com >
Fix memory leak when engine name cannot be loaded. 
						
						
					 
					
						2010-03-27 18:28:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30fc2ab92b 
					 
					
						
						
							
							update FAQ  
						
						 
						
						
						
						
					 
					
						2010-03-25 12:07:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5b5464d525 
					 
					
						
						
							
							Fix for "Record of death" vulnerability CVE-2010-0740.  
						
						 
						
						... 
						
						
						
						Also, add missing CHANGES entry for CVE-2009-3245 (code changes submitted to this branch on 23 Feb 2010). 
						
						
					 
					
						2010-03-25 11:22:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cd15a0528f 
					 
					
						
						
							
							initialise buf if wrong_info not used  
						
						 
						
						
						
						
					 
					
						2010-03-24 23:42:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7b52778eff 
					 
					
						
						
							
							PR: 1731 and maybe 2197  
						
						 
						
						... 
						
						
						
						Clear error queue in a few places in SSL code where errors are expected
so they don't stay in the queue. 
						
						
					 
					
						2010-03-24 23:16:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						162de2f2b5 
					 
					
						
						
							
							rand_win.c: fix logical bug in readscreen [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-03-22 22:44:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f6e4af6fd7 
					 
					
						
						
							
							bss_file.c: fix MSC 6.0 warning [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-03-22 22:39:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						32b76dcdac 
					 
					
						
						
							
							e_capi.c: fix typo.  
						
						 
						
						
						
						
					 
					
						2010-03-15 22:29:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bcfd252052 
					 
					
						
						
							
							Fix UPLINK typo [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-03-15 22:26:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						32c452779e 
					 
					
						
						
							
							workaround for missing definition in some headers  
						
						 
						
						
						
						
					 
					
						2010-03-15 13:09:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						118b90c59e 
					 
					
						
						
							
							PR: 2192  
						
						 
						
						... 
						
						
						
						Submitted By: Jaroslav Imrich <jaroslav.imrich@disig.sk >
The prompt_info and wrong_info parameters can be empty strings which
can produce confusing prompts. Treat empty string same as NULL. 
						
						
					 
					
						2010-03-12 12:48:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f6a61b140e 
					 
					
						
						
							
							missing goto meant signature was never printed out  
						
						 
						
						
						
						
					 
					
						2010-03-12 12:07:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						75ece4b5cf 
					 
					
						
						
							
							don't leave bogus errors in the queue  
						
						 
						
						
						
						
					 
					
						2010-03-10 13:48:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						724cca4178 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-03-09 17:23:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b3fdb0181 
					 
					
						
						
							
							PR: 2188  
						
						 
						
						... 
						
						
						
						Submitted By: Jaroslav Imrich <jaroslav.imrich@disig.sk >
Add "missing" functions to get and set prompt constructor. 
						
						
					 
					
						2010-03-09 17:18:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fcc3d0265d 
					 
					
						
						
							
							PR: 2186  
						
						 
						
						... 
						
						
						
						Submitted By: "Joel Rabinovitch" <Joel.Rabinovitch@tecsys.com >
Detect aix64-gcc 
						
						
					 
					
						2010-03-09 17:08:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5356ea7cde 
					 
					
						
						
							
							reserve a few more bits for future cipher modes  
						
						 
						
						
						
						
					 
					
						2010-03-08 23:47:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						06226df1a9 
					 
					
						
						
							
							The OID sanity check was incorrect. It should only disallow *leading* 0x80  
						
						 
						
						... 
						
						
						
						values. 
						
						
					 
					
						2010-03-07 16:40:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf638ef026 
					 
					
						
						
							
							don't add digest alias if signature algorithm is undefined  
						
						 
						
						
						
						
					 
					
						2010-03-06 20:47:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						07973d5db8 
					 
					
						
						
							
							Fix memory leak: free up ENGINE functional reference if digest is not  
						
						 
						
						... 
						
						
						
						found in an ENGINE. 
						
						
					 
					
						2010-03-05 13:33:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3b3f71121b 
					 
					
						
						
							
							PR: 2183  
						
						 
						
						... 
						
						
						
						PR#1999 broke fork detection by assuming HAVE_FORK was set for all platforms.
Include original HAVE_FORK detection logic while allowing it to be
overridden on specific platforms with -DHAVE_FORK=1 or -DHAVE_FORK=0 
						
						
					 
					
						2010-03-03 19:56:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						47333a34d5 
					 
					
						
						
							
							Submitted by: Tomas Hoger <thoger@redhat.com>  
						
						 
						
						... 
						
						
						
						Fix for CVE-2010-0433 where some kerberos enabled versions of OpenSSL
could be crashed if the relevant tables were not present (e.g. chrooted). 
						
						
					 
					
						2010-03-03 15:41:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d92138f703 
					 
					
						
						
							
							don't mix definitions and code  
						
						 
						
						
						
						
					 
					
						2010-03-03 15:30:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2bf335327 
					 
					
						
						
							
							Fix s390x-specific HOST_l2c|c2l [from HEAD].  
						
						 
						
						... 
						
						
						
						Submitted by: Andreas Krebbel 
						
						
					 
					
						2010-03-02 16:25:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						33bec62a20 
					 
					
						
						
							
							PR: 2178  
						
						 
						
						... 
						
						
						
						Submitted by: "Kennedy, Brendan" <brendan.kennedy@intel.com >
Handle error codes correctly: cryptodev returns 0 for success whereas OpenSSL
returns 1. 
						
						
					 
					
						2010-03-01 23:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e630b1847 
					 
					
						
						
							
							use supplied ENGINE in genrsa  
						
						 
						
						
						
						
					 
					
						2010-03-01 14:22:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						002d3fe863 
					 
					
						
						
							
							use correct prototype as in HEAD  
						
						 
						
						
						
						
					 
					
						2010-03-01 03:01:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb24311e7c 
					 
					
						
						
							
							'typo'  
						
						 
						
						
						
						
					 
					
						2010-03-01 01:52:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90278430d9 
					 
					
						
						
							
							make USE_CRYPTODEV_DIGESTS work  
						
						 
						
						
						
						
					 
					
						2010-03-01 01:19:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bcd9d12a8d 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2010-02-28 13:38:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						79363339b7 
					 
					
						
						
							
							algorithms field has changed in 1.0.0 and later: update  
						
						 
						
						
						
						
					 
					
						2010-02-28 00:24:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fbe2c6b33e 
					 
					
						
						
							
							Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and  
						
						 
						
						... 
						
						
						
						1.0.0. Original fix was on 2007-Mar-09 and had the log message: "Fix kerberos
ciphersuite bugs introduced with PR:1336." 
						
						
					 
					
						2010-02-27 23:04:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fc11f47229 
					 
					
						
						
							
							Revert CFB block length change. Despite what SP800-38a says the input to  
						
						 
						
						... 
						
						
						
						CFB mode does *not* have to be a multiple of the block length and several
other specifications (e.g. PKCS#11) do not require this. 
						
						
					 
					
						2010-02-26 14:41:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2b23d89d14 
					 
					
						
						
							
							oops, use correct date  
						
						 
						
						
						
						
					 
					
						2010-02-26 12:14:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9cfa3cff54 
					 
					
						
						
							
							update FAQ, NEWS  
						
						 
						
						
						
						
					 
					
						2010-02-25 18:21:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6507653e72 
					 
					
						
						
							
							The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY and  
						
						 
						
						... 
						
						
						
						X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT error codes were reversed in
the verify application documentation. 
						
						
					 
					
						2010-02-23 14:09:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7fe747d1eb 
					 
					
						
						
							
							Always check bn_wexpend() return values for failure (CVE-2009-3245).  
						
						 
						
						... 
						
						
						
						(The CHANGES entry covers the change from PR #2111  as well, submitted by
Martin Olsson.)
Submitted by: Neel Mehta 
						
						
					 
					
						2010-02-23 10:36:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						32567c9f3b 
					 
					
						
						
							
							Fix X509_STORE locking  
						
						 
						
						
						
						
					 
					
						2010-02-19 18:26:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f3d52fedc 
					 
					
						
						
							
							clarify documentation  
						
						 
						
						
						
						
					 
					
						2010-02-18 12:41:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8321bab39c 
					 
					
						
						
							
							OR default SSL_OP_LEGACY_SERVER_CONNECT so existing options are preserved  
						
						 
						
						
						
						
					 
					
						2010-02-17 19:43:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						989238802a 
					 
					
						
						
							
							Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well as  
						
						 
						
						... 
						
						
						
						initial connection to unpatched servers. There are no additional security
concerns in doing this as clients don't see renegotiation during an
attack anyway. 
						
						
					 
					
						2010-02-17 18:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9051fc538f 
					 
					
						
						
							
							PR: 2100  
						
						 
						
						... 
						
						
						
						Submitted by: James Baker <jbaker@tableausoftware.com > et al.
Workaround for slow Heap32Next on some versions of Windows. 
						
						
					 
					
						2010-02-17 14:32:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						03fd7f27db 
					 
					
						
						
							
							Submitted by:  Dmitry Ivanov <vonami@gmail.com>  
						
						 
						
						... 
						
						
						
						Don't leave dangling pointers in GOST engine if calls fail. 
						
						
					 
					
						2010-02-16 14:30:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						45d6a15ae9 
					 
					
						
						
							
							PR: 2171  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Since SSLv2 doesn't support renegotiation at all don't reject it if
legacy renegotiation isn't enabled.
Also can now use SSL2 compatible client hello because RFC5746 supports it. 
						
						
					 
					
						2010-02-16 14:20:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c6ca18664 
					 
					
						
						
							
							The "block length" for CFB mode was incorrectly coded as 1 all the time. It  
						
						 
						
						... 
						
						
						
						should be the number of feedback bits expressed in bytes. For CFB1 mode set
this to 1 by rounding up to the nearest multiple of 8. 
						
						
					 
					
						2010-02-15 19:40:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						97fe2b40c1 
					 
					
						
						
							
							Correct ECB mode EVP_CIPHER definition: IV length is 0  
						
						 
						
						
						
						
					 
					
						2010-02-15 19:25:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f689ab5017 
					 
					
						
						
							
							add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2010-02-15 19:17:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						edb7cac271 
					 
					
						
						
							
							PR: 2164  
						
						 
						
						... 
						
						
						
						Submitted by: "Noszticzius, Istvan" <inoszticzius@rightnow.com >
Don't clear the output buffer: ciphers should correctly the same input
and output buffers. 
						
						
					 
					
						2010-02-15 19:01:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81d87a2a28 
					 
					
						
						
							
							update references to new RI RFC  
						
						 
						
						
						
						
					 
					
						2010-02-12 21:59:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7366f0b304 
					 
					
						
						
							
							PR: 2170  
						
						 
						
						... 
						
						
						
						Submitted by: Magnus Lilja <lilja.magnus@gmail.com >
Make -c option in dgst work again. 
						
						
					 
					
						2010-02-12 17:07:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1d8fa09c80 
					 
					
						
						
							
							Make assembly language versions of OPENSSL_cleanse() accept zero length  
						
						 
						
						... 
						
						
						
						parameter. Backport from HEAD, orginal by appro. 
						
						
					 
					
						2010-02-12 17:02:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e085e6c84c 
					 
					
						
						
							
							Fix memory leak in ENGINE autoconfig code. Improve error logging.  
						
						 
						
						
						
						
					 
					
						2010-02-09 14:17:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						008fa4584d 
					 
					
						
						
							
							update year  
						
						 
						
						
						
						
					 
					
						2010-02-09 14:13:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8c49133d9 
					 
					
						
						
							
							oops, use new value for new flag  
						
						 
						
						
						
						
					 
					
						2010-02-07 13:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						961f1dea06 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-02-07 13:47:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1700426256 
					 
					
						
						
							
							Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy  
						
						 
						
						... 
						
						
						
						an EVP_CIPHER_CTX structure which may have problems with external ENGINEs
who need to duplicate internal handles etc. 
						
						
					 
					
						2010-02-07 13:41:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aa7f5baad2 
					 
					
						
						
							
							don't assume 0x is at start of string  
						
						 
						
						
						
						
					 
					
						2010-02-03 18:19:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						45acdd6f6d 
					 
					
						
						
							
							tolerate broken CMS/PKCS7 implementations using signature OID instead of digest  
						
						 
						
						
						
						
					 
					
						2010-02-02 14:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8b354e776b 
					 
					
						
						
							
							PR: 2161  
						
						 
						
						... 
						
						
						
						Submitted by: Doug Goldstein <cardoe@gentoo.org >, Steve.
Make no-dsa, no-ecdsa and no-rsa compile again. 
						
						
					 
					
						2010-02-02 13:36:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						868f5e44ca 
					 
					
						
						
							
							PR: 2160  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Make session tickets work with DTLS. 
						
						
					 
					
						2010-02-01 16:49:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e5fdd11ea 
					 
					
						
						
							
							PR: 2159  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Typo in PR#1949 bug, oops! 
						
						
					 
					
						2010-02-01 12:44:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d552a3391a 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2010-01-29 12:07:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d023b4e2dd 
					 
					
						
						
							
							The previous take went wrong, try again.  
						
						 
						
						
						
						
					 
					
						2010-01-29 12:02:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fa79cc9c23 
					 
					
						
						
							
							Architecture specific header files need special handling.  
						
						 
						
						
						
						
					 
					
						2010-01-29 11:44:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						06daa75fb9 
					 
					
						
						
							
							If opensslconf.h and buildinf.h are to be in an architecture specific  
						
						 
						
						... 
						
						
						
						directory, place it in the same tree as the other architecture
specific things. 
						
						
					 
					
						2010-01-29 11:43:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffa304c838 
					 
					
						
						
							
							oops, revert more test code arghh!  
						
						 
						
						
						
						
					 
					
						2010-01-28 17:52:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df21765a3e 
					 
					
						
						
							
							In engine_table_select() don't clear out entire error queue: just clear  
						
						 
						
						... 
						
						
						
						out any we added using ERR_set_mark() and ERR_pop_to_mark() otherwise
errors from other sources (e.g. SSL library) can be wiped. 
						
						
					 
					
						2010-01-28 17:50:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5a6ae115f8 
					 
					
						
						
							
							reword RI description  
						
						 
						
						
						
						
					 
					
						2010-01-27 18:53:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e5df40b9b 
					 
					
						
						
							
							update documentation to reflect new renegotiation options  
						
						 
						
						
						
						
					 
					
						2010-01-27 17:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d4943e81f 
					 
					
						
						
							
							Some shells print out the directory name if CDPATH is set breaking the  
						
						 
						
						... 
						
						
						
						pod2man test. Use ./util instead to avoid this. 
						
						
					 
					
						2010-01-27 16:06:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						57cffe901f 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2010-01-27 14:05:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a758f61793 
					 
					
						
						
							
							PR: 2157  
						
						 
						
						... 
						
						
						
						Submitted by: "Green, Paul" <Paul.Green@stratus.com >
Typo. 
						
						
					 
					
						2010-01-27 12:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b3b35df2a2 
					 
					
						
						
							
							Cosmetic changes, including changing a confusing example.  
						
						 
						
						
						
						
					 
					
						2010-01-27 09:18:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ad50246fc 
					 
					
						
						
							
							Apparently, test/testtsa.com was only half done  
						
						 
						
						
						
						
					 
					
						2010-01-27 01:19:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d89b895cfd 
					 
					
						
						
							
							size_t doesn't compare less than zero...  
						
						 
						
						
						
						
					 
					
						2010-01-27 01:18:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d793c292cb 
					 
					
						
						
							
							add CHANGES entry  
						
						 
						
						
						
						
					 
					
						2010-01-26 19:48:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						57749b1b9f 
					 
					
						
						
							
							PR: 1949  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
More robust fix and workaround for PR#1949. Don't try to work out if there
is any write pending data as this can be unreliable: always flush. 
						
						
					 
					
						2010-01-26 19:46:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1cdb7854a5 
					 
					
						
						
							
							PR: 2138  
						
						 
						
						... 
						
						
						
						Submitted by: Kevin Regan <k.regan@f5.com >
Clear stat structure if -DPURIFY is set to avoid problems on some
platforms which include unitialised fields. 
						
						
					 
					
						2010-01-26 18:07:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						704d33b347 
					 
					
						
						
							
							Add flags functions which were added to 0.9.8 for fips but not 1.0.0 and  
						
						 
						
						... 
						
						
						
						later. 
						
						
					 
					
						2010-01-26 14:33:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2a7515ee8 
					 
					
						
						
							
							OPENSSL_isservice is now defined on all platforms not just WIN32  
						
						 
						
						
						
						
					 
					
						2010-01-26 13:58:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4f2b52995 
					 
					
						
						
							
							oops  
						
						 
						
						
						
						
					 
					
						2010-01-26 13:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c7d5edbf5e 
					 
					
						
						
							
							export OPENSSL_isservice and make update  
						
						 
						
						
						
						
					 
					
						2010-01-26 13:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8f07f1674 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2010-01-26 12:29:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						78bfb45b07 
					 
					
						
						
							
							PR: 2149  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila <douglas@stebila.ca >
Fix wap OIDs. 
						
						
					 
					
						2010-01-25 16:07:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6ad4d60555 
					 
					
						
						
							
							There's really no need to use $ENV::HOME  
						
						 
						
						
						
						
					 
					
						2010-01-25 00:22:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2fad8aa209 
					 
					
						
						
							
							Forgot to correct the definition of __arch in this file.  
						
						 
						
						... 
						
						
						
						Submitted by Steven M. Schweda <sms@antinode.info > 
						
						
					 
					
						2010-01-25 00:21:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						74397d45b2 
					 
					
						
						
							
							It seems like sslroot: needs to be defined for some tests to work.  
						
						 
						
						... 
						
						
						
						Submitted by Steven M. Schweda <sms@antinode.info > 
						
						
					 
					
						2010-01-25 00:20:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c8ca769d3b 
					 
					
						
						
							
							Compile t1_reneg on VMS as well.  
						
						 
						
						... 
						
						
						
						Submitted by Steven M. Schweda <sms@antinode.info > 
						
						
					 
					
						2010-01-25 00:19:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						25d42c17e3 
					 
					
						
						
							
							A few more macros for long symbols.  
						
						 
						
						... 
						
						
						
						Submitted by Steven M. Schweda <sms@antinode.info > 
						
						
					 
					
						2010-01-25 00:18:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a377811f15 
					 
					
						
						
							
							PR: 2153, 2125  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
The original fix for PR#2125 broke compilation on some Unixware platforms:
revert and make conditional on VMS. 
						
						
					 
					
						2010-01-24 16:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef1b6b2cf2 
					 
					
						
						
							
							The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDING  
						
						 
						
						... 
						
						
						
						ctrl is incorrectly implemented (e.g. some versions of Apache). As a workaround
call both BIO_CTRL_INFO and BIO_CTRL_WPENDING if it returns zero. This should
both address the original bug and retain compatibility with the old behaviour. 
						
						
					 
					
						2010-01-24 13:54:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1699389a46 
					 
					
						
						
							
							Tolerate PKCS#8 DSA format with negative private key.  
						
						 
						
						
						
						
					 
					
						2010-01-22 20:17:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad8ee3d7d1 
					 
					
						
						
							
							If legacy renegotiation is not permitted then send a fatal alert if a patched  
						
						 
						
						... 
						
						
						
						server attempts to renegotiate with an unpatched client. 
						
						
					 
					
						2010-01-22 18:49:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						39f0a4d8e9 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2010-01-21 18:46:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15a9821cc2 
					 
					
						
						
							
							fix comments  
						
						 
						
						
						
						
					 
					
						2010-01-21 01:17:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						53e97e7433 
					 
					
						
						
							
							update version for next beta if we have one...  
						
						 
						
						
						
						
					 
					
						2010-01-20 15:40:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc0ecd202a 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-01-20 15:05:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b307daa23f 
					 
					
						
						
							
							Prepare for beta5 release  
						
						 
						
						
						
						
					 
					
						2010-01-20 15:00:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4c95b1bfda 
					 
					
						
						
							
							Update demo  
						
						 
						
						
						
						
					 
					
						2010-01-20 14:05:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9359fc5ff2 
					 
					
						
						
							
							Support -L options in VC++ link.  
						
						 
						
						
						
						
					 
					
						2010-01-20 14:04:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a238d7d1eb 
					 
					
						
						
							
							rand_win.c: handel GetTickCount wrap-around [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-01-19 21:44:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0e92313331 
					 
					
						
						
							
							x86_64-xlate.pl: refine sign extension logic when handling lea [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2094,2095 
						
						
					 
					
						2010-01-19 21:43:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3e719c99f5 
					 
					
						
						
							
							s390x assembler update: add support for run-time facility detection [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-01-19 21:40:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a4d0dcb89 
					 
					
						
						
							
							The use of NIDs in the password based encryption table can result in  
						
						 
						
						... 
						
						
						
						algorithms not found when an application uses PKCS#12 and only calls
SSL_library_init() instead of OpenSSL_add_all_algorithms(). Simple
work around is to add the missing algorithm (40 bit RC2) in
SSL_library_init(). 
						
						
					 
					
						2010-01-19 19:55:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e155fde39 
					 
					
						
						
							
							PR: 2141  
						
						 
						
						... 
						
						
						
						Submitted by: "NARUSE, Yui" <naruse@airemix.jp >
Remove non-ASCII comment which causes compilation errors on some versions
of VC++. 
						
						
					 
					
						2010-01-19 19:28:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9a8c8cb22e 
					 
					
						
						
							
							stop asn1test compilation producing link errors  
						
						 
						
						
						
						
					 
					
						2010-01-19 19:25:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04aa7441ab 
					 
					
						
						
							
							PR: 2144  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Better fix for PR#2144 
						
						
					 
					
						2010-01-19 19:11:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						28dc54f6d9 
					 
					
						
						
							
							Reverted patch for PR#2095. Addressed by Andy now in x86_64-xlate.pl  
						
						 
						
						
						
						
					 
					
						2010-01-17 16:58:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a1e1165200 
					 
					
						
						
							
							PR: 2135  
						
						 
						
						... 
						
						
						
						Submitted by: Mike Frysinger <vapier@gentoo.org >
Change missed references to lib to $(LIBDIR) 
						
						
					 
					
						2010-01-16 20:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ddba003d5e 
					 
					
						
						
							
							PR: 2144  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Fix DTLS connection so new_session is reset if we read second client hello:
new_session is used to detect renegotiation. 
						
						
					 
					
						2010-01-16 19:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e59d9a34c9 
					 
					
						
						
							
							PR: 2133  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Add missing DTLS state strings. 
						
						
					 
					
						2010-01-16 19:20:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						9e198c4bd0 
					 
					
						
						
							
							Fix type-checking/casting issue.  
						
						 
						
						
						
						
					 
					
						2010-01-16 13:32:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7eceffbfef 
					 
					
						
						
							
							convert to Unix EOL form  
						
						 
						
						
						
						
					 
					
						2010-01-15 15:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8043f01b13 
					 
					
						
						
							
							PR: 2125  
						
						 
						
						... 
						
						
						
						Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com >
Fix gcc-aix compilation issue. 
						
						
					 
					
						2010-01-14 17:51:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41c0f68630 
					 
					
						
						
							
							Fix version handling so it can cope with a major version >3.  
						
						 
						
						... 
						
						
						
						Although it will be many years before TLS v2.0 or later appears old versions
of servers have a habit of hanging around for a considerable time so best
if we handle this properly now. 
						
						
					 
					
						2010-01-13 19:08:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c627637c5 
					 
					
						
						
							
							Modify compression code so it avoids using ex_data free functions. This  
						
						 
						
						... 
						
						
						
						stops applications that call CRYPTO_free_all_ex_data() prematurely leaking
memory. 
						
						
					 
					
						2010-01-13 18:46:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						58f4b3511e 
					 
					
						
						
							
							update ordinals  
						
						 
						
						
						
						
					 
					
						2010-01-12 17:33:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						93fac08ec3 
					 
					
						
						
							
							PR: 2136  
						
						 
						
						... 
						
						
						
						Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at >
Add options to output hash using older algorithm compatible with OpenSSL
versions before 1.0.0 
						
						
					 
					
						2010-01-12 17:27:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						23c3bee970 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2010-01-12 01:59:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73ff97ad76 
					 
					
						
						
							
							Simplify RI+SCSV logic:  
						
						 
						
						... 
						
						
						
						1. Send SCSV is not renegotiating, never empty RI.
2. Send RI if renegotiating. 
						
						
					 
					
						2010-01-07 19:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0d8ffc2007 
					 
					
						
						
							
							b_sock.c: bind/connect are picky about socket address length [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-01-07 13:15:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a32f7fb832 
					 
					
						
						
							
							sendto is reportedly picky about destination socket address length [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2114
Submitted by: Robin Seggelmann 
						
						
					 
					
						2010-01-07 10:44:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						496cf69e40 
					 
					
						
						
							
							Fix compilation on older Linux [from HEAD].  
						
						 
						
						
						
						
					 
					
						2010-01-06 21:25:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eb17330837 
					 
					
						
						
							
							Updates to conform with draft-ietf-tls-renegotiation-03.txt:  
						
						 
						
						... 
						
						
						
						1. Add provisional SCSV value.
2. Don't send SCSV and RI at same time.
3. Fatal error is SCSV received when renegotiating. 
						
						
					 
					
						2010-01-06 17:37:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2708603bb4 
					 
					
						
						
							
							ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)  
						
						 
						
						
						
						
					 
					
						2010-01-06 13:20:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e4f1cda7de 
					 
					
						
						
							
							PR: 2102  
						
						 
						
						... 
						
						
						
						Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com >
Remove duplicate definitions. 
						
						
					 
					
						2010-01-05 17:58:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4359b88bbe 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2010-01-05 17:50:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c079fde3f7 
					 
					
						
						
							
							PR: 2132  
						
						 
						
						... 
						
						
						
						Submitted by: steve
Fix bundled pod2man.pl to handle alternative comment formats. 
						
						
					 
					
						2010-01-05 17:33:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e94156199 
					 
					
						
						
							
							Remove tabs on blank lines: they produce warnings in pod2man  
						
						 
						
						
						
						
					 
					
						2010-01-05 17:17:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f67a3a985 
					 
					
						
						
							
							compress_meth should be unsigned  
						
						 
						
						
						
						
					 
					
						2010-01-05 16:46:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4cba294d79 
					 
					
						
						
							
							Client side compression algorithm sanity checks: ensure old compression  
						
						 
						
						... 
						
						
						
						algorithm matches current and give error if compression is disabled and
server requests it (shouldn't happen unless server is broken). 
						
						
					 
					
						2010-01-01 14:39:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e642fd7a1c 
					 
					
						
						
							
							Compression handling on session resume was badly broken: it always  
						
						 
						
						... 
						
						
						
						used compression algorithms in client hello (a legacy from when
the compression algorithm wasn't serialized with SSL_SESSION). 
						
						
					 
					
						2010-01-01 00:44:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5448e6739c 
					 
					
						
						
							
							b_sock.c: correct indirect calls on WinSock platforms [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2130
Submitted by: Eugeny Gostyukhin 
						
						
					 
					
						2009-12-30 12:56:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f0389d8d37 
					 
					
						
						
							
							Adapt mingw config for newer mingw environment [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2113 
						
						
					 
					
						2009-12-30 11:57:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a5313cf360 
					 
					
						
						
							
							sha512.c update for esoteric PPC platfrom(s) [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 1998 
						
						
					 
					
						2009-12-30 11:53:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b26c45b033 
					 
					
						
						
							
							Deploy multilib config-line parameter [from HEAD].  
						
						 
						
						
						
						
					 
					
						2009-12-29 10:46:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						986093affa 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2009-12-27 23:03:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f88e0acb0e 
					 
					
						
						
							
							Update RI to match latest spec.  
						
						 
						
						... 
						
						
						
						MCSV is now called SCSV.
Don't send SCSV if renegotiating.
Also note if RI is empty in debug messages. 
						
						
					 
					
						2009-12-27 22:59:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aed461b431 
					 
					
						
						
							
							Traditional Yuletide commit ;-)  
						
						 
						
						... 
						
						
						
						Add Triple DES CFB1 and CFB8 to algorithm list and NID translation. 
						
						
					 
					
						2009-12-25 14:12:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8bbd0e826c 
					 
					
						
						
							
							Use properly local variables for thread-safety.  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Rex 
						
						
					 
					
						2009-12-22 11:52:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						40c45f86d4 
					 
					
						
						
							
							Constify crypto/cast.  
						
						 
						
						
						
						
					 
					
						2009-12-22 11:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a0b7277724 
					 
					
						
						
							
							Constify crypto/cast.  
						
						 
						
						
						
						
					 
					
						2009-12-22 10:58:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54bc369ad7 
					 
					
						
						
							
							Alert to use is now defined in spec: update code  
						
						 
						
						
						
						
					 
					
						2009-12-17 15:42:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d3855fc6e 
					 
					
						
						
							
							PR: 2127  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Check for lookup failures in EVP_PBE_CipherInit(). 
						
						
					 
					
						2009-12-17 15:28:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1cd47f5f6e 
					 
					
						
						
							
							Ooops revert stuff which shouldn't have been part of previous commit.  
						
						 
						
						
						
						
					 
					
						2009-12-16 20:33:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						675564835c 
					 
					
						
						
							
							New option to enable/disable connection to unpatched servers  
						
						 
						
						
						
						
					 
					
						2009-12-16 20:28:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2456cd58c4 
					 
					
						
						
							
							Allow initial connection (but no renegoriation) to servers which don't support  
						
						 
						
						... 
						
						
						
						RI.
Reorganise RI checking code and handle some missing cases. 
						
						
					 
					
						2009-12-14 13:55:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						43a107026d 
					 
					
						
						
							
							Missing error code.  
						
						 
						
						
						
						
					 
					
						2009-12-12 15:57:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ef0498a00b 
					 
					
						
						
							
							Use gcc 4.4.  
						
						 
						
						
						
						
					 
					
						2009-12-12 15:57:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1784f2fd2 
					 
					
						
						
							
							Move SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of SSL_OP_ALL  
						
						 
						
						
						
						
					 
					
						2009-12-11 00:20:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						730f5752ff 
					 
					
						
						
							
							clarify docs  
						
						 
						
						
						
						
					 
					
						2009-12-09 18:17:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a88c73b43a 
					 
					
						
						
							
							Document option clearning functions.  
						
						 
						
						... 
						
						
						
						Initial secure renegotiation documentation. 
						
						
					 
					
						2009-12-09 18:00:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6d204e241 
					 
					
						
						
							
							Add patch to crypto/evp which didn't apply from PR#2124  
						
						 
						
						
						
						
					 
					
						2009-12-09 15:02:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						941baf6641 
					 
					
						
						
							
							Revert lhash patch for PR#2124  
						
						 
						
						
						
						
					 
					
						2009-12-09 15:00:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b41a614686 
					 
					
						
						
							
							Check s3 is not NULL  
						
						 
						
						
						
						
					 
					
						2009-12-09 14:53:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aac751832a 
					 
					
						
						
							
							PR: 2124  
						
						 
						
						... 
						
						
						
						Submitted by: Jan Pechanec <Jan.Pechanec@Sun.COM >
Check for memory allocation failures. 
						
						
					 
					
						2009-12-09 13:38:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52a08e90d1 
					 
					
						
						
							
							Add ctrls to clear options and mode.  
						
						 
						
						... 
						
						
						
						Change RI ctrl so it doesn't clash. 
						
						
					 
					
						2009-12-09 13:25:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6b5f0458fe 
					 
					
						
						
							
							Send no_renegotiation alert as required by spec.  
						
						 
						
						
						
						
					 
					
						2009-12-08 19:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b52a2738d4 
					 
					
						
						
							
							Add ctrl and macro so we can determine if peer support secure renegotiation.  
						
						 
						
						
						
						
					 
					
						2009-12-08 13:42:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10f99d7b77 
					 
					
						
						
							
							Add support for magic cipher suite value (MCSV). Make secure renegotiation  
						
						 
						
						... 
						
						
						
						work in SSLv3: initial handshake has no extensions but includes MCSV, if
server indicates RI support then renegotiation handshakes include RI.
NB: current MCSV value is bogus for testing only, will be updated when we
have an official value.
Change mismatch alerts to handshake_failure as required by spec.
Also have some debugging fprintfs so we can clearly see what is going on
if OPENSSL_RI_DEBUG is set. 
						
						
					 
					
						2009-12-08 13:15:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						593222afe1 
					 
					
						
						
							
							PR: 2121  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Add extension support to DTLS code mainly using existing implementation for
TLS. 
						
						
					 
					
						2009-12-08 11:38:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7b1856e5a1 
					 
					
						
						
							
							PR: 2111  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Olsson <molsson@opera.com >
Check for bn_wexpand errors in bn_mul.c 
						
						
					 
					
						2009-12-02 15:28:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d5d81bf39 
					 
					
						
						
							
							Replace the broken SPKAC certification with the correct version.  
						
						 
						
						
						
						
					 
					
						2009-12-02 14:41:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50f06b46f4 
					 
					
						
						
							
							Check it actually compiles this time ;-)  
						
						 
						
						
						
						
					 
					
						2009-12-02 14:25:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						be6076c0ad 
					 
					
						
						
							
							PR: 2120  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Initialize fields correctly if pem_str or info are NULL in  EVP_PKEY_asn1_new(). 
						
						
					 
					
						2009-12-02 13:57:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6125e07d79 
					 
					
						
						
							
							check DSA_sign() return value properly  
						
						 
						
						
						
						
					 
					
						2009-12-01 18:41:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d5b8c46499 
					 
					
						
						
							
							PR: 2115  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Add Renegotiation extension to DTLS, fix DTLS ClientHello processing bug. 
						
						
					 
					
						2009-12-01 17:41:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7805e23588 
					 
					
						
						
							
							PR: 1432  
						
						 
						
						... 
						
						
						
						Submitted by: "Andrzej Chmielowiec" <achmielowiec@enigma.com.pl >, steve@openssl.org 
Approved by: steve@openssl.org 
Truncate hash if it is too large: as required by FIPS 186-3. 
						
						
					 
					
						2009-12-01 17:32:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9117b9d17a 
					 
					
						
						
							
							PR: 2118  
						
						 
						
						... 
						
						
						
						Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net >
Approved by: steve@openssl.org 
Check return value of ECDSA_sign() properly. 
						
						
					 
					
						2009-11-30 13:53:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e274c8fb72 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2009-11-29 13:45:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e8dbd66e2b 
					 
					
						
						
							
							cms-test.pl: use EXE_EXT (from HEAD).  
						
						 
						
						... 
						
						
						
						PR: 2107 
						
						
					 
					
						2009-11-26 21:12:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8b9b23603f 
					 
					
						
						
							
							bss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER (from HEAD).  
						
						 
						
						
						
						
					 
					
						2009-11-26 20:56:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aefb9dc5e5 
					 
					
						
						
							
							Make CHANGES in the OpenSSL_1_0_0-stable branch consistent with the  
						
						 
						
						... 
						
						
						
						one in the OpenSSL_0_9_8-stable branch. 
						
						
					 
					
						2009-11-26 18:37:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a8c1b19a31 
					 
					
						
						
							
							x86_64-xlate.pl: fix typo introduced in last commit.  
						
						 
						
						... 
						
						
						
						PR: 2109 
						
						
					 
					
						2009-11-23 19:51:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						29c8d2a54a 
					 
					
						
						
							
							x86_64-xlate.pl: new gas requires sign extension.  
						
						 
						
						... 
						
						
						
						x86masm.pl: fix linker warning.
PR: 2094,2095 
						
						
					 
					
						2009-11-22 12:52:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						87827be0c2 
					 
					
						
						
							
							VC-32.pl: bufferoverlowu.lib only when needed and remove duplicate code  
						
						 
						
						... 
						
						
						
						(update from HEAD).
PR: 2086 
						
						
					 
					
						2009-11-22 12:26:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e4572e5210 
					 
					
						
						
							
							bio_sock.c and bss_dgram.c: update from HEAD.  
						
						 
						
						... 
						
						
						
						PR: 2069 
						
						
					 
					
						2009-11-22 12:24:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e8e12a6b6 
					 
					
						
						
							
							Servers can't end up talking SSLv2 with legacy renegotiation disabled  
						
						 
						
						
						
						
					 
					
						2009-11-18 15:09:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5ddbb8f41a 
					 
					
						
						
							
							Don't use SSLv2 compatible client hello if we don't tolerate legacy renegotiation  
						
						 
						
						
						
						
					 
					
						2009-11-18 14:45:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c44e92bcb 
					 
					
						
						
							
							Include a more meaningful error message when rejecting legacy renegotiation  
						
						 
						
						
						
						
					 
					
						2009-11-18 14:19:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e8d95f590 
					 
					
						
						
							
							PR: 2103  
						
						 
						
						... 
						
						
						
						Submitted by: Rob Austein <sra@hactrn.net >
Approved by: steve@openssl.org 
Initialise atm.flags to 0. 
						
						
					 
					
						2009-11-17 13:25:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2156704924 
					 
					
						
						
							
							PR: 2101 (additional)  
						
						 
						
						... 
						
						
						
						Submitted by: Roumen Petrov <openssl@roumenpetrov.info >
Approved by: steve@openssl.org 
Another mingw fix. 
						
						
					 
					
						2009-11-15 19:06:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e49aa0ca3 
					 
					
						
						
							
							PR: 2095  
						
						 
						
						... 
						
						
						
						Submitted by: Arkadiusz Miskiewicz <arekm@maven.pl >
Approved by: steve@openssl.org 
Fix for out range of signed 32bit displacement error on newer binutils
in file sha1-x86_64.pl 
						
						
					 
					
						2009-11-13 14:23:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d5d1c53735 
					 
					
						
						
							
							PR: 2101  
						
						 
						
						... 
						
						
						
						Submitted by: Doug Kaufman <dkaufman@rahul.net >
Approved by: steve@openssl.org 
Fixes for tests in cms-test.pl 
						
						
					 
					
						2009-11-13 13:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1aac5c0ee8 
					 
					
						
						
							
							Add test_cms  
						
						 
						
						
						
						
					 
					
						2009-11-13 08:45:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4434328b0a 
					 
					
						
						
							
							PR: 2088  
						
						 
						
						... 
						
						
						
						Submitted by: Aleksey Samsonov <s4ms0n0v@gmail.com >
Approved by: steve@openssl.org 
Fix memory leak in d2i_PublicKey(). 
						
						
					 
					
						2009-11-12 19:57:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9b2cfb890c 
					 
					
						
						
							
							set engine to NULL after releasing it  
						
						 
						
						
						
						
					 
					
						2009-11-12 19:24:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b2f364ec62 
					 
					
						
						
							
							Compiling vms.mar doesn't work on other than VAX.  
						
						 
						
						
						
						
					 
					
						2009-11-12 14:05:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b7aeb4c9b5 
					 
					
						
						
							
							Another symbol longer than 31 characters.  
						
						 
						
						
						
						
					 
					
						2009-11-12 14:04:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						370f48da2a 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2009-11-12 14:03:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						32def77ace 
					 
					
						
						
							
							Everywhere was a little too much.  
						
						 
						
						
						
						
					 
					
						2009-11-12 14:03:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						531c81ece8 
					 
					
						
						
							
							PR: 2098  
						
						 
						
						... 
						
						
						
						Submitted by: Corinna Vinschen <vinschen@redhat.com >
Approved by: steve@openssl.org 
For Cygwin enable zlib and mdc2 by default. 
						
						
					 
					
						2009-11-11 19:04:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73582b8117 
					 
					
						
						
							
							add missing parts of reneg port, fix apps patch  
						
						 
						
						
						
						
					 
					
						2009-11-11 14:51:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c33091cfa 
					 
					
						
						
							
							commit missing apps code for reneg fix  
						
						 
						
						
						
						
					 
					
						2009-11-11 14:10:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						56327ebe6a 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2009-11-10 13:23:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e0031b1c78 
					 
					
						
						
							
							Prepare for beta4 release  
						
						 
						
						
						
						
					 
					
						2009-11-10 13:15:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2ac5cb2d0 
					 
					
						
						
							
							PR: 1686  
						
						 
						
						... 
						
						
						
						Submitted by: Hanno Böck <hanno@hboeck.de >
Approved by: steve@openssl.org 
Create engines dir if it doesn't already exist. 
						
						
					 
					
						2009-11-10 01:52:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6757ef89b3 
					 
					
						
						
							
							PR: 2091  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Kaiser <lists@kaiser.cx >, Stephen Henson
Approved by: steve@openssl.org 
If an OID has no short name or long name return the numerical representation. 
						
						
					 
					
						2009-11-10 01:00:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf6eea6536 
					 
					
						
						
							
							PR: 2090  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Kaiser <lists@kaiser.cx >, Stephen Henson
Approved by: steve@openssl.org 
Improve error checking in asn1_gen.c 
						
						
					 
					
						2009-11-10 00:47:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec4346f6f9 
					 
					
						
						
							
							oops, add missing prototypes  
						
						 
						
						
						
						
					 
					
						2009-11-09 18:58:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e42ff486a8 
					 
					
						
						
							
							fix CHANGES  
						
						 
						
						
						
						
					 
					
						2009-11-09 18:46:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc9058d041 
					 
					
						
						
							
							First cut of renegotiation extension. (port to 1.0.0-stable)  
						
						 
						
						
						
						
					 
					
						2009-11-09 18:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a276f3039 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2009-11-09 14:35:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						acf47d8f24 
					 
					
						
						
							
							Remove BF_PTR2 from configuration: it doesn't improve performance any more and causes gcc warnings about arrays out of range  
						
						 
						
						
						
						
					 
					
						2009-11-09 14:11:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f62d1ea3d5 
					 
					
						
						
							
							Combat gcc 4.4.1 aliasing rules. (from HEAD)  
						
						 
						
						
						
						
					 
					
						2009-11-09 14:09:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f923bba73c 
					 
					
						
						
							
							file t1_reneg.c was added on branch OpenSSL_1_0_0-stable on 2009-11-09 18:45:42 +0000  
						
						 
						
						
						
						
					 
					
						2009-11-08 14:51:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e3738c49b8 
					 
					
						
						
							
							If it is a new session don't send the old TLS ticket: send a zero length  
						
						 
						
						... 
						
						
						
						ticket to request a new session. 
						
						
					 
					
						2009-11-08 14:36:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41746da8c2 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2009-11-04 13:29:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						23b97c6bb5 
					 
					
						
						
							
							PR: 2089  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS Fragment size bug fix. 
						
						
					 
					
						2009-11-02 13:37:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a7f7171f5 
					 
					
						
						
							
							Add missing functions to allow access to newer X509_STORE_CTX status  
						
						 
						
						... 
						
						
						
						information. Add more informative message to verify callback to indicate
when CRL path validation is taking place. 
						
						
					 
					
						2009-10-31 19:21:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						961092281f 
					 
					
						
						
							
							Add option to allow in-band CRL loading in verify utility. Add function  
						
						 
						
						... 
						
						
						
						load_crls and tidy up load_certs. Remove useless purpose variable from
verify utility: now done with args_verify. 
						
						
					 
					
						2009-10-31 13:34:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						036b3f331b 
					 
					
						
						
							
							Generate stateless session ID just after the ticket is received instead  
						
						 
						
						... 
						
						
						
						of when a session is loaded. This will mean that applications that
just hold onto SSL_SESSION structures and never call d2i_SSL_SESSION()
will still work. 
						
						
					 
					
						2009-10-30 14:06:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ac5c355a2 
					 
					
						
						
							
							Move CHANGES entry to 0.9.8l section  
						
						 
						
						
						
						
					 
					
						2009-10-30 13:29:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d0b604c14 
					 
					
						
						
							
							Fix statless session resumption so it can coexist with SNI  
						
						 
						
						
						
						
					 
					
						2009-10-30 13:22:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						257b2bfb6c 
					 
					
						
						
							
							Don't attempt session resumption if no ticket is present and session  
						
						 
						
						... 
						
						
						
						ID length is zero. 
						
						
					 
					
						2009-10-28 19:52:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90528846e8 
					 
					
						
						
							
							Add -no_cache option to s_server  
						
						 
						
						
						
						
					 
					
						2009-10-28 17:49:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						32509c9731 
					 
					
						
						
							
							Don't replace whole AR line  
						
						 
						
						
						
						
					 
					
						2009-10-28 15:33:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d3f940833d 
					 
					
						
						
							
							PR: 2081  
						
						 
						
						... 
						
						
						
						Submitted by: Mike Frysinger <vapier@gentoo.org >
Approved by: steve@openssl.org 
Respect AR and RANLIB environment variables if set. 
						
						
					 
					
						2009-10-28 14:00:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b335e351d4 
					 
					
						
						
							
							PR: 2080  
						
						 
						
						... 
						
						
						
						Submitted by: Mike Frysinger <vapier@gentoo.org >
Approved by: steve@openssl.org 
Respect MAKE environment variable if set. 
						
						
					 
					
						2009-10-28 13:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						67bcde9ba8 
					 
					
						
						
							
							PR: 2078  
						
						 
						
						... 
						
						
						
						Submitted by: Dale Anderson <dra@redevised.net >
Approved by: steve@openssl.org 
Corrections to bn_internal documentation. 
						
						
					 
					
						2009-10-28 13:51:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						169bfde4d4 
					 
					
						
						
							
							Clarification  
						
						 
						
						
						
						
					 
					
						2009-10-23 12:47:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0a7f291268 
					 
					
						
						
							
							Sync FAQ with HEAD.  
						
						 
						
						
						
						
					 
					
						2009-10-23 12:24:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c2c2e71a6 
					 
					
						
						
							
							If not checking all certificates don't attempt to find a CRL  
						
						 
						
						... 
						
						
						
						for the leaf certificate of a CRL path. 
						
						
					 
					
						2009-10-23 12:05:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d1d746afb4 
					 
					
						
						
							
							Need to check <= 0 here.  
						
						 
						
						
						
						
					 
					
						2009-10-22 23:14:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db6e41f0ed 
					 
					
						
						
							
							PR: 2070  
						
						 
						
						... 
						
						
						
						Submitted by: Alexander Nikitovskiy <Nikitovski@ya.ru >
Approved by: steve@openssl.org 
Fix wrong cast. 
						
						
					 
					
						2009-10-19 13:13:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b2b60ae98 
					 
					
						
						
							
							Document additions for X509 chain verification from HEAD  
						
						 
						
						
						
						
					 
					
						2009-10-18 15:28:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c90a1ae0c9 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2009-10-18 14:44:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c679fb298e 
					 
					
						
						
							
							Add new function X509_STORE_set_verify_cb and use it in apps  
						
						 
						
						
						
						
					 
					
						2009-10-18 14:42:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						17c7cad545 
					 
					
						
						
							
							take install prefix from the environment  
						
						 
						
						
						
						
					 
					
						2009-10-18 14:26:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						164c263b5c 
					 
					
						
						
							
							PR: 2074  
						
						 
						
						... 
						
						
						
						Submitted by: Bram Neijt <bneijt@gmail.com >
Approved by: steve@openssl.org 
Typo: "contet". 
						
						
					 
					
						2009-10-16 15:29:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a9bb9d0eb4 
					 
					
						
						
							
							PR: 2072  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Approved by: steve@openssl.org 
Avoid potential doublefree and reuse of freed handshake_buffer. 
						
						
					 
					
						2009-10-16 15:24:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cc6688d796 
					 
					
						
						
							
							PR: 2073  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Approved by: steve@openssl.org 
Don't access freed SSL_CTX in SSL_free(). 
						
						
					 
					
						2009-10-16 13:41:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9b1f24df3d 
					 
					
						
						
							
							Fixes to CROSS_COMPILE, don't override command line option from environment  
						
						 
						
						
						
						
					 
					
						2009-10-15 23:44:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						595e804ae3 
					 
					
						
						
							
							Fix for WIN32 (and possibly other platforms) which don't define in_port_t.  
						
						 
						
						
						
						
					 
					
						2009-10-15 18:48:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b381e9b952 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2009-10-15 18:04:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						28418076b2 
					 
					
						
						
							
							PR: 2069  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Tuexen <tuexen@fh-muenster.de >
Approved by: steve@openssl.org 
IPv6 support for DTLS. 
						
						
					 
					
						2009-10-15 17:41:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						abdfdb029e 
					 
					
						
						
							
							PR: 1847  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Approved by: steve@openssl.org 
Integrated patches to CA.sh to bring it into line with CA.pl functionality. 
						
						
					 
					
						2009-10-15 17:27:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8465b81d50 
					 
					
						
						
							
							PR: 2066  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter <lists@gknw.net >
Approved by: steve@openssl.org 
Add -r option to dgst to produce format compatible with core utilities. 
						
						
					 
					
						2009-10-15 17:18:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ed65b6e512 
					 
					
						
						
							
							Rename CROSS_COMPILE_PREFIX to CROSS_COMPILE  
						
						 
						
						
						
						
					 
					
						2009-10-15 13:05:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d793544518 
					 
					
						
						
							
							Allow uname values to be overridden by the environment  
						
						 
						
						
						
						
					 
					
						2009-10-07 16:46:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						53480a673b 
					 
					
						
						
							
							Allow cross compilation prefix to come from CROSS_COMPILE environment variable  
						
						 
						
						
						
						
					 
					
						2009-10-07 16:41:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad187f8905 
					 
					
						
						
							
							Fix unitialized warnings  
						
						 
						
						
						
						
					 
					
						2009-10-04 16:52:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2280f82fc6 
					 
					
						
						
							
							Fix warnings about ignoring fgets return value  
						
						 
						
						
						
						
					 
					
						2009-10-04 16:43:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6714faffb 
					 
					
						
						
							
							Prevent ignored return value warning  
						
						 
						
						
						
						
					 
					
						2009-10-04 14:04:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						af8f2bb174 
					 
					
						
						
							
							Prevent aliasing warning  
						
						 
						
						
						
						
					 
					
						2009-10-04 14:02:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7501c16bf 
					 
					
						
						
							
							Yes it is a typo ;-)  
						
						 
						
						
						
						
					 
					
						2009-10-01 12:17:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						804196a418 
					 
					
						
						
							
							PR: 2061  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct i2b_PVK_bio error handling in rsa.c, dsa.c 
						
						
					 
					
						2009-10-01 00:26:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50d70c01d6 
					 
					
						
						
							
							PR: 2062  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BN_rand error handling in bntest.c 
						
						
					 
					
						2009-10-01 00:21:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9fc601cfbb 
					 
					
						
						
							
							PR: 2059  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct EVP_SealInit error handling in pem_seal.c 
						
						
					 
					
						2009-10-01 00:17:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fed5333248 
					 
					
						
						
							
							PR: 2056  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BIO_wirte error handling in asn1_par.c 
						
						
					 
					
						2009-10-01 00:11:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d1dab4404 
					 
					
						
						
							
							PR: 2055  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BIO_ctrl error handling in s2_srvr.c 
						
						
					 
					
						2009-10-01 00:07:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29c2fd46d2 
					 
					
						
						
							
							PR: 2054  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BIO_ctrl error handling 
						
						
					 
					
						2009-10-01 00:03:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a3d5cdb07c 
					 
					
						
						
							
							PR: 2063  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BIO_write error handling in ocsp_prn.c 
						
						
					 
					
						2009-09-30 23:59:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d99c0f6b4a 
					 
					
						
						
							
							PR: 2057  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct BIO_write, BIO_printf, i2a_ASN1_INTEGER and i2a_ASN1_OBJECT
error handling in OCSP print routines. 
						
						
					 
					
						2009-09-30 23:55:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						43f21e62aa 
					 
					
						
						
							
							PR: 2058  
						
						 
						
						... 
						
						
						
						Submitted by: Julia Lawall <julia@diku.dk >
Approved by: steve@openssl.org 
Correct EVP_DigestVerifyFinal error handling. 
						
						
					 
					
						2009-09-30 23:50:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50425bc137 
					 
					
						
						
							
							Change version from 0.9.9 to 1.0.0 in docs  
						
						 
						
						
						
						
					 
					
						2009-09-30 23:40:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c690586e0 
					 
					
						
						
							
							PR: 2064, 728  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Add support for custom headers in OCSP requests. 
						
						
					 
					
						2009-09-30 21:41:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc8c5fe58d 
					 
					
						
						
							
							Free SSL_CTX after BIO  
						
						 
						
						
						
						
					 
					
						2009-09-30 21:35:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0cc0db32e3 
					 
					
						
						
							
							PR: 2050  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Tuexen <tuexen@fh-muenster.de >
Approved by: steve@openssl.org 
Fix handling of ENOTCONN and EMSGSIZE for dgram BIOs. 
						
						
					 
					
						2009-09-22 11:34:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d68f7641a3 
					 
					
						
						
							
							PR: 2047  
						
						 
						
						... 
						
						
						
						Submitted by: David Lee <live4thee@gmail.com >, steve@openssl.org 
Approved by: steve@openssl.org 
Fix for IPv6 handling in BIO_get_accept_socket(). 
						
						
					 
					
						2009-09-20 16:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4fcbaa3dd9 
					 
					
						
						
							
							Ooops, missing close quote  
						
						 
						
						
						
						
					 
					
						2009-09-20 12:47:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e56584285 
					 
					
						
						
							
							Don't use __try+__except unless on VC++  
						
						 
						
						
						
						
					 
					
						2009-09-20 12:39:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca26ccb083 
					 
					
						
						
							
							add version info for VC-WIN64I too  
						
						 
						
						
						
						
					 
					
						2009-09-20 11:39:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e8b713b06 
					 
					
						
						
							
							PR: 2048  
						
						 
						
						... 
						
						
						
						Submitted by: john blair <mailtome200420032002@yahoo.com >
Approved by: steve@openssl.org 
Add version info in VC-WIN64A too. 
						
						
					 
					
						2009-09-19 23:01:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						13eca7d782 
					 
					
						
						
							
							cmll-x86_64.pl: small buglet in CBC subroutine [from HEAD].  
						
						 
						
						... 
						
						
						
						PR: 2035 
						
						
					 
					
						2009-09-17 19:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						af3d4e1b02 
					 
					
						
						
							
							PR: 2039  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS listen bug fix, 
						
						
					 
					
						2009-09-15 22:48:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						80afb40ae3 
					 
					
						
						
							
							Submitted by:  Julia Lawall <julia@diku.dk>  
						
						 
						
						... 
						
						
						
						The functions ENGINE_ctrl(), OPENSSL_isservice(), EVP_PKEY_sign(),
CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error fix
so the return code is checked correctly. 
						
						
					 
					
						2009-09-13 11:27:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3333428b44 
					 
					
						
						
							
							PR: 2023  
						
						 
						
						... 
						
						
						
						Submitted by: James Beckett <jmb.openssl@nospam.hackery.net >, steve
Approved by: steve@openssl.org 
Fix documentation errors in d2i_X509 manual pages. 
						
						
					 
					
						2009-09-12 23:34:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a131de9bb2 
					 
					
						
						
							
							PR: 2025  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Approved by: steve@openssl.org 
Constify SSL_CIPHER_description 
						
						
					 
					
						2009-09-12 23:18:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ddd002f60 
					 
					
						
						
							
							PR: 1411  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Allow use of trusted certificates in SSL_CTX_use_chain_file() 
						
						
					 
					
						2009-09-12 23:09:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e7209103e6 
					 
					
						
						
							
							PR: 2038  
						
						 
						
						... 
						
						
						
						Submitted by: Artem Chuprina <ran@cryptocom.ru >
Approved by: steve@openssl.org 
Avoid double call to BIO_free(). 
						
						
					 
					
						2009-09-11 11:03:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						53f062d050 
					 
					
						
						
							
							PR: 2033  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS listen support. 
						
						
					 
					
						2009-09-09 17:05:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b5b65403a4 
					 
					
						
						
							
							Add new option --strict-warnings to Configure script. This is used to add  
						
						 
						
						... 
						
						
						
						in devteam warnings into other configurations. 
						
						
					 
					
						2009-09-09 16:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a3914fe0c 
					 
					
						
						
							
							Seed PRNG with DSA and ECDSA digests for additional protection against  
						
						 
						
						... 
						
						
						
						possible PRNG state duplication. 
						
						
					 
					
						2009-09-09 12:14:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b7e3cb31a5 
					 
					
						
						
							
							PR: 2031  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Tolerate application/timestamp-response which some servers send out. 
						
						
					 
					
						2009-09-07 17:57:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9769137a43 
					 
					
						
						
							
							Typo presumably...  
						
						 
						
						
						
						
					 
					
						2009-09-06 17:55:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c0688f1aef 
					 
					
						
						
							
							Make update, deleting bogus DTLS error code  
						
						 
						
						
						
						
					 
					
						2009-09-06 15:55:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c29853bf2 
					 
					
						
						
							
							PR: 1644  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Fix to make DHparams_dup() et al work in C++.
For 1.0 fix the final argument to ASN1_dup() so it is void *. Replace some
*_dup macros with functions. 
						
						
					 
					
						2009-09-06 15:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e9802b7a7 
					 
					
						
						
							
							PR: 2028  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Fix DTLS cookie management bugs. 
						
						
					 
					
						2009-09-04 17:42:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7483896e15 
					 
					
						
						
							
							Correction: salt is now default  
						
						 
						
						
						
						
					 
					
						2009-09-04 12:27:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4b4f249e0d 
					 
					
						
						
							
							Oops, s can be NULL  
						
						 
						
						
						
						
					 
					
						2009-09-04 11:31:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						196dcf93bc 
					 
					
						
						
							
							PR: 2020  
						
						 
						
						... 
						
						
						
						Submitted by: Keith Beckman <kbeckman@mcg.edu >,  Tomas Mraz <tmraz@redhat.com >
Checked by: steve@openssl.org 
Fix improperly capitalized references to WWW::Curl::Easy. 
						
						
					 
					
						2009-09-02 15:57:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c11ec308b 
					 
					
						
						
							
							PR: 2029  
						
						 
						
						... 
						
						
						
						Submitted by: Tomas Mraz <tmraz@redhat.com >
Checked by: steve@openssl.org 
Fix so that the legacy digest EVP_dss1() still works. 
						
						
					 
					
						2009-09-02 15:51:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e5eb96c83a 
					 
					
						
						
							
							PR: 2013  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
This makes it possible to tell if the underlying type is UTCTime,
GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
can handle each case in an appropriate manner.
Add error checking to CRL generation in ca utility when nextUpdate is being
set. 
						
						
					 
					
						2009-09-02 13:55:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54ed003ace 
					 
					
						
						
							
							PR: 2009  
						
						 
						
						... 
						
						
						
						Submitted by: "Alexei Khlebnikov" <alexei.khlebnikov@opera.com >
Approved by: steve@openssl.org 
Avoid memory leak and fix error reporting in d2i_SSL_SESSION(). NB: although
the ticket mentions buffer overruns this isn't a security issue because
the SSL_SESSION structure is generated internally and it should never be
possible to supply its contents from an untrusted application (this would
among other things destroy session cache security). 
						
						
					 
					
						2009-09-02 13:20:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f18e10253d 
					 
					
						
						
							
							PR: 2022  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Fix DTLS record header length bug. 
						
						
					 
					
						2009-09-02 12:53:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9add317a9 
					 
					
						
						
							
							Tidy up and fix verify callbacks to avoid structure dereference, use of  
						
						 
						
						... 
						
						
						
						obsolete functions and enhance to handle new conditions such as policy
printing. 
						
						
					 
					
						2009-09-02 12:45:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d1741030b 
					 
					
						
						
							
							Missing break.  
						
						 
						
						
						
						
					 
					
						2009-08-31 22:21:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b8dc932c05 
					 
					
						
						
							
							PR: 2005  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Some systems have broken IPv6 headers and/or implementations. If
OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used
and if undefined an attempt is made to detect at compile time by checking
if AF_INET6 is set and excluding known problem platforms. 
						
						
					 
					
						2009-08-26 15:13:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						17f8d8db61 
					 
					
						
						
							
							PR: 2006  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Do not use multiple DTLS records for a single user message 
						
						
					 
					
						2009-08-26 11:51:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38437fa135 
					 
					
						
						
							
							PR: 2015  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Define LIBDIR properly. 
						
						
					 
					
						2009-08-26 11:41:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82f35daaaf 
					 
					
						
						
							
							Moving up the inclusion of e_os.h was a bad idea.  
						
						 
						
						... 
						
						
						
						Put it back where it was and place an inclusion of e_os2.h to get platform
macros defined... 
						
						
					 
					
						2009-08-26 11:21:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b529bba4bf 
					 
					
						
						
							
							Make sure ENGINES can be separately compiled as well.  
						
						 
						
						... 
						
						
						
						Make sure _XOPEN_SOURCE_EXTENDED is defined in opensslconf.h
Submitted by Zoltan Arpadffy <zoli@polarhome.com > 
						
						
					 
					
						2009-08-25 07:30:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dde33ea9c3 
					 
					
						
						
							
							Remove tmdiff.h from EXHEADERS as it doesn't exist.  
						
						 
						
						... 
						
						
						
						Don't have separate installation directory variables for VAX and AXP.
Submitted by Zoltan Arpadffy <zoli@polarhome.com > 
						
						
					 
					
						2009-08-25 07:28:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cb0d89705b 
					 
					
						
						
							
							Define EXE_DIR earlier.  
						
						 
						
						... 
						
						
						
						Make sure S_SOCKET also gets compiled with _POSIX_C_SOURCE defined.
Submitted by Zoltan Arpadffy <zoli@polarhome.com > 
						
						
					 
					
						2009-08-25 07:25:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f49353b42f 
					 
					
						
						
							
							Move up the inclusion of e_os.h so OPENSSL_SYS_VMS_DECC has a chance  
						
						 
						
						... 
						
						
						
						to be properly defined. 
						
						
					 
					
						2009-08-25 07:23:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						573c61dcde 
					 
					
						
						
							
							Make it possible to compile non-assembler routines on AXP as well.  
						
						 
						
						... 
						
						
						
						Submitted by Zoltan Arpadffy <arpadffy@polarhome.com > 
						
						
					 
					
						2009-08-25 07:22:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						51f38e6c2d 
					 
					
						
						
							
							Make engines compile on VMS for ia64 as well.  
						
						 
						
						... 
						
						
						
						Parse file types in a more secure manner.
Submitted by sms@antinode.info  (Steven M. Schweda) 
						
						
					 
					
						2009-08-25 07:19:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2de213732a 
					 
					
						
						
							
							Correct some typos and missing things.  
						
						 
						
						... 
						
						
						
						Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se > 
						
						
					 
					
						2009-08-25 07:17:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3798c36686 
					 
					
						
						
							
							Include proper header files for time functions.  
						
						 
						
						... 
						
						
						
						Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se > 
						
						
					 
					
						2009-08-25 07:10:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						209abea1db 
					 
					
						
						
							
							Stop unused variable warning on WIN32 et al.  
						
						 
						
						
						
						
					 
					
						2009-08-18 11:14:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						250705e7b5 
					 
					
						
						
							
							Use SHA1 and not deprecated MD5 in demos.  
						
						 
						
						
						
						
					 
					
						2009-08-15 10:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5a96822f2c 
					 
					
						
						
							
							Update default dependency flags.  
						
						 
						
						... 
						
						
						
						Make error name discrepancies a fatal error.
Fix error codes.
make update 
						
						
					 
					
						2009-08-12 17:08:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						23b34259e0 
					 
					
						
						
							
							Re-enable mdc2 default by default as the patent is now expired.  
						
						 
						
						
						
						
					 
					
						2009-08-12 16:45:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11b6cb8aae 
					 
					
						
						
							
							Update README with bug report and contribution details.  
						
						 
						
						
						
						
					 
					
						2009-08-12 16:41:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4bade7aac 
					 
					
						
						
							
							PR: 1997  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS timeout handling fix. 
						
						
					 
					
						2009-08-12 13:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e322b5d167 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2009-08-10 15:53:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						01af4edcfe 
					 
					
						
						
							
							PR: 1999  
						
						 
						
						... 
						
						
						
						Submitted by: "Bayram Kurumahmut" <kbayram@ubicom.com >
Approved by: steve@openssl.org 
Don't use HAVE_FORK in apps/speed.c it can conflict with configured version. 
						
						
					 
					
						2009-08-10 15:30:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ff0945cbdc 
					 
					
						
						
							
							PR: 2004  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr >
Approved by: steve@openssl.org 
Handle fractional seconds properly in ASN1_GENERALIZEDTIME_print 
						
						
					 
					
						2009-08-10 14:57:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d5ec7d66a8 
					 
					
						
						
							
							PR: 2003  
						
						 
						
						... 
						
						
						
						Make it possible to install OpenSSL in directories with name other
than "lib" for example "lib64". Based on patch from Jeremy Utley. 
						
						
					 
					
						2009-08-10 14:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc0aebabe6 
					 
					
						
						
							
							Add COMP error strings.  
						
						 
						
						
						
						
					 
					
						2009-08-09 14:58:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52828ca214 
					 
					
						
						
							
							Add missing CHANGES entry.  
						
						 
						
						
						
						
					 
					
						2009-08-06 16:29:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						757e9886a0 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-08-05 15:52:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f45e8c7bdd 
					 
					
						
						
							
							PR: 2000  
						
						 
						
						... 
						
						
						
						Submitted by: 	Vadim Zeitlin <vz-openssl@zeitlins.org >
Approved by: steve@openssl.org 
Make no-comp compile without warnings. 
						
						
					 
					
						2009-08-05 15:29:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ea904b4074 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-08-05 15:04:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec6158d029 
					 
					
						
						
							
							PR: 1996  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Change conflicting name "BLOCK" to "OPENSSL_BLOCK". 
						
						
					 
					
						2009-07-27 21:21:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4386445c18 
					 
					
						
						
							
							Change STRING to OPENSSL_STRING etc as common words such  
						
						 
						
						... 
						
						
						
						as "STRING" cause conflicts with other headers/libraries. 
						
						
					 
					
						2009-07-27 21:08:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a585aa6750 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2009-07-26 12:26:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2475a52061 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:47:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						001dfac061 
					 
					
						
						
							
							Remove MD2 test from WIN32 tests.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:43:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1b37c55e26 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:36:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3442781798 
					 
					
						
						
							
							Update TABLE.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:29:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9d3f123a6 
					 
					
						
						
							
							Add new debug targets.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:29:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d069a4d15d 
					 
					
						
						
							
							PR: 1990  
						
						 
						
						... 
						
						
						
						Update from 0.9.8-stable. 
						
						
					 
					
						2009-07-24 13:07:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1ad8fb627 
					 
					
						
						
							
							Doc update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-24 13:02:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7406b1528 
					 
					
						
						
							
							PR: 1993  
						
						 
						
						... 
						
						
						
						Fix from 0.9.8-stable. 
						
						
					 
					
						2009-07-24 11:52:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02ce897e80 
					 
					
						
						
							
							Fix from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2009-07-24 11:34:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0bd9d3a60e 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-07-24 11:24:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b4c81fb6db 
					 
					
						
						
							
							Update from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2009-07-24 11:15:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f566bda2b 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-07-24 11:10:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f97a8149cd 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-16 09:54:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4b6a3e9c0 
					 
					
						
						
							
							Call CMS tests with "make test"  
						
						 
						
						
						
						
					 
					
						2009-07-15 17:59:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7dfae89768 
					 
					
						
						
							
							Handle OSX ".dynlib" DSO extension.  
						
						 
						
						
						
						
					 
					
						2009-07-15 17:58:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d41ca3f0e2 
					 
					
						
						
							
							Update for next beta.  
						
						 
						
						
						
						
					 
					
						2009-07-15 12:08:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65fc4c55be 
					 
					
						
						
							
							Preparation for beta3 release.  
						
						 
						
						
						
						
					 
					
						2009-07-15 11:37:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5135d6b985 
					 
					
						
						
							
							Fix error codes and indentation.  
						
						 
						
						
						
						
					 
					
						2009-07-15 11:32:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2202edeff0 
					 
					
						
						
							
							PR: 1980  
						
						 
						
						... 
						
						
						
						Submitted by: Victor Wagner <vitus@wagner.pp.ru >
Approved by: steve@openssl.org 
Fix memory leaks. 
						
						
					 
					
						2009-07-15 11:01:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8f759ec74 
					 
					
						
						
							
							Stop warning of signed/unsigned compare.  
						
						 
						
						
						
						
					 
					
						2009-07-14 15:28:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5fda10c6f1 
					 
					
						
						
							
							Oops, use right function name...  
						
						 
						
						
						
						
					 
					
						2009-07-14 15:14:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11ba084e1b 
					 
					
						
						
							
							Document MD2 deprecation.  
						
						 
						
						
						
						
					 
					
						2009-07-13 11:57:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cddd00166c 
					 
					
						
						
							
							PR: 1984  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Tüxen <Michael.Tuexen@lurchi.franken.de >
Approved by: steve@openssl.org 
Don't concatenate reads in DTLS. 
						
						
					 
					
						2009-07-13 11:44:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0190aa7353 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-13 11:40:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1546de87f0 
					 
					
						
						
							
							Fix from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-07-11 22:36:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						affffaed3d 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-11 22:30:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c644f1462 
					 
					
						
						
							
							PR: 1985  
						
						 
						
						... 
						
						
						
						Submitted by: Artem Chuprina <ran@cryptocom.ru >
Approved by: steve@openssl.org 
Initialise flags. 
						
						
					 
					
						2009-07-11 21:42:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a2da5c7daa 
					 
					
						
						
							
							Make update.  
						
						 
						
						
						
						
					 
					
						2009-07-08 09:13:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c155d83f5b 
					 
					
						
						
							
							Delete MD2 from algorithm tables and default compilation.  
						
						 
						
						
						
						
					 
					
						2009-07-08 08:50:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5a03e3ac3f 
					 
					
						
						
							
							Fix from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-04 12:05:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						08b2097967 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-07-04 11:44:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15401859b5 
					 
					
						
						
							
							PR: 1976  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Cleanup some compile time warnings/magic numbers. 
						
						
					 
					
						2009-07-01 15:46:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6f24165170 
					 
					
						
						
							
							PR: 1974(partial)  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Cryptodev digest support. 
						
						
					 
					
						2009-07-01 15:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8afd9382c 
					 
					
						
						
							
							192, 256 bit AES and RC4 support for cryptodev.  
						
						 
						
						
						
						
					 
					
						2009-07-01 15:36:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						caddf00d78 
					 
					
						
						
							
							PR: 1974(partial)  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Fix up RSA API compliance for rsa_nocrt_mod_exp method. 
						
						
					 
					
						2009-07-01 15:25:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e105098b3f 
					 
					
						
						
							
							PR: 1974 (partial)  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
If -DHAVE_CRYPTODEV is set enable cryptodev support 
						
						
					 
					
						2009-07-01 14:55:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9852e7e4d7 
					 
					
						
						
							
							PR: 1972  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Add support for building with the uClinux-dist. 
						
						
					 
					
						2009-07-01 11:43:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b855560192 
					 
					
						
						
							
							PR: 1970  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Reviewed by: steve@openssl.org 
Fix unused variable "words" and uninitialised data "b". 
						
						
					 
					
						2009-07-01 11:39:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2f50efea3 
					 
					
						
						
							
							PR: 1965  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Make sure defines to remove SHA are correct. 
						
						
					 
					
						2009-07-01 11:35:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2b3cd246e5 
					 
					
						
						
							
							PR: 1962  
						
						 
						
						... 
						
						
						
						Submitted by: Daniel Mentz <daniel.m@sent.com >
Reviewed by: steve@openssl.org 
Fix "for dtls1_get_record() returns a bad record in one edge case" bug. 
						
						
					 
					
						2009-07-01 11:29:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7171ade2c2 
					 
					
						
						
							
							Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
EVP_CTRL_PBE_PRF_NID suppot for Gost engine. 
						
						
					 
					
						2009-07-01 11:23:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76ec9151d1 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-06-30 22:26:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c24dd9005 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-06-30 20:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e323afb0ce 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-30 16:10:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1fd43fd86e 
					 
					
						
						
							
							PR: 1969  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Don't use repeating key when testing algs. 
						
						
					 
					
						2009-06-30 15:21:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e70c81ed9 
					 
					
						
						
							
							PR: 1967  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Don't go past end of params array. 
						
						
					 
					
						2009-06-30 15:10:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e07229564 
					 
					
						
						
							
							PR: 1966  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Reviewed by: steve@openssl.org 
Make no-ocsp work properly. 
						
						
					 
					
						2009-06-30 15:08:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						859d5eb2d7 
					 
					
						
						
							
							PR: 1963  
						
						 
						
						... 
						
						
						
						Submitted by: David McCullough <david_mccullough@securecomputing.com >
Approved by: steve@openssl.org 
Make build fail if makedepend not present. 
						
						
					 
					
						2009-06-30 14:59:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29b0c4a01c 
					 
					
						
						
							
							Add "missing" functions for setting all verify parameters for SSL_CTX and SSL  
						
						 
						
						... 
						
						
						
						structures. 
						
						
					 
					
						2009-06-30 11:57:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b824f0f458 
					 
					
						
						
							
							Redundant check: s->param is always non-NULL, it is set in SSL_new().  
						
						 
						
						
						
						
					 
					
						2009-06-30 11:41:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						43ea53a04a 
					 
					
						
						
							
							Inherit parameters properly in SSL contexts: any parameters set should  
						
						 
						
						... 
						
						
						
						replace those in the current list. 
						
						
					 
					
						2009-06-30 11:21:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fa07f00aaf 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-29 16:09:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dbb834ffeb 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-06-28 16:24:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8549a8a5dc 
					 
					
						
						
							
							Fix from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2009-06-26 23:14:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						887c250852 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-06-26 15:04:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						710c1c34d1 
					 
					
						
						
							
							Allow checking of self-signed certifictes if a flag is set.  
						
						 
						
						
						
						
					 
					
						2009-06-26 11:28:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e16818108f 
					 
					
						
						
							
							Fix from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-25 17:11:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0cb76e79df 
					 
					
						
						
							
							PR: 1748  
						
						 
						
						... 
						
						
						
						Fix nasty SSL BIO pop bug. Since this changes the behaviour of SSL BIOs and
will break applications that worked around the bug only included in 1.0.0 and
later. 
						
						
					 
					
						2009-06-25 11:26:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6cb419673e 
					 
					
						
						
							
							DEBUG_BN_CTX doesn't really debug anything (it is essentially verbosity) and  
						
						 
						
						... 
						
						
						
						has made make test far too noisy. 
						
						
					 
					
						2009-06-25 10:15:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						72d668c332 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-24 13:30:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5ce4799a38 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-17 12:19:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6178da0142 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-17 12:05:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						27713e3fc2 
					 
					
						
						
							
							Check t too.  
						
						 
						
						
						
						
					 
					
						2009-06-17 11:47:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3492c47b18 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-17 11:38:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						43dc001b62 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-17 11:33:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8280b43a62 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-17 11:26:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						85d9b02d16 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-16 16:55:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bfd502f027 
					 
					
						
						
							
							Updates from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-16 16:39:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1ed5fa827 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-06-15 15:00:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5bb9e1b4d4 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-15 11:23:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7de819237d 
					 
					
						
						
							
							Two digits is not wide enough.  
						
						 
						
						
						
						
					 
					
						2009-06-14 10:23:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6cfab29b71 
					 
					
						
						
							
							Make depend.  
						
						 
						
						
						
						
					 
					
						2009-06-14 02:37:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						55708796af 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-13 20:47:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7074f1df07 
					 
					
						
						
							
							Stop gcc bracket warning.  
						
						 
						
						
						
						
					 
					
						2009-06-05 14:57:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						67d8ab07e6 
					 
					
						
						
							
							Stop warning if dtls disabled.  
						
						 
						
						
						
						
					 
					
						2009-06-05 14:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e63da0669 
					 
					
						
						
							
							PR: 1950  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Reviewed by: steve@openssl.org 
DTLS fragment retransmission bug. 
						
						
					 
					
						2009-06-05 14:46:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						15b0a5651c 
					 
					
						
						
							
							Not always used.  
						
						 
						
						
						
						
					 
					
						2009-06-05 08:35:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e66723517 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-02 11:23:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e53c86001 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-02 11:06:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						524e5b844b 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-06-01 12:14:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e1f09dfd84 
					 
					
						
						
							
							PR: 1921  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Tuexen <tuexen@fh-muenster.de >
Reviewed by: steve@openssl.org 
Add ECDHE and PSK support to DTLS. 
						
						
					 
					
						2009-05-31 17:11:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f16411ccfd 
					 
					
						
						
							
							Ensure canonical encodings of X509_NAME structures are valid.  
						
						 
						
						
						
						
					 
					
						2009-05-30 18:10:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2bbcd45b05 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-29 18:58:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fdc6c6ef08 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-05-29 14:02:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e87cc8da6 
					 
					
						
						
							
							Need definition of struct timeval for dtls1.h which broke WIN32 builds,  
						
						 
						
						... 
						
						
						
						so include winsock.h. (might be a cleaner way to do this...) 
						
						
					 
					
						2009-05-28 20:53:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d0b6c72b8 
					 
					
						
						
							
							Update ordinals and sync with 0.9.8  
						
						 
						
						
						
						
					 
					
						2009-05-28 20:49:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e84046f90 
					 
					
						
						
							
							make errors  
						
						 
						
						
						
						
					 
					
						2009-05-28 20:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cc1cb996f1 
					 
					
						
						
							
							Submitted by: Artem Chuprina <ran@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
Fix to match latest GOST in TLS draft. 
						
						
					 
					
						2009-05-28 18:10:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						32fbeacdfb 
					 
					
						
						
							
							Add CHANGES entries from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-05-18 17:37:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						431aad3c15 
					 
					
						
						
							
							Delete line which should have gone with PR#1922.  
						
						 
						
						
						
						
					 
					
						2009-05-18 16:11:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0454f2c490 
					 
					
						
						
							
							PR: 1929  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Tuexen <tuexen@fh-muenster.de >
Approved by: steve@openssl.org 
Updated DTLS MTU bug fix. 
						
						
					 
					
						2009-05-17 16:04:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5f911774bf 
					 
					
						
						
							
							Revert previous MTU patch from PR#1929  
						
						 
						
						
						
						
					 
					
						2009-05-17 15:57:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						66b7e42790 
					 
					
						
						
							
							PR: 1599  
						
						 
						
						... 
						
						
						
						Reformat PKCS12_parse manual page, document return values. 
						
						
					 
					
						2009-05-17 14:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6a419388fc 
					 
					
						
						
							
							Stupid typo  
						
						 
						
						
						
						
					 
					
						2009-05-17 07:22:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						abda7c1147 
					 
					
						
						
							
							PR: 1931  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Fix fragment handling memory leak. 
						
						
					 
					
						2009-05-16 16:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						88b48dc680 
					 
					
						
						
							
							PR: 1930  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Limit size of DTLS record buffer queue. 
						
						
					 
					
						2009-05-16 16:17:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						661d35dfb2 
					 
					
						
						
							
							Disable ECDHE in DTLS in a cleaner way.  
						
						 
						
						
						
						
					 
					
						2009-05-16 11:16:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f99c9daa39 
					 
					
						
						
							
							Make the stuff compile again, fix missing prototype warnings.  
						
						 
						
						
						
						
					 
					
						2009-05-16 11:14:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						019b3f3e5a 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-15 23:07:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d6584eba8c 
					 
					
						
						
							
							PR: 1922  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS Timer bug fix. 
						
						
					 
					
						2009-05-15 22:58:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a379c433a3 
					 
					
						
						
							
							PR: 1925  
						
						 
						
						... 
						
						
						
						Submitted by: "Green, Paul" <Paul.Green@stratus.com >
Approved by: steve@openssl.org 
VOS extended name support. 
						
						
					 
					
						2009-05-15 22:50:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						006c7c6bb1 
					 
					
						
						
							
							Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).  
						
						 
						
						... 
						
						
						
						Thank you\!
(note: not tested for now, a few nightly builds should give indications though) 
						
						
					 
					
						2009-05-15 16:37:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd4a902a15 
					 
					
						
						
							
							Have mkdef.pl also handle VAX and Non-VAX differences for VMS  
						
						 
						
						
						
						
					 
					
						2009-05-15 16:01:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17ae5e9f13 
					 
					
						
						
							
							Add a comment about libeay.num and ssleay.num  
						
						 
						
						
						
						
					 
					
						2009-05-15 16:00:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						baa5f52422 
					 
					
						
						
							
							x86[_64]cpuid.pl: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-14 18:25:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b3620451b2 
					 
					
						
						
							
							PR: 1921  
						
						 
						
						... 
						
						
						
						Submitted by: steve@openssl.org 
Our DTLS implementation doesn't currently handle ECDHE so don't include
unsupported ciphers in client hello. 
						
						
					 
					
						2009-05-13 16:25:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d2f17d9615 
					 
					
						
						
							
							Print out DTLS versions too.  
						
						 
						
						
						
						
					 
					
						2009-05-13 16:24:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						561cbe5678 
					 
					
						
						
							
							PR: 1923  
						
						 
						
						... 
						
						
						
						Submitted by: Daniel Mentz <daniel.m@sent.com >, Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Don't access freed data structure. 
						
						
					 
					
						2009-05-13 11:51:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						756d2074b8 
					 
					
						
						
							
							PR: 1924  
						
						 
						
						... 
						
						
						
						Submitted by: "Green, Paul" <Paul.Green@stratus.com >
Approved by: steve@openssl.org 
Fix _POSIX_C_SOURCE usage. 
						
						
					 
					
						2009-05-13 11:32:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c65db618bb 
					 
					
						
						
							
							e_padlock.c: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-12 20:24:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8355647403 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-05-07 16:26:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b839d73411 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-05-06 16:58:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4563c1e043 
					 
					
						
						
							
							Add debug-VC-WIN32 target and let mk1mf.pl auto detect it, update docs.  
						
						 
						
						
						
						
					 
					
						2009-05-06 16:54:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						11f35a036d 
					 
					
						
						
							
							Select updates from HEAD  
						
						 
						
						
						
						
					 
					
						2009-05-06 14:03:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8646dab14 
					 
					
						
						
							
							Don't use -D_CRT_NONSTDC_NO_DEPRECATE, fix bio_lcl.h instead.  
						
						 
						
						
						
						
					 
					
						2009-05-06 10:23:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						47b3cd98f2 
					 
					
						
						
							
							Configure: update from HEAD (Camellia assembler in VC-WIN64A, CAPI engine  
						
						 
						
						... 
						
						
						
						in mingw64). 
						
						
					 
					
						2009-05-05 19:25:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						27c7e53882 
					 
					
						
						
							
							ec_mult.c: update from HEAD (Win64 compile warnings).  
						
						 
						
						
						
						
					 
					
						2009-05-05 19:23:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2b28803fb 
					 
					
						
						
							
							cryptlib.c: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-05 19:23:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8e92b1b9ce 
					 
					
						
						
							
							perlasm: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-05 19:21:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0f41ccf370 
					 
					
						
						
							
							e_capi.c: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-05-05 19:17:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c44544a1d7 
					 
					
						
						
							
							Update from HEAD  
						
						 
						
						
						
						
					 
					
						2009-05-05 08:46:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e50f02638 
					 
					
						
						
							
							If an SSLv2 method is explicitly asked for use the SSLv2 cipher string:  
						
						 
						
						... 
						
						
						
						assume an application *really* wants SSLv2 if they do that.
Otherwise stick with the default which excludes all SSLv2 cipher suites. 
						
						
					 
					
						2009-04-29 14:12:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						174ea15647 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-04-28 22:35:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18f8258a87 
					 
					
						
						
							
							PR: 1629  
						
						 
						
						... 
						
						
						
						Submitted by: Kaspar Brand <ossl-rt@velox.ch >
Approved by: steve@openssl.org 
Don't use extensions if using SSLv3: this chokes some broken servers. 
						
						
					 
					
						2009-04-28 22:01:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						376bbb5887 
					 
					
						
						
							
							PR: 1914  
						
						 
						
						... 
						
						
						
						Make safestack work with C++. 
						
						
					 
					
						2009-04-28 21:56:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2c8275409e 
					 
					
						
						
							
							Update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-28 13:00:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						892582b541 
					 
					
						
						
							
							v3_alt.c: otherName parsing fix from HEAD.  
						
						 
						
						... 
						
						
						
						Submitted by: Love Hoernquist Aastrand 
						
						
					 
					
						2009-04-27 19:37:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						57b53c1b0a 
					 
					
						
						
							
							VC-32.pl: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-27 19:32:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						004c3ca521 
					 
					
						
						
							
							test_padlock: update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-27 19:31:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f0f00f9272 
					 
					
						
						
							
							sha*-s390x.pl: minor update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-27 19:31:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a243c68736 
					 
					
						
						
							
							rc4-x86_64.pl: Win64 SEH update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-27 19:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						467d9f2a34 
					 
					
						
						
							
							b_sock.c: readability update from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-27 19:30:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						226a94963a 
					 
					
						
						
							
							Updates from HEAD  
						
						 
						
						
						
						
					 
					
						2009-04-27 00:08:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7f0d147b1 
					 
					
						
						
							
							Update docs: can use backslashes now.  
						
						 
						
						
						
						
					 
					
						2009-04-26 15:50:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						26902b9aad 
					 
					
						
						
							
							Prevent warning if WINCE not used.  
						
						 
						
						
						
						
					 
					
						2009-04-26 15:04:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c69d6bec4 
					 
					
						
						
							
							Add extra no deprecate flags in Configure.  
						
						 
						
						
						
						
					 
					
						2009-04-26 14:54:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f44677a41 
					 
					
						
						
							
							This at least break WIN32 which doesn't have sys/time.h might need to make  
						
						 
						
						... 
						
						
						
						this a bit more generous later... 
						
						
					 
					
						2009-04-26 14:53:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88d9f669c5 
					 
					
						
						
							
							Add local symbol hacks for OpenVMS  
						
						 
						
						
						
						
					 
					
						2009-04-26 12:26:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						22e1421672 
					 
					
						
						
							
							Cast to avoid signedness confusion  
						
						 
						
						
						
						
					 
					
						2009-04-26 12:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5409414eff 
					 
					
						
						
							
							Updates from HEAD  
						
						 
						
						
						
						
					 
					
						2009-04-26 11:35:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7134507de0 
					 
					
						
						
							
							Make no-rsa, no-dsa and no-dh compile again.  
						
						 
						
						
						
						
					 
					
						2009-04-23 17:16:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fe41d9853c 
					 
					
						
						
							
							Make no-ec work  
						
						 
						
						
						
						
					 
					
						2009-04-23 16:25:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d07692cd96 
					 
					
						
						
							
							Make no-gost work properly.  
						
						 
						
						
						
						
					 
					
						2009-04-23 16:12:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						82ae57136b 
					 
					
						
						
							
							Some no-ec fixes (not complete yet).  
						
						 
						
						
						
						
					 
					
						2009-04-23 15:24:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30baeaaeab 
					 
					
						
						
							
							CryptoAPI engine only exists on WIN32.  
						
						 
						
						
						
						
					 
					
						2009-04-22 17:36:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						87a0f4b92e 
					 
					
						
						
							
							PR: 1902  
						
						 
						
						... 
						
						
						
						Add ecdsa/ecdh algorithms to default for speed utility. 
						
						
					 
					
						2009-04-22 17:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1b08bcbfe3 
					 
					
						
						
							
							Find openssl utility if on the PATH.  
						
						 
						
						
						
						
					 
					
						2009-04-22 16:50:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						346b1001eb 
					 
					
						
						
							
							PR: 1903  
						
						 
						
						... 
						
						
						
						Submitted by: "Paul Smedley" <pauldespam@despamsmedley.id.au >
Approved by: steve@openssl.org 
OS/2 fixes (excludes Makefile.shared patch for now). 
						
						
					 
					
						2009-04-22 16:21:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b61a84c8e6 
					 
					
						
						
							
							Fix WIN32 warnings.  
						
						 
						
						
						
						
					 
					
						2009-04-22 15:40:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a543ea44bc 
					 
					
						
						
							
							Fix WIN32 warning.  
						
						 
						
						
						
						
					 
					
						2009-04-22 12:17:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b0dd3d1b94 
					 
					
						
						
							
							Another kerberos fix.  
						
						 
						
						
						
						
					 
					
						2009-04-21 22:30:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						461be68b75 
					 
					
						
						
							
							Change version to beta3-dev  
						
						 
						
						
						
						
					 
					
						2009-04-21 22:27:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						21fb688d26 
					 
					
						
						
							
							Some fixes for kerberos builds.  
						
						 
						
						
						
						
					 
					
						2009-04-21 22:20:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8faad27b7 
					 
					
						
						
							
							Fix RFC num.  
						
						 
						
						
						
						
					 
					
						2009-04-21 15:42:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dab7075946 
					 
					
						
						
							
							Update STATUS.  
						
						 
						
						
						
						
					 
					
						2009-04-21 15:19:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dfc8e96daa 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2009-04-21 15:11:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						71d3eaf358 
					 
					
						
						
							
							make update.  
						
						 
						
						
						
						
					 
					
						2009-04-21 15:02:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef6b25be63 
					 
					
						
						
							
							Beta 2 preparation.  
						
						 
						
						
						
						
					 
					
						2009-04-21 14:58:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b452f43322 
					 
					
						
						
							
							PR: 1751  
						
						 
						
						... 
						
						
						
						Submitted by: David Woodhouse <dwmw2@infradead.org >
Approved by: steve@openssl.org 
Compatibility patches for Cisco VPN client DTLS. 
						
						
					 
					
						2009-04-19 18:03:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52891f832f 
					 
					
						
						
							
							Fix error header files and error files too.  
						
						 
						
						
						
						
					 
					
						2009-04-19 17:58:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9990cb75c1 
					 
					
						
						
							
							PR: 1894  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Fix various typos and stuff. 
						
						
					 
					
						2009-04-16 17:22:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a5cc69c7ae 
					 
					
						
						
							
							PR: 1900  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Remove unnecessary included header file. 
						
						
					 
					
						2009-04-16 16:42:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b4b8ba64e 
					 
					
						
						
							
							PR: 1895  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Updates to mkerr.pl script. 
						
						
					 
					
						2009-04-15 15:16:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						268e78c305 
					 
					
						
						
							
							PR: 1899  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Check for <= 0 when verifying CRL issuers. 
						
						
					 
					
						2009-04-15 15:07:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c900a78c99 
					 
					
						
						
							
							PR: 1828  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Updated DTLS Rentransmission bug patch. 
						
						
					 
					
						2009-04-15 14:49:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						46ffb2dc97 
					 
					
						
						
							
							PR  #1828  reverted: state save/restore incompatible with 1.0.0-stable.  
						
						 
						
						
						
						
					 
					
						2009-04-14 15:29:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10acacb3bf 
					 
					
						
						
							
							Fix typo and stop WIN32 warnings.  
						
						 
						
						
						
						
					 
					
						2009-04-14 15:13:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aab790a656 
					 
					
						
						
							
							PR: 1829  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
DTLS Timer Bug fix. 
						
						
					 
					
						2009-04-14 14:33:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1319aad994 
					 
					
						
						
							
							PR: 1647  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Update patch for PR#1647. 
						
						
					 
					
						2009-04-14 14:22:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c0ce01cea 
					 
					
						
						
							
							PR: 1827  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Updated patch for PR #1827  
						
						
					 
					
						2009-04-14 14:20:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9fcbefebdb 
					 
					
						
						
							
							PR: 1828  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Update from 0.9.8-stable. 
						
						
					 
					
						2009-04-14 14:19:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						017d2a887f 
					 
					
						
						
							
							PR: 1838  
						
						 
						
						... 
						
						
						
						Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de >
Approved by: steve@openssl.org 
Updated patch from 0.9.8-stable. 
						
						
					 
					
						2009-04-14 14:18:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0416482605 
					 
					
						
						
							
							Make update.  
						
						 
						
						
						
						
					 
					
						2009-04-13 11:40:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f17424918 
					 
					
						
						
							
							PR: 1786  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Add missing IMPLEMENT. 
						
						
					 
					
						2009-04-13 11:36:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						55ed10db21 
					 
					
						
						
							
							PR: 1785  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Properly handle malloc failure. 
						
						
					 
					
						2009-04-13 11:31:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3877b6bfe9 
					 
					
						
						
							
							PR: 1896  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Remove double sk_*_free() definition and add missing definition to mkstack.pl 
						
						
					 
					
						2009-04-13 11:26:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0f32454b6 
					 
					
						
						
							
							PR: 1898  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Approved by: steve@openssl.org 
Include correct headers in selftest.pl generated code. 
						
						
					 
					
						2009-04-13 11:22:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6fda4d7e5d 
					 
					
						
						
							
							PR: 1887  
						
						 
						
						... 
						
						
						
						Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru >
Approved by: steve@openssl.org 
Document/clarify use of some options and include details of GOST algorihthm
usage. 
						
						
					 
					
						2009-04-10 16:42:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						36a252ea46 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-04-10 11:35:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a31a195246 
					 
					
						
						
							
							PR: 1887 (part, modified)  
						
						 
						
						... 
						
						
						
						Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru >
Approved by: steve@openssl.org 
Use correct command names in -engine description and fix typo. 
						
						
					 
					
						2009-04-10 11:25:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5f590d2218 
					 
					
						
						
							
							PR: 1887 (part)  
						
						 
						
						... 
						
						
						
						Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru >
Approved by: steve@openssl.org 
Added error codes for ccgost. 
						
						
					 
					
						2009-04-10 11:07:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						791b7bc715 
					 
					
						
						
							
							Fix usage messages and lookup digests later in req command.  
						
						 
						
						... 
						
						
						
						(part of PR #1887 ) 
						
						
					 
					
						2009-04-10 11:00:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						19ae090787 
					 
					
						
						
							
							Print out registered digest names in dgst utility instead of hard  
						
						 
						
						... 
						
						
						
						coding them. Modify EVP_MD_do_all() to include registered digest name.
This is a modified version of part of PR#1887. 
						
						
					 
					
						2009-04-10 10:30:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db3076621b 
					 
					
						
						
							
							PR: 1892  
						
						 
						
						... 
						
						
						
						Fix memory leak when email:move option used. 
						
						
					 
					
						2009-04-08 15:58:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ae5743515 
					 
					
						
						
							
							Disable SSLv2 cipher suites by default and avoid SSLv2 compatible client  
						
						 
						
						... 
						
						
						
						hello if no SSLv2 cipher suites are included. This effectively disables
the broken SSLv2 use by default. 
						
						
					 
					
						2009-04-07 17:01:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c184b140df 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-04-07 16:30:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d80aa7e3f 
					 
					
						
						
							
							Update from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2009-04-07 12:10:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15671a90a9 
					 
					
						
						
							
							PR: 1677  
						
						 
						
						... 
						
						
						
						Submitted by: Vennemann <rvennemann@cool.ms >
Approved by: steve@openssl.org 
Call RSA_new() after ENGINE has been set up. 
						
						
					 
					
						2009-04-06 21:42:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0048464449 
					 
					
						
						
							
							Use basename of objxref.pl not whole path in generated header.  
						
						 
						
						
						
						
					 
					
						2009-04-06 16:16:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b422166ce0 
					 
					
						
						
							
							Updates from HEAD.  
						
						 
						
						
						
						
					 
					
						2009-04-06 16:02:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81be661ae2 
					 
					
						
						
							
							PR: 1626  
						
						 
						
						... 
						
						
						
						Submitted by: Cerutti Pietro <pietro.cerutti@bfh.ch >
Fix manual page. 
						
						
					 
					
						2009-04-06 15:16:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8681c66eec 
					 
					
						
						
							
							PR: 1890  
						
						 
						
						... 
						
						
						
						Submitted by: "Green, Paul" <Paul.Green@stratus.com >
Approved by: steve@openssl.org 
Fixes to --with-zlib-include and --with-zlib-lib and init PRNG for VOS. 
						
						
					 
					
						2009-04-06 14:31:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						69a0034e50 
					 
					
						
						
							
							PR: 1899  
						
						 
						
						... 
						
						
						
						Submitted by: Doug Kaufman <dkaufman@rahul.net >
Approved by: steve@openssl.org 
Mingw fixes. 
						
						
					 
					
						2009-04-06 14:25:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9a1778134 
					 
					
						
						
							
							Fix error codes.  
						
						 
						
						
						
						
					 
					
						2009-04-05 11:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						326794e9c6 
					 
					
						
						
							
							Change default openssl.cnf to only use issuer+serial option in AKID if no  
						
						 
						
						... 
						
						
						
						SKID. 
						
						
					 
					
						2009-04-04 18:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2dd5ca1fbc 
					 
					
						
						
							
							Make no-ssl2 work including on Win32 builds.  
						
						 
						
						
						
						
					 
					
						2009-04-04 17:57:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3042945ac8 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2009-04-04 13:39:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da29b0d335 
					 
					
						
						
							
							Fix for VC++ 6 which chokes on the empty argument.  
						
						 
						
						
						
						
					 
					
						2009-04-04 11:44:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6abbc68188 
					 
					
						
						
							
							PR: 1870  
						
						 
						
						... 
						
						
						
						Submitted by: kilroy <kilroy@mail.zutom.sk >
Approved by: steve@openssl.org 
Handle pkcs12 format correctly by not assuming PEM format straight away. 
						
						
					 
					
						2009-04-03 17:06:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						25f6c7fd8b 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-04-03 16:54:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1cf3571ea4 
					 
					
						
						
							
							PR: 1888  
						
						 
						
						... 
						
						
						
						Submitted by: Tim Rice <tim@multitalents.net >
Approved by: steve@openssl.org 
Allow SOCKLEN_T type to be overridden at config time e.g.
./config -DSOCKLEN_T=int 
						
						
					 
					
						2009-04-03 16:44:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d769e7a58c 
					 
					
						
						
							
							PR: 1613  
						
						 
						
						... 
						
						
						
						Submitted by: "Jean Rebiffe" <jrebiffe@gmail.com >
Approved by: steve@openssl.org 
Free section. 
						
						
					 
					
						2009-04-03 16:21:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fa3619f233 
					 
					
						
						
							
							Update version info, fix typo.  
						
						 
						
						
						
						
					 
					
						2009-04-03 11:50:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a414cbcad3 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-04-03 11:37:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c6196da587 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2009-04-02 22:28:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d48762647 
					 
					
						
						
							
							Make PKCS12_parse() handle some PKCS#12 files which have their own ideas  
						
						 
						
						... 
						
						
						
						about settings for local key id... 
						
						
					 
					
						2009-04-02 17:44:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77e749405d 
					 
					
						
						
							
							Fix demo program.  
						
						 
						
						
						
						
					 
					
						2009-04-02 17:39:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ccd4e224f 
					 
					
						
						
							
							Add USE_SOCKETS.  
						
						 
						
						
						
						
					 
					
						2009-04-02 15:19:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1dad4f3672 
					 
					
						
						
							
							PR: 1882  
						
						 
						
						... 
						
						
						
						Submitted by: Corinna Vinschen <vinschen@redhat.com >
Approved by: steve@openssl.org 
Typo. 
						
						
					 
					
						2009-04-02 15:04:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59745556b4 
					 
					
						
						
							
							Add another one...  
						
						 
						
						
						
						
					 
					
						2009-04-01 15:22:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fab4447179 
					 
					
						
						
							
							PR: 1880  
						
						 
						
						... 
						
						
						
						Document -ocsp_uri command line switch to x509 utility. 
						
						
					 
					
						2009-04-01 15:06:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						417b8d4705 
					 
					
						
						
							
							PR:1880  
						
						 
						
						... 
						
						
						
						Load config in ts utility. 
						
						
					 
					
						2009-04-01 14:59:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e614ec4769 
					 
					
						
						
							
							Update README.  
						
						 
						
						
						
						
					 
					
						2009-04-01 08:57:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6b03f4138 
					 
					
						
						
							
							Make update fixing duplicate ASN1 error codes.  
						
						 
						
						
						
						
					 
					
						2009-04-01 08:55:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						809fa4cc59 
					 
					
						
						
							
							Update for first beta.  
						
						 
						
						
						
						
					 
					
						2009-04-01 08:47:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						463f448595 
					 
					
						
						
							
							Win32 build fixes.  
						
						 
						
						
						
						
					 
					
						2009-03-31 22:04:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5cd0cf8cce 
					 
					
						
						
							
							Fix other read call too.  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:57:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						49cb959494 
					 
					
						
						
							
							Use OPENSSL_SYS_WIN32 instead of _WIN32  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:45:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						783a73c47f 
					 
					
						
						
							
							Oops.  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:39:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						99bf516908 
					 
					
						
						
							
							Add update from 0.9.8-stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:35:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a26c372cfc 
					 
					
						
						
							
							Fix shlib version.  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ed5ac22e5b 
					 
					
						
						
							
							Correct version.  
						
						 
						
						
						
						
					 
					
						2009-03-31 21:19:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cvs2svn 
							
						 
					 
					
						
						
							
						
						3d11b8f896 
					 
					
						
						
							
							This commit was manufactured by cvs2svn to create branch  
						
						 
						
						... 
						
						
						
						'OpenSSL_1_0_0-stable'. 
						
						
					 
					
						2009-03-31 19:54:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						70b2186e24 
					 
					
						
						
							
							Stop warnings.  
						
						 
						
						
						
						
					 
					
						2009-03-31 19:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64ecdaeca9 
					 
					
						
						
							
							HEAD is now 1.1.0  
						
						 
						
						... 
						
						
						
						The 1.0.0 branch is now OpenSSL_1_0_0-stable 
						
						
					 
					
						2009-03-31 10:38:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e74239df1 
					 
					
						
						
							
							Update STATUS and NEWS.  
						
						 
						
						
						
						
					 
					
						2009-03-30 11:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aaf35f11d7 
					 
					
						
						
							
							Allow use of algorithm and cipher names for dgsts and enc utilities instead  
						
						 
						
						... 
						
						
						
						of having to manually include each one. 
						
						
					 
					
						2009-03-30 11:31:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						093f5d2c15 
					 
					
						
						
							
							Nothing to see here... move along....  
						
						 
						
						
						
						
					 
					
						2009-03-28 17:12:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7f1c086b21 
					 
					
						
						
							
							Update NEWS file.  
						
						 
						
						
						
						
					 
					
						2009-03-28 16:21:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77ea8c3002 
					 
					
						
						
							
							Fix typo in CHANGES.  
						
						 
						
						
						
						
					 
					
						2009-03-25 22:21:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ddcfc25a6d 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-25 19:02:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d7b7c62c3 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2009-03-25 12:57:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd009fe655 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2009-03-25 12:54:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73ba116e96 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-25 12:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						80b2ff978d 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-25 12:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7ce8c95d58 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-25 12:53:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38b6e6c07b 
					 
					
						
						
							
							Typo in usage message.  
						
						 
						
						
						
						
					 
					
						2009-03-23 21:04:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e4e949192b 
					 
					
						
						
							
							Submitted by: Victor B. Wagner <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
Check return codes properly in md BIO and dgst command. 
						
						
					 
					
						2009-03-18 18:53:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4e52b9845e 
					 
					
						
						
							
							aes-390x.pl: commentary update.  
						
						 
						
						
						
						
					 
					
						2009-03-17 20:04:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e22b864846 
					 
					
						
						
							
							Make SPARC assembler modules *really* Purify-friendly.  
						
						 
						
						
						
						
					 
					
						2009-03-17 18:31:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b6af2c7e3e 
					 
					
						
						
							
							Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
Update ccgost engine to support parameter files. 
						
						
					 
					
						2009-03-17 15:38:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						57db09906b 
					 
					
						
						
							
							Excuse myself from integrating sha1-sparcv9a.pl into build system, but  
						
						 
						
						... 
						
						
						
						make it Purify-friendly... 
						
						
					 
					
						2009-03-16 13:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4c78bc05c4 
					 
					
						
						
							
							Make SPARC assembler Pirify-friendly (Purify can't cope with certain  
						
						 
						
						... 
						
						
						
						PIC constructs). 
						
						
					 
					
						2009-03-16 13:32:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ef8e772805 
					 
					
						
						
							
							Use OPENSSL_assert() instead of assert.  
						
						 
						
						
						
						
					 
					
						2009-03-15 14:04:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54571ba004 
					 
					
						
						
							
							Use correct ctx name.  
						
						 
						
						
						
						
					 
					
						2009-03-15 14:03:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						237d7b6cae 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-15 13:37:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						854a225a27 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-14 18:33:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e39acc1c90 
					 
					
						
						
							
							PR: 1864  
						
						 
						
						... 
						
						
						
						Submitted by: Ger Hobbelt <ger@hobbelt.com >
Reviewed by: steve@openssl.org 
Check return value. 
						
						
					 
					
						2009-03-14 12:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0b76569b2 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-14 12:26:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						78625cac82 
					 
					
						
						
							
							Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
Check return value of sk_SSL_COMP_find() properly. 
						
						
					 
					
						2009-03-12 17:30:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c28a9165f2 
					 
					
						
						
							
							PR: 1862  
						
						 
						
						... 
						
						
						
						Typo. 
						
						
					 
					
						2009-03-12 17:13:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						617298dca3 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-12 17:10:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						33ab2e31f3 
					 
					
						
						
							
							PR: 1854  
						
						 
						
						... 
						
						
						
						Submitted by: Oliver Martin <oliver@volatilevoid.net >
Reviewed by: steve@openssl.org 
Support GeneralizedTime in ca utility. 
						
						
					 
					
						2009-03-09 13:59:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bb7ccdfbe2 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-09 13:08:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c836f8ef73 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-09 12:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4df100935f 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-09 12:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a0ff7ad20 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2009-03-08 12:01:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c2a548a884 
					 
					
						
						
							
							Print IPv6 all 0s correctly (Rob Austein).  
						
						 
						
						
						
						
					 
					
						2009-03-08 10:54:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77202a85a0 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-03-07 17:00:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						73bfcf2226 
					 
					
						
						
							
							Don't ask for -iv for ciphers that need no IV.  
						
						 
						
						
						
						
					 
					
						2009-03-03 15:14:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2121f15daf 
					 
					
						
						
							
							Use the right length (reported by Quanhong Wang).  
						
						 
						
						
						
						
					 
					
						2009-03-03 15:12:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2cf7c6452 
					 
					
						
						
							
							Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Approved by: steve
Recognise "enable-zlib" in mkdef.pl to handle "zlib" option when passed
to Configure. 
						
						
					 
					
						2009-02-25 11:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7587347bc4 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						
						
						
					 
					
						2009-02-23 16:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ae3b4f2336 
					 
					
						
						
							
							Make STORE an experimental feature.  
						
						 
						
						
						
						
					 
					
						2009-02-19 09:43:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						605b04f661 
					 
					
						
						
							
							Make it possible to disable STORE.  
						
						 
						
						
						
						
					 
					
						2009-02-19 09:42:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97132a0f8e 
					 
					
						
						
							
							Reference bug.  
						
						 
						
						
						
						
					 
					
						2009-02-19 09:42:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30e5e39a3d 
					 
					
						
						
							
							PR: 1778  
						
						 
						
						... 
						
						
						
						Increase default verify depth to 100. 
						
						
					 
					
						2009-02-16 23:23:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c618ab993 
					 
					
						
						
							
							Submitted by:  "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve@openssl.org 
Change default Gost parameter set to id_Gost28147_89_CryptoPro_A_ParamSet 
						
						
					 
					
						2009-02-16 21:52:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b5d5c0a21f 
					 
					
						
						
							
							PR: 1843  
						
						 
						
						... 
						
						
						
						Use correct array size for SHA1 hash. 
						
						
					 
					
						2009-02-16 21:42:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f8ea4757cc 
					 
					
						
						
							
							Data not initialised.  
						
						 
						
						... 
						
						
						
						Notified by Gerardo Ganis <gerardo.ganis@cern.ch > 
						
						
					 
					
						2009-02-16 15:17:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ed6b52687 
					 
					
						
						
							
							Stop warning about use of *printf() without a format.  
						
						 
						
						
						
						
					 
					
						2009-02-15 15:29:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a63bf2c53c 
					 
					
						
						
							
							Make no-engine work again.  
						
						 
						
						
						
						
					 
					
						2009-02-15 15:28:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b3f3407850 
					 
					
						
						
							
							Use new common flags and fix resulting warnings.  
						
						 
						
						
						
						
					 
					
						2009-02-15 14:08:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						477fd4596f 
					 
					
						
						
							
							PR: 1835  
						
						 
						
						... 
						
						
						
						Submitted by: Damien Miller <djm@mindrot.org >
Approved by: steve@openssl.org 
Fix various typos. 
						
						
					 
					
						2009-02-14 21:49:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30b1b28aff 
					 
					
						
						
							
							Return correct exit code.  
						
						 
						
						
						
						
					 
					
						2009-02-12 18:06:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						46400c97a9 
					 
					
						
						
							
							Avoid leaks in pkcs8 app, tidy code up.  
						
						 
						
						
						
						
					 
					
						2009-02-12 18:02:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c558c99fd8 
					 
					
						
						
							
							rc4-s390x.pl: allow for older assembler and optimize character loop.  
						
						 
						
						
						
						
					 
					
						2009-02-12 14:48:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						13c3a1defa 
					 
					
						
						
							
							RC4 for s390x.  
						
						 
						
						
						
						
					 
					
						2009-02-11 10:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aaa29f9e83 
					 
					
						
						
							
							Add error checking to obj_xref.pl and add command line support for data  
						
						 
						
						... 
						
						
						
						file locations. 
						
						
					 
					
						2009-02-10 13:03:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ede6ef5e08 
					 
					
						
						
							
							Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve
If tagging is universal and SET or SEQUENCE set constructed bit. 
						
						
					 
					
						2009-02-10 12:13:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0f529cbdc3 
					 
					
						
						
							
							s390x-mont.pl: optimize prologue.  
						
						 
						
						
						
						
					 
					
						2009-02-10 08:46:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eb55b9fc19 
					 
					
						
						
							
							linux-s390x failed link after assembler pack update.  
						
						 
						
						
						
						
					 
					
						2009-02-10 07:43:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7012d2a8fa 
					 
					
						
						
							
							sha1-sparcv9a.pl: fix bug in commentary section.  
						
						 
						
						
						
						
					 
					
						2009-02-09 16:03:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8626230a02 
					 
					
						
						
							
							s390x assembler pack update.  
						
						 
						
						
						
						
					 
					
						2009-02-09 15:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c23632d3f1 
					 
					
						
						
							
							Reserve for "multilib" suffix, the one allowing to perform multi-ABI  
						
						 
						
						... 
						
						
						
						installations. It's not enabled in Makefiles yet. 
						
						
					 
					
						2009-02-09 15:11:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3859d7ee78 
					 
					
						
						
							
							Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...  
						
						 
						
						
						
						
					 
					
						2009-02-06 16:43:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d615bceb2d 
					 
					
						
						
							
							For -hex, print just one \n  
						
						 
						
						
						
						
					 
					
						2009-02-02 00:40:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7ca1cfbac3 
					 
					
						
						
							
							-hex option for openssl rand  
						
						 
						
						... 
						
						
						
						PR: 1831
Submitted by: Damien Miller 
						
						
					 
					
						2009-02-02 00:01:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d8e8fc4803 
					 
					
						
						
							
							Put back a variable deleted by the previous revision,  
						
						 
						
						... 
						
						
						
						but used in the code. 
						
						
					 
					
						2009-02-01 01:08:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						57f39cc826 
					 
					
						
						
							
							Print out UTF8 and NumericString types in ASN1 parsing utility.  
						
						 
						
						
						
						
					 
					
						2009-01-28 12:54:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6489573224 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-01-28 12:36:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						079e00e646 
					 
					
						
						
							
							Typo: just copy across an unknown type.  
						
						 
						
						
						
						
					 
					
						2009-01-28 12:32:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5871ddb016 
					 
					
						
						
							
							Because DEC C - sorry, HP C - is picky about features, we need to  
						
						 
						
						... 
						
						
						
						define _XOPEN_SOURCE_EXTENDED to reach fd_set and timeval types and
functionality. 
						
						
					 
					
						2009-01-28 07:38:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c7ba21493a 
					 
					
						
						
							
							Hopefully resolve signed vs unsigned issue.  
						
						 
						
						
						
						
					 
					
						2009-01-28 07:09:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8bf5001612 
					 
					
						
						
							
							Do the Camellia part right  
						
						 
						
						
						
						
					 
					
						2009-01-28 07:01:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6ed9dfb23a 
					 
					
						
						
							
							Synchronise with Unix build  
						
						 
						
						
						
						
					 
					
						2009-01-20 05:39:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7f62532030 
					 
					
						
						
							
							Allow CC to be overridden.  
						
						 
						
						
						
						
					 
					
						2009-01-18 12:06:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2c99e2860 
					 
					
						
						
							
							Update certificate hash line format to handle canonical format  
						
						 
						
						... 
						
						
						
						and avoid MD5 dependency. 
						
						
					 
					
						2009-01-15 13:22:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8125d9f99c 
					 
					
						
						
							
							Make PKCS#8 the standard write format for private keys, replacing the  
						
						 
						
						... 
						
						
						
						ancient SSLeay format. 
						
						
					 
					
						2009-01-15 12:52:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e6925b0cd 
					 
					
						
						
							
							Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This will  
						
						 
						
						... 
						
						
						
						cause "make test" failures and make resource leaks more obvious. 
						
						
					 
					
						2009-01-11 20:36:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7ecd42255 
					 
					
						
						
							
							Fix warnings properly this time ;-)  
						
						 
						
						
						
						
					 
					
						2009-01-11 20:34:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41b7619596 
					 
					
						
						
							
							Fix missing prototype warnings then fix different prototype warnings ;-)  
						
						 
						
						
						
						
					 
					
						2009-01-11 16:17:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						211655fcdd 
					 
					
						
						
							
							Fix sign-compare warnings.  
						
						 
						
						
						
						
					 
					
						2009-01-11 15:58:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						363bd0b48e 
					 
					
						
						
							
							Add a set of standard gcc warning options which are designed to be the  
						
						 
						
						... 
						
						
						
						minimum requirement for committed code. Added to debug-steve* config targets
for now. 
						
						
					 
					
						2009-01-11 15:56:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						60aee6ce15 
					 
					
						
						
							
							Add missing entry.  
						
						 
						
						
						
						
					 
					
						2009-01-09 12:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bab534057b 
					 
					
						
						
							
							Updatde from stable branch.  
						
						 
						
						
						
						
					 
					
						2009-01-07 23:44:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cec2af7510 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2009-01-07 12:15:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6de3683908 
					 
					
						
						
							
							Add UltraSPARC VIS-powered SHA1 block procedure.  
						
						 
						
						
						
						
					 
					
						2009-01-05 14:52:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						fceac0bc74 
					 
					
						
						
							
							Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMP  
						
						 
						
						... 
						
						
						
						Some #include statements were not properly protected. This will go unnoted
on most systems as openssl/comp.h tends to be installed as a system header
file by default but may become visible when cross compiling. 
						
						
					 
					
						2009-01-05 14:43:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						792bbc2374 
					 
					
						
						
							
							VMS stuff I forgot...  
						
						 
						
						
						
						
					 
					
						2009-01-03 09:25:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4a94003a51 
					 
					
						
						
							
							srvr_ecdh cannot be NULL at this point (Coverity ID 232).  
						
						 
						
						
						
						
					 
					
						2009-01-02 12:49:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ab4d689832 
					 
					
						
						
							
							Makefile.shared: improve portability of commit#17753.  
						
						 
						
						
						
						
					 
					
						2009-01-02 09:02:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						23b973e600 
					 
					
						
						
							
							Calculate offset correctly. (Coverity ID 233)  
						
						 
						
						
						
						
					 
					
						2009-01-01 18:30:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b3b201b6f7 
					 
					
						
						
							
							Styling update to makefiles: eliminate redundant pipes.  
						
						 
						
						
						
						
					 
					
						2008-12-30 13:20:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d41c785d69 
					 
					
						
						
							
							Document dead code.  
						
						 
						
						
						
						
					 
					
						2008-12-30 13:02:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a370537bde 
					 
					
						
						
							
							Styling update to makefiles: $() to denote make substitutions and $${} -  
						
						 
						
						... 
						
						
						
						shell ones. 
						
						
					 
					
						2008-12-29 16:17:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2bd45dc94c 
					 
					
						
						
							
							Apparently s->ctx could be NULL. (Coverity ID 147).  
						
						 
						
						
						
						
					 
					
						2008-12-29 16:15:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						121f9e743c 
					 
					
						
						
							
							Apparently s->ctx could be NULL at this point (see earlier  
						
						 
						
						... 
						
						
						
						test). (Coverity ID 148). 
						
						
					 
					
						2008-12-29 16:13:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0eab41fb78 
					 
					
						
						
							
							If we're going to return errors (no matter how stupid), then we should  
						
						 
						
						... 
						
						
						
						test for them! 
						
						
					 
					
						2008-12-29 16:11:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8aa02e97a7 
					 
					
						
						
							
							Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.  
						
						 
						
						... 
						
						
						
						(Coverity ID 135). 
						
						
					 
					
						2008-12-29 13:35:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a68c7b9171 
					 
					
						
						
							
							bn_lib.c: [re-]fix Win64 compiler warning.  
						
						 
						
						
						
						
					 
					
						2008-12-29 12:44:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5cabcf96e7 
					 
					
						
						
							
							Fix "possible loss of data" Win64 compiler warnings.  
						
						 
						
						
						
						
					 
					
						2008-12-29 12:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						85e878f224 
					 
					
						
						
							
							Die earlier if hash is NULL. (Coverity IDs 137 & 138).  
						
						 
						
						
						
						
					 
					
						2008-12-29 11:54:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fe1c7fecf1 
					 
					
						
						
							
							Reverse incorrect earlier fix.  
						
						 
						
						
						
						
					 
					
						2008-12-29 11:47:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0e941da6fa 
					 
					
						
						
							
							Die earlier if we have no hash function.  
						
						 
						
						
						
						
					 
					
						2008-12-29 11:46:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d1cbc85c8 
					 
					
						
						
							
							Add standard .cvsignore file.  
						
						 
						
						
						
						
					 
					
						2008-12-29 00:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d195d60a5f 
					 
					
						
						
							
							Update steve-debug* options.  
						
						 
						
						
						
						
					 
					
						2008-12-29 00:25:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e81695205e 
					 
					
						
						
							
							x86_64-xlate.pl: support for binary constants, such as 0b1010101.  
						
						 
						
						
						
						
					 
					
						2008-12-27 14:00:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fe150ac25d 
					 
					
						
						
							
							Add modes/cts128.c, Ciphertext Stealing implementation.  
						
						 
						
						
						
						
					 
					
						2008-12-27 13:40:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bec45a35bb 
					 
					
						
						
							
							cmll-x86_64.pl: fix bug in cbc tail processing and comply with Win64 ABI spec.  
						
						 
						
						
						
						
					 
					
						2008-12-27 13:39:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3b0ee0d2bf 
					 
					
						
						
							
							Revisit RT#1801 and complete fix.  
						
						 
						
						
						
						
					 
					
						2008-12-27 13:32:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						dde5b979d2 
					 
					
						
						
							
							Remove dead code. (Coverity ID 2)  
						
						 
						
						
						
						
					 
					
						2008-12-27 02:36:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						57a6ac7c4f 
					 
					
						
						
							
							Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)  
						
						 
						
						
						
						
					 
					
						2008-12-27 02:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						9b9cb004f7 
					 
					
						
						
							
							Deal with the unlikely event that EVP_MD_CTX_size() returns an error.  
						
						 
						
						... 
						
						
						
						(Coverity ID 140). 
						
						
					 
					
						2008-12-27 02:09:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6ba71a7173 
					 
					
						
						
							
							Handle the unlikely event that BIO_get_mem_data() returns -ve.  
						
						 
						
						
						
						
					 
					
						2008-12-27 02:00:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4ded7b44a8 
					 
					
						
						
							
							More synchronisation with Unix  
						
						 
						
						
						
						
					 
					
						2008-12-26 23:52:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1457619e13 
					 
					
						
						
							
							Remove misleading dead code. Constify. (Coverity ID 142)  
						
						 
						
						
						
						
					 
					
						2008-12-26 17:17:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ccf529928f 
					 
					
						
						
							
							!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).  
						
						 
						
						
						
						
					 
					
						2008-12-26 15:32:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5ceb595dfa 
					 
					
						
						
							
							pval must always be set when pk7_cb() does anything (Coverity ID 146).  
						
						 
						
						
						
						
					 
					
						2008-12-26 15:29:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44390fadc0 
					 
					
						
						
							
							In BIO_write(), update the write statistics, not the read statistics.  
						
						 
						
						... 
						
						
						
						PR: 1803 
						
						
					 
					
						2008-12-25 22:24:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						974d05a323 
					 
					
						
						
							
							Further synchronisation with Unix  
						
						 
						
						
						
						
					 
					
						2008-12-25 22:04:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0f76640fba 
					 
					
						
						
							
							Windows-specific addenum to "engage crypto/modes" commit  #17716 .  
						
						 
						
						
						
						
					 
					
						2008-12-23 15:15:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a11974180f 
					 
					
						
						
							
							Patch the omission from prvious commit  #17716 .  
						
						 
						
						
						
						
					 
					
						2008-12-23 11:38:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d48a66a6a 
					 
					
						
						
							
							Engage crypto/modes.  
						
						 
						
						
						
						
					 
					
						2008-12-23 11:33:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63fc7f848d 
					 
					
						
						
							
							crypto/modes: make modes.h selfsufficient and rename block_f to block128_t.  
						
						 
						
						
						
						
					 
					
						2008-12-23 11:18:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						830457ce4f 
					 
					
						
						
							
							Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG being  
						
						 
						
						... 
						
						
						
						unsigned long must be attributed to 16-bit support. As we don't support
16-bit platoforms anymore, there is no reason to waste twice required
space on CAST S-boxes (16KB vs. 8KB) or key schedule. 
						
						
					 
					
						2008-12-22 15:21:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ea4d5005d9 
					 
					
						
						
							
							cmll-x86_64.pl: Win64 SEH section to handle pushf/popf in CBC routine.  
						
						 
						
						
						
						
					 
					
						2008-12-22 14:15:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9f03d0fc04 
					 
					
						
						
							
							Optimize #undef DES_UNROLL for size.  
						
						 
						
						
						
						
					 
					
						2008-12-22 14:10:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2140659b00 
					 
					
						
						
							
							Incidentally  http://cvs.openssl.org/chngview?cn=17710  also made it possible  
						
						 
						
						... 
						
						
						
						to build the library without -D_CRT_NONSTDC_NO_DEPRECATE. This commit
expands it even to apps catalog and actually omits the macro in question
from Configure. 
						
						
					 
					
						2008-12-22 14:05:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e527201f6b 
					 
					
						
						
							
							This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another  
						
						 
						
						... 
						
						
						
						.DLL, in particular static build. The issue has been discussed in RT#1230
and later on openssl-dev, and mutually exclusive approaches were suggested.
This completes compromise solution suggested in RT#1230.
PR: 1230 
						
						
					 
					
						2008-12-22 13:54:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						70531c147c 
					 
					
						
						
							
							Make no-engine work again.  
						
						 
						
						
						
						
					 
					
						2008-12-20 17:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						75bbf6e14c 
					 
					
						
						
							
							make depend to work with cross-gcc, compensate for msys glitch.  
						
						 
						
						... 
						
						
						
						PR: 1753
Submitted by: Alon Bar-Lev 
						
						
					 
					
						2008-12-19 13:35:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						702e742515 
					 
					
						
						
							
							cmll-x86_64.pl: bug fix and size optimization of Win64 SEH section.  
						
						 
						
						
						
						
					 
					
						2008-12-19 11:19:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						be01f79d3d 
					 
					
						
						
							
							x86_64 assembler pack: add support for Win64 SEH.  
						
						 
						
						
						
						
					 
					
						2008-12-19 11:17:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bf785c9849 
					 
					
						
						
							
							x86_64-xlate.pl: fix masm hexadecimal constants.  
						
						 
						
						
						
						
					 
					
						2008-12-19 11:14:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4db4882402 
					 
					
						
						
							
							perlasm/x86* update: support for 3 and 4 argument instructions.  
						
						 
						
						
						
						
					 
					
						2008-12-17 19:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6786f52ada 
					 
					
						
						
							
							SEGV in AES_cbc_encrypt in aes-x86_64 assembler module.  
						
						 
						
						... 
						
						
						
						PR: 1801
Submitted by: Huang Ying 
						
						
					 
					
						2008-12-17 14:11:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2e6a7b3efc 
					 
					
						
						
							
							Constify where needed  
						
						 
						
						
						
						
					 
					
						2008-12-16 13:41:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						63461b8db1 
					 
					
						
						
							
							Remove extraneous semicolons  
						
						 
						
						
						
						
					 
					
						2008-12-16 10:56:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e77228ba11 
					 
					
						
						
							
							Stack changes made dso_vms.c not compile properly.  
						
						 
						
						
						
						
					 
					
						2008-12-16 10:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5c60b1637a 
					 
					
						
						
							
							A few more symbols that are a little bit long for VMS  
						
						 
						
						
						
						
					 
					
						2008-12-16 10:54:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26397d2e8c 
					 
					
						
						
							
							Synchronise VMS build system with the Unixly one  
						
						 
						
						
						
						
					 
					
						2008-12-16 10:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						85b2c0ce7f 
					 
					
						
						
							
							128-bit block cipher modes consolidation. As consolidated functions  
						
						 
						
						... 
						
						
						
						rely on indirect call to block functions, they are not as fast as
non-consolidated routines. However, performance loss(*) is within
measurement error and consolidation advantages are considered to
outweigh it.
(*) actually one can observe performance *improvement* on e.g.
    CBC benchmarks thanks to optimization, which also becomes
    shared among ciphers. 
						
						
					 
					
						2008-12-16 08:39:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f826bf7798 
					 
					
						
						
							
							SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.  
						
						 
						
						
						
						
					 
					
						2008-12-16 07:41:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3ebbe8853f 
					 
					
						
						
							
							Bring C bn_mul_mont template closer to assembler.  
						
						 
						
						
						
						
					 
					
						2008-12-16 07:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ac71d81e84 
					 
					
						
						
							
							no-asm didn't exclude Camellia assembler.  
						
						 
						
						
						
						
					 
					
						2008-12-16 07:26:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a9dbe71ee0 
					 
					
						
						
							
							Back out pointless change.  
						
						 
						
						
						
						
					 
					
						2008-12-13 17:45:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ecd3370ba0 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2008-12-13 17:45:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						19d300d07c 
					 
					
						
						
							
							Return error if DH_new() fails (Coverity ID 150).  
						
						 
						
						
						
						
					 
					
						2008-12-13 17:39:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						071920d9f6 
					 
					
						
						
							
							Check for NULL before use (Coverity ID 203).  
						
						 
						
						
						
						
					 
					
						2008-12-13 17:28:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1f6e9bce21 
					 
					
						
						
							
							Missing return values (Coverity ID 204).  
						
						 
						
						
						
						
					 
					
						2008-12-13 17:19:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						434ba03ca9 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-12-10 17:35:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d88d941c87 
					 
					
						
						
							
							apps/speed.c: children should not inherit buffered I/O  
						
						 
						
						... 
						
						
						
						PR: 1787
Submitted by: Artur Klauser <aklauser@google.com > 
						
						
					 
					
						2008-12-10 08:03:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d44cd1642 
					 
					
						
						
							
							Oops should check zero_pos >= 0.  
						
						 
						
						
						
						
					 
					
						2008-12-08 19:13:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1d4e879106 
					 
					
						
						
							
							Handle case where v6stat.zero_pos == 0 correctly.  
						
						 
						
						... 
						
						
						
						Reported by: Kurt Roeckx <kurt@roeckx.be >, Tobias Ginzler <ginzler@fgan.de > (Debian bug #506111 ) 
						
						
					 
					
						2008-12-07 23:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ae381fef5c 
					 
					
						
						
							
							Add Camellia assembler x86 and x86_64 modules.  
						
						 
						
						
						
						
					 
					
						2008-12-03 09:22:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48114ec952 
					 
					
						
						
							
							experimental-foo support for mk1mf.pl.  
						
						 
						
						
						
						
					 
					
						2008-12-02 23:50:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7a76219774 
					 
					
						
						
							
							Implement Configure option pattern "experimental-foo"  
						
						 
						
						... 
						
						
						
						(specifically, "experimental-jpake"). 
						
						
					 
					
						2008-12-02 01:21:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2900fc8ae1 
					 
					
						
						
							
							Don't stop -cipher from working.  
						
						 
						
						
						
						
					 
					
						2008-11-30 22:01:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e9afa08cd1 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-11-30 16:09:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bcaa36fd11 
					 
					
						
						
							
							Fix compilation with -DOPENSSL_NO_DEPRECATED.  
						
						 
						
						
						
						
					 
					
						2008-11-28 22:06:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						71702f7ed0 
					 
					
						
						
							
							Clarify a 'chil' engine param that is a little unintuitive.  
						
						 
						
						... 
						
						
						
						Submitted by: Sander Temme <sander@temme.net > 
						
						
					 
					
						2008-11-28 22:04:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fd252de312 
					 
					
						
						
							
							Update libeay.num  
						
						 
						
						
						
						
					 
					
						2008-11-24 17:46:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						349e78e2e8 
					 
					
						
						
							
							Stop warning about different const qualifiers.  
						
						 
						
						
						
						
					 
					
						2008-11-24 17:39:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						79bd20fd17 
					 
					
						
						
							
							Update from stable-branch.  
						
						 
						
						
						
						
					 
					
						2008-11-24 17:27:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d0c3628834 
					 
					
						
						
							
							Set memory BIOs up properly when stripping text headers from S/MIME messages.  
						
						 
						
						
						
						
					 
					
						2008-11-21 18:18:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						31636a3ed1 
					 
					
						
						
							
							Allow the CHIL engine to load even if dynamic locks aren't registered.  
						
						 
						
						... 
						
						
						
						Submitted by: Sander Temme 
						
						
					 
					
						2008-11-19 14:21:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f3b7bdadbc 
					 
					
						
						
							
							Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.  
						
						 
						
						
						
						
					 
					
						2008-11-16 12:47:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ad7159ea84 
					 
					
						
						
							
							Ignore generated ASM.  
						
						 
						
						
						
						
					 
					
						2008-11-16 12:32:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b0dbb2cac 
					 
					
						
						
							
							Don't disable JPAKE by default in head...  
						
						 
						
						
						
						
					 
					
						2008-11-15 17:36:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						12bf56c017 
					 
					
						
						
							
							PR: 1574  
						
						 
						
						... 
						
						
						
						Submitted by: Jouni Malinen <j@w1.fi >
Approved by: steve@openssl.org 
Ticket override support for EAP-FAST. 
						
						
					 
					
						2008-11-15 17:18:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						93c4ba07d7 
					 
					
						
						
							
							x86_64-xlate.pl update, engage x86_64 assembler in mingw64.  
						
						 
						
						
						
						
					 
					
						2008-11-14 16:40:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						36d46234c7 
					 
					
						
						
							
							warnings (mostly)  
						
						 
						
						
						
						
					 
					
						2008-11-14 00:22:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						774b2fe700 
					 
					
						
						
							
							Aftermath of a clashing size_t fix (now only format changes).  
						
						 
						
						
						
						
					 
					
						2008-11-13 09:48:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6c901ae8c1 
					 
					
						
						
							
							Ignore saved Makefile.  
						
						 
						
						
						
						
					 
					
						2008-11-13 09:31:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						90c65a9838 
					 
					
						
						
							
							J-PAKE is not experimental in HEAD.  
						
						 
						
						
						
						
					 
					
						2008-11-13 09:31:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5eba1ab346 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2008-11-12 19:02:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e50072d56 
					 
					
						
						
							
							mk1mf.pl update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-11-12 18:52:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd9557a8ba 
					 
					
						
						
							
							Revert another size_t change.  
						
						 
						
						
						
						
					 
					
						2008-11-12 18:47:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ed551cddf7 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-11-12 17:28:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5aca224ecd 
					 
					
						
						
							
							Reinstate camellia header fix patch.  
						
						 
						
						
						
						
					 
					
						2008-11-12 17:02:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dab6293482 
					 
					
						
						
							
							Configure update: clean-ups and most notably engage x86_64 assembler  
						
						 
						
						... 
						
						
						
						on MacOS X. 
						
						
					 
					
						2008-11-12 08:21:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1416aec60d 
					 
					
						
						
							
							Update make rules for x86_64 assembler pack.  
						
						 
						
						
						
						
					 
					
						2008-11-12 08:19:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aa8f38e49b 
					 
					
						
						
							
							x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.  
						
						 
						
						
						
						
					 
					
						2008-11-12 08:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8525377265 
					 
					
						
						
							
							x86_64-xlate.pl to support MacOS X and mingw64.  
						
						 
						
						
						
						
					 
					
						2008-11-12 08:05:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2fbc8a2aad 
					 
					
						
						
							
							Revert commit  #17603 , it should have been part of  #17617 .  
						
						 
						
						
						
						
					 
					
						2008-11-12 07:27:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6343829a39 
					 
					
						
						
							
							Revert the size_t modifications from HEAD that had led to more  
						
						 
						
						... 
						
						
						
						knock-on work than expected - they've been extracted into a patch
series that can be completed elsewhere, or in a different branch,
before merging back to HEAD. 
						
						
					 
					
						2008-11-12 03:58:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2401debe83 
					 
					
						
						
							
							Tolerate -----BEGIN PKCS  #7  SIGNED DATA----- header lines as used by some  
						
						 
						
						... 
						
						
						
						implementations. 
						
						
					 
					
						2008-11-11 12:38:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c61111bff 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-11-11 12:23:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc645199c0 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-11-11 10:17:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0a8c9f7de1 
					 
					
						
						
							
							symbol deobnoxification  
						
						 
						
						
						
						
					 
					
						2008-11-11 07:08:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7b808412c9 
					 
					
						
						
							
							Make -DKSSL_DEBUG work again.  
						
						 
						
						
						
						
					 
					
						2008-11-10 19:08:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						706c5a4d35 
					 
					
						
						
							
							Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd().  
						
						 
						
						
						
						
					 
					
						2008-11-10 11:26:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0afc9f5bc0 
					 
					
						
						
							
							PR: 1777  
						
						 
						
						... 
						
						
						
						Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com >
Approved by: steve@openssl.org 
Fix some size_t issues. 
						
						
					 
					
						2008-11-05 23:14:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e5975285e 
					 
					
						
						
							
							Update obsolete email address...  
						
						 
						
						
						
						
					 
					
						2008-11-05 18:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5947ca0409 
					 
					
						
						
							
							Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length.  
						
						 
						
						
						
						
					 
					
						2008-11-05 18:28:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d40a1b865f 
					 
					
						
						
							
							Only one of these needs to be signed.  
						
						 
						
						
						
						
					 
					
						2008-11-04 15:16:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f80921b6a6 
					 
					
						
						
							
							Formatting.  
						
						 
						
						
						
						
					 
					
						2008-11-04 12:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9be5481297 
					 
					
						
						
							
							Add initial support for mingw64.  
						
						 
						
						... 
						
						
						
						PR: 1693
Submitted by: Alon Bar-Lev 
						
						
					 
					
						2008-11-03 21:15:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8fe8bae15a 
					 
					
						
						
							
							Minor perlasm updates.  
						
						 
						
						
						
						
					 
					
						2008-11-03 08:46:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2c0230518 
					 
					
						
						
							
							Not sure about this one... seems to be needed to make 64 bit release  
						
						 
						
						... 
						
						
						
						builds work properly... 
						
						
					 
					
						2008-11-02 18:29:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6e0c9018c 
					 
					
						
						
							
							Fix prototypes.  
						
						 
						
						
						
						
					 
					
						2008-11-02 18:12:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9619b730b4 
					 
					
						
						
							
							Use stddef.h to pick up size_t def.  
						
						 
						
						
						
						
					 
					
						2008-11-02 16:56:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2766515fca 
					 
					
						
						
							
							Fix prototypes.  
						
						 
						
						
						
						
					 
					
						2008-11-02 16:13:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						87d52468aa 
					 
					
						
						
							
							Update HMAC functions to return an error where relevant.  
						
						 
						
						
						
						
					 
					
						2008-11-02 16:00:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						70d71f6185 
					 
					
						
						
							
							Fix warnings: printf format mismatches on 64 bit platforms.  
						
						 
						
						... 
						
						
						
						Change assert to OPENSSL_assert().
Fix e_padlock prototype. 
						
						
					 
					
						2008-11-02 15:41:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5ee92a5ec1 
					 
					
						
						
							
							Fix asserts. Fix incorrect dependency.  
						
						 
						
						
						
						
					 
					
						2008-11-02 13:15:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c76fd290be 
					 
					
						
						
							
							Fix warnings about mismatched prototypes, undefined size_t and value computed  
						
						 
						
						... 
						
						
						
						not used. 
						
						
					 
					
						2008-11-02 12:50:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d0a20cafa1 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2008-11-02 09:22:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8da07655ee 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2008-11-02 09:00:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						befe1fbc29 
					 
					
						
						
							
							Fix bss_log.c on Windows.  
						
						 
						
						
						
						
					 
					
						2008-11-01 21:09:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5e4430e70d 
					 
					
						
						
							
							More size_tification.  
						
						 
						
						
						
						
					 
					
						2008-11-01 16:40:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4d6e1e4f29 
					 
					
						
						
							
							size_tification.  
						
						 
						
						
						
						
					 
					
						2008-11-01 14:37:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						122396f2db 
					 
					
						
						
							
							Fix SHA512 and optimize BN for mingw64.  
						
						 
						
						
						
						
					 
					
						2008-11-01 12:46:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						09a60c9833 
					 
					
						
						
							
							Fix warnings after commit#17578.  
						
						 
						
						
						
						
					 
					
						2008-10-31 20:20:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b444ac3e6f 
					 
					
						
						
							
							size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require  
						
						 
						
						... 
						
						
						
						underlying cipher to be size_t-fied, it allows for size_t, signed and
unsigned long. It maintains source and even binary compatibility. 
						
						
					 
					
						2008-10-31 19:48:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f768be81d8 
					 
					
						
						
							
							size_t-fy AES, Camellia and RC4.  
						
						 
						
						
						
						
					 
					
						2008-10-31 19:30:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91173829db 
					 
					
						
						
							
							Add install target to crypto/jpake/Makefile  
						
						 
						
						
						
						
					 
					
						2008-10-31 12:06:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bfaead2b12 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2008-10-29 05:10:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e6b4578540 
					 
					
						
						
							
							randfile.c: .rnd can become orphaned on VMS.  
						
						 
						
						... 
						
						
						
						Submitted by: David North 
						
						
					 
					
						2008-10-28 16:25:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0dd4850ee0 
					 
					
						
						
							
							.cvsignore update: ignore all flavors of shared objects.  
						
						 
						
						
						
						
					 
					
						2008-10-28 15:29:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c650168a4f 
					 
					
						
						
							
							Fix typo in ./config.  
						
						 
						
						... 
						
						
						
						Submitted by: Sander Temme 
						
						
					 
					
						2008-10-28 15:09:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ea71ec1b11 
					 
					
						
						
							
							ec2_mult.c readability update.  
						
						 
						
						
						
						
					 
					
						2008-10-28 13:53:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f1455b3063 
					 
					
						
						
							
							Minor clean-up in bn_lib.c: constification and optimization.  
						
						 
						
						
						
						
					 
					
						2008-10-28 13:52:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b764f82c64 
					 
					
						
						
							
							Fix crash in BN_rshift.  
						
						 
						
						... 
						
						
						
						PR: 1663 
						
						
					 
					
						2008-10-28 13:46:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						436bdcff4e 
					 
					
						
						
							
							Harmonize Camellia API with version 1.x.  
						
						 
						
						
						
						
					 
					
						2008-10-28 12:13:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						27f864e8ac 
					 
					
						
						
							
							Camellia update. Quoting camellia.c:  
						
						 
						
						... 
						
						
						
						/*
 * This release balances code size and performance. In particular key
 * schedule setup is fully unrolled, because doing so *significantly*
 * reduces amount of instructions per setup round and code increase is
 * justifiable. In block functions on the other hand only inner loops
 * are unrolled, as full unroll gives only nominal performance boost,
 * while code size grows 4 or 7 times. Also, unlike previous versions
 * this one "encourages" compiler to keep intermediate variables in
 * registers, which should give better "all round" results, in other
 * words reasonable performance even with not so modern compilers.
 */ 
						
						
					 
					
						2008-10-28 08:47:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						80aa9cc985 
					 
					
						
						
							
							x86_64-xlate.pl update: refine SEH support.  
						
						 
						
						
						
						
					 
					
						2008-10-28 08:40:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ab7e09f59b 
					 
					
						
						
							
							Win32 fixes... add new directory to build system. Fix warnings.  
						
						 
						
						
						
						
					 
					
						2008-10-27 12:31:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e9eda23ae6 
					 
					
						
						
							
							Fix warnings and various issues.  
						
						 
						
						... 
						
						
						
						C++ style comments.
Signed/unsigned warning in apps.c
Missing targets in jpake/Makefile 
						
						
					 
					
						2008-10-27 12:02:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6caa4edd3e 
					 
					
						
						
							
							Add JPAKE.  
						
						 
						
						
						
						
					 
					
						2008-10-26 18:40:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ac786241a2 
					 
					
						
						
							
							Add support for -crlnumber option in crl utility.  
						
						 
						
						
						
						
					 
					
						2008-10-22 19:54:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df0681e554 
					 
					
						
						
							
							Add permanentIdentifier OID.  
						
						 
						
						
						
						
					 
					
						2008-10-22 18:48:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e19106f5fb 
					 
					
						
						
							
							Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros  
						
						 
						
						... 
						
						
						
						with the appropriate parameters which calls OBJ_bsearch(). A compiler will
typically inline this.
This avoids the need for cmp_xxx variables and fixes unchecked const issues
with CHECKED_PTR_OF() 
						
						
					 
					
						2008-10-22 15:43:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ae7ec4c71d 
					 
					
						
						
							
							Apparently '__top' is also risky, obfuscate further. (All this to  
						
						 
						
						... 
						
						
						
						avoid inlines...) 
						
						
					 
					
						2008-10-22 12:00:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						020d67fb89 
					 
					
						
						
							
							Allow detection of input EOF in quiet mode by adding -no_ign_eof option  
						
						 
						
						... 
						
						
						
						to s_client application.
PR: #1761 
Submitted by: David Woodhouse <dwmw2@infradead.org > 
						
						
					 
					
						2008-10-22 06:46:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3fdc6c11aa 
					 
					
						
						
							
							Use of a 'top' var creates "shadow variable" warnings.  
						
						 
						
						
						
						
					 
					
						2008-10-22 01:25:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dcf6b3e9b6 
					 
					
						
						
							
							Reinstate obj_xref.h as it is not auto generated on all platforms.  
						
						 
						
						
						
						
					 
					
						2008-10-20 15:12:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						606f6c477a 
					 
					
						
						
							
							Fix a shed load or warnings:  
						
						 
						
						... 
						
						
						
						Duplicate const.
Use of ; outside function. 
						
						
					 
					
						2008-10-20 15:12:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1581f82243 
					 
					
						
						
							
							Add missing "-d" to option list of openssl version.  
						
						 
						
						... 
						
						
						
						Submitted by: Alex Chen <alex_chen@filemaker.com > 
						
						
					 
					
						2008-10-20 12:53:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0d6f9c7181 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2008-10-19 22:51:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						640b86cb24 
					 
					
						
						
							
							Fix Warning...  
						
						 
						
						
						
						
					 
					
						2008-10-19 17:22:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						111a6e2a23 
					 
					
						
						
							
							Fix multiple ; warning.  
						
						 
						
						
						
						
					 
					
						2008-10-18 15:02:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d764e7edb8 
					 
					
						
						
							
							Fix warning a different way.  
						
						 
						
						
						
						
					 
					
						2008-10-18 12:12:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aff8259510 
					 
					
						
						
							
							Fix argument order in BN_nnmod call and implement rigorous boundary  
						
						 
						
						... 
						
						
						
						condition check. 
						
						
					 
					
						2008-10-16 07:54:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						256b3e9c5f 
					 
					
						
						
							
							Optimize bn_correct_top.  
						
						 
						
						
						
						
					 
					
						2008-10-15 10:48:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						762a2e3cab 
					 
					
						
						
							
							Remove redundant BN_ucmp, fix boundary condition in BN_nist_mod_224 and  
						
						 
						
						... 
						
						
						
						reimplement BN_nist_mod_521. 
						
						
					 
					
						2008-10-15 10:47:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						28b6d5020e 
					 
					
						
						
							
							Set comparison function in v3_add_canonize().  
						
						 
						
						
						
						
					 
					
						2008-10-14 19:27:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d5bbead449 
					 
					
						
						
							
							Add XMPP STARTTLS support.  
						
						 
						
						
						
						
					 
					
						2008-10-14 19:11:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f7efbc859 
					 
					
						
						
							
							Ooops... remove code accidentally commited from FIPS version.  
						
						 
						
						
						
						
					 
					
						2008-10-14 15:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a7ae4abfd9 
					 
					
						
						
							
							Add missing lock definitions...  
						
						 
						
						
						
						
					 
					
						2008-10-14 15:24:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30661b1b01 
					 
					
						
						
							
							Add missing lock definitions.  
						
						 
						
						
						
						
					 
					
						2008-10-14 15:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1ea6472e60 
					 
					
						
						
							
							Type-safe OBJ_bsearch_ex.  
						
						 
						
						
						
						
					 
					
						2008-10-14 08:10:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b8dfde2a36 
					 
					
						
						
							
							Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8  
						
						 
						
						... 
						
						
						
						but has been omitted from HEAD (0.9.9), see commit
  http://cvs.openssl.org/chngview?cn=16627 
by appro. 
						
						
					 
					
						2008-10-13 06:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						570006f3a2 
					 
					
						
						
							
							Half of the commit for 0.9.8 as the bitmap handling has changed.  
						
						 
						
						... 
						
						
						
						(Firstly... ommitted)
Secondly, it wasn't even _dropping_ the offending packets, in the
non-blocking case. It was just returning garbage instead.
PR: #1752 
Submitted by: David Woodhouse <dwmw2@infradead.org > 
						
						
					 
					
						2008-10-13 06:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						babb379849 
					 
					
						
						
							
							Type-checked (and modern C compliant) OBJ_bsearch.  
						
						 
						
						
						
						
					 
					
						2008-10-12 14:32:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						6665ef303e 
					 
					
						
						
							
							Add missing DTLS1_BAD_VER (hope I got the value right).  
						
						 
						
						
						
						
					 
					
						2008-10-12 14:04:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7e7af0bc51 
					 
					
						
						
							
							When the underlying BIO_write() fails to send a datagram, we leave the  
						
						 
						
						... 
						
						
						
						offending record queued as 'pending'. The DTLS code doesn't expect this,
and we end up hitting an OPENSSL_assert() in do_dtls1_write().
The simple fix is just _not_ to leave it queued. In DTLS, dropping
packets is perfectly acceptable -- and even preferable. If we wanted a
service with retries and guaranteed delivery, we'd be using TCP.
PR: #1703 
Submitted by: David Woodhouse <dwmw2@infradead.org > 
						
						
					 
					
						2008-10-10 10:41:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						87d3a0cd90 
					 
					
						
						
							
							Experimental new date handling routines. These fix issues with X509_time_adj()  
						
						 
						
						... 
						
						
						
						and should avoid any OS date limitations such as the year 2038 bug. 
						
						
					 
					
						2008-10-07 22:55:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1e369b375e 
					 
					
						
						
							
							Fix incorrect command for assember file generation on IA64  
						
						 
						
						... 
						
						
						
						Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br > 
						
						
					 
					
						2008-10-06 10:34:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6bf24568bc 
					 
					
						
						
							
							Fix EC_KEY_check_key.  
						
						 
						
						
						
						
					 
					
						2008-09-23 17:33:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						837f2fc7a4 
					 
					
						
						
							
							Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can't  
						
						 
						
						... 
						
						
						
						enable disabled ciphersuites. 
						
						
					 
					
						2008-09-22 21:22:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1a489c9af1 
					 
					
						
						
							
							From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.  
						
						 
						
						... 
						
						
						
						Also, fix CHANGES (consistency with stable branch). 
						
						
					 
					
						2008-09-15 20:41:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c864e5466 
					 
					
						
						
							
							Add missing CHANGES entry.  
						
						 
						
						
						
						
					 
					
						2008-09-15 20:30:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						be5707c820 
					 
					
						
						
							
							from 0.9.8 branch  
						
						 
						
						
						
						
					 
					
						2008-09-15 20:30:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a4f3071ec 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2008-09-15 11:27:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d7235a9d68 
					 
					
						
						
							
							Fix yesterday typos in bss_dgram.c.  
						
						 
						
						
						
						
					 
					
						2008-09-15 05:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						fa0f834c20 
					 
					
						
						
							
							Fix build warnings.  
						
						 
						
						
						
						
					 
					
						2008-09-15 04:02:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						96562f2fb3 
					 
					
						
						
							
							update comment  
						
						 
						
						
						
						
					 
					
						2008-09-14 19:50:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b9790c1cd4 
					 
					
						
						
							
							Winsock handles SO_RCVTIMEO in unique manner...  
						
						 
						
						... 
						
						
						
						PR: 1648 
						
						
					 
					
						2008-09-14 19:22:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fcbdde0dfe 
					 
					
						
						
							
							oops  
						
						 
						
						
						
						
					 
					
						2008-09-14 18:16:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						51ec776b7d 
					 
					
						
						
							
							dtls1_write_bytes consumers expect amount of bytes written per call, not  
						
						 
						
						... 
						
						
						
						overall.
PR: 1604 
						
						
					 
					
						2008-09-14 17:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e65bcbcef0 
					 
					
						
						
							
							Fix SSL state transitions.  
						
						 
						
						... 
						
						
						
						Submitted by: Nagendra Modadugu 
						
						
					 
					
						2008-09-14 14:02:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e710de12ce 
					 
					
						
						
							
							Note about CVS branch inconsistency.  
						
						 
						
						
						
						
					 
					
						2008-09-14 13:53:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						db99c52509 
					 
					
						
						
							
							Really get rid of unsafe double-checked locking.  
						
						 
						
						... 
						
						
						
						Also, "CHANGES" clean-ups. 
						
						
					 
					
						2008-09-14 13:51:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f8d6be3f81 
					 
					
						
						
							
							Some precautions to avoid potential security-relevant problems.  
						
						 
						
						
						
						
					 
					
						2008-09-14 13:42:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d493899579 
					 
					
						
						
							
							DTLS didn't handle alerts correctly.  
						
						 
						
						... 
						
						
						
						PR: 1632 
						
						
					 
					
						2008-09-13 18:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						492279f6f3 
					 
					
						
						
							
							AIX build updates.  
						
						 
						
						
						
						
					 
					
						2008-09-12 14:45:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3ad74edce8 
					 
					
						
						
							
							Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a new  
						
						 
						
						... 
						
						
						
						strength "FIPS" to represent all FIPS approved ciphersuites without NULL
encryption. 
						
						
					 
					
						2008-09-10 16:02:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2b7b1cad10 
					 
					
						
						
							
							Ignoring errors in makedepend can hide problems.  
						
						 
						
						
						
						
					 
					
						2008-09-09 19:08:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						43048d13c8 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2008-09-07 13:22:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e8da6a1d0f 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-09-03 22:17:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						305514000c 
					 
					
						
						
							
							Do not discard cached handshake records during resumed sessions:  
						
						 
						
						... 
						
						
						
						they are used for mac computation. 
						
						
					 
					
						2008-09-03 12:36:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0702150f53 
					 
					
						
						
							
							Make no-tlsext compile.  
						
						 
						
						
						
						
					 
					
						2008-09-03 12:29:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0ee081515 
					 
					
						
						
							
							Perl script to run and verify OpenSSL against PKITS RFC3280 compliance  
						
						 
						
						... 
						
						
						
						test suite. 
						
						
					 
					
						2008-09-01 15:53:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d43c4497ce 
					 
					
						
						
							
							Initial support for delta CRLs. If "use deltas" flag is set attempt to find  
						
						 
						
						... 
						
						
						
						a delta CRL in addition to a full CRL. Check and search delta in addition to
the base. 
						
						
					 
					
						2008-09-01 15:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4b96839f06 
					 
					
						
						
							
							Add support for CRLs partitioned by reason code.  
						
						 
						
						... 
						
						
						
						Tidy CRL scoring system.
Add new CRL path validation error. 
						
						
					 
					
						2008-08-29 11:37:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						249a77f5fb 
					 
					
						
						
							
							Add support for freshest CRL extension.  
						
						 
						
						
						
						
					 
					
						2008-08-27 15:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d0fff69dc9 
					 
					
						
						
							
							Initial indirect CRL support.  
						
						 
						
						
						
						
					 
					
						2008-08-20 16:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c9bd89338 
					 
					
						
						
							
							Support for certificateIssuer CRL entry extension.  
						
						 
						
						
						
						
					 
					
						2008-08-18 16:48:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2e415778f2 
					 
					
						
						
							
							Don't use assertions to check application-provided arguments;  
						
						 
						
						... 
						
						
						
						and don't unnecessarily fail on input size 0. 
						
						
					 
					
						2008-08-14 21:37:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1cbf663a6c 
					 
					
						
						
							
							sanity check  
						
						 
						
						... 
						
						
						
						PR: 1679 
						
						
					 
					
						2008-08-13 19:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9be8035b11 
					 
					
						
						
							
							fix error function codes  
						
						 
						
						
						
						
					 
					
						2008-08-13 19:44:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2ecd2edede 
					 
					
						
						
							
							Mention ERR_remove_state() deprecation, and ERR_remove_thread_state(NULL).  
						
						 
						
						
						
						
					 
					
						2008-08-13 19:30:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d84d4ed5e 
					 
					
						
						
							
							Initial support for CRL path validation. This supports distinct certificate  
						
						 
						
						... 
						
						
						
						and CRL signing keys. 
						
						
					 
					
						2008-08-13 16:00:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e0c7db950 
					 
					
						
						
							
							Initial code to support distinct certificate and CRL signing keys where the  
						
						 
						
						... 
						
						
						
						CRL issuer is not part of the main path.
Not complete yet and not compiled in because the CRL issuer certificate is
not validated. 
						
						
					 
					
						2008-08-12 16:07:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						002e66c0e8 
					 
					
						
						
							
							Support for policy mappings extension.  
						
						 
						
						... 
						
						
						
						Delete X509_POLICY_REF code.
Fix handling of invalid policy extensions to return the correct error.
Add command line option to inhibit policy mappings. 
						
						
					 
					
						2008-08-12 10:32:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e9746e03ee 
					 
					
						
						
							
							Initial support for name constraints certificate extension.  
						
						 
						
						... 
						
						
						
						TODO: robustness checking on name forms. 
						
						
					 
					
						2008-08-08 15:35:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ab9c689ad3 
					 
					
						
						
							
							Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.  
						
						 
						
						
						
						
					 
					
						2008-08-06 16:41:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4c3296960d 
					 
					
						
						
							
							Remove the dual-callback scheme for numeric and pointer thread IDs,  
						
						 
						
						... 
						
						
						
						deprecate the original (numeric-only) scheme, and replace with the
CRYPTO_THREADID object. This hides the platform-specifics and should reduce
the possibility for programming errors (where failing to explicitly check
both thread ID forms could create subtle, platform-specific bugs).
Thanks to Bodo, for invaluable review and feedback. 
						
						
					 
					
						2008-08-06 15:54:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						96826bfc84 
					 
					
						
						
							
							sha1-armv4-large cosmetics.  
						
						 
						
						
						
						
					 
					
						2008-08-06 08:58:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eb1aa135d8 
					 
					
						
						
							
							sha1-armv4-large.pl performance improvement. On PXA255 it gives +10% on  
						
						 
						
						... 
						
						
						
						8KB block, +60% on 1KB, +160% on 256B... 
						
						
					 
					
						2008-08-06 08:47:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						99649b5990 
					 
					
						
						
							
							Fix signed/unsigned warning.  
						
						 
						
						
						
						
					 
					
						2008-08-05 17:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d6c47980e 
					 
					
						
						
							
							Correctly handle errors in CMS I/O code.  
						
						 
						
						
						
						
					 
					
						2008-08-05 15:55:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						474b3b1cc8 
					 
					
						
						
							
							Fix error codes for memory-saving patch.  
						
						 
						
						... 
						
						
						
						Also, get rid of compile-time switch OPENSSL_NO_RELEASE_BUFFERS
because it was rather pointless (the new behavior has to be explicitly
requested by setting SSL_MODE_RELEASE_BUFFERS anyway). 
						
						
					 
					
						2008-08-04 22:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e727a3b37 
					 
					
						
						
							
							Add support for nameRelativeToCRLIssuer field in distribution point name  
						
						 
						
						... 
						
						
						
						fields. 
						
						
					 
					
						2008-08-04 15:34:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a9ff742e42 
					 
					
						
						
							
							Make explicit_policy handling match expected RFC3280 behaviour.  
						
						 
						
						
						
						
					 
					
						2008-08-02 11:16:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						787287af40 
					 
					
						
						
							
							Refer to SSL_pending from the man page for SSL_read  
						
						 
						
						
						
						
					 
					
						2008-08-01 15:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5cbd203302 
					 
					
						
						
							
							Initial support for alternative CRL issuing certificates.  
						
						 
						
						... 
						
						
						
						Allow inibit any policy flag to be set in apps. 
						
						
					 
					
						2008-07-30 15:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						592a207b94 
					 
					
						
						
							
							Policy validation fixes.  
						
						 
						
						... 
						
						
						
						Inhibit any policy count should ignore self issued certificates.
Require explicit policy is the number certificate before an explict policy
is required. 
						
						
					 
					
						2008-07-30 15:41:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						6bcbac0abb 
					 
					
						
						
							
							remove a doubled entry for '-binary' in the usage message  
						
						 
						
						
						
						
					 
					
						2008-07-27 15:51:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4c048211f1 
					 
					
						
						
							
							Split ms/uplink.pl to corresponding platform versions.  
						
						 
						
						
						
						
					 
					
						2008-07-22 08:47:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b94551e823 
					 
					
						
						
							
							perlasm update: implement dataseg directive.  
						
						 
						
						
						
						
					 
					
						2008-07-22 08:44:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9b634c9b37 
					 
					
						
						
							
							x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.  
						
						 
						
						
						
						
					 
					
						2008-07-22 08:42:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5b331ab77a 
					 
					
						
						
							
							We should check the eight bytes starting at p[-9] for rollback attack  
						
						 
						
						... 
						
						
						
						detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK
will be larger than necessary.
PR: 1695 
						
						
					 
					
						2008-07-17 22:11:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dd6f479ea8 
					 
					
						
						
							
							mem_dbg.c: avoid compiler warnings.  
						
						 
						
						... 
						
						
						
						PR: 1693
Submitted by: Stefan Neis 
						
						
					 
					
						2008-07-17 13:58:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						87facba376 
					 
					
						
						
							
							Remove junk argument to function_begin in sha/asm/*-586.pl.  
						
						 
						
						... 
						
						
						
						PR: 1681 
						
						
					 
					
						2008-07-17 09:50:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e4662fdb62 
					 
					
						
						
							
							x86masm.pl: harmonize functions' alignment.  
						
						 
						
						
						
						
					 
					
						2008-07-17 09:46:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						efa73a77e4 
					 
					
						
						
							
							Make sure not to read beyond end of buffer  
						
						 
						
						
						
						
					 
					
						2008-07-16 18:10:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						89778b7f3f 
					 
					
						
						
							
							x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.  
						
						 
						
						
						
						
					 
					
						2008-07-15 19:52:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c79c5a256b 
					 
					
						
						
							
							des-596.pl update: short-circuit reference to DES_SPtrans.  
						
						 
						
						
						
						
					 
					
						2008-07-15 13:24:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9960bdc6fa 
					 
					
						
						
							
							x86masm.pl cosmetics.  
						
						 
						
						
						
						
					 
					
						2008-07-15 13:16:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						23dcb447ff 
					 
					
						
						
							
							x86nasm.pl update: use pre-defined macros and allow for /safeseh link.  
						
						 
						
						
						
						
					 
					
						2008-07-15 12:50:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						39c63e162c 
					 
					
						
						
							
							Reaffirm that NASM is the only supported assembler for Win32 build.  
						
						 
						
						
						
						
					 
					
						2008-07-15 12:48:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						34d05a4023 
					 
					
						
						
							
							Zero is a valid value for any_skip and map_skip  
						
						 
						
						
						
						
					 
					
						2008-07-13 22:38:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dcc0c29876 
					 
					
						
						
							
							We support inhibit any policy extension, add to table.  
						
						 
						
						
						
						
					 
					
						2008-07-13 15:55:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db50661fce 
					 
					
						
						
							
							X509 verification fixes.  
						
						 
						
						... 
						
						
						
						Ignore self issued certificates when checking path length constraints.
Duplicate OIDs in policy tree in case they are allocated.
Use anyPolicy from certificate cache and not current tree level. 
						
						
					 
					
						2008-07-13 14:25:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f9afd9f861 
					 
					
						
						
							
							If --prefix="C:\foo\bar" is supplied to Configure for a windows target,  
						
						 
						
						... 
						
						
						
						then the backslashes need escaping to avoid being treated as switches in
the auto-generated strings in opensslconf.h. Perl users are welcome to
suggest a less hokey way of doing this ... 
						
						
					 
					
						2008-07-10 20:08:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d4cdbab99b 
					 
					
						
						
							
							Avoid warnings with -pedantic, specifically:  
						
						 
						
						... 
						
						
						
						Conversion between void * and function pointer.
Value computed not used.
Signed/unsigned argument. 
						
						
					 
					
						2008-07-04 23:12:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5f834ab123 
					 
					
						
						
							
							Revert my earlier CRYPTO_THREADID commit, I will commit a reworked  
						
						 
						
						... 
						
						
						
						version some time soon. 
						
						
					 
					
						2008-07-03 19:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8528128b2a 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-26 23:27:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0f3679b52 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-25 10:43:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8228fd89fc 
					 
					
						
						
							
							avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()  
						
						 
						
						... 
						
						
						
						Submitted by: Huang Ying
Reviewed by: Douglas Stebila 
						
						
					 
					
						2008-06-23 20:46:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						869eb9e767 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2008-06-22 01:09:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c2878344f 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-21 23:28:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2836cb3816 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-18 15:08:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						46d4782888 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-18 12:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a01a351cc2 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-16 15:51:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						adb92d56eb 
					 
					
						
						
							
							Add acknowledgement.  
						
						 
						
						
						
						
					 
					
						2008-06-09 16:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ce04f91951 
					 
					
						
						
							
							Sync ordinals.  
						
						 
						
						
						
						
					 
					
						2008-06-06 15:57:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6cb9fca70d 
					 
					
						
						
							
							Fix memory leak. The canonical X509_NAME_ENTRY STACK is reallocated rather  
						
						 
						
						... 
						
						
						
						than referencing existing X509_NAME_ENTRY structures so needs to be
completely freed. 
						
						
					 
					
						2008-06-06 11:26:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec0bfca7e7 
					 
					
						
						
							
							Remove uidlg library from VC-32.pl, it is now bound at runtime.  
						
						 
						
						
						
						
					 
					
						2008-06-05 23:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1cd504e7be 
					 
					
						
						
							
							Don't change _WIN32_WINNT and detect GetConsoleWindow() and  
						
						 
						
						... 
						
						
						
						CryptUIDlgSelectCertificateFromStore() at runtime. Add callback function
for selection mechanism. 
						
						
					 
					
						2008-06-05 23:19:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11f3cee93b 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-05 17:04:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6bf79e30ea 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2008-06-05 15:34:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7555c9337f 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-05 15:13:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffc2b3e927 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-05 11:45:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ab89286a2 
					 
					
						
						
							
							Sync ordinals with stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-05 11:10:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5329130333 
					 
					
						
						
							
							Link in extra CryptoAPI related libraries if needed.  
						
						 
						
						
						
						
					 
					
						2008-06-05 10:51:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e1451bb51d 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-04 23:03:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b44c26d78 
					 
					
						
						
							
							Remove test fprintf.  
						
						 
						
						
						
						
					 
					
						2008-06-04 22:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4db9677bac 
					 
					
						
						
							
							Compilation option to use a specific ssl client auth engine automatically.  
						
						 
						
						
						
						
					 
					
						2008-06-04 22:34:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1381bf90f4 
					 
					
						
						
							
							Use an appropriate Window for selection dialog.  
						
						 
						
						
						
						
					 
					
						2008-06-04 16:45:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e0f7b87227 
					 
					
						
						
							
							Add support for Windoes dialog box based certificate selection.  
						
						 
						
						
						
						
					 
					
						2008-06-04 16:10:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						985de86340 
					 
					
						
						
							
							Remove old non-safestack code.  
						
						 
						
						
						
						
					 
					
						2008-06-04 14:34:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b814c01a76 
					 
					
						
						
							
							Tidy up and add comments to selection code.  
						
						 
						
						
						
						
					 
					
						2008-06-04 12:03:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c07a126fb2 
					 
					
						
						
							
							Make DSO WIN32 compile again.  
						
						 
						
						
						
						
					 
					
						2008-06-04 11:53:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						09a6e19431 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2008-06-04 11:52:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						863d447e0b 
					 
					
						
						
							
							Remove store from Windows build.  
						
						 
						
						
						
						
					 
					
						2008-06-04 11:45:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5ce278a77b 
					 
					
						
						
							
							More type-checking.  
						
						 
						
						
						
						
					 
					
						2008-06-04 11:01:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						37cf49a3df 
					 
					
						
						
							
							Avoid name clash.  
						
						 
						
						
						
						
					 
					
						2008-06-04 10:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f79262e94b 
					 
					
						
						
							
							Only include windows headers when under windows.  
						
						 
						
						
						
						
					 
					
						2008-06-04 05:21:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7d537d4fc7 
					 
					
						
						
							
							Add initial support for multiple SSL client certifcate selection in  
						
						 
						
						... 
						
						
						
						CryptoAPI ENGINE. 
						
						
					 
					
						2008-06-03 23:54:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca89fc1fb4 
					 
					
						
						
							
							Match empty CA list to anything for ssl client auth in CryptoAPI engine.  
						
						 
						
						
						
						
					 
					
						2008-06-03 11:37:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59d2d48f64 
					 
					
						
						
							
							Add support for client cert engine setting in s_client app.  
						
						 
						
						... 
						
						
						
						Add appropriate #ifdefs round client cert functions in headers. 
						
						
					 
					
						2008-06-03 11:26:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b3c8dd4eab 
					 
					
						
						
							
							Add preliminary SSL client auth callback to CryptoAPI ENGINE.  
						
						 
						
						
						
						
					 
					
						2008-06-03 10:27:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						45d3767d28 
					 
					
						
						
							
							Prevent signed/unsigned warning on VC++  
						
						 
						
						
						
						
					 
					
						2008-06-03 10:17:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8671b89860 
					 
					
						
						
							
							Memory saving patch.  
						
						 
						
						
						
						
					 
					
						2008-06-03 02:48:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f7f411719 
					 
					
						
						
							
							Update year.  
						
						 
						
						
						
						
					 
					
						2008-06-02 23:41:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eac442ddd3 
					 
					
						
						
							
							Windows batch file to rebuild error codes for CryptoAPI ENGINE.  
						
						 
						
						
						
						
					 
					
						2008-06-02 23:10:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						55bef26d8a 
					 
					
						
						
							
							#undef OCSP_RESPONSE: CryptoAPI uses this too.  
						
						 
						
						
						
						
					 
					
						2008-06-02 23:09:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2aa2a5775f 
					 
					
						
						
							
							Fix indentation.  
						
						 
						
						
						
						
					 
					
						2008-06-02 14:29:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c451bd828f 
					 
					
						
						
							
							Avoid case in ca.c fix.  
						
						 
						
						
						
						
					 
					
						2008-06-02 12:10:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8ecfbedd85 
					 
					
						
						
							
							Revert, doesn't fix warning :-(  
						
						 
						
						
						
						
					 
					
						2008-06-02 10:42:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c173fce4e2 
					 
					
						
						
							
							Avoid cast with wrapper function.  
						
						 
						
						
						
						
					 
					
						2008-06-02 10:37:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						953174f46e 
					 
					
						
						
							
							Free old store name (if any).  
						
						 
						
						
						
						
					 
					
						2008-06-01 23:45:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c621c7e432 
					 
					
						
						
							
							Add ctrl for alternative certificate store names.  
						
						 
						
						
						
						
					 
					
						2008-06-01 23:42:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2bbe8f9129 
					 
					
						
						
							
							Use keyspec for DSA too.  
						
						 
						
						
						
						
					 
					
						2008-06-01 23:28:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4be0a5d429 
					 
					
						
						
							
							Get and note keyspec when signing.  
						
						 
						
						
						
						
					 
					
						2008-06-01 23:24:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bdfe932dca 
					 
					
						
						
							
							Release engine reference when calling SSL_CTX_free().  
						
						 
						
						
						
						
					 
					
						2008-06-01 23:06:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3fc59c8406 
					 
					
						
						
							
							Allow ENGINE client cert callback to specify a set of other certs, for  
						
						 
						
						... 
						
						
						
						the rest of the certificate chain. Currently unused. 
						
						
					 
					
						2008-06-01 22:45:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c61915c659 
					 
					
						
						
							
							Update error codes.  
						
						 
						
						
						
						
					 
					
						2008-06-01 22:34:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						368888bcb6 
					 
					
						
						
							
							Add client cert engine to SSL routines.  
						
						 
						
						
						
						
					 
					
						2008-06-01 22:33:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eafd6e5110 
					 
					
						
						
							
							Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.h  
						
						 
						
						
						
						
					 
					
						2008-06-01 21:18:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						05935c47b2 
					 
					
						
						
							
							Add support for ENGINE supplied SSL client auth.  
						
						 
						
						
						
						
					 
					
						2008-06-01 21:10:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8bd55a364 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-06-01 11:07:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						841c91d6e4 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-31 23:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4792168ec 
					 
					
						
						
							
							Update VC-32.pl and load CryptoAPI engine in the right place.  
						
						 
						
						
						
						
					 
					
						2008-05-31 23:21:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90b96776cd 
					 
					
						
						
							
							More CryptoAPI engine code from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-31 22:53:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						408f906592 
					 
					
						
						
							
							Add CryptoAPI error file too.  
						
						 
						
						
						
						
					 
					
						2008-05-31 22:50:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7a18ecb2df 
					 
					
						
						
							
							Add CryptoAPI ENGINE from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-31 22:49:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						174c86a216 
					 
					
						
						
							
							Recognize LHASH_OF().  
						
						 
						
						
						
						
					 
					
						2008-05-31 21:20:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c6ddacf7f8 
					 
					
						
						
							
							Stop const mismatch warning.  
						
						 
						
						
						
						
					 
					
						2008-05-31 19:28:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ab3eafd5b5 
					 
					
						
						
							
							Stop warning about extra ';' outside of function.  
						
						 
						
						
						
						
					 
					
						2008-05-31 19:17:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd043cd501 
					 
					
						
						
							
							Stop const mismatch warning in VC++.  
						
						 
						
						
						
						
					 
					
						2008-05-31 18:55:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a75c662fd1 
					 
					
						
						
							
							Everyone's had a few years to port their favorite additions to 0.9.7  
						
						 
						
						... 
						
						
						
						to HEAD (and the 0.9.8 branch).  Remove the reminder. 
						
						
					 
					
						2008-05-31 13:42:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						83574cf808 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-30 10:57:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2cd81830ef 
					 
					
						
						
							
							sync with 0.9.8 branch  
						
						 
						
						
						
						
					 
					
						2008-05-28 22:30:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e194fe8f47 
					 
					
						
						
							
							From HEAD:  
						
						 
						
						... 
						
						
						
						Fix flaw if 'Server Key exchange message' is omitted from a TLS
handshake which could lead to a cilent crash as found using the
Codenomicon TLS test suite (CVE-2008-1672)
Reviewed by: openssl-security@openssl.org 
Obtained from: mark@awe.com  
						
						
					 
					
						2008-05-28 22:17:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						40a706286f 
					 
					
						
						
							
							From HEAD:  
						
						 
						
						... 
						
						
						
						Fix double-free in TLS server name extensions which could lead to a remote
crash found by Codenomicon TLS test suite (CVE-2008-0891)
Reviewed by: openssl-security@openssl.org 
Obtained from: jorton@redhat.com  
						
						
					 
					
						2008-05-28 22:15:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c6f6c380c7 
					 
					
						
						
							
							grammar  
						
						 
						
						
						
						
					 
					
						2008-05-27 18:43:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8f395e0f4d 
					 
					
						
						
							
							year 2008  
						
						 
						
						
						
						
					 
					
						2008-05-27 18:41:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						595852f3b5 
					 
					
						
						
							
							Avoid "duplicate const" warnings.  
						
						 
						
						
						
						
					 
					
						2008-05-27 11:44:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0a56761f19 
					 
					
						
						
							
							Avoid warning about empty structures and always define CHECKED_PTR_OF  
						
						 
						
						
						
						
					 
					
						2008-05-27 11:28:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						220903f92e 
					 
					
						
						
							
							C++ style comments fixed.  
						
						 
						
						
						
						
					 
					
						2008-05-26 15:39:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3c1d6bbc92 
					 
					
						
						
							
							LHASH revamp. make depend.  
						
						 
						
						
						
						
					 
					
						2008-05-26 11:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cab14b9803 
					 
					
						
						
							
							Add README about removed root CA certificates.  
						
						 
						
						
						
						
					 
					
						2008-05-26 06:23:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						17a4a4dff8 
					 
					
						
						
							
							Reword comment to be much shorter to stop other people from complaining  
						
						 
						
						... 
						
						
						
						about "overcommenting". 
						
						
					 
					
						2008-05-26 06:21:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c2c2e7a438 
					 
					
						
						
							
							Clear error queue when starting SSL_CTX_use_certificate_chain_file  
						
						 
						
						... 
						
						
						
						PR: 1417, 1513
Submitted by: Erik de Castro Lopo <mle+openssl@mega-nerd.com > 
						
						
					 
					
						2008-05-23 10:37:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d18ef847f4 
					 
					
						
						
							
							Remove all root CA files (beyond test CAs including private key)  
						
						 
						
						... 
						
						
						
						from the OpenSSL distribution. 
						
						
					 
					
						2008-05-23 08:59:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c0d90a699 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2008-05-20 18:49:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f434730524 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2008-05-20 16:13:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65fd877515 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2008-05-20 12:23:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64ddafc6b6 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-20 11:52:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						781f0a9bb5 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-20 11:30:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3de5a7745f 
					 
					
						
						
							
							Correctly adjust location of comment  
						
						 
						
						... 
						
						
						
						Submitted by: Ben Laurie <ben@links.org > 
						
						
					 
					
						2008-05-20 08:10:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						94fd382f8b 
					 
					
						
						
							
							Fix two invalid memory reads in RSA OAEP mode.  
						
						 
						
						... 
						
						
						
						Submitted by: Ivan Nestlerode <inestlerode@us.ibm.com >
Reviewed by: steve 
						
						
					 
					
						2008-05-19 21:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4bd4afa34e 
					 
					
						
						
							
							Change use of CRYPTO_THREADID so that we always use both the ulong and  
						
						 
						
						... 
						
						
						
						ptr members.
(So if the id_callback is bogus, we still have &errno.) 
						
						
					 
					
						2008-05-19 20:45:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						148bb9515c 
					 
					
						
						
							
							Disable code that clearly doesn't currently serve any useful purpose.  
						
						 
						
						... 
						
						
						
						(Buggy line reported by Matthias Koenig.) 
						
						
					 
					
						2008-05-19 19:44:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						51e00db226 
					 
					
						
						
							
							Document "openssl s_server" -crl_check* options  
						
						 
						
						... 
						
						
						
						Submitted by: Daniel Black <daniel.subs@internode.on.net > 
						
						
					 
					
						2008-05-19 07:52:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a92ebf2290 
					 
					
						
						
							
							Provide information about "openssl dgst" -hmac option.  
						
						 
						
						
						
						
					 
					
						2008-05-19 07:43:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f49c687507 
					 
					
						
						
							
							Typo. (From 0.9.8-stable/S. Henson)  
						
						 
						
						... 
						
						
						
						PR: 1672 
						
						
					 
					
						2008-05-19 06:21:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8b99c79fae 
					 
					
						
						
							
							Another occurance of possible valgrind/purify "uninitialized memory"  
						
						 
						
						... 
						
						
						
						complaint related to the PRNG: with PURIFY policy don't feed uninitialized
memory into the PRNG.
Submitted by: Bodo Moeller <bmoeller@openssl.org > :-) 
						
						
					 
					
						2008-05-16 07:14:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						718f8f7a9e 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-05-12 16:24:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e718520cc5 
					 
					
						
						
							
							Add missing cast.  
						
						 
						
						
						
						
					 
					
						2008-05-09 23:16:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4f46934269 
					 
					
						
						
							
							Depict future Win64/x64 development.  
						
						 
						
						
						
						
					 
					
						2008-05-03 18:34:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fabe640f5e 
					 
					
						
						
							
							Clarifying comment.  
						
						 
						
						
						
						
					 
					
						2008-05-02 18:47:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						19048b5c8d 
					 
					
						
						
							
							New function CMS_add1_crl().  
						
						 
						
						
						
						
					 
					
						2008-05-02 17:27:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						156ee88285 
					 
					
						
						
							
							Indicate support for digest init ctrl.  
						
						 
						
						
						
						
					 
					
						2008-05-02 11:24:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c386f8ac38 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2008-05-01 23:35:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a954b56c9 
					 
					
						
						
							
							Use "cont" consistently in cms-examples.pl  
						
						 
						
						... 
						
						
						
						Add a -certsout option to output any certificates in a message.
Add test for example 4.11 
						
						
					 
					
						2008-05-01 23:30:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d05a474556 
					 
					
						
						
							
							Montgomery-related minor cleanups/documentation  
						
						 
						
						
						
						
					 
					
						2008-05-01 18:48:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8a2062fefe 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-04-30 16:14:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f63ad5b35 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-04-29 17:22:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c78bba2343 
					 
					
						
						
							
							Oops!  
						
						 
						
						
						
						
					 
					
						2008-04-29 16:46:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d26c905c67 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-04-29 16:44:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8fcc9caecc 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2008-04-29 16:39:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e7b097f558 
					 
					
						
						
							
							Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/or  
						
						 
						
						... 
						
						
						
						ticket #1668 ).
PR: 1668
Submitted by: Ian Lister
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2008-04-28 21:39:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5ee6f96cea 
					 
					
						
						
							
							Paul Sheer optimised the OpenSSL to/from libGMP conversions for the case  
						
						 
						
						... 
						
						
						
						where they both use the same limb size. I've tweaked his patch slightly, so
blame me if it breaks.
Submitted by: Paul Sheer
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2008-04-27 18:41:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc634aff25 
					 
					
						
						
							
							Don't send zero length session ID if stateless session resupmtion is  
						
						 
						
						... 
						
						
						
						successful. Check be seeing if there is a cache hit. 
						
						
					 
					
						2008-04-25 16:27:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e3b2dbb31 
					 
					
						
						
							
							Disable debugging fprintf.  
						
						 
						
						
						
						
					 
					
						2008-04-25 11:33:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ba6f95e81b 
					 
					
						
						
							
							Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit  
						
						 
						
						... 
						
						
						
						platforms. 
						
						
					 
					
						2008-04-24 10:04:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						281066cb03 
					 
					
						
						
							
							Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.  
						
						 
						
						... 
						
						
						
						PR: 1667 
						
						
					 
					
						2008-04-24 09:59:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						830b8877ba 
					 
					
						
						
							
							Takanori Yanagisawa has shown how to correctly use pre-computed values.  
						
						 
						
						... 
						
						
						
						So in a sense this commit reverts few latest ones fixing bugs in original
code and improving it, most notably adding 64-bit support [though not in
BN_nist_mod_224 yet].
PR: 1593 
						
						
					 
					
						2008-04-23 08:10:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9912ab6770 
					 
					
						
						
							
							Resolve __DECC warning and keep disclaiming support for 16-bit platforms.  
						
						 
						
						
						
						
					 
					
						2008-04-18 15:47:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						299ab428ce 
					 
					
						
						
							
							Fix remaining BN_nist_mod_*.  
						
						 
						
						... 
						
						
						
						PR: 1593 
						
						
					 
					
						2008-04-18 15:40:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6ef05d5f3 
					 
					
						
						
							
							Make certs argument work in CMS_sign() add test case.  
						
						 
						
						... 
						
						
						
						PR:1664 
						
						
					 
					
						2008-04-18 11:18:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0f401ff08b 
					 
					
						
						
							
							Add missing 'extern "C" {' to some _err.h files in crypto/engines/  
						
						 
						
						... 
						
						
						
						PR: 1609 
						
						
					 
					
						2008-04-18 07:43:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5558128541 
					 
					
						
						
							
							Another minor update from the mingw development  
						
						 
						
						... 
						
						
						
						PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info > 
						
						
					 
					
						2008-04-18 06:35:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e33c72dfc6 
					 
					
						
						
							
							Synchronise with Unix.  
						
						 
						
						
						
						
					 
					
						2008-04-18 06:04:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						44a877aa88 
					 
					
						
						
							
							Fix incorrect return value in apps/apps.c:parse_yesno()  
						
						 
						
						... 
						
						
						
						PR: 1607
Submitted by: "Christophe Macé" <mace.christophe@gmail.com > 
						
						
					 
					
						2008-04-17 14:15:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6b6fe3d8e4 
					 
					
						
						
							
							Correctly handle case of bad arguments supplied to rsautl  
						
						 
						
						... 
						
						
						
						PR: 1659 
						
						
					 
					
						2008-04-17 13:36:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4c1a6e004a 
					 
					
						
						
							
							Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev  
						
						 
						
						... 
						
						
						
						PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info >, "Alon Bar-Lev" <alon.barlev@gmail.com > 
						
						
					 
					
						2008-04-17 10:19:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6e6ada18c6 
					 
					
						
						
							
							Further synchronisation with Unix build.  I hadn't noticed pq_compat.h  
						
						 
						
						... 
						
						
						
						was gone... 
						
						
					 
					
						2008-04-12 08:41:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b35a131069 
					 
					
						
						
							
							Provide other forms for symbols that are too long or that clash with others  
						
						 
						
						
						
						
					 
					
						2008-04-12 08:40:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1728756255 
					 
					
						
						
							
							Detached encrypt/decrypt example, fix decrypt sample.  
						
						 
						
						
						
						
					 
					
						2008-04-11 23:52:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a12a6b9962 
					 
					
						
						
							
							Correct argument order for CMS_decrypt() in docs.  
						
						 
						
						
						
						
					 
					
						2008-04-11 23:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						852bd35065 
					 
					
						
						
							
							Fix prototype for CMS_decrypt(), don't free up detached content.  
						
						 
						
						
						
						
					 
					
						2008-04-11 23:45:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a5db50d005 
					 
					
						
						
							
							Revert argument swap change... oops CMS_uncompress() was consistent...  
						
						 
						
						
						
						
					 
					
						2008-04-11 23:23:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3eba36c4c 
					 
					
						
						
							
							Fix comments.  
						
						 
						
						
						
						
					 
					
						2008-04-11 17:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						529d329ce1 
					 
					
						
						
							
							Make CMS_uncompress() argument order consistent with other functions.  
						
						 
						
						
						
						
					 
					
						2008-04-11 17:34:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						47a6d388c7 
					 
					
						
						
							
							CMS compressed data examples.  
						
						 
						
						
						
						
					 
					
						2008-04-11 17:33:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c02b6b6b21 
					 
					
						
						
							
							Fix for compression and updated CMS_final().  
						
						 
						
						
						
						
					 
					
						2008-04-11 17:07:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3b28bc9910 
					 
					
						
						
							
							PKCS#7 examples converted to CMS.  
						
						 
						
						
						
						
					 
					
						2008-04-11 16:52:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fc003bcecb 
					 
					
						
						
							
							Synchronise with Unix build  
						
						 
						
						
						
						
					 
					
						2008-04-11 01:53:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38d3a73808 
					 
					
						
						
							
							Reformat, fix typos and clarify CMS API docs.  
						
						 
						
						
						
						
					 
					
						2008-04-10 23:28:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73b3c2d861 
					 
					
						
						
							
							Correct HISTORY reference.  
						
						 
						
						
						
						
					 
					
						2008-04-10 15:59:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4670e00ff5 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2008-04-10 15:56:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						287df2fe49 
					 
					
						
						
							
							Add docs for CMS_final() and BIO_new_CMS().  
						
						 
						
						
						
						
					 
					
						2008-04-10 11:55:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e0fbd07309 
					 
					
						
						
							
							Add additional parameter to CMS_final() to handle detached content.  
						
						 
						
						
						
						
					 
					
						2008-04-10 11:22:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eaee098e1f 
					 
					
						
						
							
							Ignore nonsensical flags for signed receipts.  
						
						 
						
						
						
						
					 
					
						2008-04-10 11:12:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						43d9e9d07f 
					 
					
						
						
							
							Add CMS signed receipt genration and verification docs.  
						
						 
						
						
						
						
					 
					
						2008-04-10 11:00:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c420fab52b 
					 
					
						
						
							
							Spellcheck CMS docs.  
						
						 
						
						
						
						
					 
					
						2008-04-10 10:46:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6469a1fda3 
					 
					
						
						
							
							Signed receipt request function documentation.  
						
						 
						
						
						
						
					 
					
						2008-04-09 23:13:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7f50d9a4b0 
					 
					
						
						
							
							Correct references to smime in cms app.  
						
						 
						
						
						
						
					 
					
						2008-04-09 22:09:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da6ea110b5 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2008-04-09 20:59:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb777e1f79 
					 
					
						
						
							
							Add CMS_uncompress manual page.  
						
						 
						
						
						
						
					 
					
						2008-04-09 20:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						360bb61d86 
					 
					
						
						
							
							Add CMS_compress() docs.  
						
						 
						
						
						
						
					 
					
						2008-04-09 17:04:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						847e551f39 
					 
					
						
						
							
							More CMS API documentation.  
						
						 
						
						
						
						
					 
					
						2008-04-09 16:08:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d4122504a2 
					 
					
						
						
							
							Clarifying comment.  
						
						 
						
						
						
						
					 
					
						2008-04-09 12:06:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c4226c42b 
					 
					
						
						
							
							Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functions  
						
						 
						
						... 
						
						
						
						will be revised too.
PR: 1593 
						
						
					 
					
						2008-04-09 11:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						86173db853 
					 
					
						
						
							
							Fix various typos, update SMIMECapabilities description.  
						
						 
						
						
						
						
					 
					
						2008-04-08 22:44:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9034c56c6c 
					 
					
						
						
							
							Correct d2i/i2d typos.  
						
						 
						
						
						
						
					 
					
						2008-04-08 22:35:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e33ffaca12 
					 
					
						
						
							
							Initial CMS API documentation.  
						
						 
						
						
						
						
					 
					
						2008-04-08 22:27:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						853eae51e0 
					 
					
						
						
							
							Implement CMS_NOCRL.  
						
						 
						
						
						
						
					 
					
						2008-04-07 11:00:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b4be380889 
					 
					
						
						
							
							Fix URI of OpenSSL Request Tracker information  
						
						 
						
						... 
						
						
						
						PR: 1661 
						
						
					 
					
						2008-04-07 06:37:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ff80280b01 
					 
					
						
						
							
							Set contentType attribute just before signing to allow encapsulated content  
						
						 
						
						... 
						
						
						
						type to be set at any time in applications. 
						
						
					 
					
						2008-04-06 16:29:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e45641bd17 
					 
					
						
						
							
							Fix typo and add header files to err library.  
						
						 
						
						
						
						
					 
					
						2008-04-06 15:53:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d5a37b0293 
					 
					
						
						
							
							Give consistent return value and add error code for duplicate certificates.  
						
						 
						
						
						
						
					 
					
						2008-04-06 15:41:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6819050722 
					 
					
						
						
							
							Delete nonexistant function from pkcs7.h header file. WIN32 build fix from  
						
						 
						
						... 
						
						
						
						stable branch. Sync and update ordinals. 
						
						
					 
					
						2008-04-04 00:06:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						88db4e6b9e 
					 
					
						
						
							
							Make mk1mf.pl recognize no-cms.  
						
						 
						
						
						
						
					 
					
						2008-04-03 23:29:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						be86dd85e4 
					 
					
						
						
							
							Rename runex.pl to cms-examples.pl  
						
						 
						
						
						
						
					 
					
						2008-04-03 23:25:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3df9357103 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2008-04-02 11:44:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						992e92a46e 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2008-04-02 11:24:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3247812e34 
					 
					
						
						
							
							Since OID NIDs with 0.9.8.  
						
						 
						
						
						
						
					 
					
						2008-04-02 10:48:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a5cdb7d5bd 
					 
					
						
						
							
							Avoid warnings.  
						
						 
						
						
						
						
					 
					
						2008-04-01 16:29:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a6bb116c4 
					 
					
						
						
							
							Add signed receipt tests.  
						
						 
						
						
						
						
					 
					
						2008-04-01 15:16:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2819ffb520 
					 
					
						
						
							
							Fix fast reduction on NIST curves (as well BN_NIST_ADD_ONE macro).  
						
						 
						
						... 
						
						
						
						PR: 1593 
						
						
					 
					
						2008-04-01 08:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						964c7e8f6d 
					 
					
						
						
							
							Fix it properly this time....  
						
						 
						
						
						
						
					 
					
						2008-03-31 18:21:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f6a45ac5ac 
					 
					
						
						
							
							Fix macro.  
						
						 
						
						
						
						
					 
					
						2008-03-31 18:14:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e86f0d8d7 
					 
					
						
						
							
							Use correct headers for signed receipts. Use consistent naming.  
						
						 
						
						... 
						
						
						
						Update cms-test.pl to support OpenSSL 0.9.8. 
						
						
					 
					
						2008-03-31 15:03:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e2a29d49ca 
					 
					
						
						
							
							Update dependencies.  
						
						 
						
						
						
						
					 
					
						2008-03-29 21:11:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b99674103d 
					 
					
						
						
							
							Remove unnecessary header.  
						
						 
						
						
						
						
					 
					
						2008-03-29 21:08:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41f81a0143 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2008-03-29 00:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						36309aa2be 
					 
					
						
						
							
							Signed receipt generation code.  
						
						 
						
						
						
						
					 
					
						2008-03-28 19:43:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eb9d8d8cd4 
					 
					
						
						
							
							Support for verification of signed receipts.  
						
						 
						
						
						
						
					 
					
						2008-03-28 13:15:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f7ccba3edf 
					 
					
						
						
							
							There was a need to support thread ID types that couldn't be reliably cast  
						
						 
						
						... 
						
						
						
						to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
version was added but it required portable code to check *both* modes to
determine equality. This commit maintains the availability of both thread
ID types, but deprecates the type-specific accessor APIs that invoke the
callbacks - instead a single type-independent API is used.  This simplifies
software that calls into this interface, and should also make it less
error-prone - as forgetting to call and compare *both* thread ID accessors
could have led to hard-to-debug/infrequent bugs (that might only affect
certain platforms or thread implementations). As the CHANGES note says,
there were corresponding deprecations and replacements in the
thread-related functions for BN_BLINDING and ERR too. 
						
						
					 
					
						2008-03-28 02:49:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						eb77ebe26c 
					 
					
						
						
							
							Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve the  
						
						 
						
						... 
						
						
						
						autoungunk.sh logic (autobits have grown since I last tried this...). 
						
						
					 
					
						2008-03-28 01:56:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5e2354c9d 
					 
					
						
						
							
							Add support for signed receipt request printout and generation.  
						
						 
						
						
						
						
					 
					
						2008-03-26 17:40:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4cc56f494 
					 
					
						
						
							
							Signed Receipt Request utility functions and option on CMS utility to  
						
						 
						
						... 
						
						
						
						print out receipt requests. 
						
						
					 
					
						2008-03-26 13:10:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						be86c7fc87 
					 
					
						
						
							
							Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.  
						
						 
						
						
						
						
					 
					
						2008-03-24 22:14:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6205171362 
					 
					
						
						
							
							Add support for CMS structure printing in cms utility.  
						
						 
						
						
						
						
					 
					
						2008-03-24 21:53:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ab568a17cf 
					 
					
						
						
							
							Fix duplicate asn1 ctrl values.  
						
						 
						
						
						
						
					 
					
						2008-03-23 14:13:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fe591284be 
					 
					
						
						
							
							Update dependencies.  
						
						 
						
						
						
						
					 
					
						2008-03-22 18:52:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7122aafce5 
					 
					
						
						
							
							Preliminary documentation for CMS utility.  
						
						 
						
						
						
						
					 
					
						2008-03-21 13:09:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5ffba305c8 
					 
					
						
						
							
							Comment out a (currently) unused CMS function. (Sorry Steve, but I need  
						
						 
						
						... 
						
						
						
						-Werror right now to help me code-by-domino :-) 
						
						
					 
					
						2008-03-19 23:08:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ceee538af5 
					 
					
						
						
							
							Fork my debug configuration into 32-bit and 64-bit versions.  
						
						 
						
						
						
						
					 
					
						2008-03-19 23:05:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						054307e7ed 
					 
					
						
						
							
							Allow alternate eContentType oids to be set in cms utility.  
						
						 
						
						... 
						
						
						
						Add id-ct-asciiTextWithCRLF OID.
Give more meaninful error message is attempt to use key ID from a certificate
without a key ID. 
						
						
					 
					
						2008-03-19 19:34:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8cd358bef8 
					 
					
						
						
							
							Rebuild CMS error codes.  
						
						 
						
						
						
						
					 
					
						2008-03-19 18:42:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eeb9cdfc94 
					 
					
						
						
							
							Add support for KEK decrypt in cms utility.  
						
						 
						
						
						
						
					 
					
						2008-03-19 18:39:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16fe5f8b50 
					 
					
						
						
							
							Produce meaningful error if sanity check fails.  
						
						 
						
						... 
						
						
						
						Delete trailing whitespace from objects.txt
Delete duplicate NIDs. 
						
						
					 
					
						2008-03-19 17:01:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						041e7f2eee 
					 
					
						
						
							
							Additional sanity check.  
						
						 
						
						
						
						
					 
					
						2008-03-19 14:18:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ab12438030 
					 
					
						
						
							
							Add support for KEKRecipientInfo in cms application.  
						
						 
						
						
						
						
					 
					
						2008-03-19 13:53:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c220e58f9e 
					 
					
						
						
							
							Make 3DES default cipher in cms utility.  
						
						 
						
						
						
						
					 
					
						2008-03-18 19:03:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6bd05ad472 
					 
					
						
						
							
							Delete standard out and err temp files too.  
						
						 
						
						
						
						
					 
					
						2008-03-18 18:53:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90ec4c0af0 
					 
					
						
						
							
							Delete tmp files, silence openssl commands, compare extracted content.  
						
						 
						
						
						
						
					 
					
						2008-03-18 18:51:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52e9196d7e 
					 
					
						
						
							
							Add enveloped data keyid test.  
						
						 
						
						
						
						
					 
					
						2008-03-18 18:29:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f7e85c371e 
					 
					
						
						
							
							Uninitialized variable bug fix.  
						
						 
						
						
						
						
					 
					
						2008-03-18 18:18:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5cbf8fbe1 
					 
					
						
						
							
							Fixes for S/MIME consistency checker and flexibility enhancements.  
						
						 
						
						
						
						
					 
					
						2008-03-18 17:33:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7d7e640e0b 
					 
					
						
						
							
							Add extensive PCKS7 and CMS consistency test script.  
						
						 
						
						
						
						
					 
					
						2008-03-18 14:37:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e4f0e40eac 
					 
					
						
						
							
							Various tidies/fixes:  
						
						 
						
						... 
						
						
						
						Make streaming support in cms cleaner.
Note errors in various S/MIME functions if CMS_final() fails.
Add streaming support for enveloped data. 
						
						
					 
					
						2008-03-18 13:45:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e3bc4f073 
					 
					
						
						
							
							More support for KEK RecipientInfo.  
						
						 
						
						... 
						
						
						
						Generalise RecipientInfo and enveloped data handling so applications can
add their own key lookup routines as well as using the standard ones. 
						
						
					 
					
						2008-03-18 01:00:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c36e936b60 
					 
					
						
						
							
							Partial support for KEKRecipientInfo type.  
						
						 
						
						
						
						
					 
					
						2008-03-17 18:11:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						761ffa729f 
					 
					
						
						
							
							Preliminary support for enveloped data content type creation.  
						
						 
						
						... 
						
						
						
						Fix signed data creation so versions are only corrected if structure is
being created. 
						
						
					 
					
						2008-03-17 13:38:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1e26a8baed 
					 
					
						
						
							
							Fix a variety of warnings generated by some elevated compiler-fascism,  
						
						 
						
						... 
						
						
						
						OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff... 
						
						
					 
					
						2008-03-16 21:05:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7c337e00d2 
					 
					
						
						
							
							Fix some warnings.  
						
						 
						
						
						
						
					 
					
						2008-03-16 20:59:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7e8481afd1 
					 
					
						
						
							
							Fix a nasty cast issue that my compiler was choking on.  
						
						 
						
						
						
						
					 
					
						2008-03-16 20:57:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1266cec2fe 
					 
					
						
						
							
							Fix my debug-geoff configuration.  
						
						 
						
						
						
						
					 
					
						2008-03-16 20:49:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3667a6f5b3 
					 
					
						
						
							
							Adapt to diffrent OpenSSL utility locations.  
						
						 
						
						
						
						
					 
					
						2008-03-16 19:10:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						deb21fbae9 
					 
					
						
						
							
							Remove deleted function from header file, update mkfiles.pl  
						
						 
						
						
						
						
					 
					
						2008-03-16 18:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						057039f782 
					 
					
						
						
							
							Don't need to check for examples directory any more.  
						
						 
						
						
						
						
					 
					
						2008-03-16 18:31:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7c738a09a 
					 
					
						
						
							
							Extend runex.pl to extract examples directly from RFC text.  
						
						 
						
						
						
						
					 
					
						2008-03-16 18:03:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a981e2adbc 
					 
					
						
						
							
							Add support for random key generation: this will be needed by enveloped data.  
						
						 
						
						
						
						
					 
					
						2008-03-16 13:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						88fce8539f 
					 
					
						
						
							
							Initial support for enveloped data decrypt. Extent runex.pl to cover these  
						
						 
						
						... 
						
						
						
						examples. All RFC4134 examples can now be processed. 
						
						
					 
					
						2008-03-15 23:21:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f1aa191b3 
					 
					
						
						
							
							Initial support for enveloped data decrypt. Extent runex.pl to cover these  
						
						 
						
						... 
						
						
						
						examples. All RFC4134 examples can not be processed. 
						
						
					 
					
						2008-03-15 23:21:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e540d1cd77 
					 
					
						
						
							
							Check for cipher BIO errors and set key length after parameter decode.  
						
						 
						
						
						
						
					 
					
						2008-03-15 13:37:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fd47c36136 
					 
					
						
						
							
							Return error if no cipher set for encrypted data type.  
						
						 
						
						... 
						
						
						
						Update CHANGES. 
						
						
					 
					
						2008-03-15 00:02:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d9f5f07e28 
					 
					
						
						
							
							Initial support for Encrypted Data type generation.  
						
						 
						
						
						
						
					 
					
						2008-03-14 23:30:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b31db9ee96 
					 
					
						
						
							
							Delete temp files.  
						
						 
						
						
						
						
					 
					
						2008-03-14 19:40:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1021f9aa5e 
					 
					
						
						
							
							Typos.  
						
						 
						
						
						
						
					 
					
						2008-03-14 19:38:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						320bfc1be7 
					 
					
						
						
							
							Reorganise encrypted content info code to avoid duplication and be more  
						
						 
						
						... 
						
						
						
						consistent with other content types. 
						
						
					 
					
						2008-03-14 19:37:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b820455c6e 
					 
					
						
						
							
							Encrypted Data type processing. Add options to cms utility and run section 7  
						
						 
						
						... 
						
						
						
						tests in RFC4134. 
						
						
					 
					
						2008-03-14 13:21:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c4436c977 
					 
					
						
						
							
							New utility functions for encryptedData content type which will also be used  
						
						 
						
						... 
						
						
						
						by envelopedData.
Use PRE and not POST when freeing up RecipientInfo. 
						
						
					 
					
						2008-03-14 00:58:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a78a03744d 
					 
					
						
						
							
							Only call free once in CHOICE type.  
						
						 
						
						
						
						
					 
					
						2008-03-14 00:57:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a329fdde51 
					 
					
						
						
							
							RFC4134 S/MIME examples test script.  
						
						 
						
						
						
						
					 
					
						2008-03-13 01:04:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31d3c84422 
					 
					
						
						
							
							.cvignore file for cms  
						
						 
						
						
						
						
					 
					
						2008-03-13 00:50:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						afff52a3ba 
					 
					
						
						
							
							Free up additional data in RecipientInfo structure  
						
						 
						
						
						
						
					 
					
						2008-03-13 00:48:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8931b30d84 
					 
					
						
						
							
							And so it begins...  
						
						 
						
						... 
						
						
						
						Initial support for CMS.
Add zlib compression BIO.
Add AES key wrap implementation.
Generalize S/MIME MIME code to support CMS and/or PKCS7. 
						
						
					 
					
						2008-03-12 21:14:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						27dc105f51 
					 
					
						
						
							
							Update year.  
						
						 
						
						
						
						
					 
					
						2008-03-12 13:05:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3964038fe6 
					 
					
						
						
							
							#undef X509_EXTENSIONS to avoid conflict with CryptoAPI.  
						
						 
						
						
						
						
					 
					
						2008-03-12 00:37:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b510d77535 
					 
					
						
						
							
							We already have an object for "zlib compression" but it was a place  
						
						 
						
						... 
						
						
						
						holder and its actual encoding never used.
Just as well because it's value looks like it was made up in the mists of
time...
Now there is a registered value for zlib compression (used in S/MIME
compressedData content type) use that instead. 
						
						
					 
					
						2008-02-29 14:24:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						56c7754cab 
					 
					
						
						
							
							Avoid warnings.  
						
						 
						
						
						
						
					 
					
						2008-02-28 14:05:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92e2c81aff 
					 
					
						
						
							
							Fix error code function name mismatches in GOST engine, rebuild errors.  
						
						 
						
						
						
						
					 
					
						2008-02-28 13:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a70a49a018 
					 
					
						
						
							
							Fix typo and avoid warning.  
						
						 
						
						
						
						
					 
					
						2008-02-28 13:18:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						61b05a0025 
					 
					
						
						
							
							Make x86_64-mont.pl work with debug Win64 build.  
						
						 
						
						
						
						
					 
					
						2008-02-27 20:09:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7c9882eb24 
					 
					
						
						
							
							fix BIGNUM flag handling  
						
						 
						
						
						
						
					 
					
						2008-02-27 06:01:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0d7f6fc76a 
					 
					
						
						
							
							Clarification and fix typo.  
						
						 
						
						
						
						
					 
					
						2008-02-25 18:11:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a9e96d724d 
					 
					
						
						
							
							Use default value for $dir if it is empty.  
						
						 
						
						
						
						
					 
					
						2008-02-25 13:14:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d9e427f09c 
					 
					
						
						
							
							Make sure to set indent-tabs-mode so that we get tabs, not spaces.  
						
						 
						
						
						
						
					 
					
						2008-02-21 07:24:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a23e3dbee1 
					 
					
						
						
							
							Support for NASM>=2 in Win64/x64 build.  
						
						 
						
						
						
						
					 
					
						2008-02-13 13:07:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						400ca0e467 
					 
					
						
						
							
							Add OIDs for compressedData content type and zlib compression.  
						
						 
						
						
						
						
					 
					
						2008-02-12 13:48:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9536b85c07 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2008-02-12 01:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d318c79b2 
					 
					
						
						
							
							Utility attribute function to retrieve attribute data from an expected  
						
						 
						
						... 
						
						
						
						type. Useful for many attributes which are single valued and can only
have one type. 
						
						
					 
					
						2008-02-11 17:52:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1ad90a916b 
					 
					
						
						
							
							Extend attribute setting routines to support non-string types.  
						
						 
						
						
						
						
					 
					
						2008-02-11 13:59:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8ab9025e31 
					 
					
						
						
							
							Ad-hockery for Platform SDK ml64.  
						
						 
						
						
						
						
					 
					
						2008-02-11 13:04:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9e5df8e448 
					 
					
						
						
							
							Support custom primitive type printing routines and add one to LONG type.  
						
						 
						
						
						
						
					 
					
						2008-02-08 13:07:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						96d13fe62b 
					 
					
						
						
							
							Micro-profiling assisted "optimization" for Power6. Essentially it's so  
						
						 
						
						... 
						
						
						
						to say educational commit. Reordering instructions doesn't improve
performance much, rather exhibits Power6 limitations. 
						
						
					 
					
						2008-02-06 10:18:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						089458b096 
					 
					
						
						
							
							ppc64-mont optimization.  
						
						 
						
						
						
						
					 
					
						2008-02-05 13:10:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7c1722c60d 
					 
					
						
						
							
							Add missing colon in manpage  
						
						 
						
						... 
						
						
						
						Submitted by: Richard Hartmann <richih.mailinglist@gmail.com > 
						
						
					 
					
						2008-01-30 08:26:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c020c3213e 
					 
					
						
						
							
							Add Global Sign root CA.  
						
						 
						
						
						
						
					 
					
						2008-01-26 23:42:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						930875ef77 
					 
					
						
						
							
							Clarify FAQ.  
						
						 
						
						
						
						
					 
					
						2008-01-23 19:21:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3b979c5450 
					 
					
						
						
							
							Clarify BITLIST format and include an example.  
						
						 
						
						
						
						
					 
					
						2008-01-23 19:10:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						339ad7ce73 
					 
					
						
						
							
							rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.  
						
						 
						
						
						
						
					 
					
						2008-01-17 19:48:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						676517e08e 
					 
					
						
						
							
							crypto/rc5/Makefile was erroneously omitted from last perlasm unification.  
						
						 
						
						... 
						
						
						
						Also remove obsolete and now misleading comments. 
						
						
					 
					
						2008-01-15 11:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52108cecc0 
					 
					
						
						
							
							<strings.h> does not exist under WIN32.  
						
						 
						
						
						
						
					 
					
						2008-01-14 18:10:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						addd641f3a 
					 
					
						
						
							
							Unify ppc assembler make rules.  
						
						 
						
						
						
						
					 
					
						2008-01-13 22:01:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f63e4be392 
					 
					
						
						
							
							Automate assembler support for Win64 targets (more work is needed).  
						
						 
						
						
						
						
					 
					
						2008-01-13 17:56:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ca55d11f84 
					 
					
						
						
							
							Allow to specify filename on sha1-ia64.pl command line.  
						
						 
						
						
						
						
					 
					
						2008-01-13 17:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						abe7f8b457 
					 
					
						
						
							
							Make all x86_64 modules independent on current working directory.  
						
						 
						
						
						
						
					 
					
						2008-01-13 17:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a078befcbe 
					 
					
						
						
							
							rc4-x86_64 portability fix.  
						
						 
						
						
						
						
					 
					
						2008-01-12 11:29:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f12797a447 
					 
					
						
						
							
							Missing headers.  
						
						 
						
						
						
						
					 
					
						2008-01-12 11:22:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fa8e921f66 
					 
					
						
						
							
							Unify x86 perlasm make rules.  
						
						 
						
						
						
						
					 
					
						2008-01-11 13:15:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4287ade5b4 
					 
					
						
						
							
							Automate assembler support in mk1mf even further.  
						
						 
						
						
						
						
					 
					
						2008-01-11 11:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7398053149 
					 
					
						
						
							
							Experimental support for import of more options from Configure  
						
						 
						
						... 
						
						
						
						(via top level Makefile) into mk1mf builds. This avoids the need
to duplicate the CFLAG handling and can auto build assembly language
source files from perl scripts.
Extend VC-WIN32 Configure entry to include new options. 
						
						
					 
					
						2008-01-06 00:36:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d1f3f7a6c 
					 
					
						
						
							
							Update perl asm scripts include paths for perlasm.  
						
						 
						
						
						
						
					 
					
						2008-01-05 22:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aff686df91 
					 
					
						
						
							
							Fix unsigned/signed warnings in ssl.  
						
						 
						
						
						
						
					 
					
						2008-01-05 21:35:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						637f90621d 
					 
					
						
						
							
							Cygwin compatibility fix to apps/ocsp.c.  
						
						 
						
						
						
						
					 
					
						2008-01-05 21:32:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6d0624aca3 
					 
					
						
						
							
							Compensate for BSDi shell bug.  
						
						 
						
						
						
						
					 
					
						2008-01-05 21:30:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						085ea80371 
					 
					
						
						
							
							engine/ccgost Win32 portability fixes.  
						
						 
						
						
						
						
					 
					
						2008-01-05 21:28:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ab0ff06205 
					 
					
						
						
							
							Make aes-x86_64 work with debug Win64 build.  
						
						 
						
						
						
						
					 
					
						2008-01-05 18:17:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						79eeb47031 
					 
					
						
						
							
							Make AES_T[ed] private to aes-586 module.  
						
						 
						
						
						
						
					 
					
						2008-01-05 08:58:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9911b7496f 
					 
					
						
						
							
							Include Mont asm files in WIN32 build.  
						
						 
						
						
						
						
					 
					
						2008-01-05 00:45:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3dbd453f41 
					 
					
						
						
							
							Add extra SHA2 defines.  
						
						 
						
						
						
						
					 
					
						2008-01-05 00:44:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						731339627f 
					 
					
						
						
							
							Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it is  
						
						 
						
						... 
						
						
						
						known to exist. It does not exist on AIX 4.3.3, AIX 5.1, SCO 5, or Cygwin"
and disabled it on banch of systems it's known to exists, such as FreeBSD,
Solaris, 64-bit HP-UX, MacOS X. Get it straight. 
						
						
					 
					
						2008-01-04 23:03:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						26e71a1850 
					 
					
						
						
							
							x86gas.pl update.  
						
						 
						
						
						
						
					 
					
						2008-01-04 22:58:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db01bad30f 
					 
					
						
						
							
							Add sha2 defines.  
						
						 
						
						
						
						
					 
					
						2008-01-04 16:32:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ff28e017d 
					 
					
						
						
							
							Update netware to use new SHA2 assembly language modules.  
						
						 
						
						
						
						
					 
					
						2008-01-04 13:18:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4664eb5230 
					 
					
						
						
							
							Update WIN32 nasm build to use new asm files.  
						
						 
						
						
						
						
					 
					
						2008-01-04 00:48:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						744ecaa5b6 
					 
					
						
						
							
							Avoid WIN32 signed/unsigned warnings.  
						
						 
						
						
						
						
					 
					
						2008-01-04 00:37:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76d761ccd3 
					 
					
						
						
							
							Move CHANGES entry. Revert include file install line.  
						
						 
						
						
						
						
					 
					
						2008-01-03 22:57:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eef0c1f34c 
					 
					
						
						
							
							Netware support.  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter Knauf <eflash@gmx.net > 
						
						
					 
					
						2008-01-03 22:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						82a2431327 
					 
					
						
						
							
							NASM has recently changed name of win32 pre-compiled binary.  
						
						 
						
						... 
						
						
						
						PR: 1627 
						
						
					 
					
						2008-01-03 17:09:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						96fc37f145 
					 
					
						
						
							
							Add quotes to Win32 install directories.  
						
						 
						
						... 
						
						
						
						Submitted by:  Mladen Turk <mturk@apache.org > 
						
						
					 
					
						2008-01-03 16:37:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3a87756fed 
					 
					
						
						
							
							perlasm/x86*.pl updates.  
						
						 
						
						
						
						
					 
					
						2008-01-03 16:21:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c8ec4a1b0b 
					 
					
						
						
							
							Final (for this commit series) optimized version and with commentary section.  
						
						 
						
						
						
						
					 
					
						2007-12-29 20:30:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						699e1a3a82 
					 
					
						
						
							
							This is also informational commit exposing loop modulo scheduling "factor."  
						
						 
						
						
						
						
					 
					
						2007-12-29 20:28:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						64214a2183 
					 
					
						
						
							
							New Montgomery multiplication module, ppc64-mont.pl. Reference, non-optimized  
						
						 
						
						... 
						
						
						
						implementation. This is essentially informational commit. 
						
						
					 
					
						2007-12-29 20:26:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0fcb905b0d 
					 
					
						
						
							
							ppc-xlate.pl update.  
						
						 
						
						
						
						
					 
					
						2007-12-29 18:50:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4be63cfb55 
					 
					
						
						
							
							Source readability fix, which incidentally works around XLC compiler bug.  
						
						 
						
						
						
						
					 
					
						2007-12-29 18:32:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ca64056836 
					 
					
						
						
							
							Engage x86 assembler in Mac OS X build.  
						
						 
						
						
						
						
					 
					
						2007-12-18 17:33:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						df77428443 
					 
					
						
						
							
							Mac OS X x86 assembler support.  
						
						 
						
						
						
						
					 
					
						2007-12-18 17:28:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3e583572b3 
					 
					
						
						
							
							Disable support for Metrowerks assembler. Assembler itself is broken,  
						
						 
						
						... 
						
						
						
						specifically it incorrectly encodes EA offsets between 128 and 255. 
						
						
					 
					
						2007-12-18 09:32:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						43d8f27dca 
					 
					
						
						
							
							x86 perlasm overhaul.  
						
						 
						
						
						
						
					 
					
						2007-12-18 09:18:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b045299113 
					 
					
						
						
							
							Avoid aliasing warning.  
						
						 
						
						
						
						
					 
					
						2007-12-16 13:57:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						13baedc55b 
					 
					
						
						
							
							Update ordinals  
						
						 
						
						
						
						
					 
					
						2007-12-16 13:16:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9400d9ac83 
					 
					
						
						
							
							Initialize sigsize.  
						
						 
						
						
						
						
					 
					
						2007-12-14 16:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						341e18b497 
					 
					
						
						
							
							Handle non-SHA1 digests for certids in OCSP test responder.  
						
						 
						
						
						
						
					 
					
						2007-12-14 12:43:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						339a1820fd 
					 
					
						
						
							
							gmp engine was non-operational.  
						
						 
						
						
						
						
					 
					
						2007-12-04 20:28:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cec2538ca9 
					 
					
						
						
							
							Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve  
						
						 
						
						... 
						
						
						
						Use default algorithms for OCSP request and response signing. New command
line option to support other digest use for OCSP certificate IDs. 
						
						
					 
					
						2007-12-04 12:41:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28f7e60d47 
					 
					
						
						
							
							Change submitted by Doug Kaufman.  He writes:  
						
						 
						
						... 
						
						
						
						I just compiled the 9.9-dev version from the 12022007 tarball under
  DJGPP. There were only 2 changes needed, one for b_sock.c, since
  DJGPP with WATT32 doesn't define socklen_t and one for testtsa to
  handle DOS style path separators. I also noted what seems to be a
  typographical error in ts.pod. The test suite passes. The patch is
  attached.
  Since I am in the US, I have sent notifications to the Bureau of
  Industry and Security and to the NSA. 
						
						
					 
					
						2007-12-03 09:02:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						544b82e493 
					 
					
						
						
							
							Some assembler are allergic to lea reg,BYTE PTR[...].  
						
						 
						
						... 
						
						
						
						Submitted by: Guenter Knauf 
						
						
					 
					
						2007-12-02 21:32:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8789af8db8 
					 
					
						
						
							
							Structure symbol decorations, optimize label handling...  
						
						 
						
						
						
						
					 
					
						2007-11-24 16:03:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1ad6a1b5e9 
					 
					
						
						
							
							Rebuild OID database: duplicates got in there somehow??  
						
						 
						
						
						
						
					 
					
						2007-11-23 00:34:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e150083bb 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-11-23 00:19:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98d8baabbd 
					 
					
						
						
							
							Add caRepository OID and sync object NIDs with OpenSSL 0.9.8.  
						
						 
						
						
						
						
					 
					
						2007-11-23 00:14:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c1d2e00ec5 
					 
					
						
						
							
							Synchronize x86nasm.pl with x86unix.pl.  
						
						 
						
						
						
						
					 
					
						2007-11-22 21:21:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ad8bd4ece8 
					 
					
						
						
							
							Combat [bogus] relocations in some assember modules.  
						
						 
						
						
						
						
					 
					
						2007-11-22 20:51:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f0550c4c1 
					 
					
						
						
							
							Lookup public key ASN1 methods by string by iterating through all  
						
						 
						
						... 
						
						
						
						implementations instead of all added ENGINEs to cover case where an
ENGINE is not added. 
						
						
					 
					
						2007-11-21 17:25:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98057eba77 
					 
					
						
						
							
							Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Update gost algorithm print routines. 
						
						
					 
					
						2007-11-21 12:39:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						097f9d8c52 
					 
					
						
						
							
							Avoid warning.  
						
						 
						
						
						
						
					 
					
						2007-11-20 17:52:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						60447e59ef 
					 
					
						
						
							
							Update debug-steve targets.  
						
						 
						
						
						
						
					 
					
						2007-11-20 17:51:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						94e6ae7a69 
					 
					
						
						
							
							Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>  
						
						 
						
						... 
						
						
						
						Make {d2i,i2d}_PrivateKey() fall back to PKCS#8 format if no legacy format
supported. Add support in d2i_AutoPrivateKey(). 
						
						
					 
					
						2007-11-20 13:37:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f670738987 
					 
					
						
						
							
							Rebuild object cross reference table.  
						
						 
						
						
						
						
					 
					
						2007-11-20 13:04:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b6a338cb29 
					 
					
						
						
							
							Typos in man pages: dependant->dependent  
						
						 
						
						... 
						
						
						
						Submitted by: Tobias Stoeckmann <tobias@bugol.de > 
						
						
					 
					
						2007-11-19 09:18:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4726fcfc25 
					 
					
						
						
							
							Should reject signatures that we can't properly verify  
						
						 
						
						... 
						
						
						
						and couldn't generate
(as pointed out by Ernst G Giessmann) 
						
						
					 
					
						2007-11-19 07:25:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						15bd07e923 
					 
					
						
						
							
							fix typos  
						
						 
						
						... 
						
						
						
						Submitted by: Ernst G. Giessmann 
						
						
					 
					
						2007-11-19 07:24:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fdf355878c 
					 
					
						
						
							
							Fix buffer overflow.  
						
						 
						
						
						
						
					 
					
						2007-11-16 14:41:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						da989402f2 
					 
					
						
						
							
							The hash length check wasn't strict enough,  
						
						 
						
						... 
						
						
						
						as pointed out by Ernst G Giessmann 
						
						
					 
					
						2007-11-16 13:01:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						10f0c85cfc 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2007-11-16 03:03:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						70ba4ee5d5 
					 
					
						
						
							
							Commit  #16325  fixed one thing but broke DH with certain moduli.  
						
						 
						
						
						
						
					 
					
						2007-11-03 20:09:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31f528b15d 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-11-03 13:09:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						86140095b5 
					 
					
						
						
							
							Add OIDs by CMP (RFC 4210) and CRMF (RFC 4211)  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Peylo <martinmeis@googlemail.com > 
						
						
					 
					
						2007-11-01 08:24:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e1d3ba50e 
					 
					
						
						
							
							Fix duplicate error codes.  
						
						 
						
						
						
						
					 
					
						2007-10-26 23:54:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						37210fe7e2 
					 
					
						
						
							
							GOST ENGINE information.  
						
						 
						
						
						
						
					 
					
						2007-10-26 23:50:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0e1dba934f 
					 
					
						
						
							
							1. Changes for s_client.c to make it return non-zero exit code in case  
						
						 
						
						... 
						
						
						
						of handshake failure
2. Changes to x509_certificate_type function (crypto/x509/x509type.c) to
make it recognize GOST certificates as EVP_PKT_SIGN|EVP_PKT_EXCH
(required for s3_srvr to accept GOST client certificates).
3. Changes to EVP
	- adding of function EVP_PKEY_CTX_get0_peerkey
	- Make function EVP_PKEY_derive_set_peerkey work for context with
	  ENCRYPT operation, because we use peerkey field in the context to
	  pass non-ephemeral secret key to GOST encrypt operation.
	- added EVP_PKEY_CTRL_SET_IV control command. It is really
	  GOST-specific, but it is used in SSL code, so it has to go
	  in some header file, available during libssl compilation
4. Fix to HMAC to avoid call of OPENSSL_cleanse on undefined data
5. Include des.h if KSSL_DEBUG is defined into some libssl files, to
  make debugging output which depends on constants defined there, work
  and other KSSL_DEBUG output fixes
6. Declaration of real GOST ciphersuites, two authentication methods
   SSL_aGOST94 and SSL_aGOST2001 and one key exchange method SSL_kGOST
7. Implementation  of these methods.
8. Support for sending unsolicited serverhello extension if GOST
  ciphersuite is selected. It is require for interoperability with
  CryptoPro CSP 3.0 and 3.6 and controlled by
  SSL_OP_CRYPTOPRO_TLSEXT_BUG constant.
  This constant is added to SSL_OP_ALL, because it does nothing, if
  non-GOST ciphersuite is selected, and all implementation of GOST
  include compatibility with CryptoPro.
9. Support for CertificateVerify message without length field. It is
   another CryptoPro bug, but support is made unconditional, because it
   does no harm for draft-conforming implementation.
10. In tls1_mac extra copy of stream mac context is no more done.
  When I've written currently commited code I haven't read
  EVP_DigestSignFinal manual carefully enough and haven't noticed that
  it does an internal digest ctx copying.
This implementation was tested against
1. CryptoPro CSP 3.6 client and server
2. Cryptopro CSP 3.0 server 
						
						
					 
					
						2007-10-26 12:06:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						11d01d371f 
					 
					
						
						
							
							Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f  
						
						 
						
						
						
						
					 
					
						2007-10-19 08:26:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76c3ef7446 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-10-18 11:42:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						659f7f3168 
					 
					
						
						
							
							Don't let DTLS ChangeCipherSpec increment handshake sequence number.  
						
						 
						
						... 
						
						
						
						PR: 1587 
						
						
					 
					
						2007-10-17 21:15:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d3bf9c730 
					 
					
						
						
							
							Don't lookup zero length session ID.  
						
						 
						
						... 
						
						
						
						PR: 1591 
						
						
					 
					
						2007-10-17 17:31:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4017e8706c 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-10-17 11:49:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3ce54f35b3 
					 
					
						
						
							
							Make ssl compile [from 098-stable, bug is masked by default].  
						
						 
						
						
						
						
					 
					
						2007-10-14 14:09:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ebc06fba67 
					 
					
						
						
							
							Bunch of constifications.  
						
						 
						
						
						
						
					 
					
						2007-10-13 15:51:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e979c039f9 
					 
					
						
						
							
							Fix warnings in d1_both.c [from 0.9.8-stable].  
						
						 
						
						
						
						
					 
					
						2007-10-13 11:00:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						90acf770b5 
					 
					
						
						
							
							DTLS fixes from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2007-10-13 10:57:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0d89e45690 
					 
					
						
						
							
							Synchronize CHANGES between 0.9.8 and HEAD.  
						
						 
						
						
						
						
					 
					
						2007-10-13 10:55:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1948c7e6dd 
					 
					
						
						
							
							0.9.8f.  
						
						 
						
						
						
						
					 
					
						2007-10-12 10:56:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6db6a0070 
					 
					
						
						
							
							Update CHANGES. Keep ordinals consistent.  
						
						 
						
						
						
						
					 
					
						2007-10-12 00:15:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fdb2fe6dc2 
					 
					
						
						
							
							New release.  
						
						 
						
						
						
						
					 
					
						2007-10-11 19:31:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a2115c5d17 
					 
					
						
						
							
							Respect cookie length set by app_gen_cookie_cb.  
						
						 
						
						... 
						
						
						
						Submitted by: Alex Lam 
						
						
					 
					
						2007-10-09 19:31:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4fe55663df 
					 
					
						
						
							
							Make DTLS1 record layer MAC calculation RFC compliant.  
						
						 
						
						... 
						
						
						
						Submitted by: Alex Lam 
						
						
					 
					
						2007-10-09 19:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ae1552ee99 
					 
					
						
						
							
							Addendum to commit  #16654 .  
						
						 
						
						
						
						
					 
					
						2007-10-09 16:37:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						debf380122 
					 
					
						
						
							
							size_t-fy crypto/buffer.  
						
						 
						
						
						
						
					 
					
						2007-10-09 15:52:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						ddb038d349 
					 
					
						
						
							
							ignore a few additionally generated files  
						
						 
						
						
						
						
					 
					
						2007-10-09 09:56:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b7cc9dffac 
					 
					
						
						
							
							Addendum to commit  #16651 .  
						
						 
						
						
						
						
					 
					
						2007-10-07 14:34:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e1b81fed33 
					 
					
						
						
							
							Make it possible to link VC static lib with either /MT or /MD application.  
						
						 
						
						... 
						
						
						
						PR: 1230 
						
						
					 
					
						2007-10-07 12:55:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d58f1bbfe 
					 
					
						
						
							
							Prohibit RC4 in DTLS.  
						
						 
						
						
						
						
					 
					
						2007-10-05 21:04:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fcd1cb666c 
					 
					
						
						
							
							Fix from fips branch.  
						
						 
						
						
						
						
					 
					
						2007-10-05 16:53:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f19a9cb9f 
					 
					
						
						
							
							Off by one fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-10-04 12:07:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0023adb47a 
					 
					
						
						
							
							Switch to bn-s390x (it's faster on keys longer than 512 bits) and mention  
						
						 
						
						... 
						
						
						
						s390x assembler pack in CHANAGES. 
						
						
					 
					
						2007-10-01 07:38:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						81fe8dcfe1 
					 
					
						
						
							
							Oops! This was erroneously left out commit  #16632 .  
						
						 
						
						
						
						
					 
					
						2007-10-01 06:27:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d527834a1d 
					 
					
						
						
							
							Basic idea behind explicit IV is to make it unpredictable for attacker.  
						
						 
						
						... 
						
						
						
						Until now it was xor between CBC residue and 1st block from last datagram,
or in other words still predictable. 
						
						
					 
					
						2007-09-30 22:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						89c333e3e5 
					 
					
						
						
							
							Make ChangeCipherSpec compliant with DTLS RFC4347.  
						
						 
						
						
						
						
					 
					
						2007-09-30 21:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0d97d00b6c 
					 
					
						
						
							
							DTLS RFC4347 says HelloVerifyRequest resets Finished MAC.  
						
						 
						
						
						
						
					 
					
						2007-09-30 19:34:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e7adda52b3 
					 
					
						
						
							
							DTLS RFC4347 requires client to use rame random field in reply to  
						
						 
						
						... 
						
						
						
						HelloVerifyRequest. 
						
						
					 
					
						2007-09-30 19:15:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7432d073af 
					 
					
						
						
							
							Switch to RFC-compliant version encoding in DTLS.  
						
						 
						
						
						
						
					 
					
						2007-09-30 18:53:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04e2ab2c02 
					 
					
						
						
							
							Move no status notification to ssl_check_serverhello_tlsext() to ensure  
						
						 
						
						... 
						
						
						
						no status is notified even if no server extensions are present. 
						
						
					 
					
						2007-09-28 17:45:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b7fcc08976 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2007-09-28 17:18:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7722e53f12 
					 
					
						
						
							
							Yet another ARM update. It appears to be more appropriate to make  
						
						 
						
						... 
						
						
						
						developers responsible for -march choice. 
						
						
					 
					
						2007-09-27 16:27:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c3ee16272 
					 
					
						
						
							
							Move -march=armv4t to ./config.  
						
						 
						
						
						
						
					 
					
						2007-09-27 07:43:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						19112771d6 
					 
					
						
						
							
							Minor ARMv4 update.  
						
						 
						
						
						
						
					 
					
						2007-09-27 07:20:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4c7c5ff667 
					 
					
						
						
							
							ARMv4 assembler pack.  
						
						 
						
						
						
						
					 
					
						2007-09-27 07:09:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d7e915616d 
					 
					
						
						
							
							10% performance tweak in 64-bit mode.  
						
						 
						
						
						
						
					 
					
						2007-09-27 06:19:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						67c8e7f414 
					 
					
						
						
							
							Support for certificate status TLS extension.  
						
						 
						
						
						
						
					 
					
						2007-09-26 21:56:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						74eb3e0914 
					 
					
						
						
							
							Make sha512-armv4.pl byte-order neutral.  
						
						 
						
						
						
						
					 
					
						2007-09-26 12:17:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						79fe664f19 
					 
					
						
						
							
							Clarify commentary in sha512-sparcv9.pl.  
						
						 
						
						
						
						
					 
					
						2007-09-26 12:16:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5f0477f47b 
					 
					
						
						
							
							Typos  
						
						 
						
						... 
						
						
						
						PR: 1578
Submitted by: Charles Longeau <chl@tuxfamily.org > 
						
						
					 
					
						2007-09-24 11:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7bbce69721 
					 
					
						
						
							
							Port from 0.9.8-stable  
						
						 
						
						
						
						
					 
					
						2007-09-24 11:01:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						870d6541f2 
					 
					
						
						
							
							Use accept flag for new session ticket write.  
						
						 
						
						
						
						
					 
					
						2007-09-23 15:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02c27b113c 
					 
					
						
						
							
							properly handle length-zero opaque PRF input values  
						
						 
						
						... 
						
						
						
						(which are pointless, but still might occur) 
						
						
					 
					
						2007-09-23 11:30:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						86d4bc3aea 
					 
					
						
						
							
							fix length parameter in SSL_set_tlsext_opaque_prf_input() calls  
						
						 
						
						
						
						
					 
					
						2007-09-23 11:08:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						761772d7e1 
					 
					
						
						
							
							Implement the Opaque PRF Input TLS extension  
						
						 
						
						... 
						
						
						
						(draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
bugfixes on the way.  In particular, this fixes the buffer bounds
checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().
Note that the opaque PRF Input TLS extension is not compiled by default;
see CHANGES. 
						
						
					 
					
						2007-09-21 06:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						54ef01b54b 
					 
					
						
						
							
							Fix indentation in d1_both.c.  
						
						 
						
						
						
						
					 
					
						2007-09-19 16:38:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						9311c4421a 
					 
					
						
						
							
							Fix dependencies. Make depend.  
						
						 
						
						
						
						
					 
					
						2007-09-19 14:53:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						aaa4f448cf 
					 
					
						
						
							
							The other half of make errors.  
						
						 
						
						
						
						
					 
					
						2007-09-19 14:51:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5f8b524619 
					 
					
						
						
							
							make errors.  
						
						 
						
						
						
						
					 
					
						2007-09-19 14:29:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						08111768a2 
					 
					
						
						
							
							fix warning  
						
						 
						
						
						
						
					 
					
						2007-09-19 01:43:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1b827d7b6f 
					 
					
						
						
							
							Clean up error codes a bit.  
						
						 
						
						... 
						
						
						
						(engines/ccgost/ remains utter chaos, though; "make errors" is not happy.) 
						
						
					 
					
						2007-09-19 00:58:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a005fb019f 
					 
					
						
						
							
							Addenum to "Constify obj_dat.[ch]."  
						
						 
						
						
						
						
					 
					
						2007-09-18 22:15:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b5e5760d01 
					 
					
						
						
							
							Minor formatting fixes in crypto/sha/asm.  
						
						 
						
						
						
						
					 
					
						2007-09-18 21:12:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cf2bc94e5c 
					 
					
						
						
							
							Wire RC4 key_table to read-only segment.  
						
						 
						
						
						
						
					 
					
						2007-09-18 21:10:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						26f0cf69d3 
					 
					
						
						
							
							Constify obj_dat.[ch], as well as minimize linker relocations.  
						
						 
						
						
						
						
					 
					
						2007-09-18 21:05:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						61836c1b70 
					 
					
						
						
							
							Wire DES weak_keys to read-only segment.  
						
						 
						
						
						
						
					 
					
						2007-09-18 20:58:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2a1b0c8d65 
					 
					
						
						
							
							Eliminate redundant make rule.  
						
						 
						
						
						
						
					 
					
						2007-09-18 20:57:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						75a8e30f4f 
					 
					
						
						
							
							Minimize stack utilization in probable_prime.  
						
						 
						
						
						
						
					 
					
						2007-09-18 20:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						716b87a026 
					 
					
						
						
							
							Remove excessive whitespaces from bio.h  
						
						 
						
						
						
						
					 
					
						2007-09-18 20:48:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						08b229e13f 
					 
					
						
						
							
							Make sure that BN_from_montgomery keeps the BIGNUMS in proper format  
						
						 
						
						
						
						
					 
					
						2007-09-18 16:35:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a529a80108 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-09-17 17:54:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c81898cbc4 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-09-17 17:31:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						330591fdfc 
					 
					
						
						
							
							Mention aes in enc.pod.  
						
						 
						
						... 
						
						
						
						PR: 1529 
						
						
					 
					
						2007-09-17 16:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c7503f5240 
					 
					
						
						
							
							Mention SHA2 in openssl.pod.  
						
						 
						
						... 
						
						
						
						PR: 1575 
						
						
					 
					
						2007-09-17 15:56:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eff371c866 
					 
					
						
						
							
							Remove pq_compat.h.  
						
						 
						
						
						
						
					 
					
						2007-09-16 19:29:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8dc899dee4 
					 
					
						
						
							
							Minor sha[256|512]-586 performance tweaks.  
						
						 
						
						
						
						
					 
					
						2007-09-16 18:47:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cc3d7bd0fc 
					 
					
						
						
							
							It's inappropraite to override application signal, nor is it appropriate  
						
						 
						
						... 
						
						
						
						to shut down Winsock unless we know it won't be used [and we never do].
PR: 1439 
						
						
					 
					
						2007-09-16 18:35:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7df4c86bdd 
					 
					
						
						
							
							Minor fix in link_[oa].hpux.  
						
						 
						
						
						
						
					 
					
						2007-09-16 14:11:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c313e32a8b 
					 
					
						
						
							
							BSD run-time linkers apparently demand RPATH on .so objects.  
						
						 
						
						... 
						
						
						
						PR: 1381 
						
						
					 
					
						2007-09-16 12:23:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						77519b51db 
					 
					
						
						
							
							Make bn2dec work on "SIXTY_FOUR_BIT" platforms.  
						
						 
						
						... 
						
						
						
						PR: 1456 
						
						
					 
					
						2007-09-15 17:05:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a01868e35 
					 
					
						
						
							
							Remove sha512-sse2.pl.  
						
						 
						
						
						
						
					 
					
						2007-09-15 13:45:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						563d3e5948 
					 
					
						
						
							
							Engage new x86 assembler modules.  
						
						 
						
						
						
						
					 
					
						2007-09-14 21:06:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1187ee7dad 
					 
					
						
						
							
							More Intel cc fix-ups.  
						
						 
						
						
						
						
					 
					
						2007-09-14 19:32:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7c5921e736 
					 
					
						
						
							
							Handle empty case in X509_NAME canonical encoding.  
						
						 
						
						
						
						
					 
					
						2007-09-14 18:11:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						399f94bfb4 
					 
					
						
						
							
							Commentary updates.  
						
						 
						
						
						
						
					 
					
						2007-09-13 07:27:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1fa29843fa 
					 
					
						
						
							
							SHA512 for ARMv4.  
						
						 
						
						
						
						
					 
					
						2007-09-13 07:26:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ee0449b17c 
					 
					
						
						
							
							SHA256/512 for x86.  
						
						 
						
						
						
						
					 
					
						2007-09-13 07:26:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e28eddc51f 
					 
					
						
						
							
							Typo? Why did this work, anyway?  
						
						 
						
						
						
						
					 
					
						2007-09-08 15:58:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d82a612a90 
					 
					
						
						
							
							Fix warning: print format option not compatible with size_t.  
						
						 
						
						
						
						
					 
					
						2007-09-07 13:34:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e7e8f4b333 
					 
					
						
						
							
							Fix another warning.  
						
						 
						
						
						
						
					 
					
						2007-09-07 13:27:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6fbcb4220 
					 
					
						
						
							
							Change safestack reimplementation to match 0.9.8.  
						
						 
						
						... 
						
						
						
						Fix additional gcc 4.2 value not used warnings. 
						
						
					 
					
						2007-09-07 13:25:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8164032a2e 
					 
					
						
						
							
							Fix warnings: computed value not use, incompatible pointer initialization  
						
						 
						
						... 
						
						
						
						and cast from pointer to int of different size (linux-x86_64 and align). 
						
						
					 
					
						2007-09-07 13:03:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a5804a750b 
					 
					
						
						
							
							Add sha512_block implementation optimized for small register bank.  
						
						 
						
						... 
						
						
						
						On x86 it gives same performance, while code size shrinks >10 times. 
						
						
					 
					
						2007-09-07 12:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81025661a9 
					 
					
						
						
							
							Update ssl code to support digests other than MD5+SHA1 in handshake.  
						
						 
						
						... 
						
						
						
						Submitted by: Victor B. Wagner <vitus@cryptocom.ru > 
						
						
					 
					
						2007-08-31 12:42:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4ece7eb6f4 
					 
					
						
						
							
							Constify seed and md2.  
						
						 
						
						
						
						
					 
					
						2007-08-31 10:12:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0bb01b7df0 
					 
					
						
						
							
							Offer darwin64-x86_64-cc as option.  
						
						 
						
						
						
						
					 
					
						2007-08-31 10:09:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1c56e95e28 
					 
					
						
						
							
							Compress and more aggressively constify ec_curve.c [the latter is  
						
						 
						
						... 
						
						
						
						achieved by minimizing link relocations]. 
						
						
					 
					
						2007-08-31 09:36:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						446124a258 
					 
					
						
						
							
							Check return code when attempting to receive new session ticket message.  
						
						 
						
						
						
						
					 
					
						2007-08-31 00:28:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						583b0b67ab 
					 
					
						
						
							
							Unify RC4 settings among darwin platforms.  
						
						 
						
						
						
						
					 
					
						2007-08-30 08:09:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						584502d4a0 
					 
					
						
						
							
							Add darwin64-x86_64-cc target.  
						
						 
						
						
						
						
					 
					
						2007-08-30 07:54:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d8803d5ae6 
					 
					
						
						
							
							aes_ige suffered SIGBUS on RISC platforms.  
						
						 
						
						
						
						
					 
					
						2007-08-29 21:30:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						acfb4b5b9f 
					 
					
						
						
							
							Improve cache locality in linux64-sparcv9.  
						
						 
						
						
						
						
					 
					
						2007-08-29 20:46:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0ddd3ea217 
					 
					
						
						
							
							Make naming more consistent.  
						
						 
						
						
						
						
					 
					
						2007-08-28 21:02:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6a8517f274 
					 
					
						
						
							
							Make room for Camellia assembler.  
						
						 
						
						
						
						
					 
					
						2007-08-28 20:45:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						94d511cdbd 
					 
					
						
						
							
							Add ctrls to set and get RFC4507bis keys to enable several contexts to  
						
						 
						
						... 
						
						
						
						reuse the same tickets. 
						
						
					 
					
						2007-08-28 01:08:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec5d747328 
					 
					
						
						
							
							Add Google sponsorship note.  
						
						 
						
						
						
						
					 
					
						2007-08-27 23:41:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c6880b2533 
					 
					
						
						
							
							shlib_wrap commentary update.  
						
						 
						
						
						
						
					 
					
						2007-08-27 08:51:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eb6eb3e630 
					 
					
						
						
							
							shlib_wrap update, IRIX section.  
						
						 
						
						
						
						
					 
					
						2007-08-27 08:42:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ae4eb3c9ac 
					 
					
						
						
							
							IRIX and Tru64 platform updates.  
						
						 
						
						
						
						
					 
					
						2007-08-26 14:12:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba0e826d83 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-08-23 22:59:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3fef74b09 
					 
					
						
						
							
							Document ticket disabling option.  
						
						 
						
						
						
						
					 
					
						2007-08-23 22:49:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						014f62b649 
					 
					
						
						
							
							Add usage message for -sess_out, -sess_in  
						
						 
						
						
						
						
					 
					
						2007-08-23 12:20:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						55eab3b74b 
					 
					
						
						
							
							Make x86_64 modules work under Win64/x64.  
						
						 
						
						
						
						
					 
					
						2007-08-23 12:01:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dc0fcb98df 
					 
					
						
						
							
							Workaround MSVC6 compiler bug.  
						
						 
						
						
						
						
					 
					
						2007-08-23 11:59:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d24a9c8f5a 
					 
					
						
						
							
							Docs and usage messages for RFC4507bis support.  
						
						 
						
						
						
						
					 
					
						2007-08-23 11:34:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						42fe218b9f 
					 
					
						
						
							
							VAX C can't handle 64 bit integers, making SHA512 impossible...  
						
						 
						
						
						
						
					 
					
						2007-08-22 20:58:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						956006b741 
					 
					
						
						
							
							Use SHA256 for ticket HMAC if possible.  
						
						 
						
						
						
						
					 
					
						2007-08-20 12:35:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						167066fed4 
					 
					
						
						
							
							Fix for asm/no-asm on WIN32.  
						
						 
						
						
						
						
					 
					
						2007-08-13 02:24:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						525de5d335 
					 
					
						
						
							
							OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.  
						
						 
						
						
						
						
					 
					
						2007-08-12 23:59:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						367eb1f125 
					 
					
						
						
							
							Fix warning and make no-tlsext work.  
						
						 
						
						
						
						
					 
					
						2007-08-12 18:56:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3444961787 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2007-08-12 18:05:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						710069c19e 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2007-08-12 17:44:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ddd3a617ca 
					 
					
						
						
							
							Remove debugging fprintfs, fix typo.  
						
						 
						
						
						
						
					 
					
						2007-08-12 17:06:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6434abbfc6 
					 
					
						
						
							
							RFC4507 (including RFC4507bis) TLS stateless session resumption support  
						
						 
						
						... 
						
						
						
						for OpenSSL. 
						
						
					 
					
						2007-08-11 23:18:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e45c100762 
					 
					
						
						
							
							Typos in ./config.  
						
						 
						
						... 
						
						
						
						PR: 1563 
						
						
					 
					
						2007-08-01 11:20:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5a22a8e7f9 
					 
					
						
						
							
							MacOS X update.  
						
						 
						
						
						
						
					 
					
						2007-07-31 19:30:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d6c764573c 
					 
					
						
						
							
							Proper support for shared build under MacOS X.  
						
						 
						
						
						
						
					 
					
						2007-07-31 18:24:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9d35d08ab6 
					 
					
						
						
							
							Typo in ppccpuid.pl.  
						
						 
						
						
						
						
					 
					
						2007-07-31 18:19:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f7b61702a0 
					 
					
						
						
							
							document -S and -nopad options in usage information  
						
						 
						
						
						
						
					 
					
						2007-07-31 09:42:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						983180bb8b 
					 
					
						
						
							
							Buglet fixes and minor optimization in aes-x86_86 assembler.  
						
						 
						
						
						
						
					 
					
						2007-07-30 16:42:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cdb0392159 
					 
					
						
						
							
							Make preprocessor logic more fail-safe.  
						
						 
						
						
						
						
					 
					
						2007-07-30 11:53:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1891f5b395 
					 
					
						
						
							
							As for inline vs. __inline. The original code implies that most compilers  
						
						 
						
						... 
						
						
						
						understand inline, while WIN32 ones insist on __inline. Well, there are
other compilers that insist on __inline. At the same time it turned out
that most compilers understand both __inline and inline. I could find
only one that doesn't understand __inline, Sun C. In other words it seems
that __inline as preferred choice provides better coverage... 
						
						
					 
					
						2007-07-30 11:42:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a3963619f6 
					 
					
						
						
							
							Make ppccpuid AIX friendly.  
						
						 
						
						
						
						
					 
					
						2007-07-30 08:47:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34994068a4 
					 
					
						
						
							
							Respect ISO aliasing rules.  
						
						 
						
						... 
						
						
						
						PR: 1296 
						
						
					 
					
						2007-07-27 20:34:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						afaad0ada6 
					 
					
						
						
							
							AES for IA64 update.  
						
						 
						
						
						
						
					 
					
						2007-07-27 18:20:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						05f9cb3b77 
					 
					
						
						
							
							ia64cpuid update.  
						
						 
						
						
						
						
					 
					
						2007-07-27 18:03:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1988a456a7 
					 
					
						
						
							
							x86 perlasm updates.  
						
						 
						
						
						
						
					 
					
						2007-07-25 12:38:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						69216cc5a5 
					 
					
						
						
							
							Configure update from 098.  
						
						 
						
						
						
						
					 
					
						2007-07-24 14:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2cf6fa4c8b 
					 
					
						
						
							
							Update debug-steve  
						
						 
						
						
						
						
					 
					
						2007-07-24 00:27:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a61710b868 
					 
					
						
						
							
							Allow for option to skip hardware support.  
						
						 
						
						
						
						
					 
					
						2007-07-23 20:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20f7563f3d 
					 
					
						
						
							
							md32_common.h update.  
						
						 
						
						
						
						
					 
					
						2007-07-23 13:57:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3df2eff4bd 
					 
					
						
						
							
							x86*cpuid update.  
						
						 
						
						
						
						
					 
					
						2007-07-21 14:46:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a415ebd026 
					 
					
						
						
							
							Complete synchronization of aes-x86_64 with aes-586.  
						
						 
						
						
						
						
					 
					
						2007-07-21 14:20:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						52ee3d01ae 
					 
					
						
						
							
							Lppc_AES_[en|de]crypt_compact: size optimization.  
						
						 
						
						
						
						
					 
					
						2007-07-19 15:31:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e59f992be6 
					 
					
						
						
							
							Minor optimization in AES_set_encryption_key for x86_64.  
						
						 
						
						
						
						
					 
					
						2007-07-19 14:59:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8bae7722a2 
					 
					
						
						
							
							_x86_64_AES_[en|de]crypt_compact: size optimization and aggressive  
						
						 
						
						... 
						
						
						
						T[ed]4 prefetch. 
						
						
					 
					
						2007-07-19 14:29:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0d7dba92c8 
					 
					
						
						
							
							WIN32 VC++ build fixes.  
						
						 
						
						
						
						
					 
					
						2007-07-18 17:40:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce1390aedc 
					 
					
						
						
							
							shlib_wrap.sh update.  
						
						 
						
						
						
						
					 
					
						2007-07-16 14:00:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						287a9ee76e 
					 
					
						
						
							
							gas -g doesn't tolerate unpadded .bytes in code segment.  
						
						 
						
						
						
						
					 
					
						2007-07-13 21:35:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						96b0f6c16d 
					 
					
						
						
							
							Various minor updates to AES assembler modules.  
						
						 
						
						
						
						
					 
					
						2007-07-13 17:42:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e1612ea59d 
					 
					
						
						
							
							Add _x86_64_AES_[en|de]crypt_compact.  
						
						 
						
						
						
						
					 
					
						2007-07-13 17:39:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						71f4ea44eb 
					 
					
						
						
							
							EVP_*_cfb1 was broken.  
						
						 
						
						... 
						
						
						
						PR: 1318 
						
						
					 
					
						2007-07-08 19:14:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						35295bdbee 
					 
					
						
						
							
							bn_mul_recursive doesn't handle all cases correctly, which results in  
						
						 
						
						... 
						
						
						
						BN_mul failures at certain key-length mixes.
PR: 1427 
						
						
					 
					
						2007-07-08 18:53:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aa8d6f3e86 
					 
					
						
						
							
							Typo in str_lib.c  
						
						 
						
						... 
						
						
						
						PR: 1177 
						
						
					 
					
						2007-07-07 20:11:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						62aa5dd415 
					 
					
						
						
							
							Fix build problem on Tru64.  
						
						 
						
						
						
						
					 
					
						2007-06-29 13:11:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						673c55a2fe 
					 
					
						
						
							
							Latest bn_mont.c modification broke ECDSA test. I've got math wrong, which  
						
						 
						
						... 
						
						
						
						is fixed now. 
						
						
					 
					
						2007-06-29 13:10:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						949ce10e88 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2007-06-23 18:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8dee823e61 
					 
					
						
						
							
							Inline function declarations have to be prototypes.  
						
						 
						
						
						
						
					 
					
						2007-06-23 18:40:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d86336746 
					 
					
						
						
							
							Flush output in x86_64cpuid.pl.  
						
						 
						
						
						
						
					 
					
						2007-06-21 11:39:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5b89f78a89 
					 
					
						
						
							
							Typo in x86_64-mont.pl.  
						
						 
						
						... 
						
						
						
						PR: 1549 
						
						
					 
					
						2007-06-21 11:38:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						85a5668dba 
					 
					
						
						
							
							CHANGES update from 098-stable.  
						
						 
						
						
						
						
					 
					
						2007-06-20 17:46:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c943ca5404 
					 
					
						
						
							
							Optimize OPENSSL_cleanse.  
						
						 
						
						
						
						
					 
					
						2007-06-20 17:36:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1c7f8707fd 
					 
					
						
						
							
							bn_asm for s390x.  
						
						 
						
						
						
						
					 
					
						2007-06-20 14:10:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a21c46e70b 
					 
					
						
						
							
							Typo in Linux part of sparcv9cap.c  
						
						 
						
						... 
						
						
						
						PR: 1532 
						
						
					 
					
						2007-06-20 13:02:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f3c26535ad 
					 
					
						
						
							
							Make some shortcuts in sparcv9cap.c. Trouble is that di_walk_node result  
						
						 
						
						... 
						
						
						
						is inconsistent among CPU generations. 
						
						
					 
					
						2007-06-20 13:00:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2329694222 
					 
					
						
						
							
							SPARC Solaris and Linux assemblers treat .align directive differently.  
						
						 
						
						... 
						
						
						
						PR: 1547 
						
						
					 
					
						2007-06-20 12:24:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						206a975752 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-06-19 15:43:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9677bf0f30 
					 
					
						
						
							
							Update .cvsignore  
						
						 
						
						
						
						
					 
					
						2007-06-18 12:40:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d6496ed52 
					 
					
						
						
							
							Make ordinals consistent with OpenSSL 0.9.8  
						
						 
						
						
						
						
					 
					
						2007-06-18 12:35:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7d9cf7c0bb 
					 
					
						
						
							
							Eliminate conditional final subtraction in Montgomery assembler modules.  
						
						 
						
						
						
						
					 
					
						2007-06-17 17:10:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						55525742f4 
					 
					
						
						
							
							Privatize BN_*_no_branch.  
						
						 
						
						
						
						
					 
					
						2007-06-11 16:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c693b5a55c 
					 
					
						
						
							
							Commentary updates and minor optimization for bn_mont.c.  
						
						 
						
						
						
						
					 
					
						2007-06-11 08:53:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6b6443dead 
					 
					
						
						
							
							Eliminate conditional final subtraction in Montgomery multiplication.  
						
						 
						
						
						
						
					 
					
						2007-06-10 19:34:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54b5fd537f 
					 
					
						
						
							
							WIN32 fixes.  
						
						 
						
						
						
						
					 
					
						2007-06-08 00:26:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b99d4f1d1 
					 
					
						
						
							
							Remove unnecessary casts and avoid some warnings with gcc 4.2.  
						
						 
						
						
						
						
					 
					
						2007-06-07 16:07:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c07d3a3d3 
					 
					
						
						
							
							Finish gcc 4.2 changes.  
						
						 
						
						
						
						
					 
					
						2007-06-07 13:14:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1d1a64653c 
					 
					
						
						
							
							Back out safestack.h change for now: seems to break some things.  
						
						 
						
						
						
						
					 
					
						2007-06-04 22:18:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						297e6f1917 
					 
					
						
						
							
							Avoid use of function pointer casts in pem library. Modify safestack to  
						
						 
						
						... 
						
						
						
						always use inline functions. 
						
						
					 
					
						2007-06-04 17:53:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b948e2c59e 
					 
					
						
						
							
							Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.  
						
						 
						
						
						
						
					 
					
						2007-06-04 17:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18096abb29 
					 
					
						
						
							
							Handle NULL parameter in some EVP utility functions.  
						
						 
						
						
						
						
					 
					
						2007-05-31 12:39:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0aa08a2e34 
					 
					
						
						
							
							Fix for GOST engine on platforms where sizeof(size_t) != sizeof(int).  
						
						 
						
						
						
						
					 
					
						2007-05-31 12:32:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f20af72312 
					 
					
						
						
							
							AES_set_[en|de]crypt_key for ARMv4.  
						
						 
						
						
						
						
					 
					
						2007-05-30 15:57:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7ef643360d 
					 
					
						
						
							
							s390x gas can't handle .align 128.  
						
						 
						
						
						
						
					 
					
						2007-05-28 16:32:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						76c828c627 
					 
					
						
						
							
							AES_set_[en|de]crypt_key for s390x.  
						
						 
						
						
						
						
					 
					
						2007-05-28 16:30:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						281cfff026 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2007-05-24 10:17:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64a5c5d1be 
					 
					
						
						
							
							Fix X509_REQ_print_ex() to process extension options.  
						
						 
						
						
						
						
					 
					
						2007-05-22 23:31:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7b8b797375 
					 
					
						
						
							
							Revert broken change to ccgost.  
						
						 
						
						... 
						
						
						
						Initialize context properly for HMAC pkey method. 
						
						
					 
					
						2007-05-22 12:58:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a1a382dbc9 
					 
					
						
						
							
							SHA256 for ARMv4.  
						
						 
						
						
						
						
					 
					
						2007-05-22 09:56:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						19f6c524bf 
					 
					
						
						
							
							Fix crypto/ec/ec_mult.c to work properly with scalars of value 0  
						
						 
						
						
						
						
					 
					
						2007-05-22 09:47:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8dbdf6314c 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2007-05-21 16:36:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c54e18bf0 
					 
					
						
						
							
							Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code  
						
						 
						
						... 
						
						
						
						on failure. Keep output format consistent with previous versions.
Also flush stdout after printing ACCEPT in s_server. 
						
						
					 
					
						2007-05-21 15:53:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9aba74e55a 
					 
					
						
						
							
							Fix warning and back out bad modification.  
						
						 
						
						
						
						
					 
					
						2007-05-21 12:16:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e4317d2031 
					 
					
						
						
							
							OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twice  
						
						 
						
						... 
						
						
						
						in legacy code). I'd rather just remove it along with legacy interface,
but it's probably not as appropriate as I'd like. Reimplement the macro. 
						
						
					 
					
						2007-05-20 20:11:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						61775daf00 
					 
					
						
						
							
							Padlock engine fails to compile with -O0 -fPIC.  
						
						 
						
						
						
						
					 
					
						2007-05-20 07:13:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						86d8f3ee19 
					 
					
						
						
							
							Typo in aes-ppc.pl.  
						
						 
						
						
						
						
					 
					
						2007-05-19 20:00:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cb1fbf9f63 
					 
					
						
						
							
							--enable-auto-image-base in cygwin build.  
						
						 
						
						... 
						
						
						
						PR: 1517
Submitted by: vinschen@redhat.com  
						
						
					 
					
						2007-05-19 19:40:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3005764c18 
					 
					
						
						
							
							Typo in x509_txt.c.  
						
						 
						
						... 
						
						
						
						Submitted by: Martin.Kraemer@Fujitsu-Siemens.com  
						
						
					 
					
						2007-05-19 18:03:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b1e8b4e65d 
					 
					
						
						
							
							x86cpuid fixes.  
						
						 
						
						... 
						
						
						
						PR: 1526 
						
						
					 
					
						2007-05-19 17:52:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c6149e2f02 
					 
					
						
						
							
							ppc-xlate.pl update.  
						
						 
						
						
						
						
					 
					
						2007-05-19 17:32:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aa5c99fa01 
					 
					
						
						
							
							sparccpuid.s update.  
						
						 
						
						
						
						
					 
					
						2007-05-19 17:26:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9c200f5471 
					 
					
						
						
							
							Initial draft of AES for PPC.  
						
						 
						
						
						
						
					 
					
						2007-05-19 17:16:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec06417d52 
					 
					
						
						
							
							Updated GOST MAC support.  
						
						 
						
						... 
						
						
						
						Submitted by: vitus@cryptocom.ru  
						
						
					 
					
						2007-05-18 15:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4346646f1 
					 
					
						
						
							
							Initial GOST MAC support. Not fully working yet...  
						
						 
						
						
						
						
					 
					
						2007-05-17 17:44:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a70c09e2a2 
					 
					
						
						
							
							Add .cvsignore to seed dir.  
						
						 
						
						
						
						
					 
					
						2007-05-17 16:43:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0f9e0abbee 
					 
					
						
						
							
							Set len to buffer size.  
						
						 
						
						
						
						
					 
					
						2007-05-17 16:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e77dbf325f 
					 
					
						
						
							
							Prepend signature name in dgst output.  
						
						 
						
						
						
						
					 
					
						2007-05-17 16:19:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f03620ea15 
					 
					
						
						
							
							Use default md if none specified in dgst utility.  
						
						 
						
						
						
						
					 
					
						2007-05-17 12:55:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						47b2e238e5 
					 
					
						
						
							
							Use EVP_DigestVerify() in dgst.c if verifying.  
						
						 
						
						
						
						
					 
					
						2007-05-17 12:35:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad35cdac74 
					 
					
						
						
							
							PR: 1516  
						
						 
						
						... 
						
						
						
						Revert change in 1516 because it breaks Windows build. Use a modified version
of the headers from s_client.c which has used similar functionality without
any problems. 
						
						
					 
					
						2007-05-16 12:16:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4eba5d8c86 
					 
					
						
						
							
							Fix error code name.  
						
						 
						
						
						
						
					 
					
						2007-05-16 00:14:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e69adea539 
					 
					
						
						
							
							New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.  
						
						 
						
						
						
						
					 
					
						2007-05-15 23:52:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9660cbcd6b 
					 
					
						
						
							
							Change C++ style comments.  
						
						 
						
						
						
						
					 
					
						2007-05-15 23:50:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9c9c83ccb9 
					 
					
						
						
							
							Throw in ppccpuid module.  
						
						 
						
						
						
						
					 
					
						2007-05-15 20:51:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1d42fb5f4a 
					 
					
						
						
							
							Fix linking error after adding alphacpuid.s.  
						
						 
						
						
						
						
					 
					
						2007-05-15 07:11:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e119769480 
					 
					
						
						
							
							Add alphacpuid.s  
						
						 
						
						
						
						
					 
					
						2007-05-15 06:36:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2dba9bf1f 
					 
					
						
						
							
							Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than  
						
						 
						
						... 
						
						
						
						sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse
to "cpuid" assembler module and gain 2x. 
						
						
					 
					
						2007-05-14 21:35:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						932cc129ee 
					 
					
						
						
							
							x86_64 assembler updates.  
						
						 
						
						
						
						
					 
					
						2007-05-14 15:57:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a42839ba7 
					 
					
						
						
							
							As all assembler modules are alignment neutral, allow C to pass unaligned  
						
						 
						
						... 
						
						
						
						content. 
						
						
					 
					
						2007-05-13 15:16:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						232a938c75 
					 
					
						
						
							
							Make sha*-ia64 modules alignment neutral.  
						
						 
						
						
						
						
					 
					
						2007-05-13 15:15:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						69ab085290 
					 
					
						
						
							
							More IGE speedup.  
						
						 
						
						
						
						
					 
					
						2007-05-13 15:14:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5f09d0ecc2 
					 
					
						
						
							
							AES IGE mode speedup.  
						
						 
						
						
						
						
					 
					
						2007-05-13 12:57:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76b46e7707 
					 
					
						
						
							
							Document streaming options.  
						
						 
						
						
						
						
					 
					
						2007-05-11 12:08:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6217896145 
					 
					
						
						
							
							Improve error detection when streaming S/MIME.  
						
						 
						
						... 
						
						
						
						Only use streaming when appropriate for detached data in smime utility. 
						
						
					 
					
						2007-05-10 17:37:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ee7ca0941a 
					 
					
						
						
							
							Tidy up docs, remove warning.  
						
						 
						
						
						
						
					 
					
						2007-05-10 17:35:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f8492ffeaa 
					 
					
						
						
							
							More useful ASN1 macros for static allocation functions.  
						
						 
						
						
						
						
					 
					
						2007-05-10 17:34:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						308595638a 
					 
					
						
						
							
							Mention Core2 in sha1-x86_64.  
						
						 
						
						
						
						
					 
					
						2007-05-10 07:34:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0bd8d6e2e1 
					 
					
						
						
							
							Commentary updates to SHA for sparcv9.  
						
						 
						
						
						
						
					 
					
						2007-05-10 06:48:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						160065c5bb 
					 
					
						
						
							
							Detect UltraSPARC T1 in ./config.  
						
						 
						
						
						
						
					 
					
						2007-05-04 13:04:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ae0d6e3e36 
					 
					
						
						
							
							Engage SHA for sparcv9.  
						
						 
						
						
						
						
					 
					
						2007-05-04 12:54:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6fa8a01c72 
					 
					
						
						
							
							SHA for sparcv9.  
						
						 
						
						
						
						
					 
					
						2007-05-04 12:52:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3f6916cf29 
					 
					
						
						
							
							Fix bug introduced in cn#16195.  
						
						 
						
						
						
						
					 
					
						2007-05-03 09:12:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a4470ae7b2 
					 
					
						
						
							
							Fine reading of manual suggests that km can return non-normal completion code.  
						
						 
						
						
						
						
					 
					
						2007-05-03 07:26:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						251718e4c1 
					 
					
						
						
							
							Fix s390x bugs and correct performance coefficients.  
						
						 
						
						
						
						
					 
					
						2007-05-02 11:44:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c504a5e783 
					 
					
						
						
							
							Synchronise VMS with Unix.  
						
						 
						
						
						
						
					 
					
						2007-05-01 12:25:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f6fb2c95ef 
					 
					
						
						
							
							Revert irrelevant changes from commit  #16191 .  
						
						 
						
						
						
						
					 
					
						2007-04-30 17:22:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						708311267a 
					 
					
						
						
							
							rll does not seem to be available on legacy s390.  
						
						 
						
						
						
						
					 
					
						2007-04-30 17:19:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cdd1d7a618 
					 
					
						
						
							
							Typo in commit  #16187 .  
						
						 
						
						
						
						
					 
					
						2007-04-30 15:55:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2f324768b2 
					 
					
						
						
							
							Typo in s390x_asm.  
						
						 
						
						
						
						
					 
					
						2007-04-30 15:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6ef18c21c9 
					 
					
						
						
							
							Bug in apps/dgst.c.  
						
						 
						
						
						
						
					 
					
						2007-04-30 15:20:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b38c0add30 
					 
					
						
						
							
							s390x optimizations.  
						
						 
						
						
						
						
					 
					
						2007-04-30 13:26:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b900df5258 
					 
					
						
						
							
							Engage s390x assembler modules.  
						
						 
						
						
						
						
					 
					
						2007-04-30 09:22:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a2a54ffc5f 
					 
					
						
						
							
							s390x assembler pack.  
						
						 
						
						
						
						
					 
					
						2007-04-30 08:42:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20c04a13e6 
					 
					
						
						
							
							Reimplement rc4-586.pl, relicense rc4-x86_64.pl.  
						
						 
						
						
						
						
					 
					
						2007-04-26 20:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a291745eeb 
					 
					
						
						
							
							fix function codes for error  
						
						 
						
						
						
						
					 
					
						2007-04-24 01:06:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0862caf27e 
					 
					
						
						
							
							remove leftover from editing ...  
						
						 
						
						
						
						
					 
					
						2007-04-24 00:47:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cb1bab1a04 
					 
					
						
						
							
							All ciphersuites should have a strength designator.  
						
						 
						
						
						
						
					 
					
						2007-04-24 00:13:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						96afc1cfd5 
					 
					
						
						
							
							Add SEED encryption algorithm.  
						
						 
						
						... 
						
						
						
						PR: 1503
Submitted by: KISA
Reviewed by: Bodo Moeller 
						
						
					 
					
						2007-04-23 23:48:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24a8c25ab5 
					 
					
						
						
							
							fix error codes  
						
						 
						
						
						
						
					 
					
						2007-04-19 15:14:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d1e7d1d96c 
					 
					
						
						
							
							don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()  
						
						 
						
						
						
						
					 
					
						2007-04-19 14:45:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18f547734e 
					 
					
						
						
							
							New function ASN1_STRING_copy() to copy to an already  
						
						 
						
						... 
						
						
						
						alloacted ASN1_STRING structure. 
						
						
					 
					
						2007-04-14 17:53:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						be3b365a34 
					 
					
						
						
							
							Sample text files for S/MIME test programs.  
						
						 
						
						
						
						
					 
					
						2007-04-13 20:41:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2b2dafc28 
					 
					
						
						
							
							Add a bunch of S/MIME sample programs and data.  
						
						 
						
						
						
						
					 
					
						2007-04-13 20:40:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						14ab6cdd69 
					 
					
						
						
							
							Flush b64 BIO.  
						
						 
						
						
						
						
					 
					
						2007-04-13 18:00:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eeec060df0 
					 
					
						
						
							
							Don't finalize signerinfo if reuse and partial both set.  
						
						 
						
						
						
						
					 
					
						2007-04-13 16:41:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0efb7b1eea 
					 
					
						
						
							
							PKCS7_sign_add_signer() docs.  
						
						 
						
						
						
						
					 
					
						2007-04-13 16:31:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f000f705ea 
					 
					
						
						
							
							More docs for streaming functions.  
						
						 
						
						
						
						
					 
					
						2007-04-13 15:43:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2749cc1ede 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2007-04-13 13:23:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a44e4f2cf8 
					 
					
						
						
							
							d2i_PKCS7_bio_stream() docs.  
						
						 
						
						
						
						
					 
					
						2007-04-13 13:22:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						30b10f947a 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2007-04-13 13:20:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						731c6802d7 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2007-04-13 13:13:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4cfb986f27 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2007-04-13 12:57:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9cfc8a9d5c 
					 
					
						
						
							
							Update smime utility to support streaming for -encrypt and -sign -nodetach  
						
						 
						
						... 
						
						
						
						options. Add new streaming i2d (though strictly speaking it is BER format
when streaming) and PEM functions.
These all process content on the fly without storing it all in memory. 
						
						
					 
					
						2007-04-13 01:06:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18327cd0e4 
					 
					
						
						
							
							Copy update callback across when copying EVP_MD_CTX.  
						
						 
						
						... 
						
						
						
						Remove unnecessary reference to EVP_MD_CTX in HMAC pkey method. 
						
						
					 
					
						2007-04-12 13:02:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2022cfe07e 
					 
					
						
						
							
							New -mac and -macopt options to dgst utility. Reimplement -hmac option in  
						
						 
						
						... 
						
						
						
						terms of new API. 
						
						
					 
					
						2007-04-11 17:20:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						47b71e6ee9 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2007-04-11 12:33:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						74633553a9 
					 
					
						
						
							
							Experimental HMAC support via EVP_PKEY_METHOD.  
						
						 
						
						
						
						
					 
					
						2007-04-11 12:33:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						376bf1d4aa 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2007-04-11 12:26:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d318fb79d2 
					 
					
						
						
							
							Don't ignore config_name parameter passed to OPENSSL_config(). Use  
						
						 
						
						... 
						
						
						
						"openssl_conf" in config file if config_name variable is missing. 
						
						
					 
					
						2007-04-09 11:45:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0cc361f3e7 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-04-08 17:45:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						baecb96e8a 
					 
					
						
						
							
							Fix digest signing so digest type is set after init.  
						
						 
						
						
						
						
					 
					
						2007-04-08 16:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6181f5e404 
					 
					
						
						
							
							Preliminary support for signctx/verifyctx callbacks.  
						
						 
						
						
						
						
					 
					
						2007-04-08 13:03:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d952c79a7b 
					 
					
						
						
							
							New -sigopt option for dgst utility.  
						
						 
						
						
						
						
					 
					
						2007-04-08 12:47:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3dfb6b3353 
					 
					
						
						
							
							Yet another resource leak. Coverity ID 123.  
						
						 
						
						
						
						
					 
					
						2007-04-07 13:20:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						48bd505c0b 
					 
					
						
						
							
							If you're going to check for negative, use an signed integer! Coverity ID 122.  
						
						 
						
						
						
						
					 
					
						2007-04-05 17:31:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ab2d91bd6b 
					 
					
						
						
							
							Don't copy from a nonexistent next. Coverity ID 47.  
						
						 
						
						
						
						
					 
					
						2007-04-05 17:23:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3b2eead381 
					 
					
						
						
							
							Fix duplicate error number.  
						
						 
						
						
						
						
					 
					
						2007-04-05 17:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f3d2a9db09 
					 
					
						
						
							
							Errors should actually be errors.  
						
						 
						
						
						
						
					 
					
						2007-04-05 17:03:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8bbf6ac010 
					 
					
						
						
							
							Don't dereference NULL argument. Coverity ID 52.  
						
						 
						
						
						
						
					 
					
						2007-04-05 16:58:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						38e952e8ae 
					 
					
						
						
							
							Missing config file.  
						
						 
						
						
						
						
					 
					
						2007-04-05 16:57:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fa9fed1c3a 
					 
					
						
						
							
							Don't use a negative number as a length. Coverity ID 57.  
						
						 
						
						
						
						
					 
					
						2007-04-05 16:28:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f6301f6888 
					 
					
						
						
							
							Avoid overrun. Coverity ID 60.  
						
						 
						
						
						
						
					 
					
						2007-04-05 15:45:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						44907e6064 
					 
					
						
						
							
							Free memory. Coverity ID 62.  
						
						 
						
						
						
						
					 
					
						2007-04-05 15:45:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						907e99623c 
					 
					
						
						
							
							check return value of ASN1_item_i2d(), Coverity ID 55  
						
						 
						
						
						
						
					 
					
						2007-04-04 19:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						231671b9ff 
					 
					
						
						
							
							Resource leak.  
						
						 
						
						
						
						
					 
					
						2007-04-04 16:00:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4f1a0b2c21 
					 
					
						
						
							
							Handle bad content type. Coverity ID 99.  
						
						 
						
						
						
						
					 
					
						2007-04-04 15:31:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						260c497cdd 
					 
					
						
						
							
							Fix buffer overrun. Coverity ID 106.  
						
						 
						
						
						
						
					 
					
						2007-04-04 15:13:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						313fce7b61 
					 
					
						
						
							
							Don't free a NULL. Coverity ID 112.  
						
						 
						
						
						
						
					 
					
						2007-04-04 14:59:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2f877235a3 
					 
					
						
						
							
							Missing return on error. Coverity ID 115.  
						
						 
						
						
						
						
					 
					
						2007-04-04 14:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						309fa55bbb 
					 
					
						
						
							
							Return an error if the serial number is badly formed. (Coverity ID 116).  
						
						 
						
						
						
						
					 
					
						2007-04-04 14:35:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4b8747e440 
					 
					
						
						
							
							Die if serial number is invalid.  
						
						 
						
						
						
						
					 
					
						2007-04-04 13:41:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2ff7a0edef 
					 
					
						
						
							
							Make sure we detect corruption.  
						
						 
						
						
						
						
					 
					
						2007-04-04 13:21:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						442cbb062d 
					 
					
						
						
							
							check correct pointer before freeing it (Coverity CID 79,86)  
						
						 
						
						
						
						
					 
					
						2007-04-02 20:29:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c971ca4c86 
					 
					
						
						
							
							check if pointer is != NULL before dereferencing it (Coverity CID 40)  
						
						 
						
						
						
						
					 
					
						2007-04-02 20:02:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9babf3929b 
					 
					
						
						
							
							RC4_set_key for x86_64 and Core2 optimization.  
						
						 
						
						... 
						
						
						
						PR: 1447 
						
						
					 
					
						2007-04-02 09:50:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2ec0be9e77 
					 
					
						
						
							
							Don't die if the value is NULL (Coverity CID 98).  
						
						 
						
						
						
						
					 
					
						2007-04-01 18:00:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c2d1c2d319 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2007-04-01 17:56:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						162f677def 
					 
					
						
						
							
							Update x86cpuid.pl to correctly detect shared cache and to support new  
						
						 
						
						... 
						
						
						
						RC4_set_key. 
						
						
					 
					
						2007-04-01 17:28:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2875462425 
					 
					
						
						
							
							Reserve for assembler implementation of RC4_set_key and implement x86 one.  
						
						 
						
						
						
						
					 
					
						2007-04-01 17:01:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a1d915990b 
					 
					
						
						
							
							Apply a more modern way to get the definition of select(), except for VMS.  
						
						 
						
						... 
						
						
						
						Submitted by Corinna Vinschen <vinschen@redhat.com > 
						
						
					 
					
						2007-03-29 18:34:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b002265ee3 
					 
					
						
						
							
							make BN_FLG_CONSTTIME semantics more fool-proof  
						
						 
						
						
						
						
					 
					
						2007-03-28 18:41:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bd31fb2145 
					 
					
						
						
							
							Change to mitigate branch prediction attacks  
						
						 
						
						... 
						
						
						
						Submitted by: Matthew D Wood
Reviewed by: Bodo Moeller 
						
						
					 
					
						2007-03-28 00:15:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b506821d43 
					 
					
						
						
							
							Allow shared builds for aix[64]-gcc targets.  
						
						 
						
						
						
						
					 
					
						2007-03-25 15:20:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4bfb49b3cf 
					 
					
						
						
							
							aix[64]-cc config lines update.  
						
						 
						
						
						
						
					 
					
						2007-03-25 15:13:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9981a51e42 
					 
					
						
						
							
							Stage 1 GOST ciphersuite support.  
						
						 
						
						... 
						
						
						
						Submitted by: ran@cryptocom.ru 
Reviewed by: steve@openssl.org  
						
						
					 
					
						2007-03-23 17:04:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ebb326afe6 
					 
					
						
						
							
							Synchronise the VMS build with recent movements in the Unix build.  
						
						 
						
						
						
						
					 
					
						2007-03-23 09:36:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0d1aa74d6f 
					 
					
						
						
							
							Fixes for aix-shared rules.  
						
						 
						
						
						
						
					 
					
						2007-03-22 08:46:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0f32c841a6 
					 
					
						
						
							
							stricter session ID context matching  
						
						 
						
						
						
						
					 
					
						2007-03-21 14:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						41a8d5167f 
					 
					
						
						
							
							clarification regarding libdes files  
						
						 
						
						
						
						
					 
					
						2007-03-21 10:58:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8f41e4fa4d 
					 
					
						
						
							
							link warnings caused by nasm modules.  
						
						 
						
						
						
						
					 
					
						2007-03-20 09:37:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						de50494505 
					 
					
						
						
							
							Two extra instructions in RC4 character loop give 80% performance  
						
						 
						
						... 
						
						
						
						improvement on Core2. I still need to detect Core2 and choose this
path... 
						
						
					 
					
						2007-03-20 09:13:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3d1def0132 
					 
					
						
						
							
							Remove obsolete comment.  
						
						 
						
						
						
						
					 
					
						2007-03-20 09:07:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0a29f5110d 
					 
					
						
						
							
							Various PowerPC config updates.  
						
						 
						
						
						
						
					 
					
						2007-03-20 08:57:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8b71d35458 
					 
					
						
						
							
							nasm fixes.  
						
						 
						
						
						
						
					 
					
						2007-03-20 08:55:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						760e353528 
					 
					
						
						
							
							sparcv9a-mont was modified to handle 32-bit aligned input, but check  
						
						 
						
						... 
						
						
						
						for 64-bit alignment was not removed. 
						
						
					 
					
						2007-03-20 08:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3627fedbea 
					 
					
						
						
							
							Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.  
						
						 
						
						
						
						
					 
					
						2007-03-16 22:20:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bbb5cf05db 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-03-05 00:09:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ebb01b84b8 
					 
					
						
						
							
							size_t -> int  
						
						 
						
						
						
						
					 
					
						2007-03-02 19:56:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a0d48e7e7e 
					 
					
						
						
							
							remove unused file  
						
						 
						
						
						
						
					 
					
						2007-03-02 19:42:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1fcfa22222 
					 
					
						
						
							
							Initialize "buf" to 0 to make valgrind happy :-)  
						
						 
						
						... 
						
						
						
						Note: the RAND_bytes() manual page says:
 RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
It does not talk about using the previous contents of buf so we are working
as documented. 
						
						
					 
					
						2007-03-02 17:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c9fb4e2c8d 
					 
					
						
						
							
							Do not use uninitialized memory to seed the PRNG as it may confuse  
						
						 
						
						... 
						
						
						
						code checking tools.
PR: 1499 
						
						
					 
					
						2007-03-02 17:46:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e7ca5e1eb 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2007-02-27 18:43:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						954b274789 
					 
					
						
						
							
							small cosmetics: align title with the other similar manual page  
						
						 
						
						
						
						
					 
					
						2007-02-27 07:41:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0d5ac5a738 
					 
					
						
						
							
							allow EVP_PKEY_CTX_free(NULL)  
						
						 
						
						
						
						
					 
					
						2007-02-26 18:32:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c209a35820 
					 
					
						
						
							
							remove dead code  
						
						 
						
						
						
						
					 
					
						2007-02-26 18:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dd2b6750db 
					 
					
						
						
							
							include complete 0.9.7 history  
						
						 
						
						... 
						
						
						
						include release date of 0.9.8e 
						
						
					 
					
						2007-02-26 10:49:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4bb89bca9e 
					 
					
						
						
							
							use 2007 copyright for generated files  
						
						 
						
						
						
						
					 
					
						2007-02-26 10:48:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ac63b8370e 
					 
					
						
						
							
							Update FAQ,NEWS in HEAD.  
						
						 
						
						
						
						
					 
					
						2007-02-23 13:16:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						882d29dd87 
					 
					
						
						
							
							Fix incorrect substitution that happened during the recent ciphersuite  
						
						 
						
						... 
						
						
						
						selection remodeling
Submitted by: Victor Duchovni 
						
						
					 
					
						2007-02-22 21:31:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ee373e7f19 
					 
					
						
						
							
							Fix problem with multi line responses in -starttls by using a buffering  
						
						 
						
						... 
						
						
						
						BIO and BIO_gets(). 
						
						
					 
					
						2007-02-22 17:39:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8d72476e2b 
					 
					
						
						
							
							Extend SMTP and IMAP protocol handling to perform the required  
						
						 
						
						... 
						
						
						
						EHLO or CAPABILITY handshake before sending STARTTLS
Submitted by: Goetz Babin-Ebell <goetz@shomitefo.de > 
						
						
					 
					
						2007-02-21 18:20:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						02756aa8ba 
					 
					
						
						
							
							Add automatic detection for Linux on SuperH  
						
						 
						
						... 
						
						
						
						PR: 1152
Submitted by: Mike Frysinger <vapier@gentoo.org > 
						
						
					 
					
						2007-02-21 18:10:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						072dfb9e4e 
					 
					
						
						
							
							Add support for m68k linux  
						
						 
						
						... 
						
						
						
						PR: 1277
Submitted by: Mike Frysinger <vapier@gentoo.org > 
						
						
					 
					
						2007-02-21 17:58:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0636c39bb1 
					 
					
						
						
							
							Fix incorrect handling of special characters  
						
						 
						
						... 
						
						
						
						PR: 1459
Submitted by: tnitschke@innominate.com 
Reviewed by: steve@openssl.org  
						
						
					 
					
						2007-02-21 17:44:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a2e623c011 
					 
					
						
						
							
							Update from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2007-02-21 13:49:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aa79dd6895 
					 
					
						
						
							
							prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)  
						
						 
						
						
						
						
					 
					
						2007-02-21 09:33:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60cad2caed 
					 
					
						
						
							
							delete obsolete comment  
						
						 
						
						
						
						
					 
					
						2007-02-21 09:32:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						114c9c36b1 
					 
					
						
						
							
							SSL_kKRB5 ciphersuites shouldn't be preferred by default  
						
						 
						
						
						
						
					 
					
						2007-02-20 16:39:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fd5bc65cc8 
					 
					
						
						
							
							Improve ciphersuite order stability when disabling ciphersuites.  
						
						 
						
						... 
						
						
						
						Change ssl_create_cipher_list() to prefer ephemeral ECDH over
ephemeral DH. 
						
						
					 
					
						2007-02-20 16:36:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e041863905 
					 
					
						
						
							
							fix a typo in the new ciphersuite ordering code  
						
						 
						
						
						
						
					 
					
						2007-02-20 13:25:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0a05123a6c 
					 
					
						
						
							
							Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that a  
						
						 
						
						... 
						
						
						
						ciphersuite string such as "DEFAULT:RSA" cannot enable
authentication-only ciphersuites.
Also, change ssl_create_cipher_list() so that it no longer
starts with an arbitrary ciphersuite ordering, but instead
uses the logic that we previously had in SSL_DEFEAULT_CIPHER_LIST.
SSL_DEFAULT_CIPHER_LIST simplifies into just "ALL:!aNULL:!eNULL". 
						
						
					 
					
						2007-02-19 18:41:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2afe316721 
					 
					
						
						
							
							fix warnings for CIPHER_DEBUG builds  
						
						 
						
						
						
						
					 
					
						2007-02-19 16:59:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e69565fe6 
					 
					
						
						
							
							fix warnings/inconsistencies caused by the recent changes to the  
						
						 
						
						... 
						
						
						
						ciphersuite selection code in HEAD
Submitted by: Victor Duchovni 
						
						
					 
					
						2007-02-19 14:53:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ccae144d62 
					 
					
						
						
							
							fix incorrect strength bit values for certain Kerberos ciphersuites  
						
						 
						
						... 
						
						
						
						Submitted by: Victor Duchovni 
						
						
					 
					
						2007-02-19 14:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d5ca32fa1 
					 
					
						
						
							
							Updates from 0.9.8-stable branch.  
						
						 
						
						
						
						
					 
					
						2007-02-18 18:21:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						52b8dad8ec 
					 
					
						
						
							
							Reorganize the data used for SSL ciphersuite pattern matching.  
						
						 
						
						... 
						
						
						
						This change resolves a number of problems and obviates multiple kludges.
A new feature is that you can now say "AES256" or "AES128" (not just
"AES", which enables both).
In some cases the ciphersuite list generated from a given string is
affected by this change.  I hope this is just in those cases where the
previous behaviour did not make sense. 
						
						
					 
					
						2007-02-17 06:45:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						cc684e330b 
					 
					
						
						
							
							ensure that the EVP_CIPHER_CTX object is initialized  
						
						 
						
						... 
						
						
						
						PR: 1490 
						
						
					 
					
						2007-02-16 20:34:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						85c6749216 
					 
					
						
						
							
							Add STARTTLS support for IMAP and FTP.  
						
						 
						
						... 
						
						
						
						Submitted by Kees Cook <kees@outflux.net > 
						
						
					 
					
						2007-02-16 18:12:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						30e5e8aca5 
					 
					
						
						
							
							- use OPENSSL_malloc() etc. in zlib  
						
						 
						
						... 
						
						
						
						- move zlib_stateful_ex_idx initialization to COMP_zlib()
PR: 1468 
						
						
					 
					
						2007-02-14 21:52:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b900a6b42f 
					 
					
						
						
							
							avoid shifting input  
						
						 
						
						
						
						
					 
					
						2007-02-11 19:33:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						15780a1ea0 
					 
					
						
						
							
							use user-supplied malloc functions for persistent kssl objects  
						
						 
						
						... 
						
						
						
						PR: 1467
Submitted by: Andrei Pelinescu-Onciul <andrei@iptel.org > 
						
						
					 
					
						2007-02-10 10:42:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						92ada7cc52 
					 
					
						
						
							
							remove unreachable code  
						
						 
						
						
						
						
					 
					
						2007-02-10 09:45:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						53ca4761cc 
					 
					
						
						
							
							PR: 1483  
						
						 
						
						... 
						
						
						
						Add support for GOST 28147-89 in Gost ENGINE. 
						
						
					 
					
						2007-02-09 19:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52cfa39716 
					 
					
						
						
							
							Add -hmac option to dgst from 0.9.7 stable branch.  
						
						 
						
						
						
						
					 
					
						2007-02-08 19:07:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b3bad17d1a 
					 
					
						
						
							
							remove unused variable  
						
						 
						
						
						
						
					 
					
						2007-02-07 20:49:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						feaaf1dbea 
					 
					
						
						
							
							ensure that a ec key is used  
						
						 
						
						... 
						
						
						
						PR: 1476 
						
						
					 
					
						2007-02-07 20:28:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82bf227e91 
					 
					
						
						
							
							After objects have been freed, NULLify the pointers so there will be no double  
						
						 
						
						... 
						
						
						
						free of those objects 
						
						
					 
					
						2007-02-07 01:42:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8807a2dfc4 
					 
					
						
						
							
							fix typo  
						
						 
						
						
						
						
					 
					
						2007-02-06 19:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						bcb38217c4 
					 
					
						
						
							
							add note about 56 bit ciphers  
						
						 
						
						... 
						
						
						
						PR: 1461 
						
						
					 
					
						2007-02-06 19:41:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						af32f9fdda 
					 
					
						
						
							
							Update from fips2 branch.  
						
						 
						
						
						
						
					 
					
						2007-02-03 17:32:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						357d5de5b9 
					 
					
						
						
							
							add support for DSA with SHA2  
						
						 
						
						
						
						
					 
					
						2007-02-03 14:41:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0501f02b06 
					 
					
						
						
							
							fix documentation  
						
						 
						
						... 
						
						
						
						PR: 1466 
						
						
					 
					
						2007-02-03 10:28:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						689f9faba4 
					 
					
						
						
							
							fix potential memory leaks  
						
						 
						
						... 
						
						
						
						PR: 1462 
						
						
					 
					
						2007-02-03 09:55:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						82686bdcaa 
					 
					
						
						
							
							Minimize aes_core.c footprint when AES_[en|de]crypt is implemented in  
						
						 
						
						... 
						
						
						
						assembler. 
						
						
					 
					
						2007-01-25 20:47:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						14b1d089b6 
					 
					
						
						
							
							Minor touch to aes-armv4.pl.  
						
						 
						
						
						
						
					 
					
						2007-01-25 11:28:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a296239bdd 
					 
					
						
						
							
							AES for ARMv4.  
						
						 
						
						
						
						
					 
					
						2007-01-25 10:44:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0b0896cdd2 
					 
					
						
						
							
							Minor optimization for sha1-armv4 module.  
						
						 
						
						
						
						
					 
					
						2007-01-25 10:44:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d3e956ae0 
					 
					
						
						
							
							Update from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2007-01-23 17:53:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						36b7c06975 
					 
					
						
						
							
							SHA1 for ARMv4 and Thumb.  
						
						 
						
						
						
						
					 
					
						2007-01-22 20:33:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						42182852f5 
					 
					
						
						
							
							Constify version strings is ssl lib.  
						
						 
						
						
						
						
					 
					
						2007-01-21 16:06:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						560b79cbff 
					 
					
						
						
							
							Constify version strings and some structures.  
						
						 
						
						
						
						
					 
					
						2007-01-21 13:07:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6d799d705 
					 
					
						
						
							
							Add AOL an AOLTW root CAs to bundle.  
						
						 
						
						
						
						
					 
					
						2007-01-18 21:24:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						64aecc6720 
					 
					
						
						
							
							Make armv4t-mont module backward binary compatible with armv4 and rename it  
						
						 
						
						... 
						
						
						
						accordingly. 
						
						
					 
					
						2007-01-17 20:12:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8ac40b4dea 
					 
					
						
						
							
							Update to new home page  
						
						 
						
						
						
						
					 
					
						2007-01-12 18:47:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						43b8fe1cd0 
					 
					
						
						
							
							Montgomery multiplication for ARMv4.  
						
						 
						
						
						
						
					 
					
						2007-01-11 21:43:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						39d764ed58 
					 
					
						
						
							
							remove undefined constant  
						
						 
						
						
						
						
					 
					
						2007-01-03 20:00:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a6ebe229e3 
					 
					
						
						
							
							opensslwrap.sh to respect $OPENSSL_ENGINES.  
						
						 
						
						
						
						
					 
					
						2006-12-29 15:00:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5c914f204a 
					 
					
						
						
							
							#include <stddef.h> in digest headers.  
						
						 
						
						... 
						
						
						
						Submitted by: Kurt Roeckx <kurt@roeckx.be > 
						
						
					 
					
						2006-12-29 14:51:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8876e58f34 
					 
					
						
						
							
							Montgomery multiplication for MIPS III/IV. Not engaged.  
						
						 
						
						
						
						
					 
					
						2006-12-29 11:09:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7321a84d4c 
					 
					
						
						
							
							Minor clean-up in crypto/bn/asm.  
						
						 
						
						
						
						
					 
					
						2006-12-29 11:05:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bb11c28246 
					 
					
						
						
							
							Minor clean-up in crypto/engine.  
						
						 
						
						
						
						
					 
					
						2006-12-29 10:55:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8d9f136d06 
					 
					
						
						
							
							Allow opensslwrap.sh to access engines from build tree.  
						
						 
						
						
						
						
					 
					
						2006-12-29 10:53:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						00b4e083fd 
					 
					
						
						
							
							Move eng_padlock.c to ./engines.  
						
						 
						
						... 
						
						
						
						Submitted by: Michal Ludvig <michal@logix.cz > 
						
						
					 
					
						2006-12-29 10:42:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4cfe3df1f5 
					 
					
						
						
							
							Minor performance improvements to x86-mont.pl.  
						
						 
						
						
						
						
					 
					
						2006-12-28 12:43:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8f2d60ec26 
					 
					
						
						
							
							Fix for "strange errors" exposed by ccgost engine. The fix is  
						
						 
						
						... 
						
						
						
						two extra insructions in sqradd loop at line #503 . 
						
						
					 
					
						2006-12-27 10:59:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						123b23fa95 
					 
					
						
						
							
							fix return value of get_cert_chain()  
						
						 
						
						... 
						
						
						
						PR: 1441 
						
						
					 
					
						2006-12-27 09:40:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						423a5d54a1 
					 
					
						
						
							
							Synchronise a bit more with Unixly build  
						
						 
						
						
						
						
					 
					
						2006-12-26 21:20:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8bbf6bcf17 
					 
					
						
						
							
							Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see  
						
						 
						
						... 
						
						
						
						the declarations of fd_set, select() and so on. 
						
						
					 
					
						2006-12-25 10:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ea46f5e0e5 
					 
					
						
						
							
							Replace strdup() with BUF_strdup().  
						
						 
						
						
						
						
					 
					
						2006-12-25 09:43:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f6c848242 
					 
					
						
						
							
							Synchronise with Unixly build, again ;-)  
						
						 
						
						
						
						
					 
					
						2006-12-24 20:25:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						559d50138f 
					 
					
						
						
							
							Add bit I missed from PKCS#7 streaming encoder.  
						
						 
						
						
						
						
					 
					
						2006-12-24 16:46:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11d8cdc6ad 
					 
					
						
						
							
							Experimental streaming PKCS#7 support.  
						
						 
						
						... 
						
						
						
						I thought it was about time I dusted this off. This stuff had been sitting on
my hard drive for *ages* (2003 in fact). Hasn't been tested well and may not
work properly.
Nothing uses it at present which is just as well.
Think of this as a traditional Christmas present which looks far more
impressive in the adverts and on the box, some of the bits are missing and
falls to bits if you play with it too much. 
						
						
					 
					
						2006-12-24 16:22:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e49978dafe 
					 
					
						
						
							
							Synchronise with Unixly build  
						
						 
						
						
						
						
					 
					
						2006-12-24 09:27:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e1d9e533b5 
					 
					
						
						
							
							Oops! New prototype code creeped through...  
						
						 
						
						
						
						
					 
					
						2006-12-22 15:47:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f946dd7198 
					 
					
						
						
							
							Make sha.h more "portable."  
						
						 
						
						
						
						
					 
					
						2006-12-22 15:42:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1702c8c4bf 
					 
					
						
						
							
							x86-mont.pl sse2 tune-up and integer-only squaring procedure.  
						
						 
						
						
						
						
					 
					
						2006-12-22 15:28:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						afda1385bd 
					 
					
						
						
							
							use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messages  
						
						 
						
						... 
						
						
						
						PR: 1440
Submitted by: Victor B. Wagner" <vitus@cryptocom.ru > 
						
						
					 
					
						2006-12-22 09:21:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						fec38ca4ed 
					 
					
						
						
							
							fix typos  
						
						 
						
						... 
						
						
						
						PR: 1354, 1355, 1398, 1408 
						
						
					 
					
						2006-12-21 21:13:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ec1edeb5fa 
					 
					
						
						
							
							update pkcs12 help message + manpage  
						
						 
						
						... 
						
						
						
						PR: 1443
Submitted by: Artem Chuprina <ran@cryptocom.ru > 
						
						
					 
					
						2006-12-21 20:36:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b0ec114685 
					 
					
						
						
							
							fix order  
						
						 
						
						... 
						
						
						
						PR: 1442 
						
						
					 
					
						2006-12-21 19:50:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c92da5a605 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2006-12-21 19:48:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						06e2dd037e 
					 
					
						
						
							
							add support for ecdsa-with-sha256 etc.  
						
						 
						
						
						
						
					 
					
						2006-12-20 08:58:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						34f0a19309 
					 
					
						
						
							
							remove trailing '\'  
						
						 
						
						... 
						
						
						
						PR: 1438 
						
						
					 
					
						2006-12-19 19:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						772e3c07b4 
					 
					
						
						
							
							Fix the BIT STRING encoding of EC points or parameter seeds  
						
						 
						
						... 
						
						
						
						(need to prevent the removal of trailing zero bits). 
						
						
					 
					
						2006-12-19 15:11:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						360ff3cf58 
					 
					
						
						
							
							fix order  
						
						 
						
						
						
						
					 
					
						2006-12-18 22:20:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						5dfe910023 
					 
					
						
						
							
							properly initialize SSL context, check return value  
						
						 
						
						
						
						
					 
					
						2006-12-13 22:06:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						91b73acb19 
					 
					
						
						
							
							use const ASN1_TIME *  
						
						 
						
						
						
						
					 
					
						2006-12-11 22:35:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						87d3af6475 
					 
					
						
						
							
							Eliminate 64-bit alignment limitation in sparcv9a-mont.  
						
						 
						
						
						
						
					 
					
						2006-12-08 15:18:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						98c1509f34 
					 
					
						
						
							
							Engage alpha-mont module. Actually verified on Tru64 only.  
						
						 
						
						
						
						
					 
					
						2006-12-08 14:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						98939a05b6 
					 
					
						
						
							
							alpha-mont.pl: gcc portability fix and make-rule.  
						
						 
						
						
						
						
					 
					
						2006-12-08 14:18:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d28134b8f3 
					 
					
						
						
							
							Minor, +10%, tune-up for x86_64-mont.pl.  
						
						 
						
						
						
						
					 
					
						2006-12-08 10:13:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8583eba015 
					 
					
						
						
							
							Montgomery multiplication routine for Alpha.  
						
						 
						
						
						
						
					 
					
						2006-12-08 10:12:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5894b98f99 
					 
					
						
						
							
							Update from 0.9.7-stable branch.  
						
						 
						
						
						
						
					 
					
						2006-12-07 13:29:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5de3a0ff3d 
					 
					
						
						
							
							Sync OID NIDs with OpenSSL 0.9.8.  
						
						 
						
						
						
						
					 
					
						2006-12-06 13:44:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10ca15f3fa 
					 
					
						
						
							
							Fix change to OPENSSL_NO_RFC3779  
						
						 
						
						
						
						
					 
					
						2006-12-06 13:36:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						da736b31b2 
					 
					
						
						
							
							fix documentation  
						
						 
						
						... 
						
						
						
						PR: 1343 
						
						
					 
					
						2006-12-06 09:10:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						fa9ac569b8 
					 
					
						
						
							
							avoid duplicate entries in add_cert_dir()  
						
						 
						
						... 
						
						
						
						PR: 1407
Submitted by: Tomas Mraz <tmraz@redhat.com > 
						
						
					 
					
						2006-12-05 21:21:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						10a10fb834 
					 
					
						
						
							
							return 0 if 'noout' is used and no error has occurred  
						
						 
						
						... 
						
						
						
						PR: 1435
Submitted by: "Haridharan" <haridharan@gmail.com > 
						
						
					 
					
						2006-12-05 20:09:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0f997d0dc3 
					 
					
						
						
							
							allocate a new attributes entry in X509_REQ_add_extensions()  
						
						 
						
						... 
						
						
						
						if it's NULL (in case of a malformed pkcs10 request)
PR: 1347
Submitted by: Remo Inverardi <invi@your.toilet.ch > 
						
						
					 
					
						2006-12-04 19:11:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b0eedd77f6 
					 
					
						
						
							
							add "Certificate Issuer" and "Subject Directory Attributes" OIDs  
						
						 
						
						... 
						
						
						
						PR: 1433 
						
						
					 
					
						2006-12-04 18:51:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						502aef5aaf 
					 
					
						
						
							
							Eliminate redundant variable in Camellia CBC routine.  
						
						 
						
						
						
						
					 
					
						2006-12-02 11:52:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9f8cfb1c62 
					 
					
						
						
							
							Improve Camellia code readability.  
						
						 
						
						
						
						
					 
					
						2006-12-02 11:12:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c163b5f7a0 
					 
					
						
						
							
							Fix bugs in Camellia CBC routine.  
						
						 
						
						
						
						
					 
					
						2006-12-02 10:56:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20da8b8f90 
					 
					
						
						
							
							Camellia portability fixes.  
						
						 
						
						... 
						
						
						
						Submitted by: Masashi Fujita, NTT 
						
						
					 
					
						2006-12-02 10:38:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ae93dc13ab 
					 
					
						
						
							
							add support for whirlpool in apps/speed  
						
						 
						
						... 
						
						
						
						PR: 1338
Submitted by: justin@soze.net  
						
						
					 
					
						2006-12-01 21:42:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77e87e6148 
					 
					
						
						
							
							Fix default dependency flags.  
						
						 
						
						
						
						
					 
					
						2006-11-30 13:55:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6e700e665 
					 
					
						
						
							
							Import ordinals from 0.9.8 and update.  
						
						 
						
						
						
						
					 
					
						2006-11-30 13:47:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d7aff707e 
					 
					
						
						
							
							Update dependencies.  
						
						 
						
						
						
						
					 
					
						2006-11-30 13:41:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d137b56a5b 
					 
					
						
						
							
							Win32 fixes from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-11-30 13:39:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7806f3dd4b 
					 
					
						
						
							
							replace macros with functions  
						
						 
						
						... 
						
						
						
						Submitted by: Tracy Camp <tracyx.e.camp@intel.com > 
						
						
					 
					
						2006-11-29 20:54:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1e24b3a09e 
					 
					
						
						
							
							fix support for receiving fragmented handshake messages  
						
						 
						
						
						
						
					 
					
						2006-11-29 14:45:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						73b979e601 
					 
					
						
						
							
							Clarify HAL SPARC64 support situation in sparcv9a-mont.pl.  
						
						 
						
						
						
						
					 
					
						2006-11-28 11:07:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ebae8092cb 
					 
					
						
						
							
							Minor optimizations based on intruction level profiler feedback.  
						
						 
						
						
						
						
					 
					
						2006-11-28 10:34:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2e21922eb6 
					 
					
						
						
							
							Modulo-schedule loops in sparcv9a-mont.pl. Overall improvement factor  
						
						 
						
						... 
						
						
						
						over 0.9.8 is up to 3x on USI&II cores and up to 80% - on USIII&IV. 
						
						
					 
					
						2006-11-28 07:24:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1c3d2b94be 
					 
					
						
						
							
							This is "informational" commit. Its mere purpose is to expose "modulo  
						
						 
						
						... 
						
						
						
						factor" in inner loops. 
						
						
					 
					
						2006-11-28 07:20:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						48d2335d73 
					 
					
						
						
							
							Non-SSE2 path to bn_mul_mont. But it's disabled, because it currently  
						
						 
						
						... 
						
						
						
						doesn't give performance improvement. 
						
						
					 
					
						2006-11-27 14:59:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						96ea4ae91c 
					 
					
						
						
							
							Add RFC 3779 support.  
						
						 
						
						
						
						
					 
					
						2006-11-27 14:18:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7af5726108 
					 
					
						
						
							
							sha512-ppc.pl mutli-thread safety fix.  
						
						 
						
						
						
						
					 
					
						2006-11-27 13:11:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						69d4646f4e 
					 
					
						
						
							
							register the engine as default engine in ENGINE_set_default()  
						
						 
						
						... 
						
						
						
						PR: 1431 
						
						
					 
					
						2006-11-24 18:37:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8bd11f3ec2 
					 
					
						
						
							
							Add .cvsignore  
						
						 
						
						
						
						
					 
					
						2006-11-21 21:37:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						47a9d527ab 
					 
					
						
						
							
							Update from 0.9.8 stable. Eliminate duplicate error codes.  
						
						 
						
						
						
						
					 
					
						2006-11-21 21:29:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d9907c972b 
					 
					
						
						
							
							wording (can't really call shared libs experimental after several years in the major Linux distributions)  
						
						 
						
						
						
						
					 
					
						2006-11-21 20:51:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1444bfb2c8 
					 
					
						
						
							
							Update ordinals.  
						
						 
						
						
						
						
					 
					
						2006-11-16 00:56:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						14975faa60 
					 
					
						
						
							
							Remove illegal IMPLEMENT macros from header file.  
						
						 
						
						
						
						
					 
					
						2006-11-16 00:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f12464861 
					 
					
						
						
							
							Remove redundant PREDECLARE statement.  
						
						 
						
						
						
						
					 
					
						2006-11-16 00:52:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de12116417 
					 
					
						
						
							
							Initial, incomplete support for typesafe macros without using function  
						
						 
						
						... 
						
						
						
						casts. 
						
						
					 
					
						2006-11-16 00:19:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						28b987aec9 
					 
					
						
						
							
							Don't assume requestorName is present for signed requests. ASN1 OCSP module  
						
						 
						
						... 
						
						
						
						fix: certs field is OPTIONAL. 
						
						
					 
					
						2006-11-13 13:21:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb596f3bb7 
					 
					
						
						
							
							OCSP library tidy. Use extension to encode OCSP extensions instead of doing  
						
						 
						
						... 
						
						
						
						it manually. Make OCSP_CERTID_dup() a real function instead of a macro. 
						
						
					 
					
						2006-11-13 13:18:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						84948b39df 
					 
					
						
						
							
							Fix various warnings.  
						
						 
						
						
						
						
					 
					
						2006-11-08 09:45:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cf32ad7fe3 
					 
					
						
						
							
							Make TSA tests use the noprompt mode of utilities rather than piping  
						
						 
						
						... 
						
						
						
						the result into interative utilities. 
						
						
					 
					
						2006-11-07 16:21:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad0e439604 
					 
					
						
						
							
							Avoid shadow warning.  
						
						 
						
						
						
						
					 
					
						2006-11-07 16:20:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5456583294 
					 
					
						
						
							
							Don't add the TS EKU by default in openssl.cnf because it then  
						
						 
						
						... 
						
						
						
						makes certificates genereated by ca, CA.pl etc useless for anything else. 
						
						
					 
					
						2006-11-07 14:27:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1845cbee8 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-11-07 13:46:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						51cc37b69d 
					 
					
						
						
							
							Fix link for ASN1_generate_nconf  
						
						 
						
						
						
						
					 
					
						2006-11-07 13:44:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ff1b10dca1 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-11-07 13:17:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ebeb17e2e0 
					 
					
						
						
							
							Add v3 ref to see also sections.  
						
						 
						
						
						
						
					 
					
						2006-11-07 13:13:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						137de5b157 
					 
					
						
						
							
							Add documentetion for noCheck extension and add a few cross references to  
						
						 
						
						... 
						
						
						
						the extension documentation. 
						
						
					 
					
						2006-11-07 12:51:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						224328e404 
					 
					
						
						
							
							fix warning  
						
						 
						
						
						
						
					 
					
						2006-11-06 20:10:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						1611b9ed80 
					 
					
						
						
							
							remove SSLEAY_MACROS code  
						
						 
						
						
						
						
					 
					
						2006-11-06 19:53:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8a4af56fc6 
					 
					
						
						
							
							update md docs  
						
						 
						
						
						
						
					 
					
						2006-10-27 21:58:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						05cfe06607 
					 
					
						
						
							
							fix OPENSSL_NO_foo defines  
						
						 
						
						
						
						
					 
					
						2006-10-27 21:25:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b37a68cc8f 
					 
					
						
						
							
							Initialize old_priv_encode, old_priv_decode.  
						
						 
						
						
						
						
					 
					
						2006-10-27 11:43:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a2688c872d 
					 
					
						
						
							
							Minor portability update to c_rehash.  
						
						 
						
						
						
						
					 
					
						2006-10-26 10:52:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5b50f99e1e 
					 
					
						
						
							
							Further mingw build procedure updates.  
						
						 
						
						
						
						
					 
					
						2006-10-24 22:14:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b8994b6130 
					 
					
						
						
							
							Harmonize dll naming in mingw builds.  
						
						 
						
						
						
						
					 
					
						2006-10-23 11:54:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d7917c584a 
					 
					
						
						
							
							Yet another mingw warning.  
						
						 
						
						
						
						
					 
					
						2006-10-23 07:45:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						544d845585 
					 
					
						
						
							
							OPENSSL_ia32cap.pod update.  
						
						 
						
						
						
						
					 
					
						2006-10-23 07:44:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a6efc2d1b8 
					 
					
						
						
							
							Fix mingw warnings.  
						
						 
						
						
						
						
					 
					
						2006-10-23 07:41:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3189772e07 
					 
					
						
						
							
							Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover even  
						
						 
						
						... 
						
						
						
						recent mingw modifications. 
						
						
					 
					
						2006-10-23 07:38:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						08a638237d 
					 
					
						
						
							
							Allow for mingw cross-compile configuration.  
						
						 
						
						
						
						
					 
					
						2006-10-23 07:30:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d8cdd1567f 
					 
					
						
						
							
							Make c_rehash more platform neutral and make it work in mixed environment,  
						
						 
						
						... 
						
						
						
						such as MSYS with "native" Win32 perl. 
						
						
					 
					
						2006-10-21 16:28:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cbfb39d1be 
					 
					
						
						
							
							Rudimentary support for cross-compiling.  
						
						 
						
						
						
						
					 
					
						2006-10-21 13:38:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a4d64c7f49 
					 
					
						
						
							
							Align data payload for better performance.  
						
						 
						
						
						
						
					 
					
						2006-10-20 11:26:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1e7b6c029c 
					 
					
						
						
							
							Avoid application relink on every make invocation.  
						
						 
						
						
						
						
					 
					
						2006-10-20 11:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3634d7e97a 
					 
					
						
						
							
							Gcc over-optimizes PadLock AES CFB codepath, tell it not to.  
						
						 
						
						
						
						
					 
					
						2006-10-19 20:55:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53d7efea76 
					 
					
						
						
							
							Temporary fix for sha256 IA64 assembler.  
						
						 
						
						
						
						
					 
					
						2006-10-18 09:42:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						002684d693 
					 
					
						
						
							
							Fix bug in big-endian path and optimize it for size.  
						
						 
						
						
						
						
					 
					
						2006-10-18 08:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c038b8aa56 
					 
					
						
						
							
							Typo in perlasm/x86asm.pl.  
						
						 
						
						
						
						
					 
					
						2006-10-17 16:21:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c5f17d45c1 
					 
					
						
						
							
							Further synchronizations with md32_common.h update, consistent naming  
						
						 
						
						... 
						
						
						
						for low-level SHA block routines. 
						
						
					 
					
						2006-10-17 16:13:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						31439046e0 
					 
					
						
						
							
							bn/asm/ppc.pl to use ppc-xlate.pl.  
						
						 
						
						
						
						
					 
					
						2006-10-17 14:37:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						11d0ebc841 
					 
					
						
						
							
							Further synchronizations with md32_common.h update.  
						
						 
						
						
						
						
					 
					
						2006-10-17 13:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cecfdbf72d 
					 
					
						
						
							
							VIA-specific Montgomery multiplication routine.  
						
						 
						
						
						
						
					 
					
						2006-10-17 07:04:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f0f61f6d0d 
					 
					
						
						
							
							Synchronize SHA1 assembler with md32_common.h update.  
						
						 
						
						
						
						
					 
					
						2006-10-17 07:00:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d68ff71004 
					 
					
						
						
							
							Support for .asciz directive in perlasm modules.  
						
						 
						
						
						
						
					 
					
						2006-10-17 06:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						591e85e928 
					 
					
						
						
							
							Linking errors on IA64 and typo in aes-ia64.S.  
						
						 
						
						
						
						
					 
					
						2006-10-17 06:41:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c69ed6ea39 
					 
					
						
						
							
							Re-implement md32_common.h [make it simpler!] and eliminate code rendered  
						
						 
						
						... 
						
						
						
						redundant as result. 
						
						
					 
					
						2006-10-11 11:55:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						55a08fac68 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-10-05 21:59:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						2fc281d01f 
					 
					
						
						
							
							return an error if the supplied precomputed values lead to an invalid signature  
						
						 
						
						
						
						
					 
					
						2006-10-04 19:37:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d326582cab 
					 
					
						
						
							
							ASN1_item_verify needs to initialize ctx before any "goto err" can  
						
						 
						
						... 
						
						
						
						happen; the new code for the OID cross reference table failed to do so. 
						
						
					 
					
						2006-10-04 06:14:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f4c630abb3 
					 
					
						
						
							
							Place standard CRL behaviour in default X509_CRL_METHOD new functions to  
						
						 
						
						... 
						
						
						
						create, free and set default CRL method. 
						
						
					 
					
						2006-10-03 02:47:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						c2cccfc585 
					 
					
						
						
							
							Initialise ctx to NULL to avoid uninitialized free, noticed by  
						
						 
						
						... 
						
						
						
						Steve Kiernan 
						
						
					 
					
						2006-09-29 08:21:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3c5406b35c 
					 
					
						
						
							
							All 0.9.8d patches have been applied to HEAD now, so we no longer need  
						
						 
						
						... 
						
						
						
						the redundant entries under the 0.9.9 heading. 
						
						
					 
					
						2006-09-28 13:50:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5e3225cc44 
					 
					
						
						
							
							Introduce limits to prevent malicious keys being able to  
						
						 
						
						... 
						
						
						
						cause a denial of service.  (CVE-2006-2940)
[Steve Henson, Bodo Moeller] 
						
						
					 
					
						2006-09-28 13:45:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						61118caa86 
					 
					
						
						
							
							include 0.9.8d and 0.9.7l information  
						
						 
						
						
						
						
					 
					
						2006-09-28 13:35:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						348be7ec60 
					 
					
						
						
							
							Fix ASN.1 parsing of certain invalid structures that can result  
						
						 
						
						... 
						
						
						
						in a denial of service.  (CVE-2006-2937)  [Steve Henson] 
						
						
					 
					
						2006-09-28 13:20:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						3ff55e9680 
					 
					
						
						
							
							Fix buffer overflow in SSL_get_shared_ciphers() function.  
						
						 
						
						... 
						
						
						
						(CVE-2006-3738) [Tavis Ormandy and Will Drewry, Google Security Team]
Fix SSL client code which could crash if connecting to a
 malicious SSLv2 server.  (CVE-2006-4343)
[Tavis Ormandy and Will Drewry, Google Security Team] 
						
						
					 
					
						2006-09-28 13:18:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cbb92dfaf0 
					 
					
						
						
							
							Fixes for the following claims:  
						
						 
						
						... 
						
						
						
						1) Certificate Message with no certs
  OpenSSL implementation sends the Certificate message during SSL
  handshake, however as per the specification, these have been omitted.
  -- RFC 2712 --
     CertificateRequest, and the ServerKeyExchange shown in Figure 1
     will be omitted since authentication and the establishment of a
     master secret will be done using the client's Kerberos credentials
     for the TLS server.  The client's certificate will be omitted for
     the same reason.
  -- RFC 2712 --
  3) Pre-master secret Protocol version
  The pre-master secret generated by OpenSSL does not have the correct
  client version.
  RFC 2712 says, if the Kerberos option is selected, the pre-master
  secret structure is the same as that used in the RSA case.
  TLS specification defines pre-master secret as:
         struct {
             ProtocolVersion client_version;
             opaque random[46];
         } PreMasterSecret;
  where client_version is the latest protocol version supported by the
  client
  The pre-master secret generated by OpenSSL does not have the correct
  client version. The implementation does not update the first 2 bytes
  of random secret for Kerberos Cipher suites. At the server-end, the
  client version from the pre-master secret is not validated.
PR: 1336 
						
						
					 
					
						2006-09-28 12:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						019bfef899 
					 
					
						
						
							
							Initialize new callbacks and make sure hent is always initialized.  
						
						 
						
						
						
						
					 
					
						2006-09-26 13:25:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0709249f4c 
					 
					
						
						
							
							Complete the change for VMS.  
						
						 
						
						
						
						
					 
					
						2006-09-25 08:35:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						89c9c66736 
					 
					
						
						
							
							Submitted by: Brad Spencer <spencer@jacknife.org>  
						
						 
						
						... 
						
						
						
						Reviewed by: steve 
						
						
					 
					
						2006-09-23 17:29:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						347ed3b93c 
					 
					
						
						
							
							Buffer size handling fix for enc.  
						
						 
						
						... 
						
						
						
						PR:1374 
						
						
					 
					
						2006-09-22 17:14:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b73c3609b 
					 
					
						
						
							
							Using correct lock for X509_REQ.  
						
						 
						
						... 
						
						
						
						PR:1348 
						
						
					 
					
						2006-09-22 17:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eebeb52b29 
					 
					
						
						
							
							Update length if copying MSB set in asn1_string_canon().  
						
						 
						
						
						
						
					 
					
						2006-09-22 13:37:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ec6cfc767 
					 
					
						
						
							
							Updated file.  
						
						 
						
						
						
						
					 
					
						2006-09-21 16:19:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						44181ea836 
					 
					
						
						
							
							Add missing prototype. Fix various warnings (C++ comments, ; outside function).  
						
						 
						
						
						
						
					 
					
						2006-09-21 13:24:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c80c7bf999 
					 
					
						
						
							
							Make int_rsa_sign function match prototype.  
						
						 
						
						... 
						
						
						
						PR: 1383 
						
						
					 
					
						2006-09-21 13:11:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffa5ebf3f4 
					 
					
						
						
							
							Compile in gost engine.  
						
						 
						
						
						
						
					 
					
						2006-09-21 13:07:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						926c41bd29 
					 
					
						
						
							
							Updated version of gost engine.  
						
						 
						
						
						
						
					 
					
						2006-09-21 13:04:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1182301ca7 
					 
					
						
						
							
							Do CRL method init after other operations.  
						
						 
						
						
						
						
					 
					
						2006-09-21 12:48:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						010fa0b331 
					 
					
						
						
							
							Tidy up CRL handling by checking for critical extensions when it is  
						
						 
						
						... 
						
						
						
						loaded. Add new function X509_CRL_get0_by_serial() to lookup a revoked
entry to avoid the need to access the structure directly.
Add new X509_CRL_METHOD to allow common CRL operations (verify, lookup) to be
redirected. 
						
						
					 
					
						2006-09-21 12:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4ca7d975af 
					 
					
						
						
							
							Build error on non-unix.  
						
						 
						
						... 
						
						
						
						PR: 1390 
						
						
					 
					
						2006-09-18 19:50:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b774111020 
					 
					
						
						
							
							Race condition in ms/uplink.c.  
						
						 
						
						... 
						
						
						
						PR: 1382 
						
						
					 
					
						2006-09-18 19:41:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						78260d890b 
					 
					
						
						
							
							As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.  
						
						 
						
						
						
						
					 
					
						2006-09-18 19:20:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4b67fefe5a 
					 
					
						
						
							
							Remove x86ms.pl and reimplement x86*.pl.  
						
						 
						
						
						
						
					 
					
						2006-09-18 19:17:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3a8012cbf2 
					 
					
						
						
							
							Improve 386 portability of aes-586.pl.  
						
						 
						
						
						
						
					 
					
						2006-09-18 19:13:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a53cdc5b08 
					 
					
						
						
							
							Ensure that the addition mods[i]+delta cannot overflow in probable_prime().  
						
						 
						
						... 
						
						
						
						[Problem pointed out by Adam Young <adamy (at) acm.org>] 
						
						
					 
					
						2006-09-18 14:00:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d20c4fb35 
					 
					
						
						
							
							Overhaul of by_dir code to handle dynamic loading of CRLs.  
						
						 
						
						
						
						
					 
					
						2006-09-17 17:16:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a04549cc75 
					 
					
						
						
							
							GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.  
						
						 
						
						... 
						
						
						
						Very early version, doesn't do much yet, not even added to the build system. 
						
						
					 
					
						2006-09-17 13:00:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc7535bc7f 
					 
					
						
						
							
							Support for AKID in CRLs and partial support for IDP. Overhaul of CRL  
						
						 
						
						... 
						
						
						
						handling to support this. 
						
						
					 
					
						2006-09-14 17:25:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						83357f047d 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2006-09-13 03:28:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6699c3f07 
					 
					
						
						
							
							Update  
						
						 
						
						
						
						
					 
					
						2006-09-12 14:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						016bc5ceb3 
					 
					
						
						
							
							Fixes for new CRL/cert callbacks. Update CRL processing code to use new  
						
						 
						
						... 
						
						
						
						callbacks. 
						
						
					 
					
						2006-09-11 13:00:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ed65f7dc34 
					 
					
						
						
							
							ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0  
						
						 
						
						... 
						
						
						
						ciphersuite as well 
						
						
					 
					
						2006-09-11 09:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d50a2b4d6 
					 
					
						
						
							
							Add verify callback functions to lookup a STACK of matching certs or CRLs  
						
						 
						
						... 
						
						
						
						based on subject name.
New thread safe functions to retrieve matching STACK from X509_STORE.
Cache some IDP components. 
						
						
					 
					
						2006-09-10 12:38:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7f4301668f 
					 
					
						
						
							
							Make sure the int_rsa_verify() prototype matches the implementation  
						
						 
						
						... 
						
						
						
						(m_len currently is 'unsigned int', not 'size_t')
Submitted by: Gisle Vanem 
						
						
					 
					
						2006-09-08 06:00:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29a1bb07e5 
					 
					
						
						
							
							Additional detail.  
						
						 
						
						
						
						
					 
					
						2006-09-06 11:59:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						99e9a90081 
					 
					
						
						
							
							update information on "current version" ...  
						
						 
						
						
						
						
					 
					
						2006-09-06 11:54:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						715020e334 
					 
					
						
						
							
							Add an FAQ.  
						
						 
						
						
						
						
					 
					
						2006-09-06 11:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2952886010 
					 
					
						
						
							
							Remove non-functional part of recent patch, after discussion with  
						
						 
						
						... 
						
						
						
						Colin Percival (this would have caused more problems than solved,
and isn't really necessary anyway) 
						
						
					 
					
						2006-09-06 06:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						613e7d2a65 
					 
					
						
						
							
							Make consistent with 0.9.8-branch version of this file  
						
						 
						
						
						
						
					 
					
						2006-09-06 06:42:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6a2c471077 
					 
					
						
						
							
							Every change so far that is in the 0.9.8 branch is (or should be) in HEAD  
						
						 
						
						
						
						
					 
					
						2006-09-06 06:34:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						b79aa05e3b 
					 
					
						
						
							
							Avoid PKCS  #1  v1.5 signature attack discovered by Daniel Bleichenbacher  
						
						 
						
						... 
						
						
						
						(CVE-2006-4339)
Submitted by: Ben Laurie, Google Security Team
Reviewed by: bmoeller, mjc, shenson 
						
						
					 
					
						2006-09-05 08:58:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						500b5a181d 
					 
					
						
						
							
							Rewrite sha1-586.pl.  
						
						 
						
						
						
						
					 
					
						2006-08-31 21:27:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2b8a5406f9 
					 
					
						
						
							
							Fix bug in aes-586.pl.  
						
						 
						
						
						
						
					 
					
						2006-08-31 21:15:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2f35ae90fe 
					 
					
						
						
							
							Fix bug in x86unix.pl introduced in latest update.  
						
						 
						
						... 
						
						
						
						PR: 1380 
						
						
					 
					
						2006-08-31 21:12:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0fca32a7aa 
					 
					
						
						
							
							Kill more C++ comments.  
						
						 
						
						
						
						
					 
					
						2006-08-31 21:01:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02c9b66a6c 
					 
					
						
						
							
							Fix C++ style comments, change assert to OPENSSL_assert, stop warning with  
						
						 
						
						... 
						
						
						
						pedantic mode. 
						
						
					 
					
						2006-08-31 20:56:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						539d4c1030 
					 
					
						
						
							
							Fix leak  
						
						 
						
						
						
						
					 
					
						2006-08-31 20:10:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						aa6d1a0c19 
					 
					
						
						
							
							Forward port of IGE mode.  
						
						 
						
						
						
						
					 
					
						2006-08-31 14:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						777c47acbe 
					 
					
						
						
							
							Make things static that should be. Declare stuff in headers that should be.  
						
						 
						
						... 
						
						
						
						Fix warnings. 
						
						
					 
					
						2006-08-28 17:01:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5776c3c4c6 
					 
					
						
						
							
							According to documentation, including time.h declares select() on  
						
						 
						
						... 
						
						
						
						OpenVMS, and possibly more.
Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select  
						
						
					 
					
						2006-08-20 05:54:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c3d346cb7 
					 
					
						
						
							
							Correct warnings about signedness.  
						
						 
						
						
						
						
					 
					
						2006-08-20 05:18:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1c23bc5670 
					 
					
						
						
							
							Use gmtime on cygwin  
						
						 
						
						... 
						
						
						
						Submitted by: Corinna Vinschen 
						
						
					 
					
						2006-08-13 09:03:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8ea975d070 
					 
					
						
						
							
							+20% tune-up for Power5.  
						
						 
						
						
						
						
					 
					
						2006-08-09 15:40:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6c69aa532e 
					 
					
						
						
							
							Revised AES_cbc_encrypt in x86 assembler module.  
						
						 
						
						
						
						
					 
					
						2006-08-07 09:05:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6264c9b2a9 
					 
					
						
						
							
							Correct punctuation.  
						
						 
						
						... 
						
						
						
						PR: 1367 
						
						
					 
					
						2006-08-05 20:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fc92414273 
					 
					
						
						
							
							Agressively prefetch S-box in SSE codepatch, relax alignment requirement,  
						
						 
						
						... 
						
						
						
						check for SSE bit instead of MMX, as pshufw was introduces in PIII, minor
optimization, typos... 
						
						
					 
					
						2006-08-02 22:38:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53154d71c3 
					 
					
						
						
							
							Switch to compact S-box when generating AES key schedule.  
						
						 
						
						
						
						
					 
					
						2006-08-02 07:46:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8cebec9802 
					 
					
						
						
							
							Switch to compact S-box when generating AES key schedule.  
						
						 
						
						
						
						
					 
					
						2006-08-01 22:10:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0209d1605d 
					 
					
						
						
							
							Real Bourne shell doesn't interpret ==, but =.  
						
						 
						
						
						
						
					 
					
						2006-08-01 16:12:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c8a0d0aaf9 
					 
					
						
						
							
							Engage assembler in solaris64-x86_64-cc.  
						
						 
						
						
						
						
					 
					
						2006-07-31 22:28:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0cc46efa09 
					 
					
						
						
							
							perlasm/x86unix.pl update.  
						
						 
						
						
						
						
					 
					
						2006-07-31 22:26:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						22c268e6c9 
					 
					
						
						
							
							Next generation aes-586.pl featuring AES_[en|de]crypt, accessing exclusively  
						
						 
						
						... 
						
						
						
						256 byte S-box. AES_cbc_encrypt needs further work as it should also use
slow routines when processing smaller amount of data. 
						
						
					 
					
						2006-07-31 20:03:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dd0514e2cc 
					 
					
						
						
							
							Camellia IPR information  
						
						 
						
						
						
						
					 
					
						2006-07-31 11:50:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f6e7d01450 
					 
					
						
						
							
							Support for multiple CRLs with same issuer name in X509_STORE. Modify  
						
						 
						
						... 
						
						
						
						verify logic to try to use an unexpired CRL if possible. 
						
						
					 
					
						2006-07-25 17:39:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						edc540211c 
					 
					
						
						
							
							Cache some CRL related extensions.  
						
						 
						
						
						
						
					 
					
						2006-07-24 12:39:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2eed3a3cc8 
					 
					
						
						
							
							Avoid warning.  
						
						 
						
						
						
						
					 
					
						2006-07-21 22:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1aa44cc797 
					 
					
						
						
							
							Avoid WIN32 warning.  
						
						 
						
						
						
						
					 
					
						2006-07-21 22:28:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						37c8fd0eba 
					 
					
						
						
							
							Avoid warnings.  
						
						 
						
						
						
						
					 
					
						2006-07-21 22:26:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						786aa98da1 
					 
					
						
						
							
							Use correct pointer types for various functions.  
						
						 
						
						
						
						
					 
					
						2006-07-20 16:56:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						413e0853d7 
					 
					
						
						
							
							New Camellia implementation (replacing previous version)  
						
						 
						
						... 
						
						
						
						Submitted by: NTT 
						
						
					 
					
						2006-07-19 13:38:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8e4560c42f 
					 
					
						
						
							
							Camellia information  
						
						 
						
						
						
						
					 
					
						2006-07-19 13:36:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						450ea83495 
					 
					
						
						
							
							Store canonical encodings of Name structures. Update X509_NAME_cmp() to use  
						
						 
						
						... 
						
						
						
						them. 
						
						
					 
					
						2006-07-18 12:36:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						af8c1d81a3 
					 
					
						
						
							
							Reimplement outer rounds as "compact" in x86 assembler. This has rather  
						
						 
						
						... 
						
						
						
						strong impact on decrypt performance, 20-25%. One probably should consider
switching between slower and faster routines depending on how much data
we were asked to process. 
						
						
					 
					
						2006-07-18 10:05:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b589427941 
					 
					
						
						
							
							WIN32 fixes signed/unsigned issues and slightly socket semantics.  
						
						 
						
						
						
						
					 
					
						2006-07-17 18:52:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f0fa285f75 
					 
					
						
						
							
							Update .cvsignore again.  
						
						 
						
						
						
						
					 
					
						2006-07-17 16:42:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0b5b07010 
					 
					
						
						
							
							Update .cvsignore  
						
						 
						
						
						
						
					 
					
						2006-07-17 16:40:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c95c2ac23 
					 
					
						
						
							
							Fix various error codes to match functions.  
						
						 
						
						
						
						
					 
					
						2006-07-17 16:33:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						454dbbc593 
					 
					
						
						
							
							Add -timeout option to ocsp utility.  
						
						 
						
						
						
						
					 
					
						2006-07-17 13:26:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c1c6c0bf45 
					 
					
						
						
							
							New non-blocking OCSP functionality.  
						
						 
						
						
						
						
					 
					
						2006-07-17 12:18:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dff2922aa7 
					 
					
						
						
							
							Add option for "compact" rounds to aes_x86core.c. "Compact" rounds are  
						
						 
						
						... 
						
						
						
						those referencing compact, 256-byte, S-boxes. 
						
						
					 
					
						2006-07-14 09:57:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f253a058d3 
					 
					
						
						
							
							There is should be no need to rewind the input stream any more.  
						
						 
						
						... 
						
						
						
						For S/MIME multipart/signed type the signature is calculated on the fly.
For other detached data forms the stream isn't used after the single pass to
calculate signatures.
For non-detached the data is stored in a memory BIO. 
						
						
					 
					
						2006-07-13 20:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b3c6a33185 
					 
					
						
						
							
							In genpkey, also look for algorithm string name in any supplied ENGINE.  
						
						 
						
						
						
						
					 
					
						2006-07-12 18:00:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31780d0e26 
					 
					
						
						
							
							Bugfix: don't look in internal table for signature if found in application  
						
						 
						
						... 
						
						
						
						supplied list. 
						
						
					 
					
						2006-07-12 16:30:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f489ab3147 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-07-12 13:28:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29cf84c692 
					 
					
						
						
							
							New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.  
						
						 
						
						
						
						
					 
					
						2006-07-12 12:31:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e454929558 
					 
					
						
						
							
							Add docs for pkeyparam. Update some existing docs.  
						
						 
						
						
						
						
					 
					
						2006-07-10 23:10:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						105f6a6323 
					 
					
						
						
							
							Update some usage messages.  
						
						 
						
						
						
						
					 
					
						2006-07-10 22:49:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8845701719 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2006-07-10 18:40:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b7683e3a5d 
					 
					
						
						
							
							Allow digests to supply S/MIME micalg values from a ctrl.  
						
						 
						
						... 
						
						
						
						Send ctrls to EVP_PKEY_METHOD during signing of PKCS7 structure so
customisation is possible. 
						
						
					 
					
						2006-07-10 18:36:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0ee2166cc5 
					 
					
						
						
							
							New functions to add and free up application defined signature OIDs.  
						
						 
						
						
						
						
					 
					
						2006-07-09 16:05:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						067707e367 
					 
					
						
						
							
							Set detached flag in PKCS7 structure earlier to avoid eating up memory.  
						
						 
						
						... 
						
						
						
						PR: 1071 
						
						
					 
					
						2006-07-09 12:02:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8211a33c7f 
					 
					
						
						
							
							Public key comparison and printing routine functions.  
						
						 
						
						
						
						
					 
					
						2006-07-09 11:26:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7441052be6 
					 
					
						
						
							
							EVP_PKEY_get_default_digest() manual page.  
						
						 
						
						
						
						
					 
					
						2006-07-09 11:01:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90ccf05f82 
					 
					
						
						
							
							EVP_PKEY_CTX_ctrl() docs.  
						
						 
						
						
						
						
					 
					
						2006-07-09 10:51:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						112161bd33 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2006-07-09 01:59:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5ba4bf35c5 
					 
					
						
						
							
							New functions to enumerate digests and ciphers.  
						
						 
						
						
						
						
					 
					
						2006-07-09 00:53:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aa93b18c2c 
					 
					
						
						
							
							Keygen docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 21:42:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba702545fc 
					 
					
						
						
							
							EVP_PKEY_derive() docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 12:47:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						436369100d 
					 
					
						
						
							
							Add some examples.  
						
						 
						
						
						
						
					 
					
						2006-07-08 12:46:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6535bd42e6 
					 
					
						
						
							
							EVP_PKEY_verify() docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 11:22:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64cee65ebc 
					 
					
						
						
							
							New docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 11:13:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba544377fb 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 10:55:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5165148f72 
					 
					
						
						
							
							Add some EVP_PKEY_METHOD docs.  
						
						 
						
						
						
						
					 
					
						2006-07-08 10:45:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8d970ca70b 
					 
					
						
						
							
							Update docs with algorithm options.  
						
						 
						
						
						
						
					 
					
						2006-07-08 10:01:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						383b8b8ca9 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-07-08 00:50:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5ce60a20f2 
					 
					
						
						
							
							Initial docs for pkeyutl.  
						
						 
						
						
						
						
					 
					
						2006-07-08 00:47:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						49131a7d94 
					 
					
						
						
							
							Docs for new utilities.  
						
						 
						
						
						
						
					 
					
						2006-07-08 00:24:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d884c5bad1 
					 
					
						
						
							
							Add documentation for new smime options.  
						
						 
						
						
						
						
					 
					
						2006-07-07 21:44:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						86bdc0a3ee 
					 
					
						
						
							
							Fix compiler warnings.  
						
						 
						
						
						
						
					 
					
						2006-07-04 20:29:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a4e245f3e 
					 
					
						
						
							
							Unsigned vs signed comparison warning.  
						
						 
						
						
						
						
					 
					
						2006-07-04 20:29:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						975efcbaee 
					 
					
						
						
							
							Typos(?) in HEAD/crypto/evp/p_lib.c.  
						
						 
						
						
						
						
					 
					
						2006-07-04 20:27:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90e1b1fd7d 
					 
					
						
						
							
							dsa_pub_cmp() doesn't need to check parameters because that is done in  
						
						 
						
						... 
						
						
						
						EVP_PKEY_cmp(). 
						
						
					 
					
						2006-07-02 21:13:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						86207c1960 
					 
					
						
						
							
							Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.  
						
						 
						
						
						
						
					 
					
						2006-07-02 21:12:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9c62bca11a 
					 
					
						
						
							
							Prepare playground for AES experimental code.  
						
						 
						
						
						
						
					 
					
						2006-07-02 09:18:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						75d61b33bc 
					 
					
						
						
							
							documentation for "HIGH" vs. "MEDIUM" was not up-to-date  
						
						 
						
						
						
						
					 
					
						2006-06-30 22:00:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3df760b83a 
					 
					
						
						
							
							use <poll.h> as by Single Unix Specification  
						
						 
						
						
						
						
					 
					
						2006-06-30 08:14:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e34aa5a3b3 
					 
					
						
						
							
							always read in RAND_poll() if we can't use select because of a too  
						
						 
						
						... 
						
						
						
						large FD: it's non-blocking mode anyway 
						
						
					 
					
						2006-06-28 14:50:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						985e4c4154 
					 
					
						
						
							
							Mitigate the hazard of cache-collision timing attack on last round. The  
						
						 
						
						... 
						
						
						
						only chance for T[ed]4 to get evicted in this module is when its cache
"overlaps" with last 128 bits of key schedule. 
						
						
					 
					
						2006-06-28 08:52:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9598fa8759 
					 
					
						
						
							
							Mitigate the hazard of cache-collision timing attack on last round. Well,  
						
						 
						
						... 
						
						
						
						prefetch could have been moved closer to Td4 references. Something for
later consideration... 
						
						
					 
					
						2006-06-28 08:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ac8173515a 
					 
					
						
						
							
							Mitigate cache-collision timing attack on last round.  
						
						 
						
						
						
						
					 
					
						2006-06-28 08:39:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						944f858021 
					 
					
						
						
							
							Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys in  
						
						 
						
						... 
						
						
						
						the source. 
						
						
					 
					
						2006-06-27 17:23:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						27a3d9f9aa 
					 
					
						
						
							
							Use poll() when possible to gather Unix randomness entropy  
						
						 
						
						
						
						
					 
					
						2006-06-27 06:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48fc582f66 
					 
					
						
						
							
							New functions CRYPTO_set_idptr_callback(),  
						
						 
						
						... 
						
						
						
						CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type
thread ID, since the 'unsigned long' type of the existing thread ID
does not always work well. 
						
						
					 
					
						2006-06-23 15:21:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						81de1028bc 
					 
					
						
						
							
							Change in 0.9.8 branch:  
						
						 
						
						... 
						
						
						
						Put ECCdraft ciphersuites back into default build (but disabled
unless specifically requested) 
						
						
					 
					
						2006-06-22 12:37:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						850815cb6e 
					 
					
						
						
							
							Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)  
						
						 
						
						
						
						
					 
					
						2006-06-20 08:50:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c4e7870ac1 
					 
					
						
						
							
							Change array representation of binary polynomials to make GF2m part of  
						
						 
						
						... 
						
						
						
						the BN library more generally useful.
Submitted by: Douglas Stebila 
						
						
					 
					
						2006-06-18 22:00:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4584eccea0 
					 
					
						
						
							
							another thread-safety fix  
						
						 
						
						
						
						
					 
					
						2006-06-16 01:00:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ed3ecd801e 
					 
					
						
						
							
							Error messages for client ECC cert verification.  
						
						 
						
						... 
						
						
						
						Also, change the default ciphersuite to give some prefererence to
ciphersuites with forwared secrecy (rather than using a random order). 
						
						
					 
					
						2006-06-15 19:58:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b166f13eb5 
					 
					
						
						
							
							Call 'print_stuff' even if a handshake failed.  
						
						 
						
						
						
						
					 
					
						2006-06-15 19:00:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						076944d920 
					 
					
						
						
							
							Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,  
						
						 
						
						... 
						
						
						
						and allow more general RSA OIDs for ECC certs with RSA CA sig. 
						
						
					 
					
						2006-06-15 18:28:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						09e20e0bd8 
					 
					
						
						
							
							Fix another new bug in the cipherstring logic.  
						
						 
						
						
						
						
					 
					
						2006-06-15 17:17:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a717831da4 
					 
					
						
						
							
							Fix another bug introduced yesterday when deleting Fortezza stuff:  
						
						 
						
						... 
						
						
						
						make sure 'mask' is initialized in ssl_cipher_get_disabled().
Also simplify code by removing some unused arguments in static functions. 
						
						
					 
					
						2006-06-15 16:54:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4dfc8f1f0b 
					 
					
						
						
							
							Oops ... deleted too much in the previous commit when I deleted  
						
						 
						
						... 
						
						
						
						the Fortezza stuff 
						
						
					 
					
						2006-06-15 16:07:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5b57fe0a1e 
					 
					
						
						
							
							Disable invalid ciphersuites  
						
						 
						
						
						
						
					 
					
						2006-06-14 17:51:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						89bbe14c50 
					 
					
						
						
							
							Ciphersuite string bugfixes, and ECC-related (re-)definitions.  
						
						 
						
						
						
						
					 
					
						2006-06-14 17:40:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6635b48cd1 
					 
					
						
						
							
							Make sure that AES ciphersuites get priority over Camellia  
						
						 
						
						... 
						
						
						
						ciphersuites in the default cipher string. 
						
						
					 
					
						2006-06-14 13:58:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						675f605d44 
					 
					
						
						
							
							Thread-safety fixes  
						
						 
						
						
						
						
					 
					
						2006-06-14 08:55:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6a983d4287 
					 
					
						
						
							
							Fix a bug recently introduced when updating this file to use the new  
						
						 
						
						... 
						
						
						
						keygen API: make sure that 'pkey_type' is actually visible to MAIN(). 
						
						
					 
					
						2006-06-14 01:16:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1a159e08af 
					 
					
						
						
							
							Keep synchronised with Unix  
						
						 
						
						
						
						
					 
					
						2006-06-12 06:46:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dd030860c4 
					 
					
						
						
							
							Camellia cipher, contributed by NTT  
						
						 
						
						... 
						
						
						
						Submitted by: Masashi Fujita
Reviewed by: Bodo Moeller 
						
						
					 
					
						2006-06-11 01:09:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d09372434 
					 
					
						
						
							
							Keep synchronised with the Unix build  
						
						 
						
						
						
						
					 
					
						2006-06-10 05:38:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						67912e0032 
					 
					
						
						
							
							Camellia cipher, contributed by NTT  
						
						 
						
						... 
						
						
						
						Submitted by: Masashi Fujita
Reviewed by: Bodo Moeller 
						
						
					 
					
						2006-06-09 22:29:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f3dea9a595 
					 
					
						
						
							
							Camellia cipher, contributed by NTT  
						
						 
						
						... 
						
						
						
						Submitted by: Masashi Fujita
Reviewed by: Bodo Moeller 
						
						
					 
					
						2006-06-09 15:44:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb7b393278 
					 
					
						
						
							
							Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hard  
						
						 
						
						... 
						
						
						
						coding it to "sha1". 
						
						
					 
					
						2006-06-06 13:27:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						61e5ec4b1e 
					 
					
						
						
							
							Add AES and GOST S/MIME capabilities if algorithms are supported.  
						
						 
						
						
						
						
					 
					
						2006-06-06 12:35:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6f344eab03 
					 
					
						
						
							
							Fix obvious typo.  
						
						 
						
						
						
						
					 
					
						2006-06-05 16:04:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41eacc84a0 
					 
					
						
						
							
							Clarify comment and add #ifdef.  
						
						 
						
						
						
						
					 
					
						2006-06-05 12:38:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						01b8b3c7d2 
					 
					
						
						
							
							Complete EVP_PKEY_ASN1_METHOD ENGINE support.  
						
						 
						
						
						
						
					 
					
						2006-06-05 11:52:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8fecd4b4f1 
					 
					
						
						
							
							Sync aes.h with  http://cvs.openssl.org/chngview?cn=15336 .  
						
						 
						
						
						
						
					 
					
						2006-06-05 10:43:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						41fc5f2dbe 
					 
					
						
						
							
							Reimplement AES_ofb128_encrypt.  
						
						 
						
						
						
						
					 
					
						2006-06-05 10:40:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bcfd3d68f5 
					 
					
						
						
							
							Correct logical error in STRICT_ALIGNMENT check and remove copy of  
						
						 
						
						... 
						
						
						
						eay licence, as module is practically rewritten from scratch [well,
even original submission was obviously "almost, but not quite,
entirely unlike" any other eay *_cfb.c module, not to mention new
functions]. 
						
						
					 
					
						2006-06-05 10:40:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d3a6461d71 
					 
					
						
						
							
							Minor ppc-xlate.pl update.  
						
						 
						
						
						
						
					 
					
						2006-06-05 09:42:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						17478fdede 
					 
					
						
						
							
							Add sha512-ppc.pl module.  
						
						 
						
						
						
						
					 
					
						2006-06-05 09:37:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4dca00cec8 
					 
					
						
						
							
							Minor sha1-ppc.pl update.  
						
						 
						
						
						
						
					 
					
						2006-06-05 09:35:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						061d774b99 
					 
					
						
						
							
							A few more ENGINE strings that need shortening.  
						
						 
						
						
						
						
					 
					
						2006-06-04 08:22:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20469da285 
					 
					
						
						
							
							Synchronise with Unix  
						
						 
						
						
						
						
					 
					
						2006-06-03 02:17:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e18e3eba76 
					 
					
						
						
							
							Make update.  
						
						 
						
						
						
						
					 
					
						2006-06-02 17:54:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de9fcfe348 
					 
					
						
						
							
							Initial public key ASN1 method engine support. Not integrated yet.  
						
						 
						
						
						
						
					 
					
						2006-06-02 17:52:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7e5b06813d 
					 
					
						
						
							
							Automatically free up dynamically allocated public key methods when  
						
						 
						
						... 
						
						
						
						and ENGINE is destroyed. 
						
						
					 
					
						2006-06-02 17:09:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1892c8bf97 
					 
					
						
						
							
							Extend default method string to include public key methods.  
						
						 
						
						... 
						
						
						
						Add missing prototypes.
Fix engine method lookup. 
						
						
					 
					
						2006-06-02 13:09:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e428e7d0d 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-06-02 12:37:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9777d2659 
					 
					
						
						
							
							Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINE  
						
						 
						
						... 
						
						
						
						implementations and functional reference counting when a context
is allocated, free or copied. 
						
						
					 
					
						2006-06-02 12:33:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3aedd213a9 
					 
					
						
						
							
							Synchronise with the Unixly build.  
						
						 
						
						
						
						
					 
					
						2006-06-01 12:50:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e0c1ea9038 
					 
					
						
						
							
							Fix error code. make update  
						
						 
						
						
						
						
					 
					
						2006-06-01 12:43:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6f88c6a634 
					 
					
						
						
							
							Add missing prototype. Extend engine utility to print public key algorithms.  
						
						 
						
						
						
						
					 
					
						2006-06-01 12:38:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						58aa573ac2 
					 
					
						
						
							
							Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.  
						
						 
						
						
						
						
					 
					
						2006-06-01 11:38:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0ed110b969 
					 
					
						
						
							
							Because all object files are now in a file, we don't need to mention  
						
						 
						
						... 
						
						
						
						any of them on the linker command line.  Besides, OBJECT_FILE now
represents the last compiled file, and using it here only results in
getting warnings about multiple definitions of the symbols in that
file. 
						
						
					 
					
						2006-06-01 10:24:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b28dea4e10 
					 
					
						
						
							
							New pkey functions for keygen callbacks and retrieving operation type.  
						
						 
						
						
						
						
					 
					
						2006-05-31 17:34:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						21f0db692d 
					 
					
						
						
							
							Tune up AES CFB. Performance improvement varies from 10% to 50% from  
						
						 
						
						... 
						
						
						
						platform to platform. Its absolute value is within few percents
marginal from that of ECB. 
						
						
					 
					
						2006-05-30 07:20:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d4e08ec1c 
					 
					
						
						
							
							Use a new signed int ii instead of j (which is unsigned) to handle the  
						
						 
						
						... 
						
						
						
						return value from sk_SSL_CIPHER_find(). 
						
						
					 
					
						2006-05-28 19:44:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						25074d6c22 
					 
					
						
						
							
							Deal with another name that's longer than 31 characters.  
						
						 
						
						
						
						
					 
					
						2006-05-28 19:39:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0cfc80c4c3 
					 
					
						
						
							
							rslen is unsigned, so it can never go below 0.  
						
						 
						
						
						
						
					 
					
						2006-05-28 19:36:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b8bb15fb51 
					 
					
						
						
							
							Install openssl.cnf to OPENSSLDIR in mk1mf.pl  
						
						 
						
						
						
						
					 
					
						2006-05-28 00:49:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						994df5a248 
					 
					
						
						
							
							Flush p7bio when all data has been copied.  
						
						 
						
						
						
						
					 
					
						2006-05-26 17:14:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6657b9c73a 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2006-05-26 13:27:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba0d04a986 
					 
					
						
						
							
							Update pkeyutl to use size_t for pkey functions.  
						
						 
						
						
						
						
					 
					
						2006-05-26 12:24:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3cb9eb30d3 
					 
					
						
						
							
							Signed vs. unsigned conflict  
						
						 
						
						
						
						
					 
					
						2006-05-25 23:40:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e0b624e20e 
					 
					
						
						
							
							There was a problem with too long command lines, so I rebuilt to make  
						
						 
						
						... 
						
						
						
						it work better. 
						
						
					 
					
						2006-05-25 23:37:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c27309edcb 
					 
					
						
						
							
							Allow any supported cipher to be used with smime -encrypt.  
						
						 
						
						
						
						
					 
					
						2006-05-25 16:53:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3207e61222 
					 
					
						
						
							
							Add prototypes, update Win32 ordinals.  
						
						 
						
						
						
						
					 
					
						2006-05-25 11:44:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3671233089 
					 
					
						
						
							
							Keep in sync with Unix  
						
						 
						
						
						
						
					 
					
						2006-05-25 10:40:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3a828611e9 
					 
					
						
						
							
							Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().  
						
						 
						
						
						
						
					 
					
						2006-05-25 00:55:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8bdcef40e4 
					 
					
						
						
							
							New function to dup EVP_PKEY_CTX. This will be needed to make new signing  
						
						 
						
						... 
						
						
						
						functions and EVP_MD_CTX_copy work properly. 
						
						
					 
					
						2006-05-24 23:49:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91c9e62123 
					 
					
						
						
							
							New functions for enchanced digest sign/verify.  
						
						 
						
						
						
						
					 
					
						2006-05-24 17:30:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0e3453536e 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2006-05-24 13:29:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eaff5a1412 
					 
					
						
						
							
							Use size_t for new crypto size parameters.  
						
						 
						
						
						
						
					 
					
						2006-05-24 12:33:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						216e0d5b91 
					 
					
						
						
							
							Fix smime -pk7out.  
						
						 
						
						
						
						
					 
					
						2006-05-22 13:37:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0965991600 
					 
					
						
						
							
							Add ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX. These will be used  
						
						 
						
						... 
						
						
						
						for enhanced sign/verify operations. 
						
						
					 
					
						2006-05-22 13:01:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						74aa1a4378 
					 
					
						
						
							
							Tiny up hpux targets.  
						
						 
						
						
						
						
					 
					
						2006-05-20 08:52:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5531192151 
					 
					
						
						
							
							Add -resign and -md options to smime command to support resigning an  
						
						 
						
						... 
						
						
						
						existing structure and using alternative digest for signing. 
						
						
					 
					
						2006-05-18 23:44:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a620626a33 
					 
					
						
						
							
							Code tidy.  
						
						 
						
						
						
						
					 
					
						2006-05-18 18:06:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f13a71c66b 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-05-18 17:46:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3ef3e07a49 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2006-05-18 17:22:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76fa8f1838 
					 
					
						
						
							
							More S/MIME tidy. Place some common attribute operations in utility  
						
						 
						
						... 
						
						
						
						functions. 
						
						
					 
					
						2006-05-18 17:20:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2b139ed1f 
					 
					
						
						
							
							Remove old digest type hacks for non RSA keys.  
						
						 
						
						
						
						
					 
					
						2006-05-18 13:05:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6e7fcd140 
					 
					
						
						
							
							Multiple signer support in smime application.  
						
						 
						
						
						
						
					 
					
						2006-05-18 12:41:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76cf3fcb43 
					 
					
						
						
							
							Reformat smime.c utility.  
						
						 
						
						
						
						
					 
					
						2006-05-18 11:54:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						121dd39f9f 
					 
					
						
						
							
							New option to pkcs12 utility to set alternative MAC digest algorithm.  
						
						 
						
						
						
						
					 
					
						2006-05-17 18:46:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a263253545 
					 
					
						
						
							
							Don't try to print PBE information if it can't be decoded.  
						
						 
						
						
						
						
					 
					
						2006-05-17 18:24:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76d6ac4b06 
					 
					
						
						
							
							PKCS#12 mac key length should equal digest length.  
						
						 
						
						
						
						
					 
					
						2006-05-17 18:19:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						60f20632e2 
					 
					
						
						
							
							Tidy up of S/MIME code and add new functions which will make is easier  
						
						 
						
						... 
						
						
						
						to create S/MIME signed data with multiple signers. 
						
						
					 
					
						2006-05-17 17:17:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ae519a247f 
					 
					
						
						
							
							Extended PBES2 function supporting application supplied IV and PRF NID.  
						
						 
						
						
						
						
					 
					
						2006-05-17 12:47:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8de916bcee 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2006-05-17 12:29:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1631d5f9b9 
					 
					
						
						
							
							HMAC OIDs from RFC4231.  
						
						 
						
						
						
						
					 
					
						2006-05-17 12:27:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98c82b899e 
					 
					
						
						
							
							Gather keygen options in req and only use them after all other options have  
						
						 
						
						... 
						
						
						
						been processed. This allows any ENGINE changing operations to be processed
first (for example a config file). 
						
						
					 
					
						2006-05-16 12:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6d3a1eac3b 
					 
					
						
						
							
							Add PRF preference ctrl to ciphers.  
						
						 
						
						
						
						
					 
					
						2006-05-15 18:35:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b8f702a0af 
					 
					
						
						
							
							Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.  
						
						 
						
						
						
						
					 
					
						2006-05-15 17:34:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						43c9825c2a 
					 
					
						
						
							
							Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assign  
						
						 
						
						... 
						
						
						
						private keys.
FIXME: this function should really be rewritten because it is *horrible*. 
						
						
					 
					
						2006-05-15 13:28:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fbf6643607 
					 
					
						
						
							
							Bugfix: the NONE string for PBE algorithms wasn't working.  
						
						 
						
						
						
						
					 
					
						2006-05-15 13:23:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f36baa9f4 
					 
					
						
						
							
							Correctly handle missing DSA parameters.  
						
						 
						
						
						
						
					 
					
						2006-05-15 01:26:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b0e69a0500 
					 
					
						
						
							
							Add feature to PKCS12_create() if the encryption NID corresponds to a  
						
						 
						
						... 
						
						
						
						supported encryption algorithm instead of a PBE NID then use that
algorithm with PBES2. 
						
						
					 
					
						2006-05-15 00:45:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						856640b54f 
					 
					
						
						
							
							Extend PBE code to support non default PKCS#5 v2.0 PRFs.  
						
						 
						
						
						
						
					 
					
						2006-05-14 18:40:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76240b3a39 
					 
					
						
						
							
							Check for deprecated private key types before PKCS#8 types.  
						
						 
						
						
						
						
					 
					
						2006-05-14 18:35:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						34b3c72e4e 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-05-14 16:50:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c264592d69 
					 
					
						
						
							
							Add includes in synopsis.  
						
						 
						
						... 
						
						
						
						Submitted by: Mike Frysinger <vapier@gentoo.org > 
						
						
					 
					
						2006-05-14 11:28:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1bd06bd0c4 
					 
					
						
						
							
							In interactive mode only config OpenSSL once.  
						
						 
						
						
						
						
					 
					
						2006-05-12 17:11:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9540ccdf1f 
					 
					
						
						
							
							Stop warnings about deprecated -mcpu option.  
						
						 
						
						
						
						
					 
					
						2006-05-12 16:06:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						98bf13c36b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2006-05-12 15:31:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e76e56387 
					 
					
						
						
							
							Someone made a mistake, and some function and reason codes got  
						
						 
						
						... 
						
						
						
						duplicate numbers.  Renumbering. 
						
						
					 
					
						2006-05-12 15:27:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						759d8ac6ee 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-05-12 00:27:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						959e8dfe06 
					 
					
						
						
							
							Update 'req' command to use new keygen API.  
						
						 
						
						
						
						
					 
					
						2006-05-11 21:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7f57b076a6 
					 
					
						
						
							
							New functions to get key types without dereferncing EVP_PKEY.  
						
						 
						
						... 
						
						
						
						More error checking for RSA pmeth. 
						
						
					 
					
						2006-05-11 21:33:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7144c4212a 
					 
					
						
						
							
							Update PKCS#7 decrypt routines to use new API.  
						
						 
						
						
						
						
					 
					
						2006-05-08 16:38:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						399a6f0bd1 
					 
					
						
						
							
							Update PKCS#7 enveloped data to new API.  
						
						 
						
						
						
						
					 
					
						2006-05-08 12:44:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d47929968 
					 
					
						
						
							
							Update S/MIME code to use default digest.  
						
						 
						
						
						
						
					 
					
						2006-05-07 17:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						03919683f9 
					 
					
						
						
							
							Add support for default public key digest type ctrl.  
						
						 
						
						
						
						
					 
					
						2006-05-07 17:09:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5cda6c4582 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-05-07 12:30:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						83ed49149c 
					 
					
						
						
							
							bug fix.  
						
						 
						
						... 
						
						
						
						PR: 1326
Submitted by: John Skodon 
						
						
					 
					
						2006-05-06 18:26:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						67d990904e 
					 
					
						
						
							
							Futher minor PPC assembler update.  
						
						 
						
						
						
						
					 
					
						2006-05-04 21:30:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3df90b2bb 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-05-04 16:32:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						11e46bd7ae 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2006-05-04 14:22:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c09a0318b7 
					 
					
						
						
							
							Minor PPC assembler updates.  
						
						 
						
						
						
						
					 
					
						2006-05-03 14:07:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fe716ba686 
					 
					
						
						
							
							PPC assembler distiller update.  
						
						 
						
						
						
						
					 
					
						2006-05-03 13:39:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9a97800813 
					 
					
						
						
							
							Typo in linux-ppc line.  
						
						 
						
						
						
						
					 
					
						2006-05-03 13:38:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e881f6175a 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-05-03 13:19:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						36e77b1059 
					 
					
						
						
							
							Bug fix.  
						
						 
						
						... 
						
						
						
						PR: 1307
Submitted by: Oliver Tappe <zooey@hirschkaefer.de > 
						
						
					 
					
						2006-05-01 18:49:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a9c32ace06 
					 
					
						
						
							
							SHA1 for PowerPC.  
						
						 
						
						
						
						
					 
					
						2006-05-01 13:35:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c5d4daac5 
					 
					
						
						
							
							Yet another "teaser" Montgomery multiplication module, for PowerPC.  
						
						 
						
						
						
						
					 
					
						2006-04-30 21:15:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b46343583c 
					 
					
						
						
							
							Update EVP_PKEY_cmp() and X509_check_private() to return sensible values and  
						
						 
						
						... 
						
						
						
						handle unsupported key types. 
						
						
					 
					
						2006-04-28 12:27:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						816c2b5a79 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-04-28 00:30:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a78568b7e9 
					 
					
						
						
							
							Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithm  
						
						 
						
						... 
						
						
						
						ctrl. 
						
						
					 
					
						2006-04-27 18:20:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ee5b2a1e51 
					 
					
						
						
							
							Code tidy.  
						
						 
						
						
						
						
					 
					
						2006-04-27 00:42:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e4b21c74fc 
					 
					
						
						
							
							New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.  
						
						 
						
						
						
						
					 
					
						2006-04-27 00:29:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4edcb93dca 
					 
					
						
						
							
							Don't free up parameter. The public key ASN1 method can do that if it needs  
						
						 
						
						... 
						
						
						
						to. 
						
						
					 
					
						2006-04-27 00:20:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15f80eea31 
					 
					
						
						
							
							Fix usage message for pkeyutl.  
						
						 
						
						
						
						
					 
					
						2006-04-26 15:42:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81cebb8b79 
					 
					
						
						
							
							Add prototypes and pkey accessor function for EVP_PKEY_CTX.  
						
						 
						
						
						
						
					 
					
						2006-04-26 11:52:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4e75b3dfd 
					 
					
						
						
							
							Correct copyright notice... this doesn't contain any SSLeay code.  
						
						 
						
						
						
						
					 
					
						2006-04-24 00:07:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cddaba8ede 
					 
					
						
						
							
							Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.  
						
						 
						
						
						
						
					 
					
						2006-04-21 17:38:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						49c5f38d3d 
					 
					
						
						
							
							undo accidental commit  
						
						 
						
						
						
						
					 
					
						2006-04-20 13:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f8296228f1 
					 
					
						
						
							
							as we encrypt every bit separately we need to loop through the number  
						
						 
						
						... 
						
						
						
						of bits; thanks to Michael McDougall <mmcdouga@saul.cis.upenn.edu >
PR: 1318 
						
						
					 
					
						2006-04-20 13:11:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						930b0c4b8a 
					 
					
						
						
							
							make local function static  
						
						 
						
						
						
						
					 
					
						2006-04-20 09:53:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d153f7985 
					 
					
						
						
							
							Remove dss1 hack from S/MIME code.  
						
						 
						
						
						
						
					 
					
						2006-04-19 17:47:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ee1d9ec019 
					 
					
						
						
							
							Remove link between digests and signature algorithms.  
						
						 
						
						... 
						
						
						
						Use cross reference table in ASN1_item_sign(), ASN1_item_verify() to eliminate
the need for algorithm specific code. 
						
						
					 
					
						2006-04-19 17:05:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						614b448a67 
					 
					
						
						
							
							Remove comment from SSLeay days about EVP_PKEY_METHOD.  
						
						 
						
						
						
						
					 
					
						2006-04-19 12:16:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a19c9f179d 
					 
					
						
						
							
							Make sure obj_xref.h is updated during a "make update"  
						
						 
						
						
						
						
					 
					
						2006-04-19 06:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a784b943c1 
					 
					
						
						
							
							Synchronise with Unixly build.  
						
						 
						
						... 
						
						
						
						(Geez, a lot is happening right now, eh? :-)) 
						
						
					 
					
						2006-04-19 06:44:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d202709808 
					 
					
						
						
							
							Add OID cross reference table.  
						
						 
						
						... 
						
						
						
						Fix some typos in GOST OIDs.
Update dependencies. 
						
						
					 
					
						2006-04-18 23:36:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						51ff0abb05 
					 
					
						
						
							
							Synchronise  
						
						 
						
						
						
						
					 
					
						2006-04-17 17:19:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						492a9e2415 
					 
					
						
						
							
							Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.  
						
						 
						
						
						
						
					 
					
						2006-04-17 17:12:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7bf7333d68 
					 
					
						
						
							
							If we include winsock2.h then FD_SET wants an unsigned type for an fd.  
						
						 
						
						
						
						
					 
					
						2006-04-17 12:22:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c20276e4ae 
					 
					
						
						
							
							Fix (most) WIN32 warnings and errors.  
						
						 
						
						
						
						
					 
					
						2006-04-17 12:08:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ca7047d71 
					 
					
						
						
							
							Provisional support for EC pkey method, supporting ECDH and ECDSA.  
						
						 
						
						
						
						
					 
					
						2006-04-16 16:15:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ba3b2f1538 
					 
					
						
						
							
							SHA-1 for x86_64.  
						
						 
						
						
						
						
					 
					
						2006-04-16 14:42:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b010b7c434 
					 
					
						
						
							
							Use more flexible method of determining output length, by setting &outlen  
						
						 
						
						... 
						
						
						
						value of the passed output buffer is NULL.
The old method of using EVP_PKEY_size(pkey) isn't flexible enough to cover all
cases where the output length may depend on the operation or the parameters
associated with it. 
						
						
					 
					
						2006-04-15 18:50:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9dc17a2536 
					 
					
						
						
							
							Fix from 0.9.7-stable branch.  
						
						 
						
						
						
						
					 
					
						2006-04-15 17:43:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5950bf7943 
					 
					
						
						
							
							Revert to original...  
						
						 
						
						
						
						
					 
					
						2006-04-15 13:15:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4141c803d8 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2006-04-15 13:12:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba1ba5f0fb 
					 
					
						
						
							
							If cipher list contains a match for an explicit ciphersuite only match that  
						
						 
						
						... 
						
						
						
						one suite. 
						
						
					 
					
						2006-04-15 00:22:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						51aa7bd321 
					 
					
						
						
							
							Got sick and tired of duplicating...  Too error-prone (i.e. I forget  
						
						 
						
						... 
						
						
						
						to update both...)! 
						
						
					 
					
						2006-04-14 19:56:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						09b88a4a55 
					 
					
						
						
							
							Update copyright notices on a few files where all original SSLeay code has  
						
						 
						
						... 
						
						
						
						been deleted. 
						
						
					 
					
						2006-04-14 17:36:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3481ca28f 
					 
					
						
						
							
							Print out zero length string properly.  
						
						 
						
						
						
						
					 
					
						2006-04-14 16:47:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba30bad57b 
					 
					
						
						
							
							Add functions to allow setting and adding external EVP_PKEY_METHOD.  
						
						 
						
						
						
						
					 
					
						2006-04-14 12:41:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffb1ac674c 
					 
					
						
						
							
							Complete key derivation support.  
						
						 
						
						
						
						
					 
					
						2006-04-13 20:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3be34589e8 
					 
					
						
						
							
							Update dependencies.  
						
						 
						
						
						
						
					 
					
						2006-04-13 13:00:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d87e615209 
					 
					
						
						
							
							Add key derivation support.  
						
						 
						
						
						
						
					 
					
						2006-04-13 12:56:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92511cff48 
					 
					
						
						
							
							Change the option setting command line switch to "-pkeyopt" to avoid confusion  
						
						 
						
						... 
						
						
						
						with algorithm parameters. 
						
						
					 
					
						2006-04-13 12:38:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7b82159865 
					 
					
						
						
							
							Synchronise what what's happening with the Unix build  
						
						 
						
						
						
						
					 
					
						2006-04-13 09:59:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52c11dce31 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-04-13 00:26:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3ba0885a3e 
					 
					
						
						
							
							Extend DH ASN1 method, add DH EVP_PKEY_METHOD.  
						
						 
						
						
						
						
					 
					
						2006-04-12 23:51:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						023c9d8dd5 
					 
					
						
						
							
							Fix leak.  
						
						 
						
						
						
						
					 
					
						2006-04-12 23:38:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4c97a04e2e 
					 
					
						
						
							
							PKCS#3 DH PKCS#8 ASN1 support.  
						
						 
						
						
						
						
					 
					
						2006-04-12 23:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fb05e1cdf6 
					 
					
						
						
							
							declare as in prototype  
						
						 
						
						... 
						
						
						
						Submitted by: Gisle Vanem 
						
						
					 
					
						2006-04-12 19:24:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ceb4678956 
					 
					
						
						
							
							Extend DH ASN1 method to support public key encode/decode and parameter  
						
						 
						
						... 
						
						
						
						utilities. 
						
						
					 
					
						2006-04-12 17:14:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0cb8499b73 
					 
					
						
						
							
							Compare parameters when comparing public keys.  
						
						 
						
						
						
						
					 
					
						2006-04-12 17:01:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4d62ec32e0 
					 
					
						
						
							
							Add file dso_beos.c missing from original commit.  
						
						 
						
						... 
						
						
						
						PR: 1312 
						
						
					 
					
						2006-04-12 11:46:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						75ef718820 
					 
					
						
						
							
							Support for DSA keygen, fix for genpkey.  
						
						 
						
						
						
						
					 
					
						2006-04-12 11:14:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c927df3fa1 
					 
					
						
						
							
							Initial DSA EVP_PKEY_METHOD. Fixup some error codes.  
						
						 
						
						
						
						
					 
					
						2006-04-12 10:20:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4700aea951 
					 
					
						
						
							
							Add BeOS support.  
						
						 
						
						... 
						
						
						
						PR: 1312
Submitted by: Oliver Tappe <zooey@hirschkaefer.de >
Reviewed by: Ulf Moeller 
						
						
					 
					
						2006-04-11 21:34:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						60cdb821db 
					 
					
						
						
							
							manual pages as HTML  
						
						 
						
						... 
						
						
						
						Submitted by: Oliver Tappe <zooey@hirschkaefer.de > 
						
						
					 
					
						2006-04-11 21:09:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0ef888cd3e 
					 
					
						
						
							
							Use Dl_info only on systems where it is known to exist. It does not  
						
						 
						
						... 
						
						
						
						exist on AIX 4.3.3, AIX 5.1, SCO 5, or Cygwin. 
						
						
					 
					
						2006-04-11 21:00:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						26c777d516 
					 
					
						
						
							
							uncomment; that one slipped through  
						
						 
						
						
						
						
					 
					
						2006-04-11 20:09:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9555339007 
					 
					
						
						
							
							improve make dclean to remove files generated during build  
						
						 
						
						... 
						
						
						
						PR: 1308
Submitted by: Oliver Tappe <zooey@hirschkaefer.de >
Reviewed by: Ulf Moeller 
						
						
					 
					
						2006-04-11 20:05:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2fbe371f53 
					 
					
						
						
							
							Fix parameter error messages.  
						
						 
						
						
						
						
					 
					
						2006-04-11 18:30:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15181d7811 
					 
					
						
						
							
							Write parameters if -genparam option include.  
						
						 
						
						
						
						
					 
					
						2006-04-11 18:21:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1edba2110f 
					 
					
						
						
							
							Add parameter generation option to genpkey.  
						
						 
						
						
						
						
					 
					
						2006-04-11 18:18:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54d853ebc3 
					 
					
						
						
							
							Add support for setting keybits and public exponent value for pkey RSA keygen.  
						
						 
						
						
						
						
					 
					
						2006-04-11 17:28:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5cda4cbb1 
					 
					
						
						
							
							Initial keygen support.  
						
						 
						
						
						
						
					 
					
						2006-04-11 13:28:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f9a6348a53 
					 
					
						
						
							
							ctrls to set PSS salt length.  
						
						 
						
						
						
						
					 
					
						2006-04-10 12:55:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a7ffd9d19c 
					 
					
						
						
							
							Preliminary PSS support.  
						
						 
						
						
						
						
					 
					
						2006-04-10 12:41:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29db322e8f 
					 
					
						
						
							
							Beginnings of PSS support.  
						
						 
						
						
						
						
					 
					
						2006-04-10 11:48:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						25dc89eb9b 
					 
					
						
						
							
							Synchronise with the Unix build  
						
						 
						
						
						
						
					 
					
						2006-04-10 11:39:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						716630c0eb 
					 
					
						
						
							
							Change operation values so they can be used as a mask.  
						
						 
						
						... 
						
						
						
						Fix rsa_pkey_method. 
						
						
					 
					
						2006-04-10 11:16:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4f59b6587f 
					 
					
						
						
							
							Implementation of pkey_rsa_verify. Some constification.  
						
						 
						
						
						
						
					 
					
						2006-04-10 01:06:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9befdf1d20 
					 
					
						
						
							
							New utility function to reverse a buffer, either by copying or in-place.  
						
						 
						
						
						
						
					 
					
						2006-04-10 00:11:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						75d44c0452 
					 
					
						
						
							
							Store digests as EVP_MD instead of a NID.  
						
						 
						
						... 
						
						
						
						Add digest size sanity checks. 
						
						
					 
					
						2006-04-09 21:24:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a58a636838 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2006-04-09 20:53:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9fdab72dd7 
					 
					
						
						
							
							Bugfix X9.31 padding.  
						
						 
						
						
						
						
					 
					
						2006-04-09 20:44:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2a97be7f4 
					 
					
						
						
							
							Support for digest signing and X931 in rsa_pkey_meth.  
						
						 
						
						
						
						
					 
					
						2006-04-09 19:17:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6471c9f478 
					 
					
						
						
							
							Add checking to padding ctrl.  
						
						 
						
						
						
						
					 
					
						2006-04-09 12:53:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a3dc3c0e3 
					 
					
						
						
							
							Add RSA ctrl for padding mode, add ctrl support in pkeyutl.  
						
						 
						
						
						
						
					 
					
						2006-04-09 12:42:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a2318e86bd 
					 
					
						
						
							
							Fix typo. Add EVP_PKEY_CTX control function for later use by command line  
						
						 
						
						... 
						
						
						
						utilities. 
						
						
					 
					
						2006-04-09 00:34:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a9164153d1 
					 
					
						
						
							
							Reformat pkeyutl.c, add support for verify operation but nothing actually  
						
						 
						
						... 
						
						
						
						supports it (yet). 
						
						
					 
					
						2006-04-08 22:25:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8795d38906 
					 
					
						
						
							
							Update dependencies.  
						
						 
						
						
						
						
					 
					
						2006-04-08 13:04:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8cd44e3630 
					 
					
						
						
							
							Implement encrypt/decrypt using RSA.  
						
						 
						
						
						
						
					 
					
						2006-04-08 13:02:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						07e970c7e6 
					 
					
						
						
							
							Initial functions for RSA EVP_PKEY_METHOD.  
						
						 
						
						... 
						
						
						
						Update dependencies. 
						
						
					 
					
						2006-04-08 00:15:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d1aa0d38c5 
					 
					
						
						
							
							If <operatio>_init function is zero interpret as noop.  
						
						 
						
						
						
						
					 
					
						2006-04-07 23:11:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9e4d0f0be2 
					 
					
						
						
							
							New utility 'pkeyutl' a general purpose version of 'rsautl'.  
						
						 
						
						
						
						
					 
					
						2006-04-07 19:33:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cd7638980a 
					 
					
						
						
							
							Include EVP_PKEY argument in EVP_PKEY_CTX_new(). This avoids the  
						
						 
						
						... 
						
						
						
						need for a separate EVP_PKEY parameter in the other operation
initialization routines. 
						
						
					 
					
						2006-04-07 17:28:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f733a5ef0e 
					 
					
						
						
							
							Initial functions for main EVP_PKEY_METHOD operations.  
						
						 
						
						... 
						
						
						
						No method implementations yet. 
						
						
					 
					
						2006-04-07 16:42:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5da98aa687 
					 
					
						
						
							
							Updated to EVP_PKEY_METHOD code... still doesn't do much.  
						
						 
						
						
						
						
					 
					
						2006-04-06 17:32:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b6f3c66cd 
					 
					
						
						
							
							Initial definitions and a few functions for EVP_PKEY_METHOD: an extension  
						
						 
						
						... 
						
						
						
						of the EVP routines to public key algorithms. 
						
						
					 
					
						2006-04-06 13:02:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a01d9ac558 
					 
					
						
						
							
							Remove ECC extension information from external representation  
						
						 
						
						... 
						
						
						
						of the session -- we don't really need it once the handshake
has completed. 
						
						
					 
					
						2006-04-05 17:11:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e46691a0bc 
					 
					
						
						
							
							New function to add dynamic alias.  
						
						 
						
						
						
						
					 
					
						2006-04-05 13:24:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						732a40e107 
					 
					
						
						
							
							Last arg to EVP_PKEY_assign() should be void *.  
						
						 
						
						
						
						
					 
					
						2006-04-05 13:04:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29da3ade3c 
					 
					
						
						
							
							Rebuild mac table to avoid duplicates.  
						
						 
						
						
						
						
					 
					
						2006-04-05 12:09:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de908d6319 
					 
					
						
						
							
							Typos in a few OID names.  
						
						 
						
						
						
						
					 
					
						2006-04-05 12:06:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c9c98ad2e 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-04-05 12:00:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e0e9fce5d 
					 
					
						
						
							
							Minor object name edit.  
						
						 
						
						
						
						
					 
					
						2006-04-05 11:29:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						53ec8809cf 
					 
					
						
						
							
							Add an explicit load_config() call so any added algorithms are  
						
						 
						
						... 
						
						
						
						visible. 
						
						
					 
					
						2006-04-04 18:47:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						863779065e 
					 
					
						
						
							
							Fix dynamic public key method lookup.  
						
						 
						
						
						
						
					 
					
						2006-04-04 18:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b33dac310 
					 
					
						
						
							
							New function to retrieve ASN1 info on public key algorithms. New command  
						
						 
						
						... 
						
						
						
						line option to print out info. 
						
						
					 
					
						2006-04-04 18:16:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e2bce37720 
					 
					
						
						
							
							Stop warning.  
						
						 
						
						
						
						
					 
					
						2006-04-04 18:11:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						228b4e426b 
					 
					
						
						
							
							Update and add last (?) set of GOST OIDs.  
						
						 
						
						
						
						
					 
					
						2006-04-04 15:53:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a4974de937 
					 
					
						
						
							
							clarification  
						
						 
						
						
						
						
					 
					
						2006-04-03 14:11:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						22f41c9b99 
					 
					
						
						
							
							check length properly  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-04-03 13:57:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a123c552cd 
					 
					
						
						
							
							simplify: use s2n macro  
						
						 
						
						
						
						
					 
					
						2006-04-03 13:07:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b2172f4f8e 
					 
					
						
						
							
							Avoid hard-coded table length where we can use sizeof.  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester
Reviewed by: Bodo Moeller 
						
						
					 
					
						2006-04-03 11:56:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dc1d1b6934 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-04-03 11:49:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						67475a7ed7 
					 
					
						
						
							
							Change chop to chomp when reading lines, so CRLF is properly processed on  
						
						 
						
						... 
						
						
						
						the operating systems where they are the normal line endings 
						
						
					 
					
						2006-04-03 09:15:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						362ab3e4f9 
					 
					
						
						
							
							More GOST OIDs  
						
						 
						
						
						
						
					 
					
						2006-04-02 13:22:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2aed84d16b 
					 
					
						
						
							
							Add GOST parameter set OIDs.  
						
						 
						
						
						
						
					 
					
						2006-04-02 03:01:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5deea1c015 
					 
					
						
						
							
							Don't free up key in priv_decode.  
						
						 
						
						
						
						
					 
					
						2006-03-31 18:16:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						99516f81b1 
					 
					
						
						
							
							Initialize pval.  
						
						 
						
						
						
						
					 
					
						2006-03-31 18:11:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6091d5a39 
					 
					
						
						
							
							If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd better  
						
						 
						
						... 
						
						
						
						*define* it too, or things like shared libraries might be a bit sad. 
						
						
					 
					
						2006-03-31 12:25:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5a47825ece 
					 
					
						
						
							
							Fix gost OIDs.  
						
						 
						
						
						
						
					 
					
						2006-03-31 10:57:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						16f66ae794 
					 
					
						
						
							
							Synchronise with recent changes  
						
						 
						
						
						
						
					 
					
						2006-03-30 04:30:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ce1d9e9a6 
					 
					
						
						
							
							The -config option flag needs to be in the SSLEAY_CONFIG value.  
						
						 
						
						... 
						
						
						
						PR: 1300 
						
						
					 
					
						2006-03-30 04:29:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a70183bc80 
					 
					
						
						
							
							fix for hostname extension  
						
						 
						
						... 
						
						
						
						Submitted by: Kaspar Brand, Peter Sylvester 
						
						
					 
					
						2006-03-30 02:53:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						332737217a 
					 
					
						
						
							
							Implement Supported Elliptic Curves Extension.  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-30 02:44:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bcbe37b716 
					 
					
						
						
							
							Change default curve (for compatibility with a  
						
						 
						
						... 
						
						
						
						soon-to-be-widely-deployed implementation that doesn't support the
previous default)
Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-30 02:41:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f393b7449d 
					 
					
						
						
							
							Implement cipher-suite selection logic given Supported Point Formats Extension.  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-30 02:35:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						531308d929 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
						
					 
					
						2006-03-29 15:58:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						74e564cd46 
					 
					
						
						
							
							Add some GOST OIDs.  
						
						 
						
						
						
						
					 
					
						2006-03-29 13:02:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						42eae426df 
					 
					
						
						
							
							Add missing function declaration.  
						
						 
						
						
						
						
					 
					
						2006-03-29 12:18:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						246e09319c 
					 
					
						
						
							
							Fix bug where freed OIDs could be accessed in EVP_cleanup() by  
						
						 
						
						... 
						
						
						
						defering freeing in OBJ_cleanup(). 
						
						
					 
					
						2006-03-28 17:23:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f7a3296d8c 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-03-28 14:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e4585c8fd 
					 
					
						
						
							
							New utility pkeyparam. Enhance and bugfix algorithm specific parameter  
						
						 
						
						... 
						
						
						
						functions to support it. 
						
						
					 
					
						2006-03-28 14:35:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e84b6e15f 
					 
					
						
						
							
							New general public key utility 'pkey'.  
						
						 
						
						
						
						
					 
					
						2006-03-28 12:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d505d1ef4a 
					 
					
						
						
							
							Small bug.  apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, not  
						
						 
						
						... 
						
						
						
						OPENSSL_CONF. 
						
						
					 
					
						2006-03-28 10:26:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						70b2ae3edf 
					 
					
						
						
							
							Since we're moving between directories, let's get an absolute path to  
						
						 
						
						... 
						
						
						
						openssl.exe. 
						
						
					 
					
						2006-03-27 14:39:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9e5dba197c 
					 
					
						
						
							
							Simplify ASN.1 for point format list  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-26 10:53:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a61114c38b 
					 
					
						
						
							
							Only try to remove the tsa.dir subdirectory if it actually exists.  
						
						 
						
						
						
						
					 
					
						2006-03-25 10:24:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db98bbc114 
					 
					
						
						
							
							Initial support for generalized public key parameters.  
						
						 
						
						
						
						
					 
					
						2006-03-24 13:46:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e42633140e 
					 
					
						
						
							
							Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.  
						
						 
						
						
						
						
					 
					
						2006-03-23 18:02:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bd50e31325 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-03-23 14:08:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b2c0518e6a 
					 
					
						
						
							
							Fix bug in DSA, EC methods.  
						
						 
						
						
						
						
					 
					
						2006-03-23 14:04:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d82e2718e2 
					 
					
						
						
							
							Add information and pem strings. Update dependencies.  
						
						 
						
						
						
						
					 
					
						2006-03-23 11:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18e377b4ff 
					 
					
						
						
							
							Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to  
						
						 
						
						... 
						
						
						
						initialize it. Initial support for application added public key ASN1. 
						
						
					 
					
						2006-03-22 17:59:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						043b2e9c2e 
					 
					
						
						
							
							Keep up with the changes in the Unix build system.  
						
						 
						
						
						
						
					 
					
						2006-03-22 14:31:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1b593194be 
					 
					
						
						
							
							Move algorithm specific print code from crypto/asn1/t_pkey.c to separate  
						
						 
						
						... 
						
						
						
						*_prn.c files in each algorithm directory. 
						
						
					 
					
						2006-03-22 13:34:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						35208f368c 
					 
					
						
						
							
							Gather printing routines into EVP_PKEY_ASN1_METHOD.  
						
						 
						
						
						
						
					 
					
						2006-03-22 13:09:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c788e59365 
					 
					
						
						
							
							VMS doesn't support includes of paths very well.  
						
						 
						
						
						
						
					 
					
						2006-03-22 11:26:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cb08f4a6a3 
					 
					
						
						
							
							Synchronise with recent changes  
						
						 
						
						
						
						
					 
					
						2006-03-21 06:22:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						adbc603d24 
					 
					
						
						
							
							DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).  
						
						 
						
						
						
						
					 
					
						2006-03-20 18:37:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6f81892e6b 
					 
					
						
						
							
							Transfer parameter handling and key comparison to algorithm methods.  
						
						 
						
						
						
						
					 
					
						2006-03-20 17:56:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						448be74335 
					 
					
						
						
							
							Initial support for pluggable public key ASN1 support. Process most public  
						
						 
						
						... 
						
						
						
						key ASN1 handling through a single EVP_PKEY_ASN1_METHOD structure and move
the spaghetti algorithm specific code to a single ASN1 module for each
algorithm. 
						
						
					 
					
						2006-03-20 12:22:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a5a1a93f6 
					 
					
						
						
							
							Stop compiler warnings.  
						
						 
						
						
						
						
					 
					
						2006-03-20 11:44:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						d917188a46 
					 
					
						
						
							
							fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failed  
						
						 
						
						
						
						
					 
					
						2006-03-19 21:09:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b4e88ccb28 
					 
					
						
						
							
							ensure the pointer is valid before using it  
						
						 
						
						
						
						
					 
					
						2006-03-18 14:27:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						d916ba1ba1 
					 
					
						
						
							
							check if con != NULL before using it  
						
						 
						
						
						
						
					 
					
						2006-03-18 14:24:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						33af4421f2 
					 
					
						
						
							
							remove unnecessary code  
						
						 
						
						
						
						
					 
					
						2006-03-18 14:22:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						95e362c6da 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2006-03-18 10:36:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c58d983e3b 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2006-03-17 19:29:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a84c9d1ed9 
					 
					
						
						
							
							Clarification for CPU specific config options.  
						
						 
						
						
						
						
					 
					
						2006-03-17 19:22:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c6a27f0178 
					 
					
						
						
							
							fix for OPENSSL_NO_EC  
						
						 
						
						... 
						
						
						
						PR: 1293 
						
						
					 
					
						2006-03-15 19:17:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						67b6f1ca88 
					 
					
						
						
							
							fix problems found by coverity: remove useless code  
						
						 
						
						
						
						
					 
					
						2006-03-15 17:45:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4ff392503 
					 
					
						
						
							
							tlsext_ecpointformatlist_length is unsigned, so check if it's less  
						
						 
						
						... 
						
						
						
						than zero will only result in pissing of some compilers... 
						
						
					 
					
						2006-03-15 09:57:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						40f51f506c 
					 
					
						
						
							
							create BN_CTX object  
						
						 
						
						
						
						
					 
					
						2006-03-15 08:37:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						eeb821f707 
					 
					
						
						
							
							fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()  
						
						 
						
						
						
						
					 
					
						2006-03-14 22:48:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						47d5566646 
					 
					
						
						
							
							fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()  
						
						 
						
						
						
						
					 
					
						2006-03-13 23:14:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						90bdfd97a6 
					 
					
						
						
							
							signed vs. unsigned  
						
						 
						
						
						
						
					 
					
						2006-03-13 22:07:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9865f110e 
					 
					
						
						
							
							Oh, now I noticed Bodo's change that made tlsext_ecpointformatlist  
						
						 
						
						... 
						
						
						
						unsigned... 
						
						
					 
					
						2006-03-13 12:37:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						07ef612968 
					 
					
						
						
							
							Resolve signed vs. unsigned issues  
						
						 
						
						
						
						
					 
					
						2006-03-13 12:32:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						019fdc7850 
					 
					
						
						
							
							fix sign problems  
						
						 
						
						
						
						
					 
					
						2006-03-13 09:55:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7c382796be 
					 
					
						
						
							
							remove unused variables  
						
						 
						
						
						
						
					 
					
						2006-03-13 07:21:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6acb8d0de 
					 
					
						
						
							
							udpate Supported Point Formats Extension code  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-13 01:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6adbcb9755 
					 
					
						
						
							
							fix comment  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-03-12 23:00:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						e968089485 
					 
					
						
						
							
							use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text output  
						
						 
						
						... 
						
						
						
						Submitted by: Gisle Vanem 
						
						
					 
					
						2006-03-12 22:16:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c2cd422ac6 
					 
					
						
						
							
							note that SSL_library_init() is not reentrant  
						
						 
						
						
						
						
					 
					
						2006-03-12 00:37:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						36ca4ba63d 
					 
					
						
						
							
							Implement the Supported Point Formats Extension for ECC ciphersuites  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2006-03-11 23:46:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ed4a1d12b9 
					 
					
						
						
							
							clarification  
						
						 
						
						
						
						
					 
					
						2006-03-11 22:10:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a0aa8b4b61 
					 
					
						
						
							
							fix signed vs. unsigned warning  
						
						 
						
						
						
						
					 
					
						2006-03-11 12:18:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						2c059d58d9 
					 
					
						
						
							
							fix "missing initializer" warning  
						
						 
						
						
						
						
					 
					
						2006-03-11 11:58:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						cd346d3e22 
					 
					
						
						
							
							fix signed vs. unsigned warning  
						
						 
						
						
						
						
					 
					
						2006-03-11 11:54:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						561d93aa00 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2006-03-10 23:08:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ddac197404 
					 
					
						
						
							
							add initial support for RFC 4279 PSK SSL ciphersuites  
						
						 
						
						... 
						
						
						
						PR: 1191
Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation
Reviewed by: Nils Larsch 
						
						
					 
					
						2006-03-10 23:06:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e8e6f19b2 
					 
					
						
						
							
							Remember to *build* WP_TEST on VMS, as well :-)  
						
						 
						
						
						
						
					 
					
						2006-03-08 10:45:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c03e4f9bf0 
					 
					
						
						
							
							fix function name in error message  
						
						 
						
						
						
						
					 
					
						2006-03-07 10:22:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c3bb1f8166 
					 
					
						
						
							
							unused function  
						
						 
						
						
						
						
					 
					
						2006-03-06 17:58:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						959a7201b8 
					 
					
						
						
							
							The actual whirlpool test was missing on VMS...  
						
						 
						
						
						
						
					 
					
						2006-03-06 12:09:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6c73d01142 
					 
					
						
						
							
							constify some print and ts functions  
						
						 
						
						
						
						
					 
					
						2006-03-05 20:19:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2932ad5677 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-03-05 01:19:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						036bbcc53f 
					 
					
						
						
							
							no need to cast away the const  
						
						 
						
						
						
						
					 
					
						2006-03-04 13:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6384e46da3 
					 
					
						
						
							
							make some parameters const  
						
						 
						
						
						
						
					 
					
						2006-03-04 13:55:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6e2fcc44bd 
					 
					
						
						
							
							Make shorter TS symbols for OpenVMS.  
						
						 
						
						... 
						
						
						
						Don't convert a function pointer to a void*, ISO C doesn't like that. 
						
						
					 
					
						2006-03-02 13:55:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8721fc2d0b 
					 
					
						
						
							
							Forgot the TSA application...  
						
						 
						
						
						
						
					 
					
						2006-03-02 13:28:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c1facbb681 
					 
					
						
						
							
							Check EVP_DigestInit_ex() return value in EVP_BytesToKey().  
						
						 
						
						
						
						
					 
					
						2006-03-01 21:17:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f2c33fa6fd 
					 
					
						
						
							
							force C locale when using [a-z] in sed expressions  
						
						 
						
						... 
						
						
						
						PR: 1283
Submitted by: Mike Frysinger 
						
						
					 
					
						2006-03-01 19:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						5aae935038 
					 
					
						
						
							
							fix "#ifndef HZ" statement  
						
						 
						
						... 
						
						
						
						PR: 1287 
						
						
					 
					
						2006-02-28 19:52:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						11503177d1 
					 
					
						
						
							
							TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.  
						
						 
						
						... 
						
						
						
						Submitted by: Zoltan Glozik <zglozik@opentsa.org > 
						
						
					 
					
						2006-02-26 23:34:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ab899a660 
					 
					
						
						
							
							Synchronise with openss.cnf  
						
						 
						
						
						
						
					 
					
						2006-02-26 10:48:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8937a13e0c 
					 
					
						
						
							
							Add a TSA test.  testtsa.com is a manual sh to dcl translation of  
						
						 
						
						... 
						
						
						
						testtsa. 
						
						
					 
					
						2006-02-26 10:47:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						19017d4061 
					 
					
						
						
							
							Add TS to the VMS build.  
						
						 
						
						
						
						
					 
					
						2006-02-26 10:46:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f53ac639c6 
					 
					
						
						
							
							Break out deltree in its' own command procedure.  
						
						 
						
						
						
						
					 
					
						2006-02-26 10:44:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f71165b556 
					 
					
						
						
							
							fix no-dh configure option; patch supplied by Peter Meerwald  
						
						 
						
						
						
						
					 
					
						2006-02-24 17:58:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						350a404cb8 
					 
					
						
						
							
							Print out <INVALID> if an OID value is invalid.  
						
						 
						
						
						
						
					 
					
						2006-02-21 01:00:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						827c55741b 
					 
					
						
						
							
							Tolerate a SEQUENCE in DN components.  
						
						 
						
						
						
						
					 
					
						2006-02-19 13:44:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e0c8c08936 
					 
					
						
						
							
							ignore  
						
						 
						
						
						
						
					 
					
						2006-02-16 20:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4e397d07ea 
					 
					
						
						
							
							message style  
						
						 
						
						
						
						
					 
					
						2006-02-16 20:33:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9eb8794149 
					 
					
						
						
							
							oops  
						
						 
						
						
						
						
					 
					
						2006-02-16 20:30:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						dc24110311 
					 
					
						
						
							
							wrap shlib for testtsa  
						
						 
						
						... 
						
						
						
						Submitted by: David Somers <dsomers@omz13.com > 
						
						
					 
					
						2006-02-16 20:20:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b3e72fc37f 
					 
					
						
						
							
							make some internal functions static; patch supplied by Kurt Roeckx  
						
						 
						
						
						
						
					 
					
						2006-02-15 20:20:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						90076b96df 
					 
					
						
						
							
							fix typos  
						
						 
						
						... 
						
						
						
						PR: 1280 
						
						
					 
					
						2006-02-15 19:42:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c339a7227 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-02-15 15:04:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e7a8b47f1a 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2006-02-15 14:45:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7ac7a4bc37 
					 
					
						
						
							
							shorter filenames  
						
						 
						
						
						
						
					 
					
						2006-02-15 00:35:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a628901dda 
					 
					
						
						
							
							use asn1 callbacks for new, free and d2i  
						
						 
						
						
						
						
					 
					
						2006-02-14 07:55:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						2ab75dee27 
					 
					
						
						
							
							don't use the l length modifier for int  
						
						 
						
						
						
						
					 
					
						2006-02-13 09:50:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a3f586cdab 
					 
					
						
						
							
							use stricter prototypes, fix warnings  
						
						 
						
						
						
						
					 
					
						2006-02-13 09:46:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						fcfd87168a 
					 
					
						
						
							
							fix warning: add missing prototype  
						
						 
						
						
						
						
					 
					
						2006-02-13 09:43:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						95a0e8ab31 
					 
					
						
						
							
							fix warning  
						
						 
						
						
						
						
					 
					
						2006-02-13 08:45:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0c9caf04de 
					 
					
						
						
							
							fix typo: pass pre-computed parameters to the underlying signature function; thanks to Lucas Newman  
						
						 
						
						
						
						
					 
					
						2006-02-13 08:16:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						21e8bbf290 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2006-02-12 23:36:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						3b408d83fe 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2006-02-12 23:21:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8573552e8c 
					 
					
						
						
							
							time stamp Makefile, test files  
						
						 
						
						... 
						
						
						
						Submitted by: Zoltan Glozik <zglozik@opentsa.org > 
						
						
					 
					
						2006-02-12 23:19:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c7235be6e3 
					 
					
						
						
							
							RFC 3161 compliant time stamp request creation, response generation  
						
						 
						
						... 
						
						
						
						and response verification.
Submitted by: Zoltan Glozik <zglozik@opentsa.org >
Reviewed by: Ulf Moeller 
						
						
					 
					
						2006-02-12 23:11:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1c17d91c53 
					 
					
						
						
							
							Minor clarification.  
						
						 
						
						
						
						
					 
					
						2006-02-11 01:54:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a070f0dac5 
					 
					
						
						
							
							Add FAQ about AKID.  
						
						 
						
						
						
						
					 
					
						2006-02-11 00:46:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b480283c56 
					 
					
						
						
							
							Document the building macros.  
						
						 
						
						
						
						
					 
					
						2006-02-10 08:48:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f5ce5e1465 
					 
					
						
						
							
							As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)  
						
						 
						
						... 
						
						
						
						wasn't respected when using it to build different parts of OpenSSL.
1.269 was an attempt to correct that, but unfortunately meant that we
built every part that was given i $(DIRS) 7 times.  This change puts
back the original intent with BUILD_CMD via the new macro
BUILD_ONE_CMD while keeping the intent with RECURSIVE_BUILD_CMD. 
						
						
					 
					
						2006-02-10 08:04:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7db77a0cb 
					 
					
						
						
							
							Fix warnings about "sin" conflicting with sin(3) definition.  
						
						 
						
						
						
						
					 
					
						2006-02-09 17:17:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						346ac30120 
					 
					
						
						
							
							Avoid warnings about shadowed definitions.  
						
						 
						
						
						
						
					 
					
						2006-02-09 17:11:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						07bb51b6b4 
					 
					
						
						
							
							Update from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2006-02-09 12:29:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						bbab9b61dd 
					 
					
						
						
							
							remove unnecessary check  
						
						 
						
						
						
						
					 
					
						2006-02-08 18:52:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						82e8372f17 
					 
					
						
						
							
							p could be uninitialized  
						
						 
						
						
						
						
					 
					
						2006-02-08 18:51:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e67ed82877 
					 
					
						
						
							
							move new member of SSL_SESSION to the end  
						
						 
						
						... 
						
						
						
						(minimize changes to binary format)
Submitted by: Peter Sylvester 
						
						
					 
					
						2006-02-07 14:26:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						15ac971681 
					 
					
						
						
							
							Update filenames in makefiles.  
						
						 
						
						
						
						
					 
					
						2006-02-04 01:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c21e13012 
					 
					
						
						
							
							Recognize mingw in perlasm.  
						
						 
						
						
						
						
					 
					
						2006-02-04 01:25:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						d5fd72fd0d 
					 
					
						
						
							
							fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state  
						
						 
						
						
						
						
					 
					
						2006-02-02 22:11:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c7474d077b 
					 
					
						
						
							
							Ignore zero length constructed segments.  
						
						 
						
						
						
						
					 
					
						2006-01-31 18:36:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						826b52d26f 
					 
					
						
						
							
							Typo  
						
						 
						
						... 
						
						
						
						Submitted by: Girish Venkatachalam <girish1729@gmail.com > 
						
						
					 
					
						2006-01-30 17:06:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8c5a2bd6bb 
					 
					
						
						
							
							add additional checks + cleanup  
						
						 
						
						... 
						
						
						
						Submitted by: David Hartman <david_hartman@symantec.com > 
						
						
					 
					
						2006-01-29 23:12:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						25a58453ff 
					 
					
						
						
							
							Fixes for BOOL handling: produce errors for invalid string for mini-compiler,  
						
						 
						
						... 
						
						
						
						correctly encode FALSE for BOOL in ASN1_TYPE. 
						
						
					 
					
						2006-01-19 17:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						00fe865dbe 
					 
					
						
						
							
							recent changes from 0.9.8: fix cipher list order in s3_lib.c,  
						
						 
						
						... 
						
						
						
						make "no-ssl2" work again
PR: 1217 
						
						
					 
					
						2006-01-15 17:35:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9e9bececa9 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-01-15 17:31:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90890074b0 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2006-01-15 13:55:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31676a3540 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2006-01-15 13:50:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6b9e941ee3 
					 
					
						
						
							
							signed vs. unsigned clash.  
						
						 
						
						
						
						
					 
					
						2006-01-14 11:49:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						802d7fa6d5 
					 
					
						
						
							
							support numeric strings in ASN1_generate_nconf  
						
						 
						
						
						
						
					 
					
						2006-01-14 09:21:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						3798cb8182 
					 
					
						
						
							
							fix comment  
						
						 
						
						... 
						
						
						
						PR: 1270 
						
						
					 
					
						2006-01-13 23:50:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						2c5fadbce3 
					 
					
						
						
							
							2 is a prime  
						
						 
						
						... 
						
						
						
						PR: 1266 
						
						
					 
					
						2006-01-13 23:27:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						58ece83395 
					 
					
						
						
							
							Further TLS extension improvements  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-13 09:21:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c75c096aa8 
					 
					
						
						
							
							Forgot to initialize CC6DISABLEWARNINGS properly...  
						
						 
						
						
						
						
					 
					
						2006-01-11 18:55:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ab961dc8b0 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2006-01-11 13:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6ad47e83b4 
					 
					
						
						
							
							improvements for alert handling  
						
						 
						
						
						
						
					 
					
						2006-01-11 07:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						241520e66d 
					 
					
						
						
							
							More TLS extension related changes.  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-11 06:10:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a13c20f603 
					 
					
						
						
							
							Further TLS extension updates  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-09 19:49:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db6251ad54 
					 
					
						
						
							
							Disable the Mixed Linkage warning for some selected modules.  This is  
						
						 
						
						... 
						
						
						
						because the Compaq C compiler will not accept that a variable be
declared extern then defined static without a warning. 
						
						
					 
					
						2006-01-09 19:23:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						51eb1b81f6 
					 
					
						
						
							
							Avoid contradictive error code assignments.  
						
						 
						
						... 
						
						
						
						"make errors". 
						
						
					 
					
						2006-01-08 21:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2adc42e43e 
					 
					
						
						
							
							Detect more errors.  
						
						 
						
						... 
						
						
						
						Change assignment strategy: rathern than using max+r for new codes,
find first hole in list of existing codes. 
						
						
					 
					
						2006-01-08 21:43:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						52cc46a237 
					 
					
						
						
							
							Detect SSL error code mishandling.  
						
						 
						
						
						
						
					 
					
						2006-01-08 20:03:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a07b4dc038 
					 
					
						
						
							
							include max. codes in debug output  
						
						 
						
						
						
						
					 
					
						2006-01-08 19:54:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						739a543ea8 
					 
					
						
						
							
							Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)  
						
						 
						
						
						
						
					 
					
						2006-01-08 19:42:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						01c76c6606 
					 
					
						
						
							
							There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.  
						
						 
						
						... 
						
						
						
						For now, anyway. 
						
						
					 
					
						2006-01-07 20:44:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d32f888db1 
					 
					
						
						
							
							prepare for additional RFC3546 alerts  
						
						 
						
						
						
						
					 
					
						2006-01-07 20:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f7914dbf9a 
					 
					
						
						
							
							make sure that the unrecognized_name alert actually gets sent  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-07 20:29:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3ff94a009b 
					 
					
						
						
							
							complete and correct RFC3546 error codes  
						
						 
						
						
						
						
					 
					
						2006-01-07 20:28:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1aeb3da83f 
					 
					
						
						
							
							Fixes for TLS server_name extension  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-06 09:08:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e8e5b46e2b 
					 
					
						
						
							
							Add names for people who provided the TLS extension patch.  
						
						 
						
						
						
						
					 
					
						2006-01-04 17:35:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c9d67d4ddf 
					 
					
						
						
							
							The VMS I run on doesn't know socklen_t and uses size_t instead.  
						
						 
						
						
						
						
					 
					
						2006-01-04 12:03:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8de5b7f548 
					 
					
						
						
							
							Fix signed/unsigned char clashes.  
						
						 
						
						
						
						
					 
					
						2006-01-04 12:02:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ee0f7b7e0 
					 
					
						
						
							
							In ASN1_parse() show tag value for ASN1 tags > 30.  
						
						 
						
						
						
						
					 
					
						2006-01-03 14:20:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f1fd4544a3 
					 
					
						
						
							
							Various changes in the new TLS extension code, including the following:  
						
						 
						
						... 
						
						
						
						- fix indentation
 - rename some functions and macros
 - fix up confusion between SSL_ERROR_... and SSL_AD_... values 
						
						
					 
					
						2006-01-03 03:27:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						349eb12fd5 
					 
					
						
						
							
							Make sure that after the change from revision 1.261,  
						
						 
						
						... 
						
						
						
						it's still possible to do a partial build. 
						
						
					 
					
						2006-01-03 03:05:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6a8f17de1e 
					 
					
						
						
							
							Missing files in the VMS installation  
						
						 
						
						
						
						
					 
					
						2006-01-02 23:33:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b1277b9902 
					 
					
						
						
							
							C style fix-up  
						
						 
						
						
						
						
					 
					
						2006-01-02 23:29:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ed3883d21b 
					 
					
						
						
							
							Support TLS extensions (specifically, HostName)  
						
						 
						
						... 
						
						
						
						Submitted by: Peter Sylvester 
						
						
					 
					
						2006-01-02 23:14:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ea558241e0 
					 
					
						
						
							
							Refine login in b_sock.c.  
						
						 
						
						
						
						
					 
					
						2006-01-02 16:05:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						61aa2134a4 
					 
					
						
						
							
							Compile Windows with winsock2.h. But note that we still link with wsock32!  
						
						 
						
						... 
						
						
						
						This works because wsock32 commonly loads ws2_32 anyway and we [intend to]
check upon presense of winsock2-specific API at run-time. 
						
						
					 
					
						2006-01-02 13:44:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4eb76e2397 
					 
					
						
						
							
							Fix typo and purify logic in b_sock.c  
						
						 
						
						
						
						
					 
					
						2006-01-02 12:26:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						68e575362f 
					 
					
						
						
							
							./util update, which covers various issues, but most importantly mkerr.pl  
						
						 
						
						... 
						
						
						
						and mkdef.pl spinning in endless loop. 
						
						
					 
					
						2006-01-02 12:13:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aab3bb04cf 
					 
					
						
						
							
							Typo in win32_globallookup.  
						
						 
						
						
						
						
					 
					
						2006-01-02 12:06:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						481d81cb76 
					 
					
						
						
							
							Make b_sock.c IPv6 savvy.  
						
						 
						
						
						
						
					 
					
						2006-01-02 09:12:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c6cb42e4fb 
					 
					
						
						
							
							"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.  
						
						 
						
						
						
						
					 
					
						2006-01-02 08:59:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2d43a89488 
					 
					
						
						
							
							util/mkerr.pl update to address various mkerr.pl problems [such as failure  
						
						 
						
						... 
						
						
						
						to handle multi-line comments and endless loop while parsing overloaded
gnu-ish __attribute__]. 
						
						
					 
					
						2006-01-01 18:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						302ea8c260 
					 
					
						
						
							
							Fix mapping "leak" in newly introduced win32_globallookup.  
						
						 
						
						
						
						
					 
					
						2006-01-01 18:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a1f3462bc0 
					 
					
						
						
							
							Oops! Remove junk...  
						
						 
						
						
						
						
					 
					
						2005-12-31 14:54:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7476f3ac3b 
					 
					
						
						
							
							Rewrite timeout computation in a way that is less prone to overflow.  
						
						 
						
						... 
						
						
						
						(Problem reported by Peter Sylvester.) 
						
						
					 
					
						2005-12-30 23:51:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						68b64fb610 
					 
					
						
						
							
							Add DSO_global_lookup_func implementation. See commentary in dso_lib.c  
						
						 
						
						... 
						
						
						
						for further details. 
						
						
					 
					
						2005-12-30 22:53:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34b537ee66 
					 
					
						
						
							
							Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,  
						
						 
						
						... 
						
						
						
						but not interoperable with the rest of the world. test_padlock script is
added mostly for reference. 
						
						
					 
					
						2005-12-28 16:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7a5dbeb782 
					 
					
						
						
							
							Minor sparcv9 clean-ups.  
						
						 
						
						
						
						
					 
					
						2005-12-27 21:27:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6c06918ede 
					 
					
						
						
							
							Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results.  
						
						 
						
						... 
						
						
						
						Well, it's even contrary, 512 was observed to *improve* performance by 5%.
Excuse ourselves from treating C7 specially. 
						
						
					 
					
						2005-12-27 21:21:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ee8f293701 
					 
					
						
						
							
							Whoops, we were copying instead of comparing at the end of trying to  
						
						 
						
						... 
						
						
						
						find a queue element.
Notified by nagendra modadugu <nagendra@cs.stanford.edu > 
						
						
					 
					
						2005-12-20 07:03:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3b4a0225e2 
					 
					
						
						
							
							As SPARCV9 CPU flavor is [expected to be] detected at run-time, we can  
						
						 
						
						... 
						
						
						
						afford to relax SPARCV9/8+ compiler command line and produce "unversal"
binaries as we used to. 
						
						
					 
					
						2005-12-19 09:10:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c8e1edaae5 
					 
					
						
						
							
							comments  
						
						 
						
						
						
						
					 
					
						2005-12-18 20:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63d3fc9106 
					 
					
						
						
							
							Eliminate possible mapping leak.  
						
						 
						
						
						
						
					 
					
						2005-12-18 19:14:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d7324e42d 
					 
					
						
						
							
							Typo in sparcv8cap.c.  
						
						 
						
						
						
						
					 
					
						2005-12-18 19:13:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						be7b4458f2 
					 
					
						
						
							
							Keep disclaiming 16-bit platform support. For now remove WIN16 references  
						
						 
						
						... 
						
						
						
						from .h files... 
						
						
					 
					
						2005-12-18 19:11:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7304956e39 
					 
					
						
						
							
							Missing CFLAG in couple of depend: targets.  
						
						 
						
						... 
						
						
						
						PR: 1247
Submitted by: Doug Kaufman 
						
						
					 
					
						2005-12-18 19:00:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c510eec090 
					 
					
						
						
							
							Put back OPENSSL_SYS_MSDOS definition to revive DJGPP built.  
						
						 
						
						... 
						
						
						
						PR: 1247 
						
						
					 
					
						2005-12-18 18:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1b167a4343 
					 
					
						
						
							
							Make bio.h resistant to gnu-ish __attribute__ redefenitions.  
						
						 
						
						... 
						
						
						
						PR: 1252 
						
						
					 
					
						2005-12-16 21:21:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9ab5170197 
					 
					
						
						
							
							Fix typos in osf1 shared rules.  
						
						 
						
						... 
						
						
						
						PR: 1248
Submitted by: Nikola Milutinovic 
						
						
					 
					
						2005-12-16 20:51:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a00e414faf 
					 
					
						
						
							
							Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.  
						
						 
						
						... 
						
						
						
						Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int. 
						
						
					 
					
						2005-12-16 17:39:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4c5e19b6c6 
					 
					
						
						
							
							Make framework for Whirlpool assembler flexible.  
						
						 
						
						
						
						
					 
					
						2005-12-16 13:23:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ed26604a71 
					 
					
						
						
							
							Engage Whirlpool assembler and mention Whirlpool in CHANGES.  
						
						 
						
						
						
						
					 
					
						2005-12-16 12:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0fbd4bf044 
					 
					
						
						
							
							Make room for Whirlpool assembler in Configure.  
						
						 
						
						
						
						
					 
					
						2005-12-16 11:53:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d719e60cb4 
					 
					
						
						
							
							Allow for warning-free passing of -Wl options on config command line. One  
						
						 
						
						... 
						
						
						
						possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack
is marked non-executable. Well, -Wa,--noexecstack works fine too... 
						
						
					 
					
						2005-12-16 11:29:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0cb9d93d0c 
					 
					
						
						
							
							Mention bn(64,64) to bn(64,32) switch on 64-bit SPARCv9 targets in CHANGES.  
						
						 
						
						
						
						
					 
					
						2005-12-16 11:12:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f5826b8014 
					 
					
						
						
							
							We all make typos:-) Fix just introduced ones in bn.h  
						
						 
						
						
						
						
					 
					
						2005-12-16 10:43:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4a47f55639 
					 
					
						
						
							
							Eliminate warning induced by  http://cvs.openssl.org/chngview?cn=14690  and  
						
						 
						
						... 
						
						
						
						keep disclaiming narrower than 32-bit support. 
						
						
					 
					
						2005-12-16 10:37:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b884556ed8 
					 
					
						
						
							
							To exclude contention for shared FPU on T1, trade 3% of DES performance.  
						
						 
						
						
						
						
					 
					
						2005-12-15 22:55:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c06b0f3d5e 
					 
					
						
						
							
							sparccpuid module update.  
						
						 
						
						
						
						
					 
					
						2005-12-15 22:50:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						68ea60683a 
					 
					
						
						
							
							Add IALU-only bn_mul_mont for SPARCv9. See commentary section for details.  
						
						 
						
						
						
						
					 
					
						2005-12-15 22:43:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6df8c74d5b 
					 
					
						
						
							
							Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn't  
						
						 
						
						... 
						
						
						
						have impact on performance, because amount of multiplications does not
increase with this switch, not on sparcv9 that is. On the contrary, it
actually improves performance, because it spares a load of instructions
used to chase carries. Not to mention that BN assembler modules can be
shared more freely between 32- and 64-bit builts. 
						
						
					 
					
						2005-12-15 22:40:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						877e8e970c 
					 
					
						
						
							
							Allow for bn(64,32) on LP64 platforms.  
						
						 
						
						
						
						
					 
					
						2005-12-15 22:31:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d56349a2aa 
					 
					
						
						
							
							update TLS-ECC code  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2005-12-13 07:33:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						67c03ff185 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2005-12-13 05:46:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						35e00cc2d8 
					 
					
						
						
							
							Minor aes-sparcv9.pl optimization.  
						
						 
						
						
						
						
					 
					
						2005-12-10 12:32:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						064f6cb6f2 
					 
					
						
						
							
							Engage AES for UltraSPARC in sparcv9 targets.  
						
						 
						
						
						
						
					 
					
						2005-12-10 11:24:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20ab8b4b41 
					 
					
						
						
							
							Revoke the option to share AES S-boxes between C and assembler. It wastes  
						
						 
						
						... 
						
						
						
						space, but gives total flexibility [back]. 
						
						
					 
					
						2005-12-10 11:22:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7395d852c3 
					 
					
						
						
							
							Initial draft for AES for UltraSPARC assembler.  
						
						 
						
						
						
						
					 
					
						2005-12-10 11:19:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3ebf898e88 
					 
					
						
						
							
							Support for indirect calls in x86 assembler modules.  
						
						 
						
						
						
						
					 
					
						2005-12-06 18:43:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4c886e4c8 
					 
					
						
						
							
							Add cpuid code to VC++ build.  
						
						 
						
						
						
						
					 
					
						2005-12-06 16:35:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1291dfdead 
					 
					
						
						
							
							Don't include zlib header dir if it is not defined.  
						
						 
						
						
						
						
					 
					
						2005-12-06 13:36:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						df278aff3e 
					 
					
						
						
							
							Fix typos in wp-mmx.pl.  
						
						 
						
						
						
						
					 
					
						2005-12-06 09:34:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7c510d6f43 
					 
					
						
						
							
							Initial attempt at Whirlpool assembler support on VC++.  
						
						 
						
						
						
						
					 
					
						2005-12-06 02:04:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7bbcb2f690 
					 
					
						
						
							
							Avoid warnings on VC++ 2005.  
						
						 
						
						
						
						
					 
					
						2005-12-05 17:21:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad2695b1b7 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2005-12-05 13:46:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9cbf062a70 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-12-05 00:53:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec645d9017 
					 
					
						
						
							
							Make mk1mf.pl and friends recognize Whirlpool.  
						
						 
						
						
						
						
					 
					
						2005-12-05 00:53:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0d894c9dbe 
					 
					
						
						
							
							Make ZLIB without ZLIB_SHARED compiled again.  
						
						 
						
						
						
						
					 
					
						2005-12-03 17:42:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c6709b89c4 
					 
					
						
						
							
							Couple other benchmark comparisons for wp-x86_64.pl.  
						
						 
						
						
						
						
					 
					
						2005-12-03 11:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						061bebc0d8 
					 
					
						
						
							
							x86cpuid.pl update.  
						
						 
						
						
						
						
					 
					
						2005-12-03 11:56:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						802e1d692b 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2005-12-02 14:06:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dbf33b344c 
					 
					
						
						
							
							Update ordinals and include changes from 0.9.8.  
						
						 
						
						
						
						
					 
					
						2005-12-02 13:59:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b40228a61d 
					 
					
						
						
							
							New functions to support opaque EVP_CIPHER_CTX handling.  
						
						 
						
						
						
						
					 
					
						2005-12-02 13:46:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da5a0e8722 
					 
					
						
						
							
							Add error checking to avoid crashing when zlib cannot be loaded.  
						
						 
						
						
						
						
					 
					
						2005-12-02 13:27:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						200fc02848 
					 
					
						
						
							
							Include EVP_whirlpool() prototype in evp.h  
						
						 
						
						
						
						
					 
					
						2005-12-02 13:25:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7096217d39 
					 
					
						
						
							
							wq instead of wp?  That's gotta be among the more amazing typos I've  
						
						 
						
						... 
						
						
						
						made... 
						
						
					 
					
						2005-12-02 09:30:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f1eb83a013 
					 
					
						
						
							
							Whirlpool was added to EVP, so let's build it on VMS as well.  
						
						 
						
						
						
						
					 
					
						2005-12-01 03:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fec82dbc86 
					 
					
						
						
							
							Whirlpool for x86_64.  
						
						 
						
						
						
						
					 
					
						2005-11-30 21:03:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7b1b47a8e6 
					 
					
						
						
							
							Mention Whirlpool in dgst -help.  
						
						 
						
						
						
						
					 
					
						2005-11-30 20:58:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8b9afce53a 
					 
					
						
						
							
							Add Whirlpool to EVP.  
						
						 
						
						
						
						
					 
					
						2005-11-30 20:57:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						137db78b46 
					 
					
						
						
							
							Adapt Whirlpool API for EVP.  
						
						 
						
						
						
						
					 
					
						2005-11-30 20:53:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a3344c8e5e 
					 
					
						
						
							
							Fix typos in wp-mmx.pl.  
						
						 
						
						
						
						
					 
					
						2005-11-30 20:52:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c173d09c56 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2005-11-30 19:25:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cb49a3cfa1 
					 
					
						
						
							
							Make CA.pl script use CA extensions when creating a root CA.  
						
						 
						
						
						
						
					 
					
						2005-11-30 18:31:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						adab80053d 
					 
					
						
						
							
							Build Whirlpool on VMS as well  
						
						 
						
						
						
						
					 
					
						2005-11-29 12:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f106fb85d4 
					 
					
						
						
							
							Add Whirlpool OID.  
						
						 
						
						
						
						
					 
					
						2005-11-28 20:51:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5fa6d850a2 
					 
					
						
						
							
							Remove development leftover from whrlpool/asm/wp-mmx.pl.  
						
						 
						
						
						
						
					 
					
						2005-11-28 20:29:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4adfe93cc5 
					 
					
						
						
							
							Add missing Makefile and fix couple of typos in commentary.  
						
						 
						
						
						
						
					 
					
						2005-11-28 20:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d1593e6b15 
					 
					
						
						
							
							Whirlpool hash implementation. The fact that subdirectory and .h file are  
						
						 
						
						... 
						
						
						
						called whrlpool is not a typo, but a way to keep the names shorter than
8 characters. Remaining TODO list comprises adding OID, EVP, corresponding
flag to apps/openssl dgst, benchmark, engage assembler... 
						
						
					 
					
						2005-11-28 20:09:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a53cb070e3 
					 
					
						
						
							
							When using POSIXly functions, we need to define _POSIX_C_SOURCE, at  
						
						 
						
						... 
						
						
						
						least when the source is compiled with ANSI settings. 
						
						
					 
					
						2005-11-27 15:32:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						452ae49db5 
					 
					
						
						
							
							Extensive OID code enhancement and fixes.  
						
						 
						
						
						
						
					 
					
						2005-11-20 13:07:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8c5c5b6517 
					 
					
						
						
							
							Synchronise with the Unix build.  
						
						 
						
						
						
						
					 
					
						2005-11-19 07:57:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6f44d4d247 
					 
					
						
						
							
							deFUDify: don't require OPENSSL_EC_BIN_PT_COMP  
						
						 
						
						
						
						
					 
					
						2005-11-16 04:07:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d804f86b88 
					 
					
						
						
							
							disable some invalid ciphersuites  
						
						 
						
						
						
						
					 
					
						2005-11-15 23:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8dee9f844f 
					 
					
						
						
							
							deFUDify: don't require OPENSSL_EC_BIN_PT_COMP  
						
						 
						
						
						
						
					 
					
						2005-11-15 21:08:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						963ba10012 
					 
					
						
						
							
							Keep shutting up VC8.  
						
						 
						
						... 
						
						
						
						PR: 1243 
						
						
					 
					
						2005-11-15 08:07:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						07645deeb8 
					 
					
						
						
							
							Apply "better safe than sorry" approach after addressing sporadic SEGV in  
						
						 
						
						... 
						
						
						
						bn_sub_words to the rest of the sparcv8plus.S. 
						
						
					 
					
						2005-11-15 08:02:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c52c82ffc1 
					 
					
						
						
							
							Attempt to resolve sporadic SEGV crashes in bn_sub_words in OpenSSH. I'm  
						
						 
						
						... 
						
						
						
						baffled why it crashes and does it sporadically... 
						
						
					 
					
						2005-11-11 20:07:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d6a03a23a8 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-11-11 13:00:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e347b0da2b 
					 
					
						
						
							
							Throw in comment so that one doesn't get tempted to optimize it away.  
						
						 
						
						
						
						
					 
					
						2005-11-09 20:46:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						52b1fbbd99 
					 
					
						
						
							
							Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'  
						
						 
						
						... 
						
						
						
						was not executed. It doesn't excuse user from running 'make clean', it
simply avoids process table exhaustion.
PR: 1236
Submitted by: Michael Richardson 
						
						
					 
					
						2005-11-09 20:41:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						65613f23ba 
					 
					
						
						
							
							Mention PROBLEMS in FAQ.  
						
						 
						
						
						
						
					 
					
						2005-11-09 19:43:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4f92a764f1 
					 
					
						
						
							
							AIX -blibpath is not accumulative, one apparently has to specify even  
						
						 
						
						... 
						
						
						
						self-obvious /usr/lib:/lib.
PR: 1239 
						
						
					 
					
						2005-11-09 17:27:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6a3a7f3076 
					 
					
						
						
							
							Minor perlasm clean-up.  
						
						 
						
						
						
						
					 
					
						2005-11-09 17:20:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63d3a9c5ea 
					 
					
						
						
							
							Tidying up WinCE support.  
						
						 
						
						
						
						
					 
					
						2005-11-09 17:19:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c730f6fc2 
					 
					
						
						
							
							Improve cross-compiler portability of applink.c module and mention  
						
						 
						
						... 
						
						
						
						CRYPTO_malloc_init in FAQ. 
						
						
					 
					
						2005-11-09 17:11:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df8dae1df4 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2005-11-07 00:35:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e9f1bf0e1 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-11-07 00:10:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b1e0ccbaa8 
					 
					
						
						
							
							One of Win64 rules lacked bufferoverflowu.lib.  
						
						 
						
						
						
						
					 
					
						2005-11-06 22:41:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bd2abcae37 
					 
					
						
						
							
							Move declaration for optional bn_mul_mont to bn_lcl.h in order to hide  
						
						 
						
						... 
						
						
						
						it from mkdef.pl. 
						
						
					 
					
						2005-11-06 22:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f1fbd4c7d1 
					 
					
						
						
							
							Address MASM-specific problems introduced with  
						
						 
						
						... 
						
						
						
						http://cvs.openssl.org/chngview?cn=14547 . 
						
						
					 
					
						2005-11-06 22:01:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eed22ac4ac 
					 
					
						
						
							
							Eliminate VC compiler warning.  
						
						 
						
						
						
						
					 
					
						2005-11-06 21:11:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						176a614899 
					 
					
						
						
							
							First draft for WCE PortSDK support. Once again! It's *draft* which requires  
						
						 
						
						... 
						
						
						
						more work, i.e. more modifications are due... 
						
						
					 
					
						2005-11-06 20:52:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f858d222f2 
					 
					
						
						
							
							Make DLL engines the default in 0.9.9 and VC++.  
						
						 
						
						
						
						
					 
					
						2005-11-06 20:51:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16094305bc 
					 
					
						
						
							
							Add symbols for ASN1 print functions, update ordinal file.  
						
						 
						
						
						
						
					 
					
						2005-11-06 20:33:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fbf002bb88 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-11-06 17:58:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9135fddb0e 
					 
					
						
						
							
							Revive app_tminterval for Netware.  
						
						 
						
						
						
						
					 
					
						2005-11-06 17:11:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d88fcf73f1 
					 
					
						
						
							
							Revive app_tminterval for vxworks.  
						
						 
						
						
						
						
					 
					
						2005-11-06 16:55:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a950f28762 
					 
					
						
						
							
							Revive app_tminterval for VMS.  
						
						 
						
						
						
						
					 
					
						2005-11-06 16:16:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c629204688 
					 
					
						
						
							
							Keep removing references to tmdiff.  
						
						 
						
						
						
						
					 
					
						2005-11-06 12:53:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e22f63f231 
					 
					
						
						
							
							The typos never stop. Fix one in apps/apps.c.  
						
						 
						
						
						
						
					 
					
						2005-11-06 12:15:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d256b95768 
					 
					
						
						
							
							x86_64-xlate.pl commentary section update.  
						
						 
						
						
						
						
					 
					
						2005-11-06 11:59:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f530138876 
					 
					
						
						
							
							Fix newly introduced typos and warnings in ./apps.  
						
						 
						
						
						
						
					 
					
						2005-11-06 11:58:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0a39d8f207 
					 
					
						
						
							
							Collect timing procedures in apps/apps.c. It's a bit cruel patch, as it  
						
						 
						
						... 
						
						
						
						temporarily[!] removes support for couple of esoteric platforms [well,
Netware, vxWorks and VMS]. 
						
						
					 
					
						2005-11-06 11:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6852d1d8c3 
					 
					
						
						
							
							Eliminate crypto/tmdiff.[ch].  
						
						 
						
						
						
						
					 
					
						2005-11-06 11:38:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a1ad253f17 
					 
					
						
						
							
							Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename for  
						
						 
						
						... 
						
						
						
						all Windows targets. 
						
						
					 
					
						2005-11-04 16:12:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ffa101872f 
					 
					
						
						
							
							Eliminate dependency on read/write/stat in apps under _WIN32.  
						
						 
						
						
						
						
					 
					
						2005-11-04 09:30:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4d24b4c466 
					 
					
						
						
							
							Engage OPENSSL_NO_POSIX_IO on Windows CE.  
						
						 
						
						
						
						
					 
					
						2005-11-03 16:50:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						474b8a9716 
					 
					
						
						
							
							Make cygwin work in directories mounted with 'text' attribute.  
						
						 
						
						
						
						
					 
					
						2005-11-03 16:43:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53261831f1 
					 
					
						
						
							
							Get rid of arcane reference to _fmode in apps/apps.h. Binary open is  
						
						 
						
						... 
						
						
						
						handles properly by bss_file.c, which renders _fmode redundant. 
						
						
					 
					
						2005-11-03 16:42:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						49e3c9d8e6 
					 
					
						
						
							
							Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.  
						
						 
						
						
						
						
					 
					
						2005-11-03 16:22:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1715e4885a 
					 
					
						
						
							
							Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate references  
						
						 
						
						... 
						
						
						
						to open/read/write/close. First OPENSSL_NO_POSIX_IO target would be
Windows CE. 
						
						
					 
					
						2005-11-03 15:50:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						eff7cb41d1 
					 
					
						
						
							
							Disable BIO_s_fd on CE and disable fd:N as password passing option on  
						
						 
						
						... 
						
						
						
						all _WIN32 [see commentary for clarification]. 
						
						
					 
					
						2005-11-03 15:31:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7a6f825f0f 
					 
					
						
						
							
							Make pshufw optional and update performance table in sha512-sse2.pl  
						
						 
						
						... 
						
						
						
						[as per http://cvs.openssl.org/chngview?cn=14551 ]. 
						
						
					 
					
						2005-11-03 15:23:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						29afd31dd1 
					 
					
						
						
							
							fix typo, pointed out by Patrick Guio  
						
						 
						
						
						
						
					 
					
						2005-11-02 22:19:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						d86b0f1f5f 
					 
					
						
						
							
							compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <johane@lysator.liu.se>  
						
						 
						
						
						
						
					 
					
						2005-11-02 22:13:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						998ac55e19 
					 
					
						
						
							
							Document it  
						
						 
						
						
						
						
					 
					
						2005-11-01 07:53:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6f25d70f1 
					 
					
						
						
							
							Fix numerous bugs in the Win32 path splitter  
						
						 
						
						
						
						
					 
					
						2005-11-01 07:49:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b02da8eb50 
					 
					
						
						
							
							A slight change in documentation that makes it so much more comprehensible  
						
						 
						
						
						
						
					 
					
						2005-11-01 04:56:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f52a41054 
					 
					
						
						
							
							Include kerberos libraries (if used) when linking test apps: some need it.  
						
						 
						
						
						
						
					 
					
						2005-10-29 12:51:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						99c675b2f7 
					 
					
						
						
							
							Add -install_name in link_a.darwin rule.  
						
						 
						
						... 
						
						
						
						PR: 1218 
						
						
					 
					
						2005-10-28 08:10:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						72dce7685e 
					 
					
						
						
							
							Add fixes for CAN-2005-2969.  
						
						 
						
						... 
						
						
						
						(This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.) 
						
						
					 
					
						2005-10-26 19:40:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ee8836c442 
					 
					
						
						
							
							fix stupid typo  
						
						 
						
						
						
						
					 
					
						2005-10-26 19:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a1006c373d 
					 
					
						
						
							
							harmonize with 0.9.7-stable and 0.9.8-stable variants of CHANGES  
						
						 
						
						
						
						
					 
					
						2005-10-26 19:28:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						755c5b3330 
					 
					
						
						
							
							Fix install problems on MacOS X and HP-UX.  
						
						 
						
						... 
						
						
						
						PR: 1218,1185 
						
						
					 
					
						2005-10-25 21:58:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce6aa1e496 
					 
					
						
						
							
							+20% SHA512 performance improvement on x86.  
						
						 
						
						
						
						
					 
					
						2005-10-25 17:08:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6c1fc273f3 
					 
					
						
						
							
							Eliminate false preprocessor dependencies introduced with VOS support.  
						
						 
						
						
						
						
					 
					
						2005-10-25 15:55:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aa8b03b415 
					 
					
						
						
							
							Fix typos in macos x targets.  
						
						 
						
						
						
						
					 
					
						2005-10-25 15:51:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						96ec4abd07 
					 
					
						
						
							
							Eliminate ~3.5KB of duplicate code in des-586.pl and reserve for folded  
						
						 
						
						... 
						
						
						
						loop option, which can give further 3KB code reduction. 
						
						
					 
					
						2005-10-25 15:47:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						70532b7d6b 
					 
					
						
						
							
							Move DES_SPtrans to where it really belongs, dec_enc to be specific.  
						
						 
						
						
						
						
					 
					
						2005-10-25 15:43:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a4d729f31d 
					 
					
						
						
							
							Clarify binary compatibility with HAL/Fujitsu SPARC64 family.  
						
						 
						
						
						
						
					 
					
						2005-10-25 15:39:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fcbc5a3fdd 
					 
					
						
						
							
							Integrate sparcv9a-mont.pl into UltraSPARC builds.  
						
						 
						
						
						
						
					 
					
						2005-10-22 20:21:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8c0ceb17a2 
					 
					
						
						
							
							bn_asm.c update.  
						
						 
						
						
						
						
					 
					
						2005-10-22 20:20:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c2012f9b82 
					 
					
						
						
							
							Eliminate gcc warning in bn_mont.c.  
						
						 
						
						
						
						
					 
					
						2005-10-22 20:17:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aa2be094ae 
					 
					
						
						
							
							Add support for 32-bit ABI to sparcv9a-mont.pl module.  
						
						 
						
						
						
						
					 
					
						2005-10-22 18:16:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4d524040bc 
					 
					
						
						
							
							Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2005-10-22 17:57:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0fe120ba25 
					 
					
						
						
							
							Add rudimentary aix64-gcc target.  
						
						 
						
						... 
						
						
						
						Submitted by: Stefan Neis 
						
						
					 
					
						2005-10-19 18:46:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2e7aa150f7 
					 
					
						
						
							
							util/pl/OS2-EMX.pl sync.  
						
						 
						
						... 
						
						
						
						Submitted by: Stefan Neis, Brian Havard 
						
						
					 
					
						2005-10-19 18:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						04fac37311 
					 
					
						
						
							
							one time CAN->CVE update  
						
						 
						
						
						
						
					 
					
						2005-10-19 11:00:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bcb43bb358 
					 
					
						
						
							
							Yet another "teaser" Montgomery multiply module, for UltraSPARC. It's not  
						
						 
						
						... 
						
						
						
						integrated yet, but it's tested and benchmarked [see commentary section
for further details]. 
						
						
					 
					
						2005-10-19 07:12:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						89ec4332ec 
					 
					
						
						
							
							Add in CHANGES for 0.9.7i.  
						
						 
						
						
						
						
					 
					
						2005-10-15 04:26:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34736de4c0 
					 
					
						
						
							
							Flip saved argument block and tp [required for non-SSE2 path].  
						
						 
						
						
						
						
					 
					
						2005-10-14 16:05:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5f50d597f2 
					 
					
						
						
							
							Make sure x86-mont.pl returns zero even if compiled with no-sse2.  
						
						 
						
						
						
						
					 
					
						2005-10-14 15:24:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						df94f187b9 
					 
					
						
						
							
							Fix bug in SMALL_FOOTPRINT path and clarify comment.  
						
						 
						
						
						
						
					 
					
						2005-10-14 15:22:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b92c0df834 
					 
					
						
						
							
							Broaden compatibility amount Win32 headers even further [some don't have  
						
						 
						
						... 
						
						
						
						SIZE_T]. 
						
						
					 
					
						2005-10-13 19:06:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						d357be38b9 
					 
					
						
						
							
							Make sure head CHANGES is up to date, we refer to this in announce.txt  
						
						 
						
						
						
						
					 
					
						2005-10-11 11:10:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						912e296070 
					 
					
						
						
							
							Renumber to follow what happens with 0.9.8.  
						
						 
						
						
						
						
					 
					
						2005-10-11 10:14:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						35593b33f4 
					 
					
						
						
							
							Add timestamp to x86-mont.pl.  
						
						 
						
						
						
						
					 
					
						2005-10-09 10:26:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						54f3d200d3 
					 
					
						
						
							
							Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".  
						
						 
						
						
						
						
					 
					
						2005-10-09 09:53:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f67e11fab 
					 
					
						
						
							
							Add PVK support to dsa utility.  
						
						 
						
						
						
						
					 
					
						2005-10-08 17:32:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c1de1a190d 
					 
					
						
						
							
							Avoid warning on Win32.  
						
						 
						
						
						
						
					 
					
						2005-10-08 17:31:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						566dda07ba 
					 
					
						
						
							
							New option SSL_OP_NO_COMP to disable compression. New ctrls to set  
						
						 
						
						... 
						
						
						
						maximum send fragment size. Allocate I/O buffers accordingly. 
						
						
					 
					
						2005-10-08 00:18:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7a2f4cbfe8 
					 
					
						
						
							
							x86_64-mont.pl readability improvement.  
						
						 
						
						
						
						
					 
					
						2005-10-07 15:18:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5ac7bde7c9 
					 
					
						
						
							
							Throw in Montgomery multiplication assembler for x86_64.  
						
						 
						
						
						
						
					 
					
						2005-10-07 14:18:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9b4eab501a 
					 
					
						
						
							
							Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.  
						
						 
						
						
						
						
					 
					
						2005-10-06 13:12:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ca04d7a208 
					 
					
						
						
							
							Leave the decision to call/implement bn_sqr_mont to assembler developer.  
						
						 
						
						
						
						
					 
					
						2005-10-06 09:12:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						40a3c12305 
					 
					
						
						
							
							Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This  
						
						 
						
						... 
						
						
						
						saves a bit of space and avoids a compiler warning about string length. 
						
						
					 
					
						2005-10-05 17:51:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3001a770ed 
					 
					
						
						
							
							Mention "no-dso doesn't remove -ldl" in PROBLEMS.  
						
						 
						
						... 
						
						
						
						PR: 1160 
						
						
					 
					
						2005-10-04 06:30:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2608383c5e 
					 
					
						
						
							
							Fix typo in INSTALL.WCE.  
						
						 
						
						
						
						
					 
					
						2005-10-04 06:26:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3d6312e807 
					 
					
						
						
							
							Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.  
						
						 
						
						
						
						
					 
					
						2005-10-04 06:25:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						22cd982566 
					 
					
						
						
							
							Fix typo in exptest.c.  
						
						 
						
						
						
						
					 
					
						2005-10-04 06:23:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						682b112abc 
					 
					
						
						
							
							Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT  
						
						 
						
						... 
						
						
						
						is defined on Windows CE targets. 
						
						
					 
					
						2005-10-04 06:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e738280547 
					 
					
						
						
							
							Add reference implementation for bn_[mul|sqr]_mont, new candidates for  
						
						 
						
						... 
						
						
						
						assembler implementation. 
						
						
					 
					
						2005-10-04 06:19:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8265328def 
					 
					
						
						
							
							Oops :-)  
						
						 
						
						
						
						
					 
					
						2005-10-02 12:41:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						231b98a5e1 
					 
					
						
						
							
							Make OPENSSL_NO_COMP work under Win32.  
						
						 
						
						
						
						
					 
					
						2005-10-02 12:28:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						13e4670c29 
					 
					
						
						
							
							new option "openssl ciphers -V"  
						
						 
						
						
						
						
					 
					
						2005-10-01 04:08:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d08b6b44ba 
					 
					
						
						
							
							Fix compilation without OPENSSL_NO_COMP :-)  
						
						 
						
						
						
						
					 
					
						2005-10-01 00:40:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						09b6c2ef15 
					 
					
						
						
							
							Make OPENSSL_NO_COMP compile again.  
						
						 
						
						
						
						
					 
					
						2005-09-30 23:35:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						cc29c1204b 
					 
					
						
						
							
							successfully updating the db shouldn't result in an error message  
						
						 
						
						
						
						
					 
					
						2005-09-30 16:47:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						94c00f3d4d 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
						
					 
					
						2005-09-29 20:16:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3c2b73672e 
					 
					
						
						
							
							Fix missing applink call.  
						
						 
						
						
						
						
					 
					
						2005-09-29 16:56:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						23acb0eeb2 
					 
					
						
						
							
							Change a comment so it corresponds to reality.  Put back a character that  
						
						 
						
						... 
						
						
						
						was previously replaced with a NUL for parsing purposes.  This seems to
fix a very weird parsing bug involving two variable references in the same
value. 
						
						
					 
					
						2005-09-28 18:02:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bfa4b8c5ab 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-09-26 11:18:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ce75ca04b1 
					 
					
						
						
							
							protect BN_BLINDING_invert with a write lock and BN_BLINDING_convert  
						
						 
						
						... 
						
						
						
						with a read lock
Submitted by: Leandro Santi <lesanti@fiuba7504.com.ar > 
						
						
					 
					
						2005-09-22 23:37:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9dba0554a5 
					 
					
						
						
							
							Fix SunOS 4 building issue.  
						
						 
						
						... 
						
						
						
						PR: 1196 
						
						
					 
					
						2005-09-22 20:37:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						59947880f4 
					 
					
						
						
							
							Broaden compatibility among Windows SDK versions. Elder versions don't have  
						
						 
						
						... 
						
						
						
						ULONG_PTR, so we replace it with equally wide SIZE_T. 
						
						
					 
					
						2005-09-22 20:28:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						61094cf3dc 
					 
					
						
						
							
							128 bit AES ciphersuites should be classified as HIGH.  
						
						 
						
						
						
						
					 
					
						2005-09-21 00:55:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6d00101e9d 
					 
					
						
						
							
							Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwing  
						
						 
						
						... 
						
						
						
						fatal exceptions. 
						
						
					 
					
						2005-09-20 20:30:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7a06050cd3 
					 
					
						
						
							
							"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.  
						
						 
						
						... 
						
						
						
						PR: 1196
Submitted by: Russel Ruby 
						
						
					 
					
						2005-09-20 20:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6f9afa68cd 
					 
					
						
						
							
							IA-32 BN tune-up. Performance imrpovement varies with platform and  
						
						 
						
						... 
						
						
						
						keylength, this time larger improvement for shorter keys, and reaches
15%. Both SSE2 and IALU code pathes are improved. 
						
						
					 
					
						2005-09-20 12:26:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c038b90619 
					 
					
						
						
							
							Fix typo: "powepc" vs "powerpc." G-r-r-r-r.  
						
						 
						
						... 
						
						
						
						PR: 1198 
						
						
					 
					
						2005-09-20 12:15:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9c4fe78260 
					 
					
						
						
							
							MD5 x86_64 assembler update.  
						
						 
						
						... 
						
						
						
						Submitted by: Marc Bevand and Charles Liu 
						
						
					 
					
						2005-09-20 07:56:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						60dd08573d 
					 
					
						
						
							
							Refine AIX support.  
						
						 
						
						... 
						
						
						
						PR: 1198 
						
						
					 
					
						2005-09-20 07:43:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f5204c61fb 
					 
					
						
						
							
							BC-32.pl updates.  
						
						 
						
						... 
						
						
						
						Submitted by: Old Wolf, Jon Bright 
						
						
					 
					
						2005-09-20 07:05:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9ddeefe39d 
					 
					
						
						
							
							Proper solution to nasm compilation problems in Borland context.  
						
						 
						
						
						
						
					 
					
						2005-09-20 06:13:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0293371a1b 
					 
					
						
						
							
							Mention BN_sqr failure on x86 platforms in ./RPOBLEMS.  
						
						 
						
						... 
						
						
						
						PR: 1176 [and others] 
						
						
					 
					
						2005-09-19 14:57:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dd31c6fcb0 
					 
					
						
						
							
							Another missing space in VC-32.pl [from 0.9.8].  
						
						 
						
						
						
						
					 
					
						2005-09-19 14:44:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6708df7bf0 
					 
					
						
						
							
							Missing space in VC-32.pl.  
						
						 
						
						
						
						
					 
					
						2005-09-19 14:42:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6d9c46b811 
					 
					
						
						
							
							Oops-type typo.  
						
						 
						
						... 
						
						
						
						PR: 1195 
						
						
					 
					
						2005-09-19 13:12:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						af2c2823a7 
					 
					
						
						
							
							bswapl usage should be masked by I386_ONLY.  
						
						 
						
						... 
						
						
						
						PR: 1195 
						
						
					 
					
						2005-09-19 13:06:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b17ecb642b 
					 
					
						
						
							
							cleanup doxygen comments  
						
						 
						
						
						
						
					 
					
						2005-09-19 08:32:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ba12070f7e 
					 
					
						
						
							
							add some doxygen comments  
						
						 
						
						
						
						
					 
					
						2005-09-19 08:10:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29b9763d9f 
					 
					
						
						
							
							Change openssl.cnf to use UTF8Strings by default and not always include issuer  
						
						 
						
						... 
						
						
						
						and serial versions of AKID. 
						
						
					 
					
						2005-09-16 11:58:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						270da80bfa 
					 
					
						
						
							
							Fix for Win32.  
						
						 
						
						
						
						
					 
					
						2005-09-16 11:45:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						701d35d12f 
					 
					
						
						
							
							fix typos  
						
						 
						
						... 
						
						
						
						PR: 1201 
						
						
					 
					
						2005-09-15 19:00:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2238e8e477 
					 
					
						
						
							
							correct+extend publication info  
						
						 
						
						
						
						
					 
					
						2005-09-12 01:39:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						4b08da5538 
					 
					
						
						
							
							bugfix: register engine as default engine in ENGINE_set_default_DSA  
						
						 
						
						... 
						
						
						
						Submitted by: Jonathon Green 
						
						
					 
					
						2005-09-09 07:50:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8a616a5a5f 
					 
					
						
						
							
							Remove warnings about signed vs. unsigned...  
						
						 
						
						
						
						
					 
					
						2005-09-05 07:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9455d430cb 
					 
					
						
						
							
							Synchronise VMS build with Unixly build.  
						
						 
						
						
						
						
					 
					
						2005-09-05 04:20:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						137023dd0c 
					 
					
						
						
							
							fix function name in error  
						
						 
						
						
						
						
					 
					
						2005-09-03 08:01:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2a45408c4a 
					 
					
						
						
							
							Update print macro properly this time...  
						
						 
						
						
						
						
					 
					
						2005-09-03 00:49:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9e201014f8 
					 
					
						
						
							
							Update ASN1 print implement macro.  
						
						 
						
						
						
						
					 
					
						2005-09-03 00:48:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c072a0b46 
					 
					
						
						
							
							Update asn1t.h too for ASN1 print.  
						
						 
						
						
						
						
					 
					
						2005-09-03 00:44:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c11c64fbe0 
					 
					
						
						
							
							Update to ASN1 printing code.  
						
						 
						
						
						
						
					 
					
						2005-09-03 00:40:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f022c177db 
					 
					
						
						
							
							Two new verify flags functions.  
						
						 
						
						
						
						
					 
					
						2005-09-02 22:49:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						5f10073c95 
					 
					
						
						
							
							fix typo in sbgp names  
						
						 
						
						... 
						
						
						
						PR: 1194 
						
						
					 
					
						2005-09-02 21:23:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						33ac8b3139 
					 
					
						
						
							
							don't try to load cert/key when the "-nocert" option is set  
						
						 
						
						
						
						
					 
					
						2005-09-02 12:44:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						244847591f 
					 
					
						
						
							
							Extend callback function to support print customization.  
						
						 
						
						
						
						
					 
					
						2005-09-01 20:42:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5abe32d861 
					 
					
						
						
							
							Return 2 from X509_NAME printing routine to add newline.  
						
						 
						
						
						
						
					 
					
						2005-09-01 18:02:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9194296de8 
					 
					
						
						
							
							Update ASN1 printing code and add a -print option to 'pkcs7' utility for  
						
						 
						
						... 
						
						
						
						initial testing. 
						
						
					 
					
						2005-09-01 18:00:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6273a91cb7 
					 
					
						
						
							
							Synchronise with Unixly build.  
						
						 
						
						
						
						
					 
					
						2005-09-01 14:24:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1ef7acfe92 
					 
					
						
						
							
							Initial support for ASN1 print code.  
						
						 
						
						... 
						
						
						
						WARNING WARNING WARNING, experimental code, handle with care, use at
your own risk, may contain nuts. 
						
						
					 
					
						2005-09-01 13:59:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0156a926f 
					 
					
						
						
							
							Integrated support for PVK files.  
						
						 
						
						
						
						
					 
					
						2005-08-31 16:37:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						96998822b5 
					 
					
						
						
							
							Last synchronisationn with Unixly build.  I hope...  
						
						 
						
						
						
						
					 
					
						2005-08-30 06:00:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8215e7a938 
					 
					
						
						
							
							fix warnings when building openssl with the following compiler options:  
						
						 
						
						... 
						
						
						
						-Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar
        -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts
        -Wstrict-prototypes -Wreturn-type -Wpointer-arith  -W -Wunused
        -Wno-unused-parameter -Wuninitialized 
						
						
					 
					
						2005-08-28 22:49:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f7622f86d9 
					 
					
						
						
							
							More synchronisation with the Unixly build.  
						
						 
						
						
						
						
					 
					
						2005-08-28 11:28:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						337e368239 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2005-08-27 12:10:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						64b6840d8d 
					 
					
						
						
							
							Synchronise with Unix changes.  
						
						 
						
						
						
						
					 
					
						2005-08-27 04:31:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6e119bb02e 
					 
					
						
						
							
							Keep cipher lists sorted in the source instead of sorting them at  
						
						 
						
						... 
						
						
						
						runtime, thus removing the need for a lock. Add a test to ssltest
to verify that the cipher lists are sorted. 
						
						
					 
					
						2005-08-25 07:29:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2c2e46dbf5 
					 
					
						
						
							
							Generate primes, too.  
						
						 
						
						
						
						
					 
					
						2005-08-23 13:48:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						770bc596e1 
					 
					
						
						
							
							recent DH change does not avoid *all* possible small-subgroup attacks;  
						
						 
						
						... 
						
						
						
						let's be clear about that 
						
						
					 
					
						2005-08-23 06:54:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7534d131d6 
					 
					
						
						
							
							avoid potential spurious BN_free()  
						
						 
						
						... 
						
						
						
						Submitted by: David Heine <dlheine@suif.Stanford.EDU > 
						
						
					 
					
						2005-08-23 04:14:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7f3c9036ea 
					 
					
						
						
							
							initialize cipher/digest methods table in SSL_library_init() and hence remove the need for a lock  
						
						 
						
						
						
						
					 
					
						2005-08-21 23:06:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						725111f7cb 
					 
					
						
						
							
							add missing file  
						
						 
						
						
						
						
					 
					
						2005-08-21 23:02:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bf3d6c0c9b 
					 
					
						
						
							
							Make D-H safer, include well-known primes.  
						
						 
						
						
						
						
					 
					
						2005-08-21 16:00:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b8e8ccdc79 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2005-08-21 15:59:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6b80c20bdb 
					 
					
						
						
							
							Use correct date and filename.  
						
						 
						
						
						
						
					 
					
						2005-08-21 12:25:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eea374fd19 
					 
					
						
						
							
							Command line support for RSAPublicKey format.  
						
						 
						
						
						
						
					 
					
						2005-08-21 00:18:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2e8879fa6e 
					 
					
						
						
							
							Delete old ASN1_METHOD files.  
						
						 
						
						
						
						
					 
					
						2005-08-20 19:48:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5a07779dd 
					 
					
						
						
							
							Add file which includes new ASN1 NETSCAPE format for certificates.  
						
						 
						
						
						
						
					 
					
						2005-08-20 19:46:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c51f2d4238 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-08-20 19:34:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						45e2738585 
					 
					
						
						
							
							Remove ASN1_METHOD code replace with new ASN1 alternative.  
						
						 
						
						
						
						
					 
					
						2005-08-20 18:12:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b173acfc96 
					 
					
						
						
							
							New version of ASN1 print code, still not compiled in though.  
						
						 
						
						
						
						
					 
					
						2005-08-20 00:08:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						4ebb342fcd 
					 
					
						
						
							
							Let the TLSv1_method() etc. functions return a const SSL_METHOD  
						
						 
						
						... 
						
						
						
						pointer and make the SSL_METHOD parameter in SSL_CTX_new,
SSL_CTX_set_ssl_version and SSL_set_ssl_method const. 
						
						
					 
					
						2005-08-14 21:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8e5ef8538a 
					 
					
						
						
							
							Eliminate reference to removed platform line.  
						
						 
						
						
						
						
					 
					
						2005-08-11 09:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ff82bf3b07 
					 
					
						
						
							
							Pedantic polish to WCE-specific #if clause in ectest.c  
						
						 
						
						
						
						
					 
					
						2005-08-11 08:42:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5147c3c914 
					 
					
						
						
							
							Fix typo in WCE section in VC-32.pl  
						
						 
						
						
						
						
					 
					
						2005-08-11 08:18:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fbbbffc5a8 
					 
					
						
						
							
							Mention wcecompat update INSTALL.WCE.  
						
						 
						
						
						
						
					 
					
						2005-08-10 08:39:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7cfe2a5e65 
					 
					
						
						
							
							Fix Intel assembler warnings.  
						
						 
						
						
						
						
					 
					
						2005-08-10 08:28:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						df2a346b30 
					 
					
						
						
							
							Suppress "deprecated" warnings introduced in VC8.  
						
						 
						
						
						
						
					 
					
						2005-08-09 22:44:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						270512ab12 
					 
					
						
						
							
							Add support for more recent WCE SDK.  
						
						 
						
						
						
						
					 
					
						2005-08-09 22:19:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						eba63ef58b 
					 
					
						
						
							
							a ssl object needs it's own instance of a ecdh key; remove obsolete comment  
						
						 
						
						
						
						
					 
					
						2005-08-08 20:02:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						01a9792f05 
					 
					
						
						
							
							remove unused internal foo_base_method functions  
						
						 
						
						
						
						
					 
					
						2005-08-08 19:04:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0491e05833 
					 
					
						
						
							
							Final(?) WinCE update.  
						
						 
						
						
						
						
					 
					
						2005-08-07 22:21:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9a1a5b8785 
					 
					
						
						
							
							avoid infinite recursion if dynamic engine isn't loaded  
						
						 
						
						... 
						
						
						
						Submitted by: Jonathon Green <jonathon_au@yahoo.com > 
						
						
					 
					
						2005-08-06 10:46:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3b656b246 
					 
					
						
						
							
							Initialize SSL_METHOD structures at compile time. This removes the need  
						
						 
						
						... 
						
						
						
						for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used. 
						
						
					 
					
						2005-08-05 23:56:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						53b38d37a9 
					 
					
						
						
							
							fix potential memory leak + improved error checking  
						
						 
						
						... 
						
						
						
						PR: 1182 
						
						
					 
					
						2005-08-05 09:42:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8f2e4fdf86 
					 
					
						
						
							
							Allow PKCS7_decrypt() to work if no cert supplied.  
						
						 
						
						
						
						
					 
					
						2005-08-04 22:15:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						11de71b04c 
					 
					
						
						
							
							3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,  
						
						 
						
						... 
						
						
						
						EMT64T will hardly exhibit better performance... 
						
						
					 
					
						2005-08-04 17:35:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						19bd66fe74 
					 
					
						
						
							
							WCE update, mostly typos.  
						
						 
						
						
						
						
					 
					
						2005-08-03 19:56:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						45771abbd6 
					 
					
						
						
							
							PIC-ify SPARC assembler in alternative manner to eliminate dependency on  
						
						 
						
						... 
						
						
						
						OPENSSL_PIC macro. 
						
						
					 
					
						2005-08-03 10:42:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						573969cd53 
					 
					
						
						
							
							Abstain from GUI calls in rand_win.c in NT service context.  
						
						 
						
						
						
						
					 
					
						2005-08-02 22:09:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34be0bb1a5 
					 
					
						
						
							
							WCE-specific update for VC-32.pl.  
						
						 
						
						
						
						
					 
					
						2005-08-02 22:08:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2031eca588 
					 
					
						
						
							
							WCE-specific fix for cryptlib.c.  
						
						 
						
						
						
						
					 
					
						2005-08-02 22:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6321c3a034 
					 
					
						
						
							
							Keep disclaiming 16-bit support.  
						
						 
						
						
						
						
					 
					
						2005-08-02 22:04:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1fda6c4f8c 
					 
					
						
						
							
							Optimize for space on embedded WCE.  
						
						 
						
						
						
						
					 
					
						2005-08-02 14:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						11a4e58fc1 
					 
					
						
						
							
							Stick to -DWCE_PLATFORM_$wceplatf, as that's what is apparently set by  
						
						 
						
						... 
						
						
						
						Visual Studio IDE. 
						
						
					 
					
						2005-08-02 12:21:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8a35fb3bea 
					 
					
						
						
							
							Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionally  
						
						 
						
						... 
						
						
						
						invalidated the whole clause] and replace it with #if _WIN32_WCE>=210. 
						
						
					 
					
						2005-08-02 11:58:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e85d67af9f 
					 
					
						
						
							
							Type in OSF1 platform name.  
						
						 
						
						
						
						
					 
					
						2005-08-02 10:56:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b37fb16dcb 
					 
					
						
						
							
							Implement complementary LoadLibraryA shim under WCE.  
						
						 
						
						
						
						
					 
					
						2005-08-02 10:55:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1e1c5047f2 
					 
					
						
						
							
							Eliminate dependency on 3rd party wcedefs.mak.  
						
						 
						
						
						
						
					 
					
						2005-07-30 19:43:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2be099d16 
					 
					
						
						
							
							Fix #if _MSC_VER clause in aes_locl.h  
						
						 
						
						
						
						
					 
					
						2005-07-30 19:42:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						28d8362934 
					 
					
						
						
							
							add comment  
						
						 
						
						
						
						
					 
					
						2005-07-29 19:46:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						01039d0bff 
					 
					
						
						
							
							remove unused variable  
						
						 
						
						
						
						
					 
					
						2005-07-27 20:20:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c755c5fd8b 
					 
					
						
						
							
							improved error checking and some fixes  
						
						 
						
						... 
						
						
						
						PR: 1170
Submitted by: Yair Elharrar
Reviewed and edited by: Nils Larsch 
						
						
					 
					
						2005-07-26 21:10:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5c8e9139d1 
					 
					
						
						
							
							Handle case where it==NULL  
						
						 
						
						
						
						
					 
					
						2005-07-26 12:25:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						56defd9a98 
					 
					
						
						
							
							Update ASN1 printing code. Highly experimental, not working properly (neither  
						
						 
						
						... 
						
						
						
						did the old code) and not compiled in yet... 
						
						
					 
					
						2005-07-26 11:46:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8eb7217580 
					 
					
						
						
							
							Add declaration for IDP ASN1 functions.  
						
						 
						
						
						
						
					 
					
						2005-07-26 11:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b2a9d36a7f 
					 
					
						
						
							
							bytes_to_long_long isn't used anywhere any more, so let's remove it  
						
						 
						
						... 
						
						
						
						entirely. 
						
						
					 
					
						2005-07-26 05:10:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						04f15edb91 
					 
					
						
						
							
							I'm reversing this change, as it seems the error is somewhere else.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:53:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4e98a44593 
					 
					
						
						
							
							Silence two more generated files.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:52:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1385ddbb14 
					 
					
						
						
							
							add a .cvsignore  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:50:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7f0c65703a 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3a6dec8a05 
					 
					
						
						
							
							Change my debug build for amd64.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:47:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						209b12814f 
					 
					
						
						
							
							Fix compilation when HAVE_LONG_LONG isn't defined.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:43:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f920c5b590 
					 
					
						
						
							
							Fix signed/unsigned warnings.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:25:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						05fc7018f8 
					 
					
						
						
							
							Fix PEDANTIC compilation, using the same trick as elsewhere.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a384002724 
					 
					
						
						
							
							Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.  
						
						 
						
						
						
						
					 
					
						2005-07-26 04:01:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0260405c68 
					 
					
						
						
							
							fix BN_mod_word and give a more reasonable return value if an error occurred  
						
						 
						
						
						
						
					 
					
						2005-07-25 22:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0537f9689c 
					 
					
						
						
							
							Add support for setting IDP too.  
						
						 
						
						
						
						
					 
					
						2005-07-25 22:35:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c010a1517 
					 
					
						
						
							
							Don't use @syntax for extended CRLDP format.  
						
						 
						
						
						
						
					 
					
						2005-07-25 18:55:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0745d0892d 
					 
					
						
						
							
							Allow setting of all fields in CRLDP. Few cosmetic changes to output.  
						
						 
						
						
						
						
					 
					
						2005-07-25 18:42:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e64f8c44c 
					 
					
						
						
							
							Typo which prevents mult valued RDNs being created.  
						
						 
						
						
						
						
					 
					
						2005-07-25 18:39:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4a5b8a5bee 
					 
					
						
						
							
							Commentary section update in sha512-x86_64.pl.  
						
						 
						
						
						
						
					 
					
						2005-07-25 13:29:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b3836ed3cb 
					 
					
						
						
							
							Unify VC-32.pl and VC-CE.pl scripts and update INSTALL.W32.  
						
						 
						
						
						
						
					 
					
						2005-07-24 21:48:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						47738cbad7 
					 
					
						
						
							
							Pull up mkdef.pl from 0.9.8.  
						
						 
						
						
						
						
					 
					
						2005-07-24 21:45:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0a882b6394 
					 
					
						
						
							
							Eliminate gcc warning in dso_win32.c.  
						
						 
						
						
						
						
					 
					
						2005-07-24 21:45:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						612a91110f 
					 
					
						
						
							
							Engage SHA-256/-512 x86_64 assembler module.  
						
						 
						
						
						
						
					 
					
						2005-07-24 12:30:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2337eb5823 
					 
					
						
						
							
							SHA-256/-512 x86_64 assembler module.  
						
						 
						
						
						
						
					 
					
						2005-07-24 12:28:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9aa9d70ddb 
					 
					
						
						
							
							Print out previously unsupported fields in CRLDP by i2r instead of i2v.  
						
						 
						
						... 
						
						
						
						Cosmetic changes to IDP printout. 
						
						
					 
					
						2005-07-24 00:23:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						231493c93c 
					 
					
						
						
							
							Initial print only support for IDP CRL extension.  
						
						 
						
						
						
						
					 
					
						2005-07-23 23:33:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						20a90e3a76 
					 
					
						
						
							
							Fix some signed/unsigned warnings.  
						
						 
						
						
						
						
					 
					
						2005-07-22 03:36:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						17a2994dbd 
					 
					
						
						
							
							set correct bn->top value  
						
						 
						
						
						
						
					 
					
						2005-07-21 22:40:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b554eef43b 
					 
					
						
						
							
							the final byte of a pkcs7 padded plaintext can never be 0  
						
						 
						
						... 
						
						
						
						Submitted by: K S Sreeram <sreeram@tachyontech.net > 
						
						
					 
					
						2005-07-20 22:03:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0066590f98 
					 
					
						
						
							
							Pedantic polish to aes-ia64 and sha512-ia64.  
						
						 
						
						
						
						
					 
					
						2005-07-20 15:15:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						165a28abae 
					 
					
						
						
							
							Pedantic polish to md5-ia64.S.  
						
						 
						
						
						
						
					 
					
						2005-07-20 12:24:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63999e5299 
					 
					
						
						
							
							Syncronize BSD-ia64 with other IA64-based platforms.  
						
						 
						
						
						
						
					 
					
						2005-07-20 12:10:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2802ec65c2 
					 
					
						
						
							
							Pedantic polish to rc4-ia64.pl.  
						
						 
						
						
						
						
					 
					
						2005-07-20 11:47:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b3f56e8b38 
					 
					
						
						
							
							Typo in version number.  
						
						 
						
						
						
						
					 
					
						2005-07-20 11:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5826e4f481 
					 
					
						
						
							
							Perl stylistic/cosmetic update for aes-x86_64.pl.  
						
						 
						
						
						
						
					 
					
						2005-07-20 11:09:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						66ee67be03 
					 
					
						
						
							
							Fix bug [SHA1 IA-64 being disabled] introduced with Stratus VOS update.  
						
						 
						
						... 
						
						
						
						PR: 1130 
						
						
					 
					
						2005-07-19 23:04:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a7ad2afa5e 
					 
					
						
						
							
							Engage MD5 assembler module.  
						
						 
						
						
						
						
					 
					
						2005-07-19 22:37:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0f04379d9c 
					 
					
						
						
							
							This update gets endianness-neutrality right and adds second required  
						
						 
						
						... 
						
						
						
						entry point, md5_block_asm_data_order. 
						
						
					 
					
						2005-07-19 22:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7e4d335943 
					 
					
						
						
							
							MD5 IA-64 assembler implementation. Original copy for reference purposes.  
						
						 
						
						... 
						
						
						
						Submitted by: David Mosberger
Obtained from: http://www.hpl.hp.com/research/linux/crypto/  
						
						
					 
					
						2005-07-19 22:27:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						26c07054a1 
					 
					
						
						
							
							Retire original rc4-ia64.S.  
						
						 
						
						
						
						
					 
					
						2005-07-18 18:59:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						843d9d0b39 
					 
					
						
						
							
							Switch to new RC4 IA-64 module.  
						
						 
						
						
						
						
					 
					
						2005-07-18 18:56:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4ac210c16a 
					 
					
						
						
							
							This update implements following improvements.  
						
						 
						
						... 
						
						
						
						1. Original submission required minor modification to RC4_set_key, which
   we don't want to tolerate and therefore we fix assembler instead.
2. Eliminate remaining byte-order dependence [look for RC4_BIG_ENDIAN].
3. Eliminate logical error [when key->x is referred prior key is verified].
4. HP-UX assembler puked on MODSCHED_RC4 macro with "syntax error,"
   macro has to be splitted in two.
5. Deploy parallel compare in function prologue.
6. Eliminate redundant instuctions and nops.
7. Eliminate assembler warnings. 
						
						
					 
					
						2005-07-18 17:11:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02703c74a4 
					 
					
						
						
							
							Unrolled RC4 IA-64 loop gives 40% improvement over current assembler  
						
						 
						
						... 
						
						
						
						implementation [as predicted].
Submitted by: David Mosberger
Obtained from: http://www.hpl.hp.com/research/linux/crypto/  
						
						
					 
					
						2005-07-18 16:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ef428d5681 
					 
					
						
						
							
							Fix unwind directives in IA-64 assembler modules. This helps symbolic  
						
						 
						
						... 
						
						
						
						debugging and doesn't affect functionality.
Submitted by: David Mosberger
Obtained from: http://www.hpl.hp.com/research/linux/crypto/  
						
						
					 
					
						2005-07-18 09:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						afbe674edb 
					 
					
						
						
							
							~15% better AES x86_64 assembler.  
						
						 
						
						
						
						
					 
					
						2005-07-18 09:15:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f42e6d24f2 
					 
					
						
						
							
							fix typo  
						
						 
						
						
						
						
					 
					
						2005-07-17 21:04:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						449bd384ed 
					 
					
						
						
							
							bugfix: 0 - w (w != 0) is actually negative  
						
						 
						
						
						
						
					 
					
						2005-07-17 16:09:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						3eeaab4bed 
					 
					
						
						
							
							make  
						
						 
						
						... 
						
						
						
						./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
    	make depend all test
work again
PR: 1159 
						
						
					 
					
						2005-07-16 12:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						57eb1d3250 
					 
					
						
						
							
							add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.pod  
						
						 
						
						... 
						
						
						
						PR: 1158
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de > 
						
						
					 
					
						2005-07-15 09:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b4f5e5c959 
					 
					
						
						
							
							Commentary section update.  
						
						 
						
						
						
						
					 
					
						2005-07-14 13:16:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0d2848b3ba 
					 
					
						
						
							
							the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const  
						
						 
						
						... 
						
						
						
						PR: 1156
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de > 
						
						
					 
					
						2005-07-13 22:01:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e84b663a93 
					 
					
						
						
							
							complementary x86_64-xlate.pl update.  
						
						 
						
						
						
						
					 
					
						2005-07-12 22:11:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d85185217b 
					 
					
						
						
							
							AES x86_64 assembler implementation.  
						
						 
						
						
						
						
					 
					
						2005-07-12 15:44:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8f3bdc72d0 
					 
					
						
						
							
							Latest Intel compiler means every word in "if copying [with memcpy] takes  
						
						 
						
						... 
						
						
						
						place between objects that overlap, the behavior is undefined." It's hard
to comprehend, but it reportedly manages to be case. 
						
						
					 
					
						2005-07-08 16:46:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7d368fcbd8 
					 
					
						
						
							
							On case insensitive systems, 'install' gets mixed up with the existing file  
						
						 
						
						... 
						
						
						
						'INSTALL', so we need to put some force into installing 
						
						
					 
					
						2005-07-08 10:13:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2bd2cd9b78 
					 
					
						
						
							
							Changes from the 0.9.8 branch.  
						
						 
						
						
						
						
					 
					
						2005-07-05 19:16:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c83101248a 
					 
					
						
						
							
							Changes from the 0.9.8 branch.  
						
						 
						
						
						
						
					 
					
						2005-07-05 18:36:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8d3509b937 
					 
					
						
						
							
							CHANGES and TABLE sync with 0.9.8.  
						
						 
						
						
						
						
					 
					
						2005-07-05 11:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1875e6db29 
					 
					
						
						
							
							Pull up Win64 support from 0.9.8.  
						
						 
						
						
						
						
					 
					
						2005-07-05 11:44:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0962fbbf98 
					 
					
						
						
							
							Add libcrypto.pc and libssl.pc, and install them along with openssl.pc.  
						
						 
						
						... 
						
						
						
						PR: 1143 
						
						
					 
					
						2005-07-05 05:14:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cbdac46d58 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-07-04 23:12:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d2e0c81720 
					 
					
						
						
							
							The private key should never have ended up in newreq.pem.  
						
						 
						
						... 
						
						
						
						Now, it ends up in newkey.pem instead. 
						
						
					 
					
						2005-07-04 21:44:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						109080ae48 
					 
					
						
						
							
							Fix bugs in bug-fix to x509/by_dir.c.  
						
						 
						
						... 
						
						
						
						PR: 1131 
						
						
					 
					
						2005-07-03 13:10:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						31efffbdba 
					 
					
						
						
							
							Trap condition should be 64-bit when it's due.  
						
						 
						
						
						
						
					 
					
						2005-07-03 09:17:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						aaa5dc614f 
					 
					
						
						
							
							More elegant solution to "sparse decimal printout on PPC" problem.  
						
						 
						
						
						
						
					 
					
						2005-07-02 08:58:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8be97c01d1 
					 
					
						
						
							
							Decimal printout of a BN is wrong on PPC, it's sparse with very few  
						
						 
						
						... 
						
						
						
						significant digits. As soon it verifies elsewhere it goes to 0.9.8 and
0.9.7. 
						
						
					 
					
						2005-07-01 17:49:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9e1a112336 
					 
					
						
						
							
							initialize newly allocated data  
						
						 
						
						... 
						
						
						
						PR: 1145 
						
						
					 
					
						2005-07-01 16:08:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4e28f13209 
					 
					
						
						
							
							Pedantic polish to aes-586.pl:-)  
						
						 
						
						
						
						
					 
					
						2005-07-01 10:13:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53a20bfd94 
					 
					
						
						
							
							Typos in commentary section.  
						
						 
						
						
						
						
					 
					
						2005-06-30 22:09:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a28062338c 
					 
					
						
						
							
							AES_cbc_encrypt to allow end-user to retain small blocks performance by  
						
						 
						
						... 
						
						
						
						aligning the key schedule in a specific manner. 
						
						
					 
					
						2005-06-30 22:06:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1c2f1fe505 
					 
					
						
						
							
							Check PKCS7 structures in PKCS#12 files are of type data.  
						
						 
						
						
						
						
					 
					
						2005-06-30 11:34:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14365bd820 
					 
					
						
						
							
							Actually, the 64bit format specifier differs between SIXTY_FOUR_BIT and  
						
						 
						
						... 
						
						
						
						SIXTY_FOUR_BIT_LONG 
						
						
					 
					
						2005-06-29 18:48:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a51a97262d 
					 
					
						
						
							
							Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.  
						
						 
						
						
						
						
					 
					
						2005-06-29 11:02:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						45d8574b93 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2005-06-29 10:25:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						417f8973ff 
					 
					
						
						
							
							asn1parse doesn't support any TXT format, so let's stop pretending  
						
						 
						
						... 
						
						
						
						it does. 
						
						
					 
					
						2005-06-28 15:44:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b3b72cd92c 
					 
					
						
						
							
							remove OPENSSL_NO_ASM dependency  
						
						 
						
						
						
						
					 
					
						2005-06-28 15:05:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bb00084863 
					 
					
						
						
							
							Replace _int64 with __int64, which is more widely accepted among Win32  
						
						 
						
						... 
						
						
						
						compiler vendors. 
						
						
					 
					
						2005-06-28 11:50:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						db22e5faa6 
					 
					
						
						
							
							A report suggests that there're nasm version, which defaults to 16-bit  
						
						 
						
						... 
						
						
						
						segmenting... 
						
						
					 
					
						2005-06-28 11:28:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						55d03c3179 
					 
					
						
						
							
							Mention hpux64-ia64-cc blowfish failure in PROBLEMS.  
						
						 
						
						
						
						
					 
					
						2005-06-28 09:57:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e0a494f13 
					 
					
						
						
							
							There are a few showstoppers.  Unfortunately, I only remember one.  Please fill this in.  
						
						 
						
						
						
						
					 
					
						2005-06-28 05:55:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						83e68987b3 
					 
					
						
						
							
							Eliminate dependency on UNICODE macro.  
						
						 
						
						
						
						
					 
					
						2005-06-27 21:27:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53bb3bee34 
					 
					
						
						
							
							Fix typos in apps/apps.c  
						
						 
						
						
						
						
					 
					
						2005-06-27 15:56:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9edf6fe98 
					 
					
						
						
							
							Sync libeay.num  
						
						 
						
						
						
						
					 
					
						2005-06-27 00:45:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						14cc0aaf7b 
					 
					
						
						
							
							Unify some SCO targets.  
						
						 
						
						
						
						
					 
					
						2005-06-26 18:06:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2f3c39bc62 
					 
					
						
						
							
							Minor (final?) Makefiles polish.  
						
						 
						
						
						
						
					 
					
						2005-06-26 17:47:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c5de8b2a27 
					 
					
						
						
							
							Minimum requirement for Solaris x86 was always Pentium. Reflect this in  
						
						 
						
						... 
						
						
						
						Configure line. TABLE update accomodates other recent ./Configure changes... 
						
						
					 
					
						2005-06-26 17:17:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a4022932ee 
					 
					
						
						
							
							Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserve  
						
						 
						
						... 
						
						
						
						room for aligning of the key schedule itself [specific alignment is
required for future performance improvements], but OpenSSH "abuses"
our API by making copies and restoring RC4_KEY, thus ruining the
alignment and making it impossible to recover the key schedule.
PR: 1114 
						
						
					 
					
						2005-06-26 16:09:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e3b6b70df 
					 
					
						
						
							
							Updated status from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2005-06-24 22:27:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c49a0aa08d 
					 
					
						
						
							
							Replace emms with finit in x86cpuid.  
						
						 
						
						
						
						
					 
					
						2005-06-24 16:32:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5503b6a352 
					 
					
						
						
							
							Add Argen root CAs.  
						
						 
						
						
						
						
					 
					
						2005-06-24 11:07:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						60021d9165 
					 
					
						
						
							
							Someone did some cutting and pasting and didn't quite finish the job :-).  
						
						 
						
						... 
						
						
						
						Notified by Steffen Pankratz <kratz00@gmx.de > 
						
						
					 
					
						2005-06-24 05:13:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97b708910a 
					 
					
						
						
							
							Wrap the inclusion of openssl/engine.h with a protective check for  
						
						 
						
						... 
						
						
						
						the absence of OPENSSL_NO_ENGINE. 
						
						
					 
					
						2005-06-23 22:08:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2f6ebed1dc 
					 
					
						
						
							
							Wrap the inclusion of openssl/engine.h with a protective check for  
						
						 
						
						... 
						
						
						
						the absence of OPENSSL_NO_ENGINE.
PR: 1123 
						
						
					 
					
						2005-06-23 21:57:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						156f657209 
					 
					
						
						
							
							Do not defined des_crypt(), since it clashes with Solaris crypt.h.  
						
						 
						
						... 
						
						
						
						PR: 1125 
						
						
					 
					
						2005-06-23 21:53:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						816f74d1c7 
					 
					
						
						
							
							Initialise dir to avoid a compiler warning.  
						
						 
						
						
						
						
					 
					
						2005-06-23 21:49:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec14c80c7c 
					 
					
						
						
							
							The NAME section of a man page is required to have a dash followed by a  
						
						 
						
						... 
						
						
						
						short description, at least according to pod2man.
PR: 1127 
						
						
					 
					
						2005-06-23 21:45:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						543b4ecc13 
					 
					
						
						
							
							DCC doesn't like argument names in returned function pointers.  
						
						 
						
						... 
						
						
						
						PR: 1122 
						
						
					 
					
						2005-06-23 21:35:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1110cea007 
					 
					
						
						
							
							Update for Stratus VOS.  
						
						 
						
						... 
						
						
						
						PR: 1130 
						
						
					 
					
						2005-06-23 21:27:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0ed64ce310 
					 
					
						
						
							
							Configure update for Stratus VOS.  
						
						 
						
						... 
						
						
						
						PR: 1129 
						
						
					 
					
						2005-06-23 21:21:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e441bc2be 
					 
					
						
						
							
							Change dir_ctrl to check for the environment variable before using the default  
						
						 
						
						... 
						
						
						
						directory instead of the other way around.
PR: 1131 
						
						
					 
					
						2005-06-23 21:14:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d996a9af2b 
					 
					
						
						
							
							Strip the engine shared libraries as well.  
						
						 
						
						... 
						
						
						
						Submitted by Corinna Vinschen <vinschen@redhat.com > 
						
						
					 
					
						2005-06-23 20:55:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ab6cf1b8a2 
					 
					
						
						
							
							Darwin specific update for Configure and Makefile.shared.  
						
						 
						
						
						
						
					 
					
						2005-06-23 20:44:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c25f2f1cbf 
					 
					
						
						
							
							Missed -c in IRIX rules.  
						
						 
						
						
						
						
					 
					
						2005-06-23 20:37:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						62526671e9 
					 
					
						
						
							
							Typo in bn-mips3 rule.  
						
						 
						
						
						
						
					 
					
						2005-06-23 16:24:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						88ebf53577 
					 
					
						
						
							
							Rename mips3.o to bn-mips3.o [it's better in long run] and adjust the  
						
						 
						
						... 
						
						
						
						rule to accomodate gcc4, which no longer support SGI as. 
						
						
					 
					
						2005-06-23 16:23:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a41b0aade2 
					 
					
						
						
							
							HP-UX specific updates to Makefile.org and Makefile.shared.  
						
						 
						
						
						
						
					 
					
						2005-06-23 15:36:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02c31fa461 
					 
					
						
						
							
							Jumbo Makfiles update.  
						
						 
						
						... 
						
						
						
						- eliminate ambiguities between GNU-ish and SysV-ish make flavors;
- switch [back] to -e;
- fold/unify rules;
This is follow-up to the patch introducing common BUILDENV. Idea is
to collect as much parameters in $(TOP) as possible and "strip" lower
Makefiles for most variables [and thus makes them more readable]. 
						
						
					 
					
						2005-06-23 00:03:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5df70a9e21 
					 
					
						
						
							
							no-asm didn't prevent make from compiling assembler modules.  
						
						 
						
						
						
						
					 
					
						2005-06-22 23:44:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cbe52c3166 
					 
					
						
						
							
							TABLE was out-of-sync.  
						
						 
						
						
						
						
					 
					
						2005-06-22 23:43:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7858cc03da 
					 
					
						
						
							
							Solaris-specific Makefile.shared update from 098.  
						
						 
						
						
						
						
					 
					
						2005-06-22 23:42:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bbada33271 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2005-06-22 18:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f5d51a9362 
					 
					
						
						
							
							Fix extension ordering.  
						
						 
						
						
						
						
					 
					
						2005-06-22 13:26:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0fc6b2c9e2 
					 
					
						
						
							
							Do no try to pretend we're at the end of anything unless we're at the end  
						
						 
						
						... 
						
						
						
						of a 4-character block. 
						
						
					 
					
						2005-06-20 22:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7a5ad5d5a1 
					 
					
						
						
							
							Check for 'usage' and 'Usage'.  
						
						 
						
						... 
						
						
						
						Submitted by Tim Rice <tim@multitalents.net >.  His comment is:
I noticed "make report" didn't show the cc version on most of
my System V platforms. This patch corrects this. 
						
						
					 
					
						2005-06-20 20:48:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						44eff497e8 
					 
					
						
						
							
							Fix typo in ssl/d1_pkt.c.  
						
						 
						
						
						
						
					 
					
						2005-06-20 19:36:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8b452002e8 
					 
					
						
						
							
							Refine ELF detection on BSD platforms.  
						
						 
						
						
						
						
					 
					
						2005-06-20 17:39:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e442c36252 
					 
					
						
						
							
							Solaris x86_64 /usr/ccs/bin/as support.  
						
						 
						
						
						
						
					 
					
						2005-06-20 14:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						50ec3951dc 
					 
					
						
						
							
							Handle wrap-arounds and revive missing assignment.  
						
						 
						
						
						
						
					 
					
						2005-06-20 12:40:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						11cd239707 
					 
					
						
						
							
							Add crypto/bn/bn_prime.h to the collection of generated files.  In the  
						
						 
						
						... 
						
						
						
						update target, place the dependency on depend last, so all necessary files
are generated *before* the dependencies are figured out.
PR: 1121 
						
						
					 
					
						2005-06-20 04:29:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6098f2dda 
					 
					
						
						
							
							With DJGPP, it seems like the return code from grep, even when in the  
						
						 
						
						... 
						
						
						
						middle of a pipe, is noted.  Counter that by forcing a true return code
when the return code has no importance.
PR: 1085 
						
						
					 
					
						2005-06-19 20:31:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						857c6092b6 
					 
					
						
						
							
							Undefine DECRANDOM before redefining it.  
						
						 
						
						... 
						
						
						
						PR: 1110 
						
						
					 
					
						2005-06-19 20:20:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eef468e330 
					 
					
						
						
							
							Add better documentation on how id_function() should be defined and what  
						
						 
						
						... 
						
						
						
						issues there are.
PR: 1096 
						
						
					 
					
						2005-06-18 05:52:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4bd46774bb 
					 
					
						
						
							
							Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.  
						
						 
						
						... 
						
						
						
						That should solve the issues with propagating it through the Makefiles.
PR: 1110 
						
						
					 
					
						2005-06-18 04:42:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						283c3e2437 
					 
					
						
						
							
							Only define ZLIB_SHARED if it hasn't already been defined (on the command  
						
						 
						
						... 
						
						
						
						line, for example).
PR: 1112 
						
						
					 
					
						2005-06-18 04:32:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						306aae6cee 
					 
					
						
						
							
							Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line.  
						
						 
						
						... 
						
						
						
						PR: 1113 
						
						
					 
					
						2005-06-18 04:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						edb0600583 
					 
					
						
						
							
							clear dso pointer in case of an error  
						
						 
						
						... 
						
						
						
						PR: 816 
						
						
					 
					
						2005-06-17 21:26:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ac86d923fc 
					 
					
						
						
							
							update for the cswift engine:  
						
						 
						
						... 
						
						
						
						- fix the problem described in bug report 825
- fix a segfault when the engine fails to initialize
- let the engine switch to software when keysize > 2048
PR: 825, 826
Submitted by: Frédéric Giudicelli 
						
						
					 
					
						2005-06-17 20:27:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbd63d0784 
					 
					
						
						
							
							Do not undefine _XOPEN_SOURCE.  This is currently experimental, and  
						
						 
						
						... 
						
						
						
						will be firmed up as soon as it's been verified not to break anything. 
						
						
					 
					
						2005-06-16 22:20:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						78ebeee2c4 
					 
					
						
						
							
							0.9.8-beta5 works on Gentoo/arml but not /armb, and works on Linux AMD64  
						
						 
						
						
						
						
					 
					
						2005-06-14 05:42:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55805fd2d0 
					 
					
						
						
							
							Data about which Cygwin versions 0.9.8-beta5 work on  
						
						 
						
						
						
						
					 
					
						2005-06-13 17:10:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ebd220a8f 
					 
					
						
						
							
							0.9.8-beta5 works on SuSE 9.3  
						
						 
						
						
						
						
					 
					
						2005-06-13 17:03:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e8a1f6d190 
					 
					
						
						
							
							0.9.8-beta5 works on Cygwin  
						
						 
						
						
						
						
					 
					
						2005-06-13 17:00:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						034bae10fc 
					 
					
						
						
							
							update FAQ  
						
						 
						
						
						
						
					 
					
						2005-06-13 08:38:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a7c924c041 
					 
					
						
						
							
							0.9.8-beta5 works on VMS/Alpha  
						
						 
						
						
						
						
					 
					
						2005-06-13 04:17:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						27b762af60 
					 
					
						
						
							
							Status update  
						
						 
						
						
						
						
					 
					
						2005-06-13 03:36:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b764ab9537 
					 
					
						
						
							
							Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR  
						
						 
						
						... 
						
						
						
						1107.  He says:
This is a followup to the NetWare patch that was applied to beta3.  It
does the following:
- Fixes a problem in the CLib build with undefined symbols.
- Adds the ability to use BSD sockets as the default for the OpenSSL
  socket BIO.  NetWare supports 2 flavors of sockets and our Apache
  developers need BSD sockets as a configurable option when building
  OpenSSL.  This adds that for them.
- Updates to the INSTALL.NW file to explain new options.
I have tried very hard to make sure all the changes are in NetWare
specific files or guarded carefully to make sure they only impact
NetWare builds.  I have tested the Windows build to make sure it does
not break that since we have made changes to mk1mf.pl.
We are still working the gcc cross compile for NetWare issue and hope
to have a patch for that before beta 6 is released. 
						
						
					 
					
						2005-06-13 03:23:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a761b89d2f 
					 
					
						
						
							
							Show what the offending target was.  
						
						 
						
						... 
						
						
						
						PR: 1108 
						
						
					 
					
						2005-06-13 02:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a136862afe 
					 
					
						
						
							
							replace the deprecated "-m486" gcc option with "-march=i486"  
						
						 
						
						... 
						
						
						
						PR: 1049 
						
						
					 
					
						2005-06-12 10:34:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f0747cd950 
					 
					
						
						
							
							- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return an  
						
						 
						
						... 
						
						
						
						error if the cipher list is empty
- fix last commit in ssl_create_cipher_list
- clean up ssl_create_cipher_list 
						
						
					 
					
						2005-06-10 19:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						21ac2b964b 
					 
					
						
						
							
							Eliminate gcc -pedantic warnings.  
						
						 
						
						
						
						
					 
					
						2005-06-09 21:41:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						79e1dd65ab 
					 
					
						
						
							
							Allow for dso load by explicit path on HP-UX.  
						
						 
						
						
						
						
					 
					
						2005-06-09 20:52:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						13e393607b 
					 
					
						
						
							
							When the return type of the function is int, it's better to return an  
						
						 
						
						... 
						
						
						
						in than NULL, especially when an error is signalled with a negative
value. 
						
						
					 
					
						2005-06-09 17:28:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						052ec89927 
					 
					
						
						
							
							use "=" instead of "|=", fix typo  
						
						 
						
						
						
						
					 
					
						2005-06-08 22:22:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2073d95fb4 
					 
					
						
						
							
							Avoid endless loops.  Really, we were using the same variable for two  
						
						 
						
						... 
						
						
						
						different conditions... 
						
						
					 
					
						2005-06-08 21:59:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						cbed917fee 
					 
					
						
						
							
							ssl_create_cipher_list should return an error if no cipher could be  
						
						 
						
						... 
						
						
						
						collected (see SSL_CTX_set_cipher_list manpage). Fix handling of
"cipher1+cipher2" expressions in ssl_cipher_process_rulestr.
PR: 836 + 1005 
						
						
					 
					
						2005-06-08 21:19:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dffdb56b7f 
					 
					
						
						
							
							"Liberate" dtls from BN dependency. Fix bug in replay/update.  
						
						 
						
						
						
						
					 
					
						2005-06-07 22:21:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a78c0632ed 
					 
					
						
						
							
							Fix for padding X9.31 padding check and zero padding bytes.  
						
						 
						
						
						
						
					 
					
						2005-06-06 22:39:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8fa6a40be2 
					 
					
						
						
							
							Allow BIO_s_file to open and sequentially access files larger than 2GB on  
						
						 
						
						... 
						
						
						
						affected platforms.
PR: 973 
						
						
					 
					
						2005-06-06 11:58:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4b5598682a 
					 
					
						
						
							
							FAQ to mention no-sha512 as option for compilers without support for 64-bit  
						
						 
						
						... 
						
						
						
						integer type. 
						
						
					 
					
						2005-06-06 09:32:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9f5428d3a 
					 
					
						
						
							
							Pass INSTALL_PREFIX in BUILDENV.  
						
						 
						
						... 
						
						
						
						PR: 1100 
						
						
					 
					
						2005-06-06 08:52:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						34f0b26424 
					 
					
						
						
							
							Skipping all tests just because one algorithm is disabled seems a bit harsch.  
						
						 
						
						... 
						
						
						
						PR: 1089 
						
						
					 
					
						2005-06-06 08:38:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cd27b13b1d 
					 
					
						
						
							
							Change mention of Makefile.ssl to Makefile.  
						
						 
						
						
						
						
					 
					
						2005-06-06 08:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3ecbd099eb 
					 
					
						
						
							
							_GNU_SOURCE needs to be defined before any standard header.  
						
						 
						
						
						
						
					 
					
						2005-06-06 00:50:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e43d03e30e 
					 
					
						
						
							
							Update from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2005-06-06 00:42:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d1acb9b44f 
					 
					
						
						
							
							Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGER  
						
						 
						
						... 
						
						
						
						and PQ_64BIT_IS_BIGNUM with the values 0 (for false) and 1 (for true),
depending on which is true.  Use those flags everywhere else to provide
the correct implementation for handling certain operations in q PQ_64BIT. 
						
						
					 
					
						2005-06-06 00:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						acd1c4b5af 
					 
					
						
						
							
							Document the change and update the version number (d'oh!).  
						
						 
						
						
						
						
					 
					
						2005-06-05 23:25:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						40808cedc1 
					 
					
						
						
							
							Remove the incorrect installation of '%{openssldir}/lib'.  
						
						 
						
						... 
						
						
						
						PR: 1074 
						
						
					 
					
						2005-06-05 23:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						51054a1b39 
					 
					
						
						
							
							Change pq_compat.h to trust the macros defined by bn.h a bit more, and thereby  
						
						 
						
						... 
						
						
						
						provide better generic support for environments that do not have 64-bit
integers.  Among others, this should solve PR 1086 
						
						
					 
					
						2005-06-05 22:42:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e774a3299e 
					 
					
						
						
							
							gcc 2.95.3 on Ultrix supports long long.  
						
						 
						
						... 
						
						
						
						PR: 1091 
						
						
					 
					
						2005-06-05 22:19:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						99febc8b9a 
					 
					
						
						
							
							Correct typo ia64.o -> bn-ia64.o.  
						
						 
						
						... 
						
						
						
						PR: 1094 
						
						
					 
					
						2005-06-05 22:09:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1ce8efbdda 
					 
					
						
						
							
							Add support for the new Intel compiler, icc.  
						
						 
						
						... 
						
						
						
						Submitted by Keith Thompson <kst@sdsc.edu >
PR: 1095 
						
						
					 
					
						2005-06-05 22:01:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b0a60d861 
					 
					
						
						
							
							Old typo...  
						
						 
						
						... 
						
						
						
						PR: 1097 
						
						
					 
					
						2005-06-05 21:54:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9e5b378081 
					 
					
						
						
							
							Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.  
						
						 
						
						... 
						
						
						
						PR: 1098 
						
						
					 
					
						2005-06-05 21:47:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7ed876533a 
					 
					
						
						
							
							New function, DSO_pathbyaddr, to find pathname for loaded shared object  
						
						 
						
						... 
						
						
						
						by an address within it. Tested on Linux, Solaris, IRIX, Tru64, Darwin,
HP-UX, Win32, few BSD flavors... 
						
						
					 
					
						2005-06-05 18:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2d91a6913 
					 
					
						
						
							
							Unify BSDi target.  
						
						 
						
						
						
						
					 
					
						2005-06-05 18:10:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce074604c4 
					 
					
						
						
							
							./PROBLEMS to mention workarounds for ULTRIX build problems.  
						
						 
						
						... 
						
						
						
						PR: 1092 
						
						
					 
					
						2005-06-05 18:03:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						19ac190252 
					 
					
						
						
							
							The macro THREADS was changed to OPENSSL_THREADS a long time ago.  
						
						 
						
						... 
						
						
						
						PR: 1096 
						
						
					 
					
						2005-06-04 08:44:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						02c5ddf91e 
					 
					
						
						
							
							From 0.9.8-stable:  
						
						 
						
						... 
						
						
						
						handshake_write_seq is an unsigned short, so treat it like one 
						
						
					 
					
						2005-06-04 04:18:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1aaeaf8a3d 
					 
					
						
						
							
							Use correct name for config file env variable.  
						
						 
						
						
						
						
					 
					
						2005-06-02 23:19:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d6c4985d1 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2005-06-02 20:29:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b615ad90c8 
					 
					
						
						
							
							Update CHANGES.  
						
						 
						
						
						
						
					 
					
						2005-06-02 20:11:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c7aaf3918d 
					 
					
						
						
							
							Fix inconsistensy between 8 and HEAD.  
						
						 
						
						
						
						
					 
					
						2005-06-02 18:28:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d51204f1b1 
					 
					
						
						
							
							PSS update [from 0.9.7].  
						
						 
						
						
						
						
					 
					
						2005-06-02 18:25:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b3f6325988 
					 
					
						
						
							
							check return value  
						
						 
						
						
						
						
					 
					
						2005-06-01 22:35:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3129acbd83 
					 
					
						
						
							
							Update from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2005-06-01 22:14:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						12f89d32b5 
					 
					
						
						
							
							Synchronise yet a little more with the Unixly build  
						
						 
						
						
						
						
					 
					
						2005-06-01 16:24:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						1d42741a19 
					 
					
						
						
							
							clear error queue on success and return NULL if no cert could be read  
						
						 
						
						... 
						
						
						
						PR: 1088 
						
						
					 
					
						2005-06-01 08:38:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						88737991d2 
					 
					
						
						
							
							fix assertion  
						
						 
						
						
						
						
					 
					
						2005-05-31 20:39:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						75c00536ba 
					 
					
						
						
							
							Synchronise more with the Unix build.  
						
						 
						
						
						
						
					 
					
						2005-05-31 20:28:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						63d740752f 
					 
					
						
						
							
							changes from 0.9.8  
						
						 
						
						
						
						
					 
					
						2005-05-31 18:22:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6e04afb8c5 
					 
					
						
						
							
							include opensslconf.h if OPENSSL_NO_* is used  
						
						 
						
						
						
						
					 
					
						2005-05-31 17:36:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						165fca51e0 
					 
					
						
						
							
							"Show" more respect to no-sha* config options.  
						
						 
						
						... 
						
						
						
						PR: 1086 
						
						
					 
					
						2005-05-31 16:36:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						db6b4e3791 
					 
					
						
						
							
							Mention more GCC bugs in ./PROBLEMS.  
						
						 
						
						
						
						
					 
					
						2005-05-31 12:39:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						20a85e9f69 
					 
					
						
						
							
							Missing sparcv8.o rule.  
						
						 
						
						... 
						
						
						
						PR: 1082 
						
						
					 
					
						2005-05-31 12:17:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2a6144a1b6 
					 
					
						
						
							
							Fix typo in ./config.  
						
						 
						
						
						
						
					 
					
						2005-05-31 11:34:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f8bc3e1bd8 
					 
					
						
						
							
							Platform update from 8-stable.  
						
						 
						
						
						
						
					 
					
						2005-05-31 11:07:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5b737a0731 
					 
					
						
						
							
							Platform update from 8-stable.  
						
						 
						
						
						
						
					 
					
						2005-05-31 09:39:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6e0ef10915 
					 
					
						
						
							
							Merge from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2005-05-30 23:26:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7017605dce 
					 
					
						
						
							
							Merge in the new news from 0.9.8-stable.  
						
						 
						
						
						
						
					 
					
						2005-05-30 22:51:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b29228836a 
					 
					
						
						
							
							DJGPP changes.  Contributed by Doug Kaufman <dkaufman@rahul.net>  
						
						 
						
						
						
						
					 
					
						2005-05-30 22:37:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						188b05792f 
					 
					
						
						
							
							pqueue and dtls uses 64-bit values.  Unfortunately, OpenSSL doesn't  
						
						 
						
						... 
						
						
						
						have a uniform representation for those over all architectures, so a
little bit of hackery is needed.
Contributed by nagendra modadugu <nagendra@cs.stanford.edu > 
						
						
					 
					
						2005-05-30 22:34:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						575901e537 
					 
					
						
						
							
							Synchronise with Unixly build  
						
						 
						
						
						
						
					 
					
						2005-05-30 22:26:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2333d65880 
					 
					
						
						
							
							Change all relevant occurences of 'ncipher' to 'chil'.  That's what nCipher always wanted...  
						
						 
						
						
						
						
					 
					
						2005-05-30 05:17:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ffd1df0579 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-05-30 00:29:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a2c32e2d7f 
					 
					
						
						
							
							Change the source and output paths for 'chil' and '4758cca' engines so that  
						
						 
						
						... 
						
						
						
						dynamic loading is consistent with respect to engine ids. 
						
						
					 
					
						2005-05-29 19:14:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						80b168a5a9 
					 
					
						
						
							
							We have some source with \r\n as line ends.  DEC C informs about that,  
						
						 
						
						... 
						
						
						
						and I really can't be bothered... 
						
						
					 
					
						2005-05-29 12:13:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9426364be9 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2005-05-29 12:11:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						429168e7ee 
					 
					
						
						
							
							Add pss/x931 files.  
						
						 
						
						
						
						
					 
					
						2005-05-28 20:44:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						499fca2db3 
					 
					
						
						
							
							Update from 0.9.7-stable. Also repatch and rebuild error codes.  
						
						 
						
						
						
						
					 
					
						2005-05-28 20:44:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a28a5d9c62 
					 
					
						
						
							
							Use BN_with_flags() in a cleaner way.  
						
						 
						
						
						
						
					 
					
						2005-05-27 15:38:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f791ca818 
					 
					
						
						
							
							Assing check_{cert,crl}_time to 'ok' variable so it returns errors on  
						
						 
						
						... 
						
						
						
						expiry. 
						
						
					 
					
						2005-05-27 13:19:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0ebfcc8f92 
					 
					
						
						
							
							make sure DSA signing exponentiations really are constant-time  
						
						 
						
						
						
						
					 
					
						2005-05-26 04:40:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c61f571ce0 
					 
					
						
						
							
							check BN_copy() return value  
						
						 
						
						
						
						
					 
					
						2005-05-26 04:30:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						60192e96b8 
					 
					
						
						
							
							Handle differences between engine IDs and their dynamic library names (and  
						
						 
						
						... 
						
						
						
						source files, for that matter) by tolerating the alternatives. It would be
preferable to also change the generated shared library names, but that will
be taken up separately. 
						
						
					 
					
						2005-05-25 02:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						85991994df 
					 
					
						
						
							
							It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512  
						
						 
						
						... 
						
						
						
						was still active when it came down to the functions.  mkdef.pl should really
be corrected, but that'll be another day... 
						
						
					 
					
						2005-05-24 03:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b325518f45 
					 
					
						
						
							
							Typo correction  
						
						 
						
						
						
						
					 
					
						2005-05-24 03:27:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b172dec864 
					 
					
						
						
							
							DEC C complains about bad subscript, but we know better, so let's shut it up.  
						
						 
						
						
						
						
					 
					
						2005-05-24 03:22:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						61391e2314 
					 
					
						
						
							
							Be more consistent with OPENSSL_NO_SHA256.  
						
						 
						
						
						
						
					 
					
						2005-05-22 10:27:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4b23506594 
					 
					
						
						
							
							OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done to  
						
						 
						
						... 
						
						
						
						make no-sha512 more effective on platforms, which don't support 64-bit
integer type of *any* kind. 
						
						
					 
					
						2005-05-22 08:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						82d3dda8a1 
					 
					
						
						
							
							Still SEGV trouble in .init segment under Solaris x86...  
						
						 
						
						
						
						
					 
					
						2005-05-21 17:49:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fe8bf9560d 
					 
					
						
						
							
							When _XOPEN_SOURCE is defined, make sure it's defined to 500.  Required in  
						
						 
						
						... 
						
						
						
						http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html .
Notified by David Wolfe <dwolfe5272@yahoo.com > 
						
						
					 
					
						2005-05-21 17:39:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e4c9b85e65 
					 
					
						
						
							
							Default to no-sse2 on selected platforms.  
						
						 
						
						
						
						
					 
					
						2005-05-21 16:50:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						447aa49007 
					 
					
						
						
							
							Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>  
						
						 
						
						
						
						
					 
					
						2005-05-21 16:41:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fe977f7512 
					 
					
						
						
							
							Propagate BUILDENV into subdirectories.  
						
						 
						
						
						
						
					 
					
						2005-05-21 16:13:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e476f94212 
					 
					
						
						
							
							Move _WIN32_WINNT definition from command line to e_os.h. The change is  
						
						 
						
						... 
						
						
						
						inspired by VC6 failure report. In addition abstain from taking screen
snapshots when running in NT service context. 
						
						
					 
					
						2005-05-21 13:19:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						bbbd67108f 
					 
					
						
						
							
							fix typo, add prototype  
						
						 
						
						
						
						
					 
					
						2005-05-20 22:55:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7f246621b5 
					 
					
						
						
							
							fix potential memory leak  
						
						 
						
						... 
						
						
						
						Submitted by: Goetz Babin-Ebell 
						
						
					 
					
						2005-05-19 22:10:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						b67d988915 
					 
					
						
						
							
							update ecdsa doc  
						
						 
						
						
						
						
					 
					
						2005-05-19 20:54:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						851e31ff07 
					 
					
						
						
							
							FAQ to mention no-sse2.  
						
						 
						
						
						
						
					 
					
						2005-05-19 19:54:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						decc9ffc18 
					 
					
						
						
							
							Update status information  
						
						 
						
						
						
						
					 
					
						2005-05-19 19:43:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						3f4657d131 
					 
					
						
						
							
							fix "dereferencing type-punned pointer will break strict-aliasing rules"  
						
						 
						
						... 
						
						
						
						warning when using gcc 4.0 
						
						
					 
					
						2005-05-19 12:01:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						67ffa18cce 
					 
					
						
						
							
							make the type parameter const when ID2_OF_const() is used  
						
						 
						
						
						
						
					 
					
						2005-05-18 22:30:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						788e67e227 
					 
					
						
						
							
							FAQ update to mention Applink.  
						
						 
						
						
						
						
					 
					
						2005-05-18 13:35:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c50226594d 
					 
					
						
						
							
							Don't emit SSE2 instructions unless were asked to.  
						
						 
						
						... 
						
						
						
						PR: 1073 
						
						
					 
					
						2005-05-18 08:42:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						51ff6bde38 
					 
					
						
						
							
							Engage Applink in mingw. Note that application-side module is not  
						
						 
						
						... 
						
						
						
						compiled into *our* aplpications. That's because mingw is always
consistent with itself. Having library-side code linked into .dll
makes it possible to deploy the .dll with user-code compiled with
another compiler [which is pretty much the whole point behind Applink]. 
						
						
					 
					
						2005-05-18 08:16:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28e4fe34e4 
					 
					
						
						
							
							Version changes where needed.  
						
						 
						
						
						
						
					 
					
						2005-05-18 04:04:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c800a070b5 
					 
					
						
						
							
							I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev.  
						
						 
						
						... 
						
						
						
						The 0.9.8 branch is called OpenSSL_0_9_8-stable. 
						
						
					 
					
						2005-05-18 03:58:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						53d8996764 
					 
					
						
						
							
							Engage Applink for VC builds.  
						
						 
						
						
						
						
					 
					
						2005-05-17 16:50:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						32b1843ec6 
					 
					
						
						
							
							Keep disclaming 16-bit support.  
						
						 
						
						
						
						
					 
					
						2005-05-17 13:51:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8712009778 
					 
					
						
						
							
							simplify EC_KEY_dup  
						
						 
						
						
						
						
					 
					
						2005-05-17 12:23:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b8994f44e7 
					 
					
						
						
							
							mdc2test is not built by default anymore.  
						
						 
						
						
						
						
					 
					
						2005-05-17 06:57:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f468e3824a 
					 
					
						
						
							
							fix memory leak (BIO_free_all needs pointer to first BIO)  
						
						 
						
						... 
						
						
						
						PR: 1070 
						
						
					 
					
						2005-05-17 05:52:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ea1b02db6a 
					 
					
						
						
							
							OPENSSL_Applink update.  
						
						 
						
						
						
						
					 
					
						2005-05-17 00:08:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2c4b354d32 
					 
					
						
						
							
							Disclaim 16-bit support.  
						
						 
						
						
						
						
					 
					
						2005-05-17 00:07:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						25a66ee3cb 
					 
					
						
						
							
							Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h  
						
						 
						
						... 
						
						
						
						first everywhere in crypto and skip stdio.h and string.h [because it
includes them]. 
						
						
					 
					
						2005-05-17 00:01:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0978dec131 
					 
					
						
						
							
							Improve shell portability of new rules in Makefile.shared.  
						
						 
						
						
						
						
					 
					
						2005-05-16 21:05:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						91b17fbad4 
					 
					
						
						
							
							Change wording for BN_mod_exp_mont_consttime() entry  
						
						 
						
						
						
						
					 
					
						2005-05-16 19:14:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce92b6eb9c 
					 
					
						
						
							
							Further BUILDENV refinement, further fool-proofing of Makefiles and  
						
						 
						
						... 
						
						
						
						[most importantly] put back dependencies accidentaly eliminated in
check-in #13342 . 
						
						
					 
					
						2005-05-16 16:55:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7abbffc3fb 
					 
					
						
						
							
							Further BUILDENV clean-up, 'make depend' is operational again.  
						
						 
						
						
						
						
					 
					
						2005-05-16 14:24:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9dd8405341 
					 
					
						
						
							
							ecc api cleanup; summary:  
						
						 
						
						... 
						
						
						
						- hide the EC_KEY structure definition in ec_lcl.c + add
  some functions to use/access the EC_KEY fields
- change the way how method specific data (ecdsa/ecdh) is
  attached to a EC_KEY
- add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
  additional parameters for pre-computed values
- rebuild libeay.num from 0.9.7 
						
						
					 
					
						2005-05-16 10:11:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						46a643763d 
					 
					
						
						
							
							Implement fixed-window exponentiation to mitigate hyper-threading  
						
						 
						
						... 
						
						
						
						timing attacks.
BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for
RSA/DSA/DH private key computations unless
RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/
DH_FLAG_NO_EXP_CONSTTIME is set.
Submitted by: Matthew D Wood
Reviewed by: Bodo Moeller 
						
						
					 
					
						2005-05-16 01:43:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						92c4468572 
					 
					
						
						
							
							rebuild to synchronize with additions to 0.9.7 branch  
						
						 
						
						
						
						
					 
					
						2005-05-16 00:29:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						10cde5010d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2005-05-16 00:27:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c4cd925cc0 
					 
					
						
						
							
							Make Makefile.shared quiet again.  
						
						 
						
						
						
						
					 
					
						2005-05-16 00:01:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f210eb7b89 
					 
					
						
						
							
							Simplify shared rules, link run-path into applications only.  
						
						 
						
						
						
						
					 
					
						2005-05-15 23:59:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						734540f887 
					 
					
						
						
							
							Consolidate BUILDENV [idea is to keep all variables in one place].  
						
						 
						
						
						
						
					 
					
						2005-05-15 23:53:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						804515425a 
					 
					
						
						
							
							+20% performance improvement of P4-specific RC4_CHAR loop.  
						
						 
						
						
						
						
					 
					
						2005-05-15 22:43:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						81a86fcf17 
					 
					
						
						
							
							Fool-proofing Makefiles  
						
						 
						
						
						
						
					 
					
						2005-05-15 22:23:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a534bb09d3 
					 
					
						
						
							
							Make update.  
						
						 
						
						
						
						
					 
					
						2005-05-15 00:56:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b6995add5c 
					 
					
						
						
							
							Make -CSP option work again in pkcs12 utility by checking for  
						
						 
						
						... 
						
						
						
						attribute in EVP_PKEY structure. 
						
						
					 
					
						2005-05-15 00:54:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8ccd06c66c 
					 
					
						
						
							
							openssl_fcast should always be defined, not just with DEBUG_SAFESTACK  
						
						 
						
						
						
						
					 
					
						2005-05-14 12:58:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fe86616c72 
					 
					
						
						
							
							Some C compilers produce warnings or compilation errors if an attempt  
						
						 
						
						... 
						
						
						
						is made to directly cast a function of one type to what it considers and
incompatible type. In particular gcc 3.4.2.
Add new openssl_fcast macro to place functions into a form where the compiler
will allow them to be cast.
The current version achives this by casting to: void function(void). 
						
						
					 
					
						2005-05-12 23:01:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba2ba27008 
					 
					
						
						
							
							Avoid warnings.  
						
						 
						
						
						
						
					 
					
						2005-05-12 22:40:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f795123c4a 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-05-12 22:39:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c596c795bf 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2005-05-12 17:28:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3f19bbf4e3 
					 
					
						
						
							
							fix msg_callback() arguments for SSL 2.0 compatible client hello  
						
						 
						
						... 
						
						
						
						(previous revision got this wrong) 
						
						
					 
					
						2005-05-12 06:24:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b874ce4dc2 
					 
					
						
						
							
							Move another item into ChangeLog.0_9_7-stable_not-in-head_FIPS  
						
						 
						
						
						
						
					 
					
						2005-05-11 18:36:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c6c2e3135d 
					 
					
						
						
							
							Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled  
						
						 
						
						... 
						
						
						
						with the SSL_OP_NO_SSLv2 option. 
						
						
					 
					
						2005-05-11 18:25:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4b26fe30de 
					 
					
						
						
							
							There must be an explicit way to build the .o!  
						
						 
						
						
						
						
					 
					
						2005-05-11 16:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4a8224b598 
					 
					
						
						
							
							Move some entries from ChangeLog.0_9_7-stable_not-in-head  
						
						 
						
						... 
						
						
						
						to ChangeLog.0_9_7-stable_not-in-head_FIPS. 
						
						
					 
					
						2005-05-11 03:54:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8afca8d9c6 
					 
					
						
						
							
							Fix more error codes.  
						
						 
						
						... 
						
						
						
						(Also improve util/ck_errf.pl script, and occasionally
fix source code formatting.) 
						
						
					 
					
						2005-05-11 03:45:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						35e8510e60 
					 
					
						
						
							
							use 'p' as conversion specifier for printf to avoid truncation of  
						
						 
						
						... 
						
						
						
						pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz
via Mike Frysinger <vapier@gentoo.org >.
PR: 1064 
						
						
					 
					
						2005-05-10 11:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						8b15c74018 
					 
					
						
						
							
							give EC_GROUP_new_by_nid a more meanigful name:  
						
						 
						
						... 
						
						
						
						EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name 
						
						
					 
					
						2005-05-10 11:37:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						3afa6cf866 
					 
					
						
						
							
							improve command line argument checking  
						
						 
						
						... 
						
						
						
						PR: 1061 
						
						
					 
					
						2005-05-10 09:51:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e19e549041 
					 
					
						
						
							
							Comply with optimization manual (no data should share cache-line with code).  
						
						 
						
						
						
						
					 
					
						2005-05-09 21:48:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d7561ac576 
					 
					
						
						
							
							Allow for 64-bit cache-line alignments in code segment.  
						
						 
						
						
						
						
					 
					
						2005-05-09 21:27:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fbeaa3c47d 
					 
					
						
						
							
							Update util/ck_errf.pl script, and have it run automatically  
						
						 
						
						... 
						
						
						
						during "make errors" and thus during "make update".
Fix lots of bugs that util/ck_errf.pl can detect automatically.
Various others of these are still left to fix; that's why
"make update" will complain loudly when run now. 
						
						
					 
					
						2005-05-09 00:27:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ee2262b8d7 
					 
					
						
						
							
							rebuild (starting with state from 0.9.7-stable branch) to avoid clutter  
						
						 
						
						
						
						
					 
					
						2005-05-09 00:22:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b0ac0a8ef8 
					 
					
						
						
							
							improve comment readability  
						
						 
						
						
						
						
					 
					
						2005-05-09 00:06:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0f4499360e 
					 
					
						
						
							
							give EC_GROUP_*_nid functions a more meaningful name  
						
						 
						
						... 
						
						
						
						EC_GROUP_get_nid -> EC_GROUP_get_curve_name
    EC_GROUP_set_nid -> EC_GROUP_set_curve_name 
						
						
					 
					
						2005-05-09 00:05:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7dc17a6cf0 
					 
					
						
						
							
							give EC_GROUP_*_nid functions a more meaningful name  
						
						 
						
						... 
						
						
						
						EC_GROUP_get_nid -> EC_GROUP_get_curve_name
	EC_GROUP_set_nid -> EC_GROUP_set_curve_name 
						
						
					 
					
						2005-05-08 22:09:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b6223d2f70 
					 
					
						
						
							
							Eliminate "statement with no effect" warning when OPENSSL_assert macro  
						
						 
						
						... 
						
						
						
						is used with constant assertion. 
						
						
					 
					
						2005-05-08 19:54:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						256b5d5877 
					 
					
						
						
							
							I was incorrect about VMS/Alpha.  Defining BN_LLONG with  
						
						 
						
						... 
						
						
						
						SIXTY_FOUR_BIT could cause havoc, so don't (it's lucky bn.h undefines
BN_LLONG when SIXTY_FOUR_BIT is defined). 
						
						
					 
					
						2005-05-07 21:21:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d0d60e2f5 
					 
					
						
						
							
							x86_64 assembler translator update.  
						
						 
						
						
						
						
					 
					
						2005-05-07 08:13:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						57ee007035 
					 
					
						
						
							
							Fix constants.  
						
						 
						
						... 
						
						
						
						PR: 1059 
						
						
					 
					
						2005-05-07 08:11:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82e8cb403a 
					 
					
						
						
							
							Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,  
						
						 
						
						... 
						
						
						
						there's no need to undefine it here.  Then, let's get a bit paranoid
and not define BN_ULLONG on THIRTY_TWO_BIT machines when BN_LLONG
isn't defined. 
						
						
					 
					
						2005-05-06 13:34:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abee01c6f8 
					 
					
						
						
							
							Actually, C on VMS/Alpha knows very well what a long long is, and  
						
						 
						
						... 
						
						
						
						knows how to make use of it.  So let's stop pretending the Alpha
doesn't know long long... 
						
						
					 
					
						2005-05-06 13:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						2c288b2a7e 
					 
					
						
						
							
							fix compiler warning; pow10 is also in math.h  
						
						 
						
						
						
						
					 
					
						2005-05-05 20:57:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						831721ef49 
					 
					
						
						
							
							A few more fingerprints...  
						
						 
						
						
						
						
					 
					
						2005-05-05 06:38:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0ee883650d 
					 
					
						
						
							
							Commentary update motivating code update in 0.9.7.  
						
						 
						
						
						
						
					 
					
						2005-05-04 14:51:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						70cf309517 
					 
					
						
						
							
							x86_64 assembler translator update.  
						
						 
						
						
						
						
					 
					
						2005-05-04 08:42:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8b5bf52ac2 
					 
					
						
						
							
							Cvs missed adapted module itself, here it goes...  
						
						 
						
						
						
						
					 
					
						2005-05-03 23:03:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						73a9485081 
					 
					
						
						
							
							Engage md5-x86_64 assembler module.  
						
						 
						
						
						
						
					 
					
						2005-05-03 22:59:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d37a65bc81 
					 
					
						
						
							
							Throw in md5-x86_64 assembler.  
						
						 
						
						
						
						
					 
					
						2005-05-03 22:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34c7ff6dc9 
					 
					
						
						
							
							Cygwin doesn't expose Win32 [not "officially"].  
						
						 
						
						
						
						
					 
					
						2005-05-03 21:20:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						647907918d 
					 
					
						
						
							
							Commentary update.  
						
						 
						
						
						
						
					 
					
						2005-05-03 21:16:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						cee73df3bd 
					 
					
						
						
							
							Cpuid modules updates.  
						
						 
						
						
						
						
					 
					
						2005-05-03 21:05:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						07481951f9 
					 
					
						
						
							
							remove false positive  
						
						 
						
						
						
						
					 
					
						2005-05-03 20:58:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f15c448a72 
					 
					
						
						
							
							remove BN_ncopy, it was only used in bn_nist.c and wasn't particular  
						
						 
						
						... 
						
						
						
						useful anyway 
						
						
					 
					
						2005-05-03 20:27:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						fcb41c0ee8 
					 
					
						
						
							
							rewrite of bn_nist.c, disable support for some curves on 64 bit platforms  
						
						 
						
						... 
						
						
						
						for now (it was broken anyway) 
						
						
					 
					
						2005-05-03 20:23:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9b62318311 
					 
					
						
						
							
							fix typo  
						
						 
						
						... 
						
						
						
						PR: 1054 
						
						
					 
					
						2005-05-03 18:34:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5f1841cdca 
					 
					
						
						
							
							Rename amd64 modules to x86_64 and update RC4 implementation.  
						
						 
						
						
						
						
					 
					
						2005-05-03 15:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4b45051902 
					 
					
						
						
							
							x86_64 assembler translator update.  
						
						 
						
						
						
						
					 
					
						2005-05-03 15:35:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9e5790ce21 
					 
					
						
						
							
							backport fix from the stable branch  
						
						 
						
						
						
						
					 
					
						2005-05-03 10:00:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						fce8c6cc53 
					 
					
						
						
							
							Redundant changes.  
						
						 
						
						
						
						
					 
					
						2005-05-01 13:55:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0ff469d38d 
					 
					
						
						
							
							Add prototype.  
						
						 
						
						
						
						
					 
					
						2005-05-01 13:49:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						05338b58ce 
					 
					
						
						
							
							Support for smime-type MIME parameter.  
						
						 
						
						
						
						
					 
					
						2005-05-01 12:46:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						081057c3ff 
					 
					
						
						
							
							Remove false positives and resolve some of remaining ones.  
						
						 
						
						
						
						
					 
					
						2005-04-30 23:48:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						94c1672ef0 
					 
					
						
						
							
							Cygwin/mingw sync with stable.  
						
						 
						
						
						
						
					 
					
						2005-04-30 23:45:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						405d9761a5 
					 
					
						
						
							
							Allow for ./config no-sha0 [from stable].  
						
						 
						
						
						
						
					 
					
						2005-04-30 21:51:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4c3a2d64e4 
					 
					
						
						
							
							Fold rules in test/Makefiles [from stable].  
						
						 
						
						
						
						
					 
					
						2005-04-30 21:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98a2fd32a0 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2005-04-30 18:07:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7bdeeb64ac 
					 
					
						
						
							
							Don't attempt to parse nested ASN1 strings by default.  
						
						 
						
						
						
						
					 
					
						2005-04-30 18:02:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						43b45a42fd 
					 
					
						
						
							
							Some true positives fixed, toss some false positives.  
						
						 
						
						
						
						
					 
					
						2005-04-30 15:25:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9af1bfb3d5 
					 
					
						
						
							
							From branch OpenSSL_0_9_7-stable, 2004-09-11 11:45:  
						
						 
						
						... 
						
						
						
						Makefile.ssl changed name to Makefile... 
						
						
					 
					
						2005-04-30 15:23:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aed14edd12 
					 
					
						
						
							
							From branch OpenSSL_0_9_7-stable, 2004-08-11 22:34:  
						
						 
						
						... 
						
						
						
						Another missing module in the VMS build files.I believe this is
the last, though... 
						
						
					 
					
						2005-04-30 15:21:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14a948e6ad 
					 
					
						
						
							
							All kinds of changes from branch OpenSSL_0_9_7-stable  
						
						 
						
						
						
						
					 
					
						2005-04-30 15:17:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						af2fcf3a65 
					 
					
						
						
							
							This one deserves a note.  In the change to CHANGES, there's the  
						
						 
						
						... 
						
						
						
						following:
+     NOTE: This is for the 0.9.7 series ONLY.  This hack will never
+     appear in 0.9.8 or later.  We EXPECT application authors to have
+     dealt properly with this when 0.9.8 is released (unless we actually
+     make such changes in the libcrypto locking code that changes will
+     have to be made anyway).
That makes this one a false positive. 
						
						
					 
					
						2005-04-30 14:41:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4a676ac4f8 
					 
					
						
						
							
							Remove a bunch of false positives, and fix some true positives.  
						
						 
						
						
						
						
					 
					
						2005-04-30 14:40:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37e27219f2 
					 
					
						
						
							
							From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:  
						
						 
						
						... 
						
						
						
						The loading functions should be static if we build a dynamic
engine. 
						
						
					 
					
						2005-04-30 14:34:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d2284ab5d1 
					 
					
						
						
							
							Remove a bunch of false positives, fix one true positive.  
						
						 
						
						
						
						
					 
					
						2005-04-30 13:50:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						78e91e7574 
					 
					
						
						
							
							From branch OpenSSL_0_9_7-stable, revision 1.1.4.1, 2002-05-23 17:25:  
						
						 
						
						... 
						
						
						
						Forgot this file. 
						
						
					 
					
						2005-04-30 13:42:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e1cc0671ac 
					 
					
						
						
							
							Use more efficient way to locate end of an ASN1 structure.  
						
						 
						
						
						
						
					 
					
						2005-04-30 13:06:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c1a8a5de13 
					 
					
						
						
							
							don't let BN_CTX_free(NULL) segfault  
						
						 
						
						
						
						
					 
					
						2005-04-29 21:20:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						e3d0e0a792 
					 
					
						
						
							
							remove false positive  
						
						 
						
						
						
						
					 
					
						2005-04-29 20:41:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7c7667b86b 
					 
					
						
						
							
							check return value of RAND_pseudo_bytes; backport from the stable branch  
						
						 
						
						
						
						
					 
					
						2005-04-29 20:10:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						38be5db93b 
					 
					
						
						
							
							remove some false positive  
						
						 
						
						
						
						
					 
					
						2005-04-29 19:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6a50d0a422 
					 
					
						
						
							
							hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis  
						
						 
						
						... 
						
						
						
						for ecdh) 
						
						
					 
					
						2005-04-29 15:56:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7ab2d30349 
					 
					
						
						
							
							add 192 bit prime curve to the command line options  
						
						 
						
						
						
						
					 
					
						2005-04-29 15:21:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						d753c3f582 
					 
					
						
						
							
							add reference to BN_BLINDING_new.pod  
						
						 
						
						
						
						
					 
					
						2005-04-29 15:07:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						1897c89302 
					 
					
						
						
							
							avoid warnings when building on systems where sizeof(void *) > sizeof(int)  
						
						 
						
						
						
						
					 
					
						2005-04-29 14:26:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3cc54008eb 
					 
					
						
						
							
							Pointer to BN_MONT_CTX could be used uninitialized.  
						
						 
						
						
						
						
					 
					
						2005-04-28 08:49:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ff8bcccdd4 
					 
					
						
						
							
							Synchronise with Unix build system.  
						
						 
						
						
						
						
					 
					
						2005-04-28 04:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a93b01be57 
					 
					
						
						
							
							Increase offset for BIO_f_enc() to avoid problems with overlapping buffers  
						
						 
						
						... 
						
						
						
						when decrypting data. 
						
						
					 
					
						2005-04-28 00:21:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04b304d346 
					 
					
						
						
							
							Update default dependency flags.  
						
						 
						
						
						
						
					 
					
						2005-04-27 16:32:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6c61726b2a 
					 
					
						
						
							
							Lots of Win32 fixes for DTLS.  
						
						 
						
						... 
						
						
						
						1. "unsigned long long" isn't portable changed: to BN_ULLONG.
2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
2. Avoid lots of compiler warnings about signed/unsigned mismatches.
3. Include new library directory pqueue in mk1mf build system.
4. Update symbols. 
						
						
					 
					
						2005-04-27 16:27:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						cd202fe2f9 
					 
					
						
						
							
							get rid of Makefile.ssl in util/  
						
						 
						
						
						
						
					 
					
						2005-04-27 08:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						69af4faec1 
					 
					
						
						
							
							no Makefile.ssl anymore  
						
						 
						
						
						
						
					 
					
						2005-04-27 08:48:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						df9e0bf507 
					 
					
						
						
							
							add missing parentheses  
						
						 
						
						
						
						
					 
					
						2005-04-27 07:57:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						879b19801a 
					 
					
						
						
							
							Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several  
						
						 
						
						... 
						
						
						
						casts. 
						
						
					 
					
						2005-04-27 00:04:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ec8e63af6 
					 
					
						
						
							
							Port BN_MONT_CTX_set_locked() from stable branch.  
						
						 
						
						... 
						
						
						
						The function rsa_eay_mont_helper() has been removed because it is no longer
needed after this change. 
						
						
					 
					
						2005-04-26 23:58:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						465b9f6b26 
					 
					
						
						
							
							Stop unused variable warning.  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:45:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c9c87a76e 
					 
					
						
						
							
							Remove more false positives.  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:33:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a7a90b2f00 
					 
					
						
						
							
							there's no such thing as Makefile.ssl anymore  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:22:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4d6e7733fa 
					 
					
						
						
							
							util/mk1mf.pl issues have been resolved  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:22:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2deadf1672 
					 
					
						
						
							
							Port from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:21:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ea862e0b3 
					 
					
						
						
							
							More false positives and cases covered by port of prime.c  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:19:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						11c9b7cfeb 
					 
					
						
						
							
							"PS" to Steve's commit (Port prime utility across from stable branch).  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:11:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b08868c48a 
					 
					
						
						
							
							Port prime utility across from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-04-26 23:02:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9ca46ff609 
					 
					
						
						
							
							add docu for BN_BLINDING functions  
						
						 
						
						
						
						
					 
					
						2005-04-26 22:33:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						800e400de5 
					 
					
						
						
							
							some updates for the blinding code; summary:  
						
						 
						
						... 
						
						
						
						- possibility of re-creation of the blinding parameters after a
  fixed number of uses (suggested by Bodo)
- calculatition of the rsa::e in case it's absent and p and q
  are present (see bug report #785 )
- improve the performance when if one rsa structure is shared by
  more than a thread (see bug report #555 )
- fix the problem described in bug report #827 
- hide the definition ot the BN_BLINDING structure in bn_blind.c 
						
						
					 
					
						2005-04-26 22:31:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						05886a6f77 
					 
					
						
						
							
							Remove more false positives.  
						
						 
						
						
						
						
					 
					
						2005-04-26 22:25:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						667aef4c6a 
					 
					
						
						
							
							Port from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-04-26 22:07:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						49e179cc52 
					 
					
						
						
							
							Remove more false positives.  
						
						 
						
						
						
						
					 
					
						2005-04-26 22:05:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aa4ce7315f 
					 
					
						
						
							
							Fix various incorrect error function codes.  
						
						 
						
						... 
						
						
						
						("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.) 
						
						
					 
					
						2005-04-26 18:53:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c741b83762 
					 
					
						
						
							
							take OPENSSL_NO_DGRAM into account  
						
						 
						
						... 
						
						
						
						(via make update) 
						
						
					 
					
						2005-04-26 18:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						64387788a9 
					 
					
						
						
							
							let mkdef.pl know about OPENSSL_NO_DGRAM  
						
						 
						
						... 
						
						
						
						(which appears in the new file crypto/bio/bss_dgram.c) 
						
						
					 
					
						2005-04-26 18:21:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						480506bd49 
					 
					
						
						
							
							remove some functions from exported headers  
						
						 
						
						
						
						
					 
					
						2005-04-26 18:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0d5ea7613e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2005-04-26 18:09:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						beb056b303 
					 
					
						
						
							
							fix SSLerr stuff for DTLS1 code;  
						
						 
						
						... 
						
						
						
						move some functions from exported header <openssl/dtl1.h> into "ssl_locl.h";
fix silly indentation (a TAB is *not* always 4 spaces) 
						
						
					 
					
						2005-04-26 18:08:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e321ffaff 
					 
					
						
						
							
							Fixes for signed/unsigned warnings and shadows.  
						
						 
						
						
						
						
					 
					
						2005-04-26 17:43:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ededa42db 
					 
					
						
						
							
							False positive removed.  
						
						 
						
						
						
						
					 
					
						2005-04-26 17:37:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						36d16f8ee0 
					 
					
						
						
							
							Add DTLS support.  
						
						 
						
						
						
						
					 
					
						2005-04-26 16:02:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ab781a0cb6 
					 
					
						
						
							
							make depend.  
						
						 
						
						
						
						
					 
					
						2005-04-26 13:56:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						19c2987eb6 
					 
					
						
						
							
							remove false positive  
						
						 
						
						
						
						
					 
					
						2005-04-26 08:17:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b09af97686 
					 
					
						
						
							
							some more false positives to remove  
						
						 
						
						
						
						
					 
					
						2005-04-25 23:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a7b1c7732f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2005-04-25 23:17:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						abc64463af 
					 
					
						
						
							
							move some more entries into FIPS file  
						
						 
						
						
						
						
					 
					
						2005-04-25 23:16:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2e7245f5a3 
					 
					
						
						
							
							Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c  
						
						 
						
						... 
						
						
						
						PR: 959 
						
						
					 
					
						2005-04-25 23:09:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f76b062e16 
					 
					
						
						
							
							Remove some more entries that are false positives, or have been  
						
						 
						
						... 
						
						
						
						resolved by recent commits. 
						
						
					 
					
						2005-04-25 23:06:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cc1717eaa4 
					 
					
						
						
							
							Sort out changes in FIPS and other changes, collected in separate files.  
						
						 
						
						... 
						
						
						
						(Also remove another "make update".) 
						
						
					 
					
						2005-04-25 22:55:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c5156d952e 
					 
					
						
						
							
							remove some more false positives  
						
						 
						
						
						
						
					 
					
						2005-04-25 22:08:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0b2d0d7d13 
					 
					
						
						
							
							remove some more false positives  
						
						 
						
						
						
						
					 
					
						2005-04-25 22:02:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b732a8cf5f 
					 
					
						
						
							
							remove some more changes that came from HEAD  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a7dc451ebe 
					 
					
						
						
							
							fix editing error, and remove a false positive  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:53:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						87357fc0b8 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:42:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a2c96d888d 
					 
					
						
						
							
							remove extra whitespace; fix link  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:36:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9a6c6b99bf 
					 
					
						
						
							
							remove some false positives  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:32:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						033c79dff1 
					 
					
						
						
							
							add recent changes; now this file is up-to-date  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:25:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b362536275 
					 
					
						
						
							
							bring up-to-date  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:22:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aa16a28631 
					 
					
						
						
							
							first step to melt down ChangeLog.0_9_7-stable_not-in-head :-)  
						
						 
						
						
						
						
					 
					
						2005-04-25 21:06:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2757c67da2 
					 
					
						
						
							
							This is a collection of those CVS change log entries for the 0.9.7  
						
						 
						
						... 
						
						
						
						branch (OpenSSL_0_9_7-stable) that do not appear similarly in
0.9.8-dev (CVS head).
Some obvious false positives have been eliminated: e.g., we do not
care about a simple "make update"; and we don't care about changes
identified to the 0.9.7 branch that were explicitly identified as
backports from head.
Eliminating all other entries (and finally this file), either as false
positives or as things that should go into 0.9.8, remains to be done. 
						
						
					 
					
						2005-04-25 21:01:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3d5fd31280 
					 
					
						
						
							
							Avoid L1 cache aliasing even between key and S-boxes.  
						
						 
						
						
						
						
					 
					
						2005-04-24 21:09:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c7199e62f1 
					 
					
						
						
							
							Flag changes in Configure and config, too.  
						
						 
						
						... 
						
						
						
						Update dependencies. 
						
						
					 
					
						2005-04-24 12:02:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0b3fc6e63b 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2005-04-24 09:17:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2db9cfb52 
					 
					
						
						
							
							Oops...  
						
						 
						
						
						
						
					 
					
						2005-04-24 02:24:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6bc8e6b898 
					 
					
						
						
							
							Recognize zlib and krb5 options in mk1mf.pl  
						
						 
						
						
						
						
					 
					
						2005-04-24 02:21:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						9edf4e8157 
					 
					
						
						
							
							make asn.1 field names const  
						
						 
						
						
						
						
					 
					
						2005-04-23 13:45:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						965a1cb92e 
					 
					
						
						
							
							change prototype of the ecdh KDF: make input parameter const and the outlen argument  more flexible  
						
						 
						
						
						
						
					 
					
						2005-04-23 10:11:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e9ad6665a5 
					 
					
						
						
							
							Add debug target, remove cast, note possible bug.  
						
						 
						
						
						
						
					 
					
						2005-04-23 06:05:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b5855b2f32 
					 
					
						
						
							
							Add prototypes.  
						
						 
						
						
						
						
					 
					
						2005-04-22 23:57:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						a0bee97e55 
					 
					
						
						
							
							more const  
						
						 
						
						
						
						
					 
					
						2005-04-22 21:57:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						e7076c5a80 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2005-04-22 20:17:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ff22e913a3 
					 
					
						
						
							
							- use BN_set_negative and BN_is_negative instead of BN_set_sign  
						
						 
						
						... 
						
						
						
						and BN_get_sign
- implement BN_set_negative as a function
- always use "#define BN_is_zero(a) ((a)->top == 0)" 
						
						
					 
					
						2005-04-22 20:02:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						04d0d0accf 
					 
					
						
						
							
							Avoid aliasing between stack frames and S-boxes. Compress prefetch code.  
						
						 
						
						
						
						
					 
					
						2005-04-22 11:49:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						00df894701 
					 
					
						
						
							
							the pointer to the message digest is const  
						
						 
						
						
						
						
					 
					
						2005-04-21 09:43:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						630e4a6e59 
					 
					
						
						
							
							Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where  
						
						 
						
						... 
						
						
						
						util/libeay.num is important when building shared libraries, like
VMS. 
						
						
					 
					
						2005-04-21 09:10:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf2336f478 
					 
					
						
						
							
							Don't use standard kerberos library locations in MK1MF builds.  
						
						 
						
						... 
						
						
						
						Fix typo in mk1mf.pl 
						
						
					 
					
						2005-04-21 00:46:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						384dba6edb 
					 
					
						
						
							
							Make kerberos ciphersuite code compile again.  
						
						 
						
						... 
						
						
						
						Avoid more shadow warnings. 
						
						
					 
					
						2005-04-20 21:48:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c45bf2bc9 
					 
					
						
						
							
							Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.  
						
						 
						
						... 
						
						
						
						Remove more bogus shadow warnings. 
						
						
					 
					
						2005-04-20 21:48:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						836ec0c764 
					 
					
						
						
							
							Stop compiler warnings about deprecated lvalue casts.  
						
						 
						
						
						
						
					 
					
						2005-04-20 21:39:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e72fb063a 
					 
					
						
						
							
							Stop bogus shadowing warning.  
						
						 
						
						
						
						
					 
					
						2005-04-20 21:34:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2dc08d5f5d 
					 
					
						
						
							
							Process MINFO file earlier in mk1mf.pl so it can modify variables like CFLAGS.  
						
						 
						
						... 
						
						
						
						Process kerberos include and library options. 
						
						
					 
					
						2005-04-20 16:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						00b8abee61 
					 
					
						
						
							
							Handle similar mk1mf.pl options with a hash table.  
						
						 
						
						
						
						
					 
					
						2005-04-20 16:01:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7efebab9fd 
					 
					
						
						
							
							signed vs. unsigned.  
						
						 
						
						
						
						
					 
					
						2005-04-20 13:21:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a74286d636 
					 
					
						
						
							
							Make sure id2_func is properly cast as well...  
						
						 
						
						
						
						
					 
					
						2005-04-20 13:17:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						254cfe878e 
					 
					
						
						
							
							signed vs. unsigned.  
						
						 
						
						
						
						
					 
					
						2005-04-20 13:12:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ed824195a1 
					 
					
						
						
							
							Avoid compiler complaint about mismatched function signatures  
						
						 
						
						... 
						
						
						
						(void * != char *) 
						
						
					 
					
						2005-04-20 13:09:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						22c3600e4c 
					 
					
						
						
							
							Resolve signed vs. unsigned.  
						
						 
						
						
						
						
					 
					
						2005-04-20 12:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49f386578e 
					 
					
						
						
							
							Type mismatch detected by DEC C compiler.  void* != void**  
						
						 
						
						
						
						
					 
					
						2005-04-20 12:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7c671508bd 
					 
					
						
						
							
							Avoid compiler complaint about mismatched function signatures  
						
						 
						
						... 
						
						
						
						(void * != RSA *) 
						
						
					 
					
						2005-04-20 10:02:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d3fdc27aa8 
					 
					
						
						
							
							Fix logic in mkdef.pl function is_valid.  
						
						 
						
						... 
						
						
						
						Update symbols 
						
						
					 
					
						2005-04-19 23:54:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						40e950aed6 
					 
					
						
						
							
							Stop perl warning.  
						
						 
						
						
						
						
					 
					
						2005-04-19 18:57:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						987bebaf8c 
					 
					
						
						
							
							New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure script  
						
						 
						
						... 
						
						
						
						to use it. 
						
						
					 
					
						2005-04-19 13:24:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65f0efe198 
					 
					
						
						
							
							Ignore TYPEDEF_OF in mkdef.pl  
						
						 
						
						
						
						
					 
					
						2005-04-19 11:49:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e77d8f2ecd 
					 
					
						
						
							
							Update year.  
						
						 
						
						
						
						
					 
					
						2005-04-19 00:15:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f68854b4c3 
					 
					
						
						
							
							Various Win32 and other fixes for warnings and compilation errors.  
						
						 
						
						... 
						
						
						
						Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'. 
						
						
					 
					
						2005-04-19 00:12:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1cfd258ed6 
					 
					
						
						
							
							Throw in x86_64 AT&T to MASM assembler converter to facilitate development  
						
						 
						
						... 
						
						
						
						of dual-ABI Unix/Win64 modules. 
						
						
					 
					
						2005-04-17 21:05:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04d7d51ea2 
					 
					
						
						
							
							Fix from stable branch.  
						
						 
						
						
						
						
					 
					
						2005-04-17 13:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2906dc8601 
					 
					
						
						
							
							Synchronise with ec/Makefile.  
						
						 
						
						
						
						
					 
					
						2005-04-17 09:07:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c8d5c71af5 
					 
					
						
						
							
							Mitigate cache-timing attack in CBC mode. This is done by implementing  
						
						 
						
						... 
						
						
						
						compressed tables (2x compression factor) and by pre-fetching them into
processor cache prior every CBC en-/decryption pass. One can argue why
just CBC? Well, it's commonly used mode in real-life applications and
API allows us to amortize the prefetch costs for larger data chunks... 
						
						
					 
					
						2005-04-16 15:23:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						ff990440ee 
					 
					
						
						
							
							const fixes  
						
						 
						
						
						
						
					 
					
						2005-04-15 18:29:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						0e304b7f41 
					 
					
						
						
							
							EVP_CIPHER_CTX_init is a void function + fix typo  
						
						 
						
						... 
						
						
						
						PR: 1044 + 1045 
						
						
					 
					
						2005-04-15 16:01:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fbe6ba81e9 
					 
					
						
						
							
							Check return values of <Digest>_Init functions in low level digest calls.  
						
						 
						
						
						
						
					 
					
						2005-04-14 22:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2b85e23d2e 
					 
					
						
						
							
							Prototype mnemonics in padlock_verify_context for better portability  
						
						 
						
						... 
						
						
						
						[read support for Solaris assembler]. 
						
						
					 
					
						2005-04-14 07:47:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						026bb0b96a 
					 
					
						
						
							
							Fix for bug emerged in openvpn conext.  
						
						 
						
						
						
						
					 
					
						2005-04-14 07:41:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6424498226 
					 
					
						
						
							
							Final touch to mingw shared.  
						
						 
						
						
						
						
					 
					
						2005-04-13 23:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3ed449e94a 
					 
					
						
						
							
							More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...  
						
						 
						
						
						
						
					 
					
						2005-04-13 21:46:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4f1c33b430 
					 
					
						
						
							
							Addenum to  http://cvs.openssl.org/chngview?cn=13054 .  
						
						 
						
						
						
						
					 
					
						2005-04-13 21:10:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1334462ab3 
					 
					
						
						
							
							Final(?) touches to mingw shared support.  
						
						 
						
						
						
						
					 
					
						2005-04-13 21:08:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e62991a07c 
					 
					
						
						
							
							Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.  
						
						 
						
						
						
						
					 
					
						2005-04-13 20:51:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						52272327f3 
					 
					
						
						
							
							Makefile.ssl -> Makefile  
						
						 
						
						
						
						
					 
					
						2005-04-13 19:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1bf955920a 
					 
					
						
						
							
							Fix typos.  
						
						 
						
						
						
						
					 
					
						2005-04-13 15:41:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						51d28013db 
					 
					
						
						
							
							Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.  
						
						 
						
						
						
						
					 
					
						2005-04-13 08:46:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8861ba355d 
					 
					
						
						
							
							Parameterize do_solaris rules in Makefile.shared.  
						
						 
						
						
						
						
					 
					
						2005-04-13 07:22:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9e88c82703 
					 
					
						
						
							
							Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal and  
						
						 
						
						... 
						
						
						
						OPENSSL_stderr stub. 
						
						
					 
					
						2005-04-13 06:55:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d2f51c086 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2005-04-12 16:38:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ad0db060b1 
					 
					
						
						
							
							More overwritten stuff...  
						
						 
						
						
						
						
					 
					
						2005-04-12 16:36:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3547478fc8 
					 
					
						
						
							
							Replace overwritten lines before error codes.  
						
						 
						
						
						
						
					 
					
						2005-04-12 16:17:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29dc350813 
					 
					
						
						
							
							Rebuild error codes.  
						
						 
						
						
						
						
					 
					
						2005-04-12 16:15:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc3cae7e7d 
					 
					
						
						
							
							Include error library value in C error source files instead of fixing up  
						
						 
						
						... 
						
						
						
						at runtime. 
						
						
					 
					
						2005-04-12 13:31:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						37942fab51 
					 
					
						
						
							
							include limits.h for UINT_MAX etc.  
						
						 
						
						
						
						
					 
					
						2005-04-11 20:59:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						36521f0150 
					 
					
						
						
							
							Add a NEWS item for 0.9.7g.  
						
						 
						
						
						
						
					 
					
						2005-04-11 15:05:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4bb61becbb 
					 
					
						
						
							
							Add emacs cache files to .cvsignore.  
						
						 
						
						
						
						
					 
					
						2005-04-11 14:17:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b392e52050 
					 
					
						
						
							
							Move allow_proxy_certs declaration to start of function.  
						
						 
						
						
						
						
					 
					
						2005-04-10 23:41:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0858b71b41 
					 
					
						
						
							
							Make kerberos ciphersuite code work with newer header files  
						
						 
						
						
						
						
					 
					
						2005-04-09 23:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d9bfe4f97c 
					 
					
						
						
							
							Added restrictions on the use of proxy certificates, as they may pose  
						
						 
						
						... 
						
						
						
						a security threat on unexpecting applications.  Document and test. 
						
						
					 
					
						2005-04-09 16:07:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						dc0ed30cfe 
					 
					
						
						
							
							add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()  
						
						 
						
						... 
						
						
						
						and SSL_use_PrivateKey_file()
PR: 1035
Submitted by: Walter Goulet
Reviewed by:  Nils Larsch 
						
						
					 
					
						2005-04-08 22:52:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						e248596bac 
					 
					
						
						
							
							improve docu of SSL_CTX_use_PrivateKey()  
						
						 
						
						
						
						
					 
					
						2005-04-08 22:49:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						6049399baf 
					 
					
						
						
							
							get rid of very buggy and very imcomplete DH cert support  
						
						 
						
						... 
						
						
						
						Reviewed by: Bodo Moeller 
						
						
					 
					
						2005-04-07 23:19:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f763e0b5ae 
					 
					
						
						
							
							make sure error queue is totally emptied  
						
						 
						
						... 
						
						
						
						PR: 359 
						
						
					 
					
						2005-04-07 22:53:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						eb3eab20a8 
					 
					
						
						
							
							const fixes  
						
						 
						
						
						
						
					 
					
						2005-04-07 22:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4848cbf1cf 
					 
					
						
						
							
							Recognize MSYS/MINGW environment.  
						
						 
						
						
						
						
					 
					
						2005-04-07 20:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9f2027e56d 
					 
					
						
						
							
							Implement OPENSSL_showfatal and make it Win32 GUI and service aware  
						
						 
						
						... 
						
						
						
						[meaning that it will detect in which context application is running
and either write message to stderr, post a dialog or log an event]. 
						
						
					 
					
						2005-04-07 18:39:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e1d51de41f 
					 
					
						
						
							
							Harmonize cygwin/mingw and VC targets.  
						
						 
						
						
						
						
					 
					
						2005-04-07 15:51:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						81ee80ab88 
					 
					
						
						
							
							+45% RC4 performance boost on Intel EM64T core. Unrolled loop providing  
						
						 
						
						... 
						
						
						
						further +35% will follow...
Submitted by: Zou Nanhai 
						
						
					 
					
						2005-04-06 09:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						7d727231b7 
					 
					
						
						
							
							some const fixes  
						
						 
						
						
						
						
					 
					
						2005-04-05 19:11:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						69740c2b3f 
					 
					
						
						
							
							update progs.pl to reflect changes in progs.h  
						
						 
						
						
						
						
					 
					
						2005-04-05 18:17:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						119d1a1dd4 
					 
					
						
						
							
							fix example in docu  
						
						 
						
						... 
						
						
						
						PR: 800 
						
						
					 
					
						2005-04-05 11:17:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						70f34a5841 
					 
					
						
						
							
							some const fixes and cleanup  
						
						 
						
						
						
						
					 
					
						2005-04-05 10:29:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c2e40d0f9a 
					 
					
						
						
							
							remove unused recp method  
						
						 
						
						
						
						
					 
					
						2005-04-04 18:15:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0abfd60604 
					 
					
						
						
							
							Extend Solaris x86 support to amd64.  
						
						 
						
						
						
						
					 
					
						2005-04-04 17:10:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e5dbccc182 
					 
					
						
						
							
							Solaris x86 linker erroneously pads .init segment with zeros instead of  
						
						 
						
						... 
						
						
						
						nops, which causes SEGV at startup. So I don't align anymore. 
						
						
					 
					
						2005-04-04 17:07:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f8fa22d826 
					 
					
						
						
							
							Some non-GNU compilers (such as Sun C) define __i386.  
						
						 
						
						
						
						
					 
					
						2005-04-04 17:05:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c393222280 
					 
					
						
						
							
							HISTORY section: point out change of default digest  
						
						 
						
						
						
						
					 
					
						2005-04-03 23:53:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						60fd574cdf 
					 
					
						
						
							
							Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initially  
						
						 
						
						... 
						
						
						
						introduced for a reason [like bug in initial gcc port], but proposed
=&r is treated correctly by senior 3.2, so we can assume it's safe now.
PR: 1031 
						
						
					 
					
						2005-04-03 18:53:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						73705abc34 
					 
					
						
						
							
							If input is bad, we still need to clear the buffer.  
						
						 
						
						
						
						
					 
					
						2005-04-03 16:38:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						12bdb64375 
					 
					
						
						
							
							use SHA-1 as the default digest for the apps/openssl commands  
						
						 
						
						
						
						
					 
					
						2005-04-02 09:29:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7bdf8eed69 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2005-04-01 21:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						48c832b6b7 
					 
					
						
						
							
							really clear the error queue here  
						
						 
						
						... 
						
						
						
						PR: 860 
						
						
					 
					
						2005-04-01 17:50:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f3e427f6f9 
					 
					
						
						
							
							use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.  
						
						 
						
						... 
						
						
						
						PR: 658 
						
						
					 
					
						2005-04-01 17:35:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8bb826ee53 
					 
					
						
						
							
							Consistency.  
						
						 
						
						
						
						
					 
					
						2005-03-31 13:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5d1430f390 
					 
					
						
						
							
							Add a file with fingerprints that have recently been used to sign  
						
						 
						
						... 
						
						
						
						OpenSSL distributions, or are about to.  This has been requested a
little now and then by users, for years :-/... 
						
						
					 
					
						2005-03-31 11:51:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						45d10efc35 
					 
					
						
						
							
							Simplicate and add lightness.  
						
						 
						
						
						
						
					 
					
						2005-03-31 10:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						db3cb0e97a 
					 
					
						
						
							
							Get rid of irritating noise.  
						
						 
						
						
						
						
					 
					
						2005-03-31 10:34:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						41a15c4f0f 
					 
					
						
						
							
							Give everything prototypes (well, everything that's actually used).  
						
						 
						
						
						
						
					 
					
						2005-03-31 09:26:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						fea4280a8b 
					 
					
						
						
							
							fix header  
						
						 
						
						
						
						
					 
					
						2005-03-30 21:38:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						e852b8533f 
					 
					
						
						
							
							Makefile.ssl doesn't exist anymore  
						
						 
						
						
						
						
					 
					
						2005-03-30 21:37:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						20a3439ea9 
					 
					
						
						
							
							Take account of Makefile.ssl removal.  
						
						 
						
						
						
						
					 
					
						2005-03-30 14:44:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a273a2824c 
					 
					
						
						
							
							Make tags target useful.  
						
						 
						
						
						
						
					 
					
						2005-03-30 14:19:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						24c97c819d 
					 
					
						
						
							
							Don't debug.  
						
						 
						
						
						
						
					 
					
						2005-03-30 14:15:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						42ba5d2329 
					 
					
						
						
							
							Blow away Makefile.ssl.  
						
						 
						
						
						
						
					 
					
						2005-03-30 13:05:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c3e6402857 
					 
					
						
						
							
							update docs (recent constification)  
						
						 
						
						
						
						
					 
					
						2005-03-30 11:50:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0821bcd4de 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2005-03-30 10:26:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						4a6a2032ed 
					 
					
						
						
							
							the second argument of EVP_SealInit is const  
						
						 
						
						
						
						
					 
					
						2005-03-29 17:50:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						c01d2b974e 
					 
					
						
						
							
							when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro  
						
						 
						
						... 
						
						
						
						which cannot be evaluated in an if statement 
						
						
					 
					
						2005-03-28 15:06:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b0ef321cc8 
					 
					
						
						
							
							Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.  
						
						 
						
						
						
						
					 
					
						2005-03-24 01:37:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7a8c728860 
					 
					
						
						
							
							undo Cygwin change  
						
						 
						
						
						
						
					 
					
						2005-03-24 00:14:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6141b86a49 
					 
					
						
						
							
							Change the memory leak FAQ entry to describe the levels of thread safety in each function  
						
						 
						
						
						
						
					 
					
						2005-03-23 21:14:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						23fadaa084 
					 
					
						
						
							
							Update FAQ  
						
						 
						
						
						
						
					 
					
						2005-03-22 20:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e27a259696 
					 
					
						
						
							
							Doc fixes.  
						
						 
						
						
						
						
					 
					
						2005-03-22 17:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						41e455bfc4 
					 
					
						
						
							
							test, remove unnecessary const cast  
						
						 
						
						
						
						
					 
					
						2005-03-22 17:55:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59b6836ab2 
					 
					
						
						
							
							Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server and  
						
						 
						
						... 
						
						
						
						client random values. 
						
						
					 
					
						2005-03-22 14:11:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9fc9b55237 
					 
					
						
						
							
							There are cases when there are no files left to verify.  Make sure to  
						
						 
						
						... 
						
						
						
						handle that properly. 
						
						
					 
					
						2005-03-21 13:52:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						689c6f2542 
					 
					
						
						
							
							add new curves to the loop (with some cleanup from me)  
						
						 
						
						... 
						
						
						
						Submitted by: Jean-Luc Duval
Reviewed by:  Nils Larsch 
						
						
					 
					
						2005-03-20 23:12:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nils Larsch 
							
						 
					 
					
						
						
							
						
						f4bfd357e5 
					 
					
						
						
							
							some const fixes  
						
						 
						
						
						
						
					 
					
						2005-03-20 22:56:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						130db968b8 
					 
					
						
						
							
							Use Windows randomness code on Cygwin  
						
						 
						
						
						
						
					 
					
						2005-03-19 11:39:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8d274837e5 
					 
					
						
						
							
							fix breakage for Perl versions that do boolean operations on long words  
						
						 
						
						
						
						
					 
					
						2005-03-19 11:13:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5855038049 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2005-03-19 10:19:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d18685d959 
					 
					
						
						
							
							Added HOWTO about proxy certificates.  
						
						 
						
						
						
						
					 
					
						2005-03-14 15:39:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9f6715d4bb 
					 
					
						
						
							
							"make depend".  This takes into account the algorithms that are now  
						
						 
						
						... 
						
						
						
						disabled by default (MDC2 and RC5), which until now were skipped
by "make links" and yet supposedly required by some of the Makefiles,
meaning that the recent snapshots failed to compile.
Problem reported by Nils Larsch. 
						
						
					 
					
						2005-03-13 19:49:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ab185b6038 
					 
					
						
						
							
							It seems that Configure revision 1.404 broke "make depend" by hiding  
						
						 
						
						... 
						
						
						
						from it which algorithms were disabled.  With these new changes,
"make depend" will properly take into account algorithms that are skipped. 
						
						
					 
					
						2005-03-13 19:46:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1642000707 
					 
					
						
						
							
							Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.  
						
						 
						
						
						
						
					 
					
						2005-03-12 11:28:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f7f2125522 
					 
					
						
						
							
							Avoid re-build avalanches with HP-UX make.  
						
						 
						
						
						
						
					 
					
						2005-03-12 09:12:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2b61034b0b 
					 
					
						
						
							
							fix potential memory leak when allocation fails  
						
						 
						
						... 
						
						
						
						PR: 801
Submitted by: Nils Larsch 
						
						
					 
					
						2005-03-11 09:01:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						80c808b90b 
					 
					
						
						
							
							Fix typo  
						
						 
						
						... 
						
						
						
						PR: 1017
Submitted by: ciresh@yahoo.com 
Reviewed by: Nils Larsch 
						
						
					 
					
						2005-03-09 19:08:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						af1048c25c 
					 
					
						
						
							
							Take MDC2 patent into account.  
						
						 
						
						
						
						
					 
					
						2005-03-02 20:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ecc5ef8793 
					 
					
						
						
							
							In addition to RC5, also exclude MDC2 from compilation unless  
						
						 
						
						... 
						
						
						
						the algorithm is explicitly requested. 
						
						
					 
					
						2005-03-02 20:11:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c9a112f540 
					 
					
						
						
							
							Change ./Configure so that certain algorithms can be disabled by default.  
						
						 
						
						... 
						
						
						
						This is now the case for RC5.
As a side effect, the OPTIONS in the Makefile will usually look a
little different now, but they are essentially only for information
anyway. 
						
						
					 
					
						2005-02-22 10:29:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5286db697f 
					 
					
						
						
							
							Fix typo on blowfish manual page  
						
						 
						
						... 
						
						
						
						PR: 1010
Submitted by: Marc Balmer <mbalmer@openbsd.org > 
						
						
					 
					
						2005-02-19 10:26:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f69a8aebab 
					 
					
						
						
							
							Fix hang in EGD/PRNGD query when communication socket is closed  
						
						 
						
						... 
						
						
						
						prematurely by EGD/PRNGD.
PR: 1014
Submitted by: Darren Tucker <dtucker@zip.com.au > 
						
						
					 
					
						2005-02-19 10:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d10b15ef9 
					 
					
						
						
							
							Fix possible memory leak.  
						
						 
						
						
						
						
					 
					
						2005-02-14 21:53:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						da30c74a27 
					 
					
						
						
							
							Remove unused assembler modules.  
						
						 
						
						
						
						
					 
					
						2005-02-06 13:43:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						67ea999d4a 
					 
					
						
						
							
							This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELF  
						
						 
						
						... 
						
						
						
						and GNU binutils, but kept BSD make... And I took the opportunity to
unify other targets to this common least denominator... 
						
						
					 
					
						2005-02-06 13:23:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e1892f2370 
					 
					
						
						
							
							Reliable BSD-x86-elf detection in ./config.  
						
						 
						
						
						
						
					 
					
						2005-02-06 13:20:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fe28866d71 
					 
					
						
						
							
							Make Makefile.shared BSD make-friendly, remove more redundant -lc, set up  
						
						 
						
						... 
						
						
						
						OBJECT_MODE for AIX. 
						
						
					 
					
						2005-02-06 13:18:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						de4ab1e629 
					 
					
						
						
							
							Make util/shlib_wrap.sh [Open]BSD-friendly.  
						
						 
						
						
						
						
					 
					
						2005-02-06 13:15:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						216ddfaf6b 
					 
					
						
						
							
							Mention no-sse2 option in INSTALL note.  
						
						 
						
						
						
						
					 
					
						2005-02-06 13:10:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8aa36bcac9 
					 
					
						
						
							
							In mkdef.pl ignore trailing whitespace in #ifdef lines  
						
						 
						
						
						
						
					 
					
						2005-02-05 17:22:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						485e30dbe1 
					 
					
						
						
							
							Drop redundant -lc from a number of rules in Makefile.shared. It's  
						
						 
						
						... 
						
						
						
						perfectly safe [compiler driver adds it] and in some situation even
perfectly appropriate [mixing -pthread and -lc on FreeBSD can have
lethal effect on apps/openssl]. I'd say we should get rid of more,
but I remove those I can test myself... 
						
						
					 
					
						2005-02-03 22:40:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						877dbcb8a0 
					 
					
						
						
							
							Shut whiny make's up.  
						
						 
						
						
						
						
					 
					
						2005-02-03 10:19:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						62d27939c2 
					 
					
						
						
							
							Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms  
						
						 
						
						... 
						
						
						
						and SafeDllSearchMode in Windows.
Submitted by: Richard Levitte 
						
						
					 
					
						2005-02-01 23:48:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8c3c570134 
					 
					
						
						
							
							The first argument to load_iv should really be a char ** instead of an  
						
						 
						
						... 
						
						
						
						unsigned char **, since it points at text.
Thanks to Nils Larsch <nils.larsch@cybertrust.com > for pointing out
the inelegance of our code :-) 
						
						
					 
					
						2005-01-27 11:42:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97a1630e81 
					 
					
						
						
							
							Oops, == should really be = when used with test ([ and ]).  
						
						 
						
						... 
						
						
						
						I guess I use bash too much...
Thanks to Peter Sylvester <Peter.Sylvester@edelweb.fr > for pointing it
out to me. 
						
						
					 
					
						2005-01-27 10:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bf746f0f46 
					 
					
						
						
							
							Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate might  
						
						 
						
						... 
						
						
						
						cause a segfault...  This was uncovered because EVP_VerifyInit() may fail
in FIPS mode if the wrong algorithm is chosen... 
						
						
					 
					
						2005-01-27 01:49:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a229e3038e 
					 
					
						
						
							
							Get rid if the annoying warning  
						
						 
						
						
						
						
					 
					
						2005-01-27 01:47:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4aca9297dc 
					 
					
						
						
							
							The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and  
						
						 
						
						... 
						
						
						
						Makefile.shared was a bit overcomplicated.
Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared
get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on
the value the shell variables LDCMD and SHAREDCMD get.  That leaves
much less chance of confusion, since those pairs of shell variables
always are defined together. 
						
						
					 
					
						2005-01-26 23:51:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b2c5960935 
					 
					
						
						
							
							Respect the fact that most interactive shells don't restore stty settings  
						
						 
						
						... 
						
						
						
						and make it work in non-interactive mode... 
						
						
					 
					
						2005-01-26 19:58:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fbdce13e5a 
					 
					
						
						
							
							Please BSD make...  
						
						 
						
						
						
						
					 
					
						2005-01-25 22:09:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e532a6c449 
					 
					
						
						
							
							FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning after  
						
						 
						
						... 
						
						
						
						http://cvs.openssl.org/chngview?cn=12843 . 
						
						
					 
					
						2005-01-25 22:07:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						14bcdb087f 
					 
					
						
						
							
							./Configure to respect $thread_cflag variable.  
						
						 
						
						
						
						
					 
					
						2005-01-24 15:58:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b7efa56a4a 
					 
					
						
						
							
							Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].  
						
						 
						
						... 
						
						
						
						Idea is to provide unified "fall-down" case for all rare platforms out
there. ./config is free to enable some optimizations, such as endianness
specification, specific -mcpu flags... 
						
						
					 
					
						2005-01-24 14:38:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8359421d90 
					 
					
						
						
							
							Default to AES u32 being unsinged int and not long. This improves cache  
						
						 
						
						... 
						
						
						
						locality on 64-bit platforms (and fixes IA64 assembler-empowered build:-).
The choice is guarded by newly introduced AES_LONG macro, which needs
to be defined only on 16-bit platforms which we don't support (not that
I know of). Meaning that one could as well skip long option altogether. 
						
						
					 
					
						2005-01-24 14:22:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						efde5230f1 
					 
					
						
						
							
							Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve for  
						
						 
						
						... 
						
						
						
						hand-coded zero-copy AES_cbc_encrypt. 
						
						
					 
					
						2005-01-24 14:14:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f5ffad9d1d 
					 
					
						
						
							
							linux-arm target update.  
						
						 
						
						... 
						
						
						
						PR: 991 
						
						
					 
					
						2005-01-21 10:32:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						57a68b2129 
					 
					
						
						
							
							linux-parisc update.  
						
						 
						
						... 
						
						
						
						PR: 990
Submitted by: Mike Frysinger <vapier@gentoo.org > 
						
						
					 
					
						2005-01-20 17:00:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bac252a5e3 
					 
					
						
						
							
							Bug-fix in CBC encrypt tail processing and commentary section update.  
						
						 
						
						
						
						
					 
					
						2005-01-20 10:33:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a963395a7b 
					 
					
						
						
							
							Apparently, at least with my VMS C environment, defining _XOPEN_SOURCE  
						
						 
						
						... 
						
						
						
						gets _POSIX_C_SOURC and _ANSI_C_SOURCE defined, which stops u_int from
being defined, and that breaks havock into the rest of the standard
headers...  *sigh* 
						
						
					 
					
						2005-01-19 17:03:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d8863f0bdb 
					 
					
						
						
							
							Small thing.  It seems like we have to defined _XOPEN_SOURCE to get  
						
						 
						
						... 
						
						
						
						isascii() on DEC/Compaq/HP C for VMS. 
						
						
					 
					
						2005-01-18 16:46:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						addb6e16a8 
					 
					
						
						
							
							Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.  
						
						 
						
						
						
						
					 
					
						2005-01-18 01:04:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4d27c4c960 
					 
					
						
						
							
							Fix a typo in a.out assembler modules.  
						
						 
						
						
						
						
					 
					
						2005-01-18 00:46:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ed65fab910 
					 
					
						
						
							
							Reserve for AES CBC assembler implementation...  
						
						 
						
						
						
						
					 
					
						2005-01-18 00:43:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						90cc40911b 
					 
					
						
						
							
							Don't zap AES CBC IV, when decrypting truncated content in place.  
						
						 
						
						
						
						
					 
					
						2005-01-18 00:26:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a7201e9a1b 
					 
					
						
						
							
							Changes concering RFC 3820 (proxy certificates) integration:  
						
						 
						
						... 
						
						
						
						- Enforce that there should be no policy settings when the language
   is one of id-ppl-independent or id-ppl-inheritAll.
 - Add functionality to ssltest.c so that it can process proxy rights
   and check that they are set correctly.  Rights consist of ASCII
   letters, and the condition is a boolean expression that includes
   letters, parenthesis, &, | and ^.
 - Change the proxy certificate configurations so they get proxy
   rights that are understood by ssltest.c.
 - Add a script that tests proxy certificates with SSL operations.
Other changes:
 - Change the copyright end year in mkerr.pl.
 - make update. 
						
						
					 
					
						2005-01-17 17:06:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fcd5cca418 
					 
					
						
						
							
							PKCS7_verify() performance optimization. When the content is large and a  
						
						 
						
						... 
						
						
						
						memory BIO (for example from SMIME_read_PKCS7 and detached data) avoid lots
of slow memory copies from the memory BIO by saving the content in a
temporary read only memory BIO. 
						
						
					 
					
						2005-01-14 17:52:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9222bc6b4e 
					 
					
						
						
							
							INSTALL.DJGPP sync.  
						
						 
						
						... 
						
						
						
						PR: 989 
						
						
					 
					
						2005-01-14 16:25:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e6d27baf52 
					 
					
						
						
							
							Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX  
						
						 
						
						... 
						
						
						
						environments. 
						
						
					 
					
						2005-01-13 15:46:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e7e1150706 
					 
					
						
						
							
							"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% better  
						
						 
						
						... 
						
						
						
						performance on recent microarchitectures. 
						
						
					 
					
						2005-01-13 15:35:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5d727078ac 
					 
					
						
						
							
							Fix an "oops" typo! Well, it was a debugging left-over...  
						
						 
						
						
						
						
					 
					
						2005-01-13 15:25:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						108159ffcc 
					 
					
						
						
							
							O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.  
						
						 
						
						... 
						
						
						
						PR: 998 
						
						
					 
					
						2005-01-13 15:20:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4d423511a 
					 
					
						
						
							
							Small typo, `mask' got the same value ORed to it twice instead of  
						
						 
						
						... 
						
						
						
						`mask' and `emask' getting that operation done once each.
Patch supplied by Nils Larsch <nils.larsch@cybertrust.com > 
						
						
					 
					
						2005-01-12 16:40:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b15a93a9c5 
					 
					
						
						
							
							Correct a faulty address assignment, and add a length check (not  
						
						 
						
						... 
						
						
						
						really needed now, but may be needed in the future, who knows?). 
						
						
					 
					
						2005-01-12 09:53:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d9248e5780 
					 
					
						
						
							
							FAQ update to mention no-sha0 as possible workaround for Tru64 compiler bug.  
						
						 
						
						... 
						
						
						
						Well, no-options seem to be busted in HEAD currently, which should/will be
fixed one way or another (see PR#989 for a possible alternative). 
						
						
					 
					
						2005-01-09 20:42:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0b52f89b81 
					 
					
						
						
							
							DJGPP documentation note update.  
						
						 
						
						
						
						
					 
					
						2005-01-09 20:14:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7de4b5b060 
					 
					
						
						
							
							Permit "monolithic" AES assembler implementations, i.e. such which would  
						
						 
						
						... 
						
						
						
						replace *whole* aes_core.c, not only AES_[de|en]crypt routines. 
						
						
					 
					
						2005-01-09 16:01:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02a00bb054 
					 
					
						
						
							
							DJGPP update.  
						
						 
						
						... 
						
						
						
						PR: 989
Submitted by: Doug Kaufman 
						
						
					 
					
						2005-01-04 10:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3b4de6e4cc 
					 
					
						
						
							
							Borrow #include <string[s].h> from e_os.h.  
						
						 
						
						
						
						
					 
					
						2004-12-31 00:00:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bdbc9b4d1a 
					 
					
						
						
							
							Make whiny compilers stop complaining about missing prototype.  
						
						 
						
						
						
						
					 
					
						2004-12-30 23:40:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						09ef94d2c9 
					 
					
						
						
							
							Fix Win32 test-suit.  
						
						 
						
						
						
						
					 
					
						2004-12-30 22:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3ffb8d42bc 
					 
					
						
						
							
							Remove naming conflict between variable and label.  
						
						 
						
						
						
						
					 
					
						2004-12-30 11:10:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						25866e3982 
					 
					
						
						
							
							Commentary update for AES IA-64 assembler module.  
						
						 
						
						
						
						
					 
					
						2004-12-30 10:55:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3b3df98ca6 
					 
					
						
						
							
							Minor AES x86 assembler tune-up.  
						
						 
						
						
						
						
					 
					
						2004-12-30 10:46:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2e4a99f38b 
					 
					
						
						
							
							AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1  
						
						 
						
						... 
						
						
						
						performance, but anyway... 
						
						
					 
					
						2004-12-30 10:43:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e90faddaf8 
					 
					
						
						
							
							Prompt for passphrases for PKCS12 input format  
						
						 
						
						
						
						
					 
					
						2004-12-29 01:07:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f1ce306f30 
					 
					
						
						
							
							Oops-kind typos in aes-ia64.S...  
						
						 
						
						
						
						
					 
					
						2004-12-28 17:10:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37b11ca78e 
					 
					
						
						
							
							iv needs to be const because it sometimes takes it's value from a  
						
						 
						
						... 
						
						
						
						const. 
						
						
					 
					
						2004-12-28 10:35:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a17af9e277 
					 
					
						
						
							
							Forgot to synchronise the VMS build scripts.  
						
						 
						
						
						
						
					 
					
						2004-12-28 10:22:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6951c23afd 
					 
					
						
						
							
							Add functionality needed to process proxy certificates.  
						
						 
						
						
						
						
					 
					
						2004-12-28 00:21:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						de421076a5 
					 
					
						
						
							
							Minor cygwin update.  
						
						 
						
						... 
						
						
						
						PR: 949 
						
						
					 
					
						2004-12-27 21:27:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bd16cd6bcc 
					 
					
						
						
							
							As new major IRIX release is highly unlikely to appear [and break following],  
						
						 
						
						... 
						
						
						
						I change from -notall to -none synonym in irix rules to improve backward
compatibility with IRIX 5.x.
PR: 987 
						
						
					 
					
						2004-12-27 14:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0c51600203 
					 
					
						
						
							
							Remove CPU detect for IRIX targets. Performance gain is less than 1%,  
						
						 
						
						... 
						
						
						
						it makes more sense to strive for broader binary compatibility... 
						
						
					 
					
						2004-12-27 14:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9850f7f6b2 
					 
					
						
						
							
							Remove yet another redundant memcpy. Not at least performance critical,  
						
						 
						
						... 
						
						
						
						essentially cosmetic modification... 
						
						
					 
					
						2004-12-26 13:05:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						131e064e4a 
					 
					
						
						
							
							Eliminate redundant memcpy of IV material. Performance improvement varies  
						
						 
						
						... 
						
						
						
						from platform to platform and can be as large as 20%. 
						
						
					 
					
						2004-12-26 12:31:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						556b8f3f77 
					 
					
						
						
							
							Engage AES x86 assembler module for COFF and a.out targets.  
						
						 
						
						
						
						
					 
					
						2004-12-26 10:58:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						045d3285e2 
					 
					
						
						
							
							Engage AES x86 assembler module on ELF platforms.  
						
						 
						
						
						
						
					 
					
						2004-12-23 21:44:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d1df5b4339 
					 
					
						
						
							
							x86 perlasm update to accomodate aes-586.pl.  
						
						 
						
						
						
						
					 
					
						2004-12-23 21:43:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						25558bf743 
					 
					
						
						
							
							Eliminate copies of TeN and TdN, use those found in assembler module.  
						
						 
						
						
						
						
					 
					
						2004-12-23 21:40:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						713147109c 
					 
					
						
						
							
							AES x86 assembler implementation.  
						
						 
						
						
						
						
					 
					
						2004-12-23 21:32:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						76ef6ac956 
					 
					
						
						
							
							Refine PowerPC platform support.  
						
						 
						
						
						
						
					 
					
						2004-12-20 13:44:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a842df6659 
					 
					
						
						
							
							Remove unused buffer 'buf'.  
						
						 
						
						
						
						
					 
					
						2004-12-20 00:49:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c05a7f5dfd 
					 
					
						
						
							
							Don't use multiple storage types.  
						
						 
						
						
						
						
					 
					
						2004-12-19 01:21:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						627bd6709c 
					 
					
						
						
							
							Fix typos in the ecparam doc.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2004-12-17 05:42:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbf218b8c3 
					 
					
						
						
							
							make update (oops, missed this file)  
						
						 
						
						
						
						
					 
					
						2004-12-13 22:57:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3c97bd833b 
					 
					
						
						
							
							Change libeay.num so it's synchronised with additions in 0.9.7-stable.  
						
						 
						
						... 
						
						
						
						make update 
						
						
					 
					
						2004-12-13 22:57:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						abbc186bd2 
					 
					
						
						
							
							Fix s_client so it works without a certificate again.  
						
						 
						
						
						
						
					 
					
						2004-12-13 18:02:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						de6859e442 
					 
					
						
						
							
							Propagate a few more variables to Makefile.shared when linking  
						
						 
						
						... 
						
						
						
						programs. 
						
						
					 
					
						2004-12-13 17:28:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e8904f289 
					 
					
						
						
							
							Remove duplicate lines.  
						
						 
						
						
						
						
					 
					
						2004-12-12 13:15:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0c0788ba0a 
					 
					
						
						
							
							Solaris x86 perlasm update.  
						
						 
						
						
						
						
					 
					
						2004-12-10 11:24:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						905fd45b36 
					 
					
						
						
							
							Engage SHA1 IA64 assembler on IA64 platforms.  
						
						 
						
						
						
						
					 
					
						2004-12-09 15:39:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c162b132eb 
					 
					
						
						
							
							Automatically mark the CRL cached encoding as invalid when some operations  
						
						 
						
						... 
						
						
						
						are performed. 
						
						
					 
					
						2004-12-09 13:35:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b4e0ce5165 
					 
					
						
						
							
							SHA1 assembler for IA-64.  
						
						 
						
						
						
						
					 
					
						2004-12-09 11:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						17f0e916db 
					 
					
						
						
							
							Extend RC4 test.  
						
						 
						
						
						
						
					 
					
						2004-12-07 11:55:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3dfa23cbc4 
					 
					
						
						
							
							Update 'certs' directory. Move expired certificates to expired directory  
						
						 
						
						... 
						
						
						
						and zero assurance demontrations CAs to 'demo'. 
						
						
					 
					
						2004-12-05 19:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a37e22d866 
					 
					
						
						
							
							Use X509_cmp_time() in -checkend option, to support GeneralizedTime.  
						
						 
						
						
						
						
					 
					
						2004-12-05 18:26:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41c70d47d7 
					 
					
						
						
							
							Remaing bits of PR:620 relevant to 0.9.8.  
						
						 
						
						
						
						
					 
					
						2004-12-05 01:50:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a0e7c8eede 
					 
					
						
						
							
							Add lots of checks for memory allocation failure, error codes to indicate  
						
						 
						
						... 
						
						
						
						failure and freeing up memory if a failure occurs.
PR:620 
						
						
					 
					
						2004-12-05 01:03:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8e00b17ce 
					 
					
						
						
							
							Update year.  
						
						 
						
						
						
						
					 
					
						2004-12-05 00:51:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e66ee9f01 
					 
					
						
						
							
							In by_file.c check last error for no start line, not first error.  
						
						 
						
						
						
						
					 
					
						2004-12-04 21:25:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b40d7dd97 
					 
					
						
						
							
							Add -passin argument to dgst command.  
						
						 
						
						
						
						
					 
					
						2004-12-03 12:26:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8f284faaec 
					 
					
						
						
							
							V1 certificates that aren't self signed can't be accepted as CAs.  
						
						 
						
						
						
						
					 
					
						2004-12-03 00:10:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f774accdbf 
					 
					
						
						
							
							Fix rc4-ia64.S to pass more exhaustive regression tests.  
						
						 
						
						
						
						
					 
					
						2004-12-02 10:07:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8544a80776 
					 
					
						
						
							
							Add couple of OIDs. Resync NIDs for consistency with 0.9.7.  
						
						 
						
						
						
						
					 
					
						2004-12-01 18:09:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7c69478064 
					 
					
						
						
							
							I've introduced a bug to i386 RC4 assembler, which would emerge with  
						
						 
						
						... 
						
						
						
						certain mix of calls to RC4 routine not covered by rc4test.c.
It's fixed now. In addition this patch inadvertently fixes minor
performance problem: in 0.9.7 context P4 was performing 12% slower
than the original implementation... 
						
						
					 
					
						2004-12-01 15:28:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1862dae862 
					 
					
						
						
							
							Perform partial comparison of different character types in X509_NAME_cmp().  
						
						 
						
						
						
						
					 
					
						2004-12-01 01:45:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b7b46c9a87 
					 
					
						
						
							
							Add 0.9.7 specific comments to RC4 assembler modules.  
						
						 
						
						
						
						
					 
					
						2004-11-30 15:46:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						e6e1f4cb5e 
					 
					
						
						
							
							Mention that the keys likely to have signed the distribution are now  
						
						 
						
						... 
						
						
						
						listed on the web site for easy finding and downloading 
						
						
					 
					
						2004-11-30 14:34:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5073ff0346 
					 
					
						
						
							
							Split X509_check_ca() into a small self and an internal function  
						
						 
						
						... 
						
						
						
						check_ca(), to resolve constness issue.  check_ca() is called from the
purpose checkers instead of X509_check_ca(), since the stuff done by
the latter (except for calling check_ca()) is also done by
X509_check_purpose(). 
						
						
					 
					
						2004-11-30 12:18:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fc7fc5678f 
					 
					
						
						
							
							sha1_block_asm_data_order can't hash if message crosses 2GB boundary.  
						
						 
						
						
						
						
					 
					
						2004-11-29 21:19:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7a3240e319 
					 
					
						
						
							
							Final touches to rc4/asm/rc4-596.pl, +52% better performance on AMD core.  
						
						 
						
						
						
						
					 
					
						2004-11-29 21:12:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5022e4ecdf 
					 
					
						
						
							
							Document the change.  
						
						 
						
						
						
						
					 
					
						2004-11-29 11:57:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						30b415b076 
					 
					
						
						
							
							Make an explicit check during certificate validation to see that the  
						
						 
						
						... 
						
						
						
						CA setting in each certificate on the chain is correct.  As a side-
effect always do the following basic checks on extensions, not just
when there's an associated purpose to the check:
- if there is an unhandled critical extension (unless the user has
  chosen to ignore this fault)
- if the path length has been exceeded (if one is set at all)
- that certain extensions fit the associated purpose (if one has been
  given) 
						
						
					 
					
						2004-11-29 11:28:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						914c2a28c0 
					 
					
						
						
							
							perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.  
						
						 
						
						
						
						
					 
					
						2004-11-27 15:14:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ea681ba872 
					 
					
						
						
							
							Summarize recent RC4 tune-ups.  
						
						 
						
						
						
						
					 
					
						2004-11-26 15:26:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bc3e7fabe7 
					 
					
						
						
							
							Engage RC4 IA-64 assembler module.  
						
						 
						
						
						
						
					 
					
						2004-11-26 15:12:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d675c74d14 
					 
					
						
						
							
							RC4 IA-64 assembler implementation.  
						
						 
						
						
						
						
					 
					
						2004-11-26 15:07:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59c7029862 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2004-11-26 01:04:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1582a4073e 
					 
					
						
						
							
							Add errstr manual page  
						
						 
						
						
						
						
					 
					
						2004-11-25 18:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						401ee37a3e 
					 
					
						
						
							
							Allow alternative manual sections to be embedded in .pod file comments.  
						
						 
						
						
						
						
					 
					
						2004-11-25 17:47:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cb26a20cb1 
					 
					
						
						
							
							Update docs  
						
						 
						
						
						
						
					 
					
						2004-11-25 14:14:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						82c4674e47 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2004-11-25 14:11:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d2996b82f 
					 
					
						
						
							
							Check return code of EVP_CipherInit() in PKCS#12 code.  
						
						 
						
						
						
						
					 
					
						2004-11-24 01:21:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3fee255102 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2004-11-23 21:40:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						16df5f066a 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						
						
						
					 
					
						2004-11-23 21:22:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						959f9b1158 
					 
					
						
						
							
							linux-x86_64 didn't link after EM64T RC4 tune-up...  
						
						 
						
						
						
						
					 
					
						2004-11-23 09:06:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						376729e130 
					 
					
						
						
							
							RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's  
						
						 
						
						... 
						
						
						
						apparently impossible to compose blended code with would perform
satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR
code-path is introduced and P4 core is detected at run-time. This
way we keep original performance on non-P4 implementations and
turbo-charge P4 performance by factor of 2.8x (on 32-bit core). 
						
						
					 
					
						2004-11-21 10:36:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						00dd8f6d6e 
					 
					
						
						
							
							In "req" exit immediately if configuration file is needed and it can't  
						
						 
						
						... 
						
						
						
						be loaded instead of giving the misleading:
"unable to find 'distinguised_name' in config"
error message. 
						
						
					 
					
						2004-11-17 18:36:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5dd87981bf 
					 
					
						
						
							
							Update X509v3 doc.  
						
						 
						
						
						
						
					 
					
						2004-11-17 00:55:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						37dccd8ff2 
					 
					
						
						
							
							Update X509v3 docs.  
						
						 
						
						
						
						
					 
					
						2004-11-16 17:45:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						826a42a088 
					 
					
						
						
							
							PR: 910  
						
						 
						
						... 
						
						
						
						Add command line options -certform, -keyform and -pass to s_client and
s_server. This supports the use of alternative passphrase sources, key formats
and keys handled by an ENGINE.
Update docs. 
						
						
					 
					
						2004-11-16 17:30:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						19f39703f7 
					 
					
						
						
							
							Initial pod documentation of X509V3 config file format.  
						
						 
						
						
						
						
					 
					
						2004-11-16 14:09:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						151368ccba 
					 
					
						
						
							
							PR: 940  
						
						 
						
						... 
						
						
						
						Typo: use prompt_info, not cb_data->prompt_info. 
						
						
					 
					
						2004-11-14 15:40:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4451c2558e 
					 
					
						
						
							
							PR: 923  
						
						 
						
						... 
						
						
						
						Typo. 
						
						
					 
					
						2004-11-14 15:11:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a64f3d665 
					 
					
						
						
							
							PR: 938  
						
						 
						
						... 
						
						
						
						Typo. 
						
						
					 
					
						2004-11-14 13:55:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5fee606442 
					 
					
						
						
							
							Zap obsolete der_chop script.  
						
						 
						
						
						
						
					 
					
						2004-11-14 00:08:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						521aaafc6a 
					 
					
						
						
							
							PR: 969  
						
						 
						
						... 
						
						
						
						Submitted by: David Holmes <davidh@3blackdogs.com > 
						
						
					 
					
						2004-11-13 13:38:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						78df5a2f1e 
					 
					
						
						
							
							Fix x509.c so it creates serial number file again if no  
						
						 
						
						... 
						
						
						
						serial number is supplied on command line. 
						
						
					 
					
						2004-11-13 13:26:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6c9f57d629 
					 
					
						
						
							
							Cut'n'paste mistake.  All tested OK now...  
						
						 
						
						
						
						
					 
					
						2004-11-11 19:36:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						382342ce1d 
					 
					
						
						
							
							Whoops, syntactic mistake...  
						
						 
						
						
						
						
					 
					
						2004-11-11 18:58:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69c922f5d2 
					 
					
						
						
							
							Some find it confusing that environment variables are set when shared  
						
						 
						
						... 
						
						
						
						libraries aren't built or used.  I can see the point, so I'm
reorganising a little for clarity. 
						
						
					 
					
						2004-11-11 18:18:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10c8505734 
					 
					
						
						
							
							Use the default_md config file value when signing CRLs.  
						
						 
						
						... 
						
						
						
						PR:662 
						
						
					 
					
						2004-11-11 13:47:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10f92aac33 
					 
					
						
						
							
							Don't return an error with crl -noout.  
						
						 
						
						... 
						
						
						
						PR:917
Sumbmitted by: Michael Konietzka <konietzka@schlund.de > 
						
						
					 
					
						2004-11-11 02:13:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						68d9e764cb 
					 
					
						
						
							
							As was shown by Marc Bevand reordering of couple of load operations  
						
						 
						
						... 
						
						
						
						results in even higher performance gain of 3.3x:-) At least on
Opteron... 
						
						
					 
					
						2004-11-09 17:23:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8de69cf2c6 
					 
					
						
						
							
							Make sure LD_PRELOAD is only set when we build shared libraries (and  
						
						 
						
						... 
						
						
						
						therefore link with them).  Add LD_PRELOAD setting code where it was
still missing.
PR: 966 
						
						
					 
					
						2004-11-05 09:12:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a2ac429da2 
					 
					
						
						
							
							Don't use $(EXHEADER) directly in for loops, as most shells will break  
						
						 
						
						... 
						
						
						
						if $(EXHEADER) is empty.
Notified by many, solution suggested by Carson Gaspar <carson@taltos.org > 
						
						
					 
					
						2004-11-02 23:55:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ffd0f93f14 
					 
					
						
						
							
							Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH  
						
						 
						
						... 
						
						
						
						and friends may be entirely useless.  In such a case, LD_PRELOAD is
the answer, at least on platforms using LD_LIBRARY_PATH.  There might
be other variables to set on other platforms, please fill us in...
For now, we only do this with the tests, so they won't fail for silly
reasons like getting dynamically linked to older installed libraries
rather than the newly built ones...
PR: 960 
						
						
					 
					
						2004-11-02 01:13:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1a4b8e7cee 
					 
					
						
						
							
							Make sure memmove() is defined, even on SunOS 4.1.4.  
						
						 
						
						... 
						
						
						
						PR: 963 
						
						
					 
					
						2004-11-01 07:58:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						03386677ed 
					 
					
						
						
							
							Update NEWS  
						
						 
						
						
						
						
					 
					
						2004-10-25 17:11:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						559f90ff60 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2004-10-25 12:36:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c284f20f00 
					 
					
						
						
							
							Fix race condition when SSL ciphers are initialized.  
						
						 
						
						
						
						
					 
					
						2004-10-25 11:14:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						58ae65cd1a 
					 
					
						
						
							
							Update ECDSA and ECDH for OPENSSL_NO_ENGINE.  
						
						 
						
						... 
						
						
						
						Reported by: Maxim Masiutin
Submitted by: Nils Larsch 
						
						
					 
					
						2004-10-21 00:06:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b0f1f7d13 
					 
					
						
						
							
							Because libraries on Windows lack useful version information, the zlib  
						
						 
						
						... 
						
						
						
						guys had to change the name to differentiate with older versions when
a backward incompatibility came up.  Of course, we need to adapt.
This change simply tries to load the library through the newer name
(ZLIB1) first, and if that fails, it tries the good old ZLIB. 
						
						
					 
					
						2004-10-14 05:48:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						785e827323 
					 
					
						
						
							
							Oops!  
						
						 
						
						
						
						
					 
					
						2004-10-04 17:28:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f605e8d24 
					 
					
						
						
							
							Fix race condition when CRL checking is enabled.  
						
						 
						
						
						
						
					 
					
						2004-10-04 16:30:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5e2216bfa1 
					 
					
						
						
							
							Update debug-steve  
						
						 
						
						
						
						
					 
					
						2004-10-01 11:35:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						175ac6811a 
					 
					
						
						
							
							Don't use C++ reserved work "explicit".  
						
						 
						
						
						
						
					 
					
						2004-10-01 11:21:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						07d488daf6 
					 
					
						
						
							
							Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid  
						
						 
						
						... 
						
						
						
						"remaining relocations" in assembler modules. The latter seems to
be new behaviour, elder as/ld managed to resolve this relocations
as internal. It's possible to address this problem differently,
but I settle for -Bsymbolic...
PR: 546 
						
						
					 
					
						2004-09-28 20:45:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d1360f6ecc 
					 
					
						
						
							
							usr/doc has recently changed to usr/share/doc on Cygwin.  
						
						 
						
						... 
						
						
						
						Notified by Corinna Vinschen <vinschen@redhat.com > 
						
						
					 
					
						2004-09-28 13:10:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c38ff58b6b 
					 
					
						
						
							
							Move the declaration of alloca() so it's ony declared when really  
						
						 
						
						... 
						
						
						
						necessary. 
						
						
					 
					
						2004-09-27 21:59:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c29ef588dc 
					 
					
						
						
							
							SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.  
						
						 
						
						
						
						
					 
					
						2004-09-27 09:37:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						968c31bd84 
					 
					
						
						
							
							sha256_block advances the input pointer double as fast sometimes. Fix the  
						
						 
						
						... 
						
						
						
						bug and test that it's actually gone.
PR: 950 
						
						
					 
					
						2004-09-27 09:35:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c743966156 
					 
					
						
						
							
							Nils Larsch reported that this include is required. Strange that this had  
						
						 
						
						... 
						
						
						
						gone unnoticed ... 
						
						
					 
					
						2004-09-24 23:37:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb09fd2bb6 
					 
					
						
						
							
							Import changed files from LPlib.  The changes are logged as follows  
						
						 
						
						... 
						
						
						
						for LPdir_unix.c in LPlib.  For the other files, only the last log
entry applies.
----------------------------
revision 1.11
date: 2004/09/23 22:07:22;  author: _cvs_levitte;  state: Exp;  lines: +20 -6
Define my own macro LP_ENTRY_SIZE to express the size of my own
buffering of directory entries, and make it depend on whichever comes
first of PATH_MAX and NAME_MAX.  As a fallback, make sure it's set to
255 if neither PATH_MAX or NAME_MAX were defined.  Also, if the size
given from PATH_MAX or NAME_MAX is less than 255, force LP_ENTRY_SIZE
to be 255.
It makes no harm whatsoever if LP_ENTRY_SIZE is larger than the
maximum local path name limit.  It does make a lot of harm if
LP_ENTRY_SIZE is smaller.  255 seemed like a fairly acceptable default
when nothing else is available.
----------------------------
revision 1.10
date: 2004/08/26 13:36:05;  author: _cvs_levitte;  state: Exp;  lines: +13 -13
License correction.  I am not REGENTS, just a COPYRIGHT HOLDER.
---------------------------- 
						
						
					 
					
						2004-09-23 22:11:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						280eb33b59 
					 
					
						
						
							
							Remove distracting comments and code. Thanks to Nils for picking up on the  
						
						 
						
						... 
						
						
						
						outstanding ticket.
PR: 926 
						
						
					 
					
						2004-09-19 04:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f79110c633 
					 
					
						
						
							
							Two TODO comments taken care of. Nils pointed out that one of them had already  
						
						 
						
						... 
						
						
						
						been done, and took care of the other one (which hadn't).
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-09-19 04:43:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6ef2ff62fc 
					 
					
						
						
							
							Make -Werror happy again.  
						
						 
						
						
						
						
					 
					
						2004-09-18 01:32:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						980aea7860 
					 
					
						
						
							
							Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().  
						
						 
						
						
						
						
					 
					
						2004-09-15 23:47:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bd9327baa9 
					 
					
						
						
							
							Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumed  
						
						 
						
						... 
						
						
						
						in ASN1_STRING_to_UTF8(). 
						
						
					 
					
						2004-09-13 22:33:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f9bafafa3 
					 
					
						
						
							
							- There's no more need for the snprintf macro.  
						
						 
						
						... 
						
						
						
						- Move the inclusion of malloc.h until after all other includes, so we
  can do proper tests of system macros.
- Make sure the correct header file is included to get the builtin
  "alloca" under VMS, and define a macro to map the symbol 'alloca' to
  it. 
						
						
					 
					
						2004-09-13 09:15:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						422a4a33a5 
					 
					
						
						
							
							Synchronise with Unix build.  
						
						 
						
						
						
						
					 
					
						2004-09-12 13:02:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						58606421ae 
					 
					
						
						
							
							When looking for request extensions in a certificate look first  
						
						 
						
						... 
						
						
						
						for the PKCS#9 OID then the non standard MS OID. 
						
						
					 
					
						2004-09-10 20:20:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d813ff2ac1 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-09-10 10:30:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						36734b2bab 
					 
					
						
						
							
							Make VIA Padlock engine more platform friendly and eliminate compiler  
						
						 
						
						... 
						
						
						
						warning.
Submitted by: Doug Kaufman <dkaufman@rahul.net > 
						
						
					 
					
						2004-09-09 14:54:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c85c5c408a 
					 
					
						
						
							
							x86 assembler updates: more instructions, new OPENSSL_instrument_halt  
						
						 
						
						... 
						
						
						
						[for DJGPP]... 
						
						
					 
					
						2004-09-09 14:50:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2c1677d703 
					 
					
						
						
							
							Synchronise VMS build files with Unixly Makefiles.  
						
						 
						
						
						
						
					 
					
						2004-09-08 08:13:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72348cbb8d 
					 
					
						
						
							
							Another symbol longer than 31 characters...  
						
						 
						
						
						
						
					 
					
						2004-09-08 08:13:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c431798e82 
					 
					
						
						
							
							Reformat smime utility.  
						
						 
						
						... 
						
						
						
						Add support for policy checking in verify utility. 
						
						
					 
					
						2004-09-07 18:38:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fb80794568 
					 
					
						
						
							
							Don't use 'explicit' for variable name.  
						
						 
						
						
						
						
					 
					
						2004-09-07 00:31:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4ec3d785e5 
					 
					
						
						
							
							Reformat smime.c  
						
						 
						
						
						
						
					 
					
						2004-09-07 00:28:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d7c222db8 
					 
					
						
						
							
							New X509_VERIFY_PARAM structure and associated functionality.  
						
						 
						
						... 
						
						
						
						This tidies up verify parameters and adds support for integrated policy
checking.
Add support for policy related command line options. Currently only in smime
application.
WARNING: experimental code subject to change. 
						
						
					 
					
						2004-09-06 18:43:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d993addbed 
					 
					
						
						
							
							Stop compiler warnings.  
						
						 
						
						
						
						
					 
					
						2004-09-06 18:37:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						476b6ab541 
					 
					
						
						
							
							TABLE OpenBSD-i386 update  
						
						 
						
						
						
						
					 
					
						2004-08-29 22:05:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						16760a3089 
					 
					
						
						
							
							Proper support for OpenBSD-i386 shared build, including assember modules!  
						
						 
						
						... 
						
						
						
						"Proper" means "compiles and passes test." Versioning is broken (I think). 
						
						
					 
					
						2004-08-29 21:36:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2b247cf81f 
					 
					
						
						
							
							OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a  
						
						 
						
						... 
						
						
						
						symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter
is the only one to be exported to application. 
						
						
					 
					
						2004-08-29 16:36:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						746fc2526f 
					 
					
						
						
							
							Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.  
						
						 
						
						
						
						
					 
					
						2004-08-29 16:19:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a8c65b400c 
					 
					
						
						
							
							crypto/perlasm update primarily to unify Netware modules. Once it's verified  
						
						 
						
						... 
						
						
						
						x86*_nw.pl will be deleted. In addition this update implements initseg
on several additional [in addition to ELF] platforms. Functions registered
with initseg are supposed to be called prior main(). 
						
						
					 
					
						2004-08-29 16:10:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						526975906b 
					 
					
						
						
							
							Minor VIA Padlock engine update: eliminate -Wunused warning when *not*  
						
						 
						
						... 
						
						
						
						compiling the engine and inline memcpy in performance critical pathes. 
						
						
					 
					
						2004-08-24 09:01:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						14fa6ad9f9 
					 
					
						
						
							
							Make aes_ctr.c 64-bit savvy.  
						
						 
						
						
						
						
					 
					
						2004-08-23 22:19:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e544b0dc2a 
					 
					
						
						
							
							'compatibility', not 'computability' :-)...  
						
						 
						
						
						
						
					 
					
						2004-08-18 15:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2549564009 
					 
					
						
						
							
							On systems that use case-insensitive symbol names (i.e. they're all  
						
						 
						
						... 
						
						
						
						converted to upper case or something like that), the application-
level bio_dump_cb() has a name clash with the new library function
BIO_dump_cb().  The easiest fix is to rename the function at the
application level. 
						
						
					 
					
						2004-08-12 08:58:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb1a915c24 
					 
					
						
						
							
							Basically, I wanted to be able to make a dump to a FILE*, and not have  
						
						 
						
						... 
						
						
						
						to bother creating a BIO around it.  So here's a few more functions to
make it possible to make the dump using a printing callback, and to
print to a FILE* (based on the callback variant), done in the same
style as the functions in crypto/err/err_prn.c. 
						
						
					 
					
						2004-08-11 21:13:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b94f886b22 
					 
					
						
						
							
							Stupid casts...  
						
						 
						
						
						
						
					 
					
						2004-08-11 17:41:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ef7b78e7c 
					 
					
						
						
							
							Update FAQ.  
						
						 
						
						
						
						
					 
					
						2004-08-11 17:22:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e08aad1d14 
					 
					
						
						
							
							Make ASN1_INTEGER_cmp() work as expected with negative integers.  
						
						 
						
						
						
						
					 
					
						2004-08-10 17:40:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b5a93e2250 
					 
					
						
						
							
							Call setup_engine after autoconfig.  
						
						 
						
						
						
						
					 
					
						2004-08-06 12:44:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c128bb0fa2 
					 
					
						
						
							
							Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.  
						
						 
						
						
						
						
					 
					
						2004-08-05 18:09:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						30fe028f07 
					 
					
						
						
							
							Make a note of the new engine.  
						
						 
						
						
						
						
					 
					
						2004-08-04 22:42:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b88606c28e 
					 
					
						
						
							
							Padlock engine update to fix a typo in MSC assembler and to address  
						
						 
						
						... 
						
						
						
						potential corruption problem if user manages to inter-leave aligined
and misaligned requests [as well as some MSC-specific tweaks]. 
						
						
					 
					
						2004-08-04 12:58:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2ea6abf6e5 
					 
					
						
						
							
							DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.  
						
						 
						
						
						
						
					 
					
						2004-08-03 19:15:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f8c469de73 
					 
					
						
						
							
							If they ask for 386, keep it as 386 as possible...  
						
						 
						
						
						
						
					 
					
						2004-08-02 22:41:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						42096e05f7 
					 
					
						
						
							
							Avoid a.out name table pollition.  
						
						 
						
						
						
						
					 
					
						2004-08-02 22:02:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7d15a556f8 
					 
					
						
						
							
							Minor clean-up to make Microsoft compiler shut up.  
						
						 
						
						
						
						
					 
					
						2004-08-02 21:54:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5b17246324 
					 
					
						
						
							
							VIA C3 processor extends IA-32 instruction set with instuctions  
						
						 
						
						... 
						
						
						
						performing AES encryption in hardware, as well as one accessing
hardware RNG. As you surely imagine this engine access this
extended instruction set. Well, only AES for the moment, support
for RNG is to be added later on...
PR: 889
Submitted by: Michal Ludvig <michal@logix.cz >
Obtained from: http://www.logix.cz/michal/devel/padlock/  
						
						
					 
					
						2004-08-02 21:48:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c77094415f 
					 
					
						
						
							
							Cygwin fix-up for shared build.  
						
						 
						
						
						
						
					 
					
						2004-08-01 21:24:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						34413fca84 
					 
					
						
						
							
							OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...  
						
						 
						
						
						
						
					 
					
						2004-08-01 21:16:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ec38ddc765 
					 
					
						
						
							
							Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"  
						
						 
						
						... 
						
						
						
						COFF and a.out targets [similar to ELF targets]. You might notice some
rudementary support for shared mingw builds under cygwin. It works (it
produces cryptoeay32.dll and ssleay32.dll with everything exported by
name), but it's primarily for testing/debugging purposes, at least for
now... 
						
						
					 
					
						2004-08-01 17:33:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8aae01e223 
					 
					
						
						
							
							Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp is  
						
						 
						
						... 
						
						
						
						going out... 
						
						
					 
					
						2004-08-01 17:03:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						00555c2f2f 
					 
					
						
						
							
							DLLEntryPoint is a collective name, not what linker looks for. However,  
						
						 
						
						... 
						
						
						
						if we explicitly intruct the linker to set entry point, then we become
obliged to initialize run-time library. Instead we can pick name run-time
will call and such name is DllMain. Note that this applies to both
"native" Win32 environment and Cygwin:-) 
						
						
					 
					
						2004-08-01 14:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						07d80f6f35 
					 
					
						
						
							
							We build the crypto stuff, not the ssl stuff, in this command procedure...  
						
						 
						
						
						
						
					 
					
						2004-07-29 22:25:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4591850561 
					 
					
						
						
							
							The compiler may complain about what looks like a double definition of a  
						
						 
						
						... 
						
						
						
						static variable 
						
						
					 
					
						2004-07-27 13:58:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a25aca2943 
					 
					
						
						
							
							Oops, wrong version...  
						
						 
						
						
						
						
					 
					
						2004-07-27 00:19:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						48c524827b 
					 
					
						
						
							
							Add FIPS library name to error routines.  
						
						 
						
						
						
						
					 
					
						2004-07-27 00:19:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ebaec63e3e 
					 
					
						
						
							
							This is so to say "damage control" for jumbo "cpuid" patch, see  
						
						 
						
						... 
						
						
						
						http://cvs.openssl.org/chngview?cn=12493 . Now all platform should
be operational, while SSE2 code pathes get engaged on ELF platforms
only. 
						
						
					 
					
						2004-07-26 22:01:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						14e21f863a 
					 
					
						
						
							
							Add framework for yet another assembler module dubbed "cpuid." Idea  
						
						 
						
						... 
						
						
						
						is to have a placeholder to small routines, which can be written only
in assembler. In IA-32 case this includes processor capability
identification and access to Time-Stamp Counter. As discussed earlier
OPENSSL_ia32cap is introduced to control recently added SSE2 code
pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the
code is operational on ELF platforms only. I haven't checked it yet,
but I have all reasons to believe that Windows build should fail to
link too. I'll be looking into it shortly... 
						
						
					 
					
						2004-07-26 20:18:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f10725a6e1 
					 
					
						
						
							
							Zero key-length for HMAC is apparently OK.  
						
						 
						
						
						
						
					 
					
						2004-07-25 20:24:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0f71b77d5c 
					 
					
						
						
							
							Make bio_ok.c Microsoft compiler savvy.  
						
						 
						
						
						
						
					 
					
						2004-07-25 20:13:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d6bb6a88be 
					 
					
						
						
							
							Typos, typos...  
						
						 
						
						
						
						
					 
					
						2004-07-25 20:09:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3205db2bfe 
					 
					
						
						
							
							Make bio_ok.c 64-bit savvy.  
						
						 
						
						
						
						
					 
					
						2004-07-25 19:37:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6f86850eec 
					 
					
						
						
							
							Stricter boundary condition check in HMAC_Init_ex.  
						
						 
						
						
						
						
					 
					
						2004-07-25 19:25:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						16ab8a93bc 
					 
					
						
						
							
							Minor 64-bit md32_common.h update and minor unsignification of digests.  
						
						 
						
						
						
						
					 
					
						2004-07-25 19:10:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c88f8f76b5 
					 
					
						
						
							
							'apps/openssl dgst -help' update and minor apps/speed.c update.  
						
						 
						
						
						
						
					 
					
						2004-07-25 18:57:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fbf96849e9 
					 
					
						
						
							
							Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.  
						
						 
						
						
						
						
					 
					
						2004-07-25 18:25:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d70e2507f8 
					 
					
						
						
							
							Some compilers are just too whiny. Nothing makes Microsoft compiler  
						
						 
						
						... 
						
						
						
						stop complaining about loss of precision, but explicit cast. 
						
						
					 
					
						2004-07-25 17:00:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2fcf435d73 
					 
					
						
						
							
							Some compilers are just too whiny. DEC C doesn't like long long...  
						
						 
						
						
						
						
					 
					
						2004-07-25 16:54:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						da2ee71de5 
					 
					
						
						
							
							Typos and due casts. As for the latter. It's "safe" to cast as below,  
						
						 
						
						... 
						
						
						
						because "wrong" casts will either be optimized away or never performed. 
						
						
					 
					
						2004-07-25 16:48:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8611934352 
					 
					
						
						
							
							Minor HP-UX make update. IA-64-based HP-UX favor .so extension for shared  
						
						 
						
						... 
						
						
						
						libraries. Old .sl extension works just fine, but it .so which is default. 
						
						
					 
					
						2004-07-24 14:17:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						01e94efd46 
					 
					
						
						
							
							TABLE update.  
						
						 
						
						
						
						
					 
					
						2004-07-23 23:29:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						33c3ecf741 
					 
					
						
						
							
							Build-n-link new IA-64 modules on Linux and HP-UX.  
						
						 
						
						
						
						
					 
					
						2004-07-23 23:27:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						5bd4c26057 
					 
					
						
						
							
							Various IA-64 assembler fix-ups.  
						
						 
						
						
						
						
					 
					
						2004-07-23 22:54:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4aa5889e1a 
					 
					
						
						
							
							VC-NT was taken away by mistake, putting it back...  
						
						 
						
						
						
						
					 
					
						2004-07-23 20:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bafcc7e060 
					 
					
						
						
							
							Win64 placeholder targets. This is merely naming suggestion. As we know  
						
						 
						
						... 
						
						
						
						Win64 comes in two flavors, IA-64/Itanium and AMD64/Opteron. The
suggestion is to refer to former as WIN64I and latter - WIN64A 
						
						
					 
					
						2004-07-23 19:18:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						afe67fb28e 
					 
					
						
						
							
							Adapt rc4-amd64.pl for Win64/AMD64 assembler.  
						
						 
						
						
						
						
					 
					
						2004-07-23 17:51:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f744f92adb 
					 
					
						
						
							
							From LPlib:  
						
						 
						
						... 
						
						
						
						Apparently, the length *including* the NUL byte should be used.
Contributed by Andy Polyakov <appro@fy.chalmers.se > 
						
						
					 
					
						2004-07-22 18:34:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						75f134c077 
					 
					
						
						
							
							From LPlib:  
						
						 
						
						... 
						
						
						
						Make a nicer comment, as we don't really know for sure that it's
really needed, and just want to play on the safe side.
Suggest by Andy Polyakov <appro@fy.chalmers.se > 
						
						
					 
					
						2004-07-22 13:00:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d8d25c9603 
					 
					
						
						
							
							WinCE should always be compiled as UNICODE, even debugging version...  
						
						 
						
						
						
						
					 
					
						2004-07-22 11:08:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f1bdf1d518 
					 
					
						
						
							
							#include <limits.h> is required at least on HP-UX and IRIX. And what's  
						
						 
						
						... 
						
						
						
						with HP-UX offering 14 for NAME_MAX? 
						
						
					 
					
						2004-07-22 10:53:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d58caee734 
					 
					
						
						
							
							EVP_Digest is size_t-fied, clean up test programs accordingly.  
						
						 
						
						
						
						
					 
					
						2004-07-22 10:25:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e39c2548f5 
					 
					
						
						
							
							Run SHA-256/-512 tests through EVP...  
						
						 
						
						
						
						
					 
					
						2004-07-22 10:21:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8169dd73f9 
					 
					
						
						
							
							All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT and  
						
						 
						
						... 
						
						
						
						SIXTY_FOUR_BIT_LONG) were failing to pass 'cd test; make test_bn'. 
						
						
					 
					
						2004-07-22 09:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						765e231a7c 
					 
					
						
						
							
							From LPlib:  
						
						 
						
						... 
						
						
						
						Some code beautification.
Change the macro CP_THREAD_ACP to CP_ACP, because the latter is more
widely defined.
Add a conditional macro definition in case FindFirstFile and
FindNextFile aren't properly defined (might happen on WinCE).
Suggested by Andy Polyakov <appro@fy.chalmers.se > 
						
						
					 
					
						2004-07-21 21:16:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						89c53672c2 
					 
					
						
						
							
							Make rand_win.c UNICODE savvy.  
						
						 
						
						
						
						
					 
					
						2004-07-21 17:17:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						64ba6cf222 
					 
					
						
						
							
							From LPlib:  
						
						 
						
						... 
						
						
						
						Windows changes that detects if multibyte characters are available and
deals with them properly.
Contributed by Andy Polyakov <appro@fy.chalmers.se > 
						
						
					 
					
						2004-07-20 21:24:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						210a4f78ae 
					 
					
						
						
							
							Imported from LPlib, making sure the entry name (at least on Unix) is  
						
						 
						
						... 
						
						
						
						NUL-teminated at all times, and that we don't make unneeded calls to
free(). 
						
						
					 
					
						2004-07-19 16:36:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						334ef04949 
					 
					
						
						
							
							Since version 7.0, The C RTL in VMS handles time in terms of UTC  
						
						 
						
						... 
						
						
						
						instead of local time. 
						
						
					 
					
						2004-07-19 07:50:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						859ceeeb51 
					 
					
						
						
							
							Anchor AES and SHA-256/-512 assembler from C.  
						
						 
						
						
						
						
					 
					
						2004-07-18 17:26:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						22edcae7fa 
					 
					
						
						
							
							Type in Configure and TABLE update.  
						
						 
						
						
						
						
					 
					
						2004-07-18 16:22:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d0590fe6b2 
					 
					
						
						
							
							Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.  
						
						 
						
						... 
						
						
						
						I also used this opportunity to clean up some out-of-date targets and
re-group targets by OS. 
						
						
					 
					
						2004-07-18 16:19:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2232b10f5a 
					 
					
						
						
							
							Add licensing terms.  
						
						 
						
						
						
						
					 
					
						2004-07-17 13:24:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e34794dd1b 
					 
					
						
						
							
							IA-64 is intolerant to misaligned access. It was a problem on Win64 as  
						
						 
						
						... 
						
						
						
						we were mislead by _MSC_VER macro, which is defined by *all* Windows
Microsoft compilers. 
						
						
					 
					
						2004-07-17 12:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0210065bbd 
					 
					
						
						
							
							Quick fix.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2004-07-16 03:24:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7f5b4dd1e8 
					 
					
						
						
							
							Using Horner's algorithm to evaluate the ec polynomial  
						
						 
						
						... 
						
						
						
						(suggested by Adam Young <ayoung@cigital.com >)
Submitted by: Nils Larsch 
						
						
					 
					
						2004-07-16 03:24:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5906e8d5fe 
					 
					
						
						
							
							I think it could be a good thing to know what went wrong with the tests...  
						
						 
						
						
						
						
					 
					
						2004-07-12 12:25:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5545607c4f 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						(incidently, this also tells VMS that there exists a new symbol in the
SSL library) 
						
						
					 
					
						2004-07-12 11:25:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6ac1571296 
					 
					
						
						
							
							Because it's one of our libraries calling new functions in the other,  
						
						 
						
						... 
						
						
						
						we need to have them among the symbols that should appear in the
transfer table, at least on VMS (and it wouldn't surprise me if
Windows would whine as well). 
						
						
					 
					
						2004-07-12 11:24:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ca74b76f3e 
					 
					
						
						
							
							improve wording  
						
						 
						
						
						
						
					 
					
						2004-07-12 06:23:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2b6174c478 
					 
					
						
						
							
							Some test programs in crypto/sha were named differently than usual...  
						
						 
						
						
						
						
					 
					
						2004-07-11 20:30:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2b002273f3 
					 
					
						
						
							
							'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters.  
						
						 
						
						... 
						
						
						
						Lucky me, I had prepared for this :-). 
						
						
					 
					
						2004-07-11 20:22:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						15d155e45a 
					 
					
						
						
							
							o_dir needs to be compiler with the warnings about dollar signs in  
						
						 
						
						... 
						
						
						
						identities disabled. 
						
						
					 
					
						2004-07-11 20:21:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b0841348b6 
					 
					
						
						
							
							In some cases, EVMSERR isn't visible (that's fairly new...).  
						
						 
						
						... 
						
						
						
						Don't have a constant that you're going to assign to, that's just
plain stupid (I was the stupidhead here...). 
						
						
					 
					
						2004-07-11 20:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						090e81d4aa 
					 
					
						
						
							
							Integration of RC4 AMD64 module.  
						
						 
						
						
						
						
					 
					
						2004-07-11 16:49:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e4528e48e3 
					 
					
						
						
							
							RC4 tune-up for AMD64. Performance improvement of 2.22x is measured for  
						
						 
						
						... 
						
						
						
						linux-x86_64 target. 
						
						
					 
					
						2004-07-11 16:44:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						235dee1421 
					 
					
						
						
							
							BIS correction/addition  
						
						 
						
						
						
						
					 
					
						2004-07-11 08:58:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d28f7bc74d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-07-10 13:18:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4083a229b4 
					 
					
						
						
							
							Use the new directory reading functions.  
						
						 
						
						
						
						
					 
					
						2004-07-10 13:17:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a2400fcab8 
					 
					
						
						
							
							Copy a few files from LPlib (a new project of mine), add a wrapper.  
						
						 
						
						... 
						
						
						
						Now we have directory reading capabilities for VMS as well, and all
of it in a fairly general manner. 
						
						
					 
					
						2004-07-10 13:16:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dc56eb5079 
					 
					
						
						
							
							o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and  
						
						 
						
						... 
						
						
						
						_stricmp() on that platform, use the appropriate header file for it,
<string.h>.
o_str.h: we only want to get size_t, which is defined in <stddef.h>.
Philippe Bougeret <philippe.bougeret@freesbee.fr > notified us about Windows
not having a <strings.h> 
						
						
					 
					
						2004-07-08 08:32:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						637ff35ef6 
					 
					
						
						
							
							Delta CRL support in extension code.  
						
						 
						
						
						
						
					 
					
						2004-07-06 17:16:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ace3ebd661 
					 
					
						
						
							
							Improve error handling if decompression of an ec point fails, and cleanup  
						
						 
						
						... 
						
						
						
						ec_curve.c (unify comments, etc).
Submitted by: Nils Larsch
Reviewed by: Bodo Moeller, Geoff Thorpe 
						
						
					 
					
						2004-07-06 15:50:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eea674567c 
					 
					
						
						
							
							Delete non-POSIX header file.  
						
						 
						
						
						
						
					 
					
						2004-07-04 16:48:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c39c32dd65 
					 
					
						
						
							
							PKCS#8 fixes from stable branch.  
						
						 
						
						
						
						
					 
					
						2004-07-04 16:44:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0efea28dcb 
					 
					
						
						
							
							Don't try to parse non string types.  
						
						 
						
						
						
						
					 
					
						2004-07-01 18:15:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4bab9b763d 
					 
					
						
						
							
							Stop compiler warnings with debug-steve  
						
						 
						
						
						
						
					 
					
						2004-07-01 18:14:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						70696f4525 
					 
					
						
						
							
							Explain a little better what BN_num_bits() and BN_num_bits_word() do.  
						
						 
						
						... 
						
						
						
						Add a note as to how these functions do not always return the key size, and
how one can deal with that.
PR: 907 
						
						
					 
					
						2004-07-01 12:33:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						80bbc9ceaf 
					 
					
						
						
							
							Minor (+12% on P4) performance tweak for sha512_block_sse2.  
						
						 
						
						
						
						
					 
					
						2004-07-01 11:29:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						51ce5230cd 
					 
					
						
						
							
							AES assembler implementation for IA-64. Note that there is no anchor from  
						
						 
						
						... 
						
						
						
						C code yet... 
						
						
					 
					
						2004-07-01 11:15:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b6d8ba11e9 
					 
					
						
						
							
							New SHA algorithms  assembler implementation for IA-64. Note that despite  
						
						 
						
						... 
						
						
						
						module name both SHA-256 and SHA-512 are supported. 
						
						
					 
					
						2004-07-01 11:13:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e2f2a9af2c 
					 
					
						
						
							
							New scalable bn_mul_add_words loop, which provides up to >20% overall  
						
						 
						
						... 
						
						
						
						performance improvement. Make module more gcc friendly and clarify
copyright issues for division routine. 
						
						
					 
					
						2004-07-01 11:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28a8003467 
					 
					
						
						
							
							Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.  
						
						 
						
						... 
						
						
						
						PR: 499 
						
						
					 
					
						2004-06-28 22:01:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						563cd0f2b0 
					 
					
						
						
							
							Make the tests of EVP operations without padding.  As a consequence,  
						
						 
						
						... 
						
						
						
						there's no need for a larger BUFSIZE any more...
PR: 904 
						
						
					 
					
						2004-06-28 16:32:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3ac0f28837 
					 
					
						
						
							
							Make sure that the buffers are large enough to contain padding.  
						
						 
						
						... 
						
						
						
						PR: 904 
						
						
					 
					
						2004-06-28 12:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						47c1735acd 
					 
					
						
						
							
							NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.  
						
						 
						
						... 
						
						
						
						The changes have been mailed to <crypt@bis.doc.gov > as well.
PR: 903 
						
						
					 
					
						2004-06-28 11:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7d3932e8cf 
					 
					
						
						
							
							Linux on ARM needs -ldl  
						
						 
						
						... 
						
						
						
						PR: 905 
						
						
					 
					
						2004-06-28 10:31:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8a60547896 
					 
					
						
						
							
							Reformat pkcs8 source.  
						
						 
						
						
						
						
					 
					
						2004-06-24 13:10:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d459e39012 
					 
					
						
						
							
							Tidy up, including;  
						
						 
						
						... 
						
						
						
						- Remove unused and unuseful debug cruft.
- Remove unnecessary 'top' fudging from BN_copy().
- Fix a potential memory leak and simplify the expansion logic in
  BN_bin2bn().
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-06-20 04:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						340f5856ec 
					 
					
						
						
							
							Incomplete initial sweep over the engine code. Mainly reducing some  
						
						 
						
						... 
						
						
						
						comment-noise to managable levels and inverting the sense of the "uptodate"
boolean (which was counter-intuitive the way I'd left it). 
						
						
					 
					
						2004-06-19 03:58:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						df11e1e921 
					 
					
						
						
							
							Deprecate unused cruft, and "make update".  
						
						 
						
						
						
						
					 
					
						2004-06-17 23:50:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6a6592962c 
					 
					
						
						
							
							Attempt to bring the 'engine' documentation up to date w.r.t missing  
						
						 
						
						... 
						
						
						
						prototypes, etc. Also, some fairly significant edits were made to the text
(who wrote this crap anyway? oh wait ...), removing stuff which is
overkill, rewriting stuff that was opaque, correcting things that were just
downright false, etc. 
						
						
					 
					
						2004-06-17 23:40:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1275c4569e 
					 
					
						
						
							
							Minor change to group like functions together.  
						
						 
						
						
						
						
					 
					
						2004-06-17 23:35:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						afbe74d386 
					 
					
						
						
							
							Actually, that last change to BN_get_word() was a little too simple.  
						
						 
						
						
						
						
					 
					
						2004-06-17 22:05:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f18ea6cae9 
					 
					
						
						
							
							Get rid of signed/unsigned warnings, and teach CVS about new things to  
						
						 
						
						... 
						
						
						
						ignore. 
						
						
					 
					
						2004-06-17 20:28:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c9ff40cecd 
					 
					
						
						
							
							Tweak my debug target flags.  
						
						 
						
						
						
						
					 
					
						2004-06-17 20:26:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9088d5f24f 
					 
					
						
						
							
							As Nils put it;  
						
						 
						
						... 
						
						
						
						Yet another question: some time ago you changed BN_set_word.
    Why didn't you change BN_get_word as well?
Quite. I'm also removing the older commented-out implementations to improve
readability. This complex stuff seems to date from a time when the types
didn't match up well.
Submitted by: Nils Larsch, Geoff Thorpe 
						
						
					 
					
						2004-06-17 20:13:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						cf9056cfda 
					 
					
						
						
							
							BN_div_word() was breaking when called from BN_bn2dec() (actually, this is  
						
						 
						
						... 
						
						
						
						the only function that uses it) because it would trip up an assertion in
bn_div_words() when first invoked. This also adds BN_div_word() testing to
bntest.
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-06-17 20:03:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f7fc4ca1dd 
					 
					
						
						
							
							Making some values explicitely unsigned was derived from ongoing work  
						
						 
						
						... 
						
						
						
						that isn't yet committed.  It wasn't meant to be committed already, so
I'm removing it for now. 
						
						
					 
					
						2004-06-15 12:52:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						132fc53223 
					 
					
						
						
							
							Typo, setting the first element of nids[] to NULL instead of setting  
						
						 
						
						... 
						
						
						
						*cnids. 
						
						
					 
					
						2004-06-15 11:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b3b6720944 
					 
					
						
						
							
							Correct the return codes for ecdsatest.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-06-14 23:37:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9f6ea7163b 
					 
					
						
						
							
							More precise explanation of session id context requirements.  
						
						 
						
						
						
						
					 
					
						2004-06-14 13:27:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						385c8e89f4 
					 
					
						
						
							
							SHA fails to compile on x86_64 if compiled with custom flags, without  
						
						 
						
						... 
						
						
						
						recommended -DMD32_REG_T=int in particular.
PR: 893
Submitted by: Michal Ludvig <michal-list@logix.cz > 
						
						
					 
					
						2004-06-11 17:50:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						263e3151e2 
					 
					
						
						
							
							"no-engine" was being ignored, so remove it from the advertised syntax.  
						
						 
						
						... 
						
						
						
						Also remove some commented-out lines of code that deny CVS its purpose. 
						
						
					 
					
						2004-06-03 03:34:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9081980565 
					 
					
						
						
							
							This fixes the installation target for dynamic engines, which was trying to  
						
						 
						
						... 
						
						
						
						install to a different location than it had created. (BTW, VMS will need a
matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm
putting "engines/" into the libs directory rather than at the "--prefix"
level or inside "ssl/". 
						
						
					 
					
						2004-06-01 03:18:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						393b704d28 
					 
					
						
						
							
							Minimal work-around for ./engine shared builds. "Minimal" means that I  
						
						 
						
						... 
						
						
						
						think that proper Makefile clean-up is required. 
						
						
					 
					
						2004-05-31 22:29:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bef26f1158 
					 
					
						
						
							
							32-bit PA-RISC requires -Bsymbolic when linking libcrypto.sl. Without  
						
						 
						
						... 
						
						
						
						this flag RAND_poll ends up in end-less loop calling RAND_add. But
don't ask me why... 
						
						
					 
					
						2004-05-31 17:10:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bc1ca8605c 
					 
					
						
						
							
							Working on HP-UX shared support...  
						
						 
						
						
						
						
					 
					
						2004-05-31 14:50:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ad5003409d 
					 
					
						
						
							
							Mention new SHA algorithms in CHANGES. This completes the integration.  
						
						 
						
						
						
						
					 
					
						2004-05-31 14:03:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						057cfaf2f8 
					 
					
						
						
							
							Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.  
						
						 
						
						
						
						
					 
					
						2004-05-31 13:28:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						914d36ba19 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-05-31 13:16:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						31c2ac1cdc 
					 
					
						
						
							
							EVP bindings to new SHA algorithms.  
						
						 
						
						
						
						
					 
					
						2004-05-31 13:14:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6bca8e3886 
					 
					
						
						
							
							objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appear  
						
						 
						
						... 
						
						
						
						"draft," but we have to start somewhere...
Submitted by: Nils Larsch <nlarsch@compuserve.de > 
						
						
					 
					
						2004-05-31 13:07:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63ba7e293f 
					 
					
						
						
							
							Make sha-256/-512 naming in speed.c consistent with their names as they  
						
						 
						
						... 
						
						
						
						will appear at EVP leyer. 
						
						
					 
					
						2004-05-31 12:40:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						31e9b9b2e9 
					 
					
						
						
							
							Typo in commentary section.  
						
						 
						
						
						
						
					 
					
						2004-05-31 12:30:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7997b13aa3 
					 
					
						
						
							
							Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX  
						
						 
						
						... 
						
						
						
						reserves for truncated hash function output mode and makes SHA224
thread-safe. Next stop is integration with EVP and we're done... 
						
						
					 
					
						2004-05-31 12:26:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a2eb9688a4 
					 
					
						
						
							
							Kill unused macro and reimplement it for that single context it can  
						
						 
						
						... 
						
						
						
						actually be used, namely x86* platforms [because they don't bomb on
unaligned access]. This resulted in 30-40% [depending on message
length] improvement for SHA-256 compiled with gcc and running on P4.
In the lack of assembler implementation I give the compiler all the
help it can possibly get:-) 
						
						
					 
					
						2004-05-31 12:06:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						af2bf07404 
					 
					
						
						
							
							SHA224_Update() and SHA224_Final() aren't implemented, and since  
						
						 
						
						... 
						
						
						
						SHA224() uses SHA256_Update() and SHA256_Final() instead, let's just
create aliases in form of macros.
make update 
						
						
					 
					
						2004-05-30 16:58:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8c5dfa4c99 
					 
					
						
						
							
							Typo in linux-ppc64 target.  
						
						 
						
						
						
						
					 
					
						2004-05-29 20:32:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8d9fb0f04a 
					 
					
						
						
							
							gcc -Wcast-qual clean-up.  
						
						 
						
						
						
						
					 
					
						2004-05-29 19:11:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						15fd2de37c 
					 
					
						
						
							
							hpux-shared rules to cover even for GNU ld.  
						
						 
						
						
						
						
					 
					
						2004-05-28 22:38:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a83c37294 
					 
					
						
						
							
							Unified hpux-shared rule. Verified with both 32- and 64-bit builds and  
						
						 
						
						... 
						
						
						
						both vendor and GNU compilers. ./engine shared build are still busted.
I mean always were... 
						
						
					 
					
						2004-05-28 22:18:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						674ee8b72d 
					 
					
						
						
							
							Make sure we return 0 if test passed.  
						
						 
						
						
						
						
					 
					
						2004-05-28 21:42:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1809e858bb 
					 
					
						
						
							
							Eliminate compiler warnings and throw in performance table.  
						
						 
						
						
						
						
					 
					
						2004-05-28 10:15:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2bbc970e10 
					 
					
						
						
							
							Attempt to unify hpux-shared rules. More adjustments might be required  
						
						 
						
						... 
						
						
						
						after more tests... 
						
						
					 
					
						2004-05-27 22:23:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						da8348e938 
					 
					
						
						
							
							SHA-224 test vectors added.  
						
						 
						
						
						
						
					 
					
						2004-05-27 19:46:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef16f45081 
					 
					
						
						
							
							Since num is now a size_t, it's not necssary to check for less than 0,  
						
						 
						
						... 
						
						
						
						AND it avoids warnings on certain systems. 
						
						
					 
					
						2004-05-27 09:20:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d692e1ba0 
					 
					
						
						
							
							Synchronise VMS with the Unixly Malefiles.  
						
						 
						
						
						
						
					 
					
						2004-05-26 17:05:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6577e16920 
					 
					
						
						
							
							Documentation note for Win32 glue between BIO layer and compiler run-time.  
						
						 
						
						
						
						
					 
					
						2004-05-25 20:32:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3fc378aa0b 
					 
					
						
						
							
							Framework for glueing BIO layer and Win32 compiler run-time. Goal is to  
						
						 
						
						... 
						
						
						
						make it possible to produce for a unified binary build, which can be
used with a variety of Win32 compilers. 
						
						
					 
					
						2004-05-25 20:31:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f2bfbcef76 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-05-25 09:41:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6713a4835f 
					 
					
						
						
							
							Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMP  
						
						 
						
						... 
						
						
						
						wrapping preprocessor directive.  This also removes a duplicate
declaration. 
						
						
					 
					
						2004-05-20 23:47:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						46ceb15c39 
					 
					
						
						
							
							SHA-256/-512 test and benchmark.  
						
						 
						
						
						
						
					 
					
						2004-05-20 21:49:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						109d3123c3 
					 
					
						
						
							
							While size_t-fying let's not forget to update documentation:-)  
						
						 
						
						
						
						
					 
					
						2004-05-20 21:39:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						63077bd40c 
					 
					
						
						
							
							SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2  
						
						 
						
						... 
						
						
						
						code, Makefile update. 
						
						
					 
					
						2004-05-20 21:24:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						df364f1b00 
					 
					
						
						
							
							Stress collector/padding function.  
						
						 
						
						
						
						
					 
					
						2004-05-20 21:20:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bc767216d9 
					 
					
						
						
							
							Final API adaptation. Final, "all openssl" performance numbers [not mixture  
						
						 
						
						... 
						
						
						
						of different implementations]. Real-life performance improvement is rated
at 2-3x, not 6x as preliminary announced. 
						
						
					 
					
						2004-05-20 21:18:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cacd830f02 
					 
					
						
						
							
							Delete unused function from libeay.num, replace with one  
						
						 
						
						... 
						
						
						
						that does exist. 
						
						
					 
					
						2004-05-19 17:08:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eda52e175a 
					 
					
						
						
							
							Delete obsolete and unimplemented function.  
						
						 
						
						
						
						
					 
					
						2004-05-19 17:05:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						665560e9a4 
					 
					
						
						
							
							Add SHA256 and SHA512 algorithms to mkdef.pl.  
						
						 
						
						... 
						
						
						
						Fix mkdef.pl script to avoid infinite loop when
parsing sha.h. 
						
						
					 
					
						2004-05-19 17:03:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4fc8b5bf4 
					 
					
						
						
							
							X509_policy_lib_init is declared but not defined, so it raises havoc  
						
						 
						
						... 
						
						
						
						when trying to build a shared library on VMS or Windows... 
						
						
					 
					
						2004-05-19 14:19:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9c52d2cc75 
					 
					
						
						
							
							After the latest round of header-hacking, regenerate the dependencies in  
						
						 
						
						... 
						
						
						
						the Makefiles. NB: this commit is probably going to generate a huge posting
and it is highly uninteresting to read. 
						
						
					 
					
						2004-05-17 19:26:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0f814687b9 
					 
					
						
						
							
							Deprecate the recursive includes of bn.h from various API headers (asn1.h,  
						
						 
						
						... 
						
						
						
						dh.h, dsa.h, ec.h, ecdh.h, ecdsa.h, rsa.h), as the opaque bignum types are
already declared in ossl_typ.h. Add explicit includes for bn.h in those C
files that need access to structure internals or API functions+macros. 
						
						
					 
					
						2004-05-17 19:14:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f0eae953e2 
					 
					
						
						
							
							Remove some unnecessary recursive includes from the internal apps.h header,  
						
						 
						
						... 
						
						
						
						and include bn.h in those C files that need bignum functionality. 
						
						
					 
					
						2004-05-17 19:05:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						298a2f9e58 
					 
					
						
						
							
							Because of recent reductions in header interdependencies, these files need  
						
						 
						
						... 
						
						
						
						to include crypto.h directly. 
						
						
					 
					
						2004-05-17 19:01:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ac0d0a5ecd 
					 
					
						
						
							
							I can't verify this directly, but recent changes will probably require that  
						
						 
						
						... 
						
						
						
						the cryptodev implementation include bn.h directly (when building with
OPENSSL_NO_DEPRECATED that is). 
						
						
					 
					
						2004-05-17 18:58:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f15390bdb4 
					 
					
						
						
							
							The inclusion of bn.h from the engine.h API header has been deprecated, so  
						
						 
						
						... 
						
						
						
						the engine implementations need to include bn.h to manipulate bignums. 
						
						
					 
					
						2004-05-17 18:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d095b68d63 
					 
					
						
						
							
							Deprecate quite a few recursive includes from the ssl.h API header and  
						
						 
						
						... 
						
						
						
						remove some unnecessary includes from the internal header ssl_locl.h. This
then requires adding includes for bn.h in four C files. 
						
						
					 
					
						2004-05-17 18:53:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						508999fa7d 
					 
					
						
						
							
							Deprecate some recursive includes from the store.h API header, and put back  
						
						 
						
						... 
						
						
						
						required includes back via the internal header and str_lib.c. 
						
						
					 
					
						2004-05-17 18:49:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						210a21bc8d 
					 
					
						
						
							
							Reduce dependencies on crypto.h by moving the opaque definition of  
						
						 
						
						... 
						
						
						
						CRYPTO_EX_DATA and the new/free/dup callback prototypes to ossl_typ.h. 
						
						
					 
					
						2004-05-17 18:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						678c1e025b 
					 
					
						
						
							
							Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.  
						
						 
						
						... 
						
						
						
						Deprecate inclusion of crypto.h from ui.h. 
						
						
					 
					
						2004-05-17 18:01:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1ab61a9179 
					 
					
						
						
							
							Make reservations for FIPS code in HEAD branch, so that the moment FIPS  
						
						 
						
						... 
						
						
						
						comes in we have required macros in place. 
						
						
					 
					
						2004-05-17 15:49:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d6dda126b7 
					 
					
						
						
							
							Make some more API types opaquely available from ossl_typ.h, meaning the  
						
						 
						
						... 
						
						
						
						corresponding headers are only required for API functions or structure
details. This now includes the bignum types and BUF_MEM. Subsequent commits
will remove various dependencies on bn.h and buffer.h and update the
makefile dependencies. 
						
						
					 
					
						2004-05-15 18:32:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7771b6c5b5 
					 
					
						
						
							
							This file implements various functions that have since been redefined as  
						
						 
						
						... 
						
						
						
						macros. I'm removing this from the NO_DEPRECATED build. 
						
						
					 
					
						2004-05-15 18:26:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4843acc868 
					 
					
						
						
							
							Fixes so alerts are sent properly in s3_pkt.c  
						
						 
						
						... 
						
						
						
						PR: 851 
						
						
					 
					
						2004-05-15 17:55:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9e0aad9fd6 
					 
					
						
						
							
							size_t-fication of message digest APIs. We should size_t-fy more APIs...  
						
						 
						
						
						
						
					 
					
						2004-05-15 11:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c7a0e2856 
					 
					
						
						
							
							Reimplement old functions, so older software that link to libcrypto  
						
						 
						
						... 
						
						
						
						don't crash and burn. 
						
						
					 
					
						2004-05-14 17:56:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abd23881c1 
					 
					
						
						
							
							Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2004-05-13 22:39:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d1739eb2d6 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-05-13 21:38:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2faa930bb0 
					 
					
						
						
							
							Let's make life easier and have the VMS version of the configuration be  
						
						 
						
						... 
						
						
						
						generated from the Unixly configuration file. 
						
						
					 
					
						2004-05-13 21:38:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e14f4aab0a 
					 
					
						
						
							
							CHANGES to mention improved PowerPC platform support.  
						
						 
						
						
						
						
					 
					
						2004-05-13 13:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						c842261b1b 
					 
					
						
						
							
							SHA-224/-256/-384/-512 implementation. This is just sheer code commit.  
						
						 
						
						... 
						
						
						
						Makefile modifications, make test, etc. will appear later... 
						
						
					 
					
						2004-05-13 13:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df368ecce4 
					 
					
						
						
							
							Make self signing option of 'x509' use random serial numbers too.  
						
						 
						
						
						
						
					 
					
						2004-05-12 18:20:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1e6bccc240 
					 
					
						
						
							
							SSE2 SHA512_Transform implementation. No, it's not used anywhere yet and  
						
						 
						
						... 
						
						
						
						is subject to change as C implementation is added... 
						
						
					 
					
						2004-05-06 10:41:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d3adc3d3ed 
					 
					
						
						
							
							SSE2 accelerated bn_mul_add_words. Code is currently disabled till proper  
						
						 
						
						... 
						
						
						
						config and run-time support is added.
PR: 788
Submitted by: <dean@arctic.org >
Reviewed by: <appro>
Obtained from: http://arctic.org/~dean/crypto/rsa.html  
						
						
					 
					
						2004-05-06 10:36:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						10e7d6d526 
					 
					
						
						
							
							Support for IA-32 SSE2 instruction set.  
						
						 
						
						
						
						
					 
					
						2004-05-06 10:31:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d472bdd84 
					 
					
						
						
							
							Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don't  
						
						 
						
						... 
						
						
						
						use it.
Notified by Frédéric L. W. Meunier <0@pervalidus.tk > in PR 713 
						
						
					 
					
						2004-05-06 09:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						430d7afd80 
					 
					
						
						
							
							When the pointer 'from' changes, it's stored length needs to change as  
						
						 
						
						... 
						
						
						
						well.
Notified by Frank Kardel <kardel@acm.org > in PR 879. 
						
						
					 
					
						2004-05-06 09:33:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ca982e4870 
					 
					
						
						
							
							Fix realloc usage in ec_curve.c  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-05-04 20:08:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d5f686d808 
					 
					
						
						
							
							- update from current 0.9.6-stable CHANGES file  
						
						 
						
						... 
						
						
						
						- update from current 0.9.7-stable CHANGES file:
  Now here we have "CHANGES between 0.9.7e and 0.9.8", and I hope
  that all patches mentioned for 0.9.7d and 0.9.7e actually are
  in the CVS HEAD, i.e. what is to become 0.9.8.
  I have rewritten the 'openssl ca -create_serial' entry (0.9.8)
  so that it explains the earlier change that is now listed (0.9.7e).
  The ENGINE_set_default typo bug entry has been moved from 0.9.8
  to 0.9.7b, which is where it belongs. 
						
						
					 
					
						2004-05-04 01:15:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						08e1cbc62c 
					 
					
						
						
							
							The new BN_CTX code makes this sort of abuse unnecessary.  
						
						 
						
						
						
						
					 
					
						2004-04-28 18:34:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						b6b4fdc9e2 
					 
					
						
						
							
							Oops! Typo in ./config...  
						
						 
						
						
						
						
					 
					
						2004-04-27 22:17:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						dd55880644 
					 
					
						
						
							
							Improved PowerPC support. Proper ./config support for ppc targets,  
						
						 
						
						... 
						
						
						
						especially for AIX. But most important BIGNUM assembler implementation
submitted by IBM.
Submitted by: Peter Waltenberg <pwalten@au1.ibm.com >
Reviewed by: appro 
						
						
					 
					
						2004-04-27 22:05:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bd1640bb01 
					 
					
						
						
							
							Make ASN1 code work again...  
						
						 
						
						
						
						
					 
					
						2004-04-27 18:33:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						081991ac01 
					 
					
						
						
							
							With the new dynamic BN_CTX implementation, there should be no need for  
						
						 
						
						... 
						
						
						
						additional contexts. 
						
						
					 
					
						2004-04-27 13:24:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8a85c341fe 
					 
					
						
						
							
							The problem of rsa key-generation getting stuck in a loop for (pointlessly)  
						
						 
						
						... 
						
						
						
						small key sizes seems to result from the code continually regenerating the
same prime value once the range is small enough. From my tests, this change
fixes the problem by setting an escape velocity of 3 repeats for the second
of the two primes.
PR: 874 
						
						
					 
					
						2004-04-26 15:38:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bcfea9fb25 
					 
					
						
						
							
							Allow RSA key-generation to specify an arbitrary public exponent. Jelte  
						
						 
						
						... 
						
						
						
						proposed the change and submitted the patch, I jiggled it slightly and
adjusted the other parts of openssl that were affected.
PR: 867
Submitted by: Jelte Jansen
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-04-26 15:31:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3f52d7f45 
					 
					
						
						
							
							More ASN1 reformat/tidy.  
						
						 
						
						
						
						
					 
					
						2004-04-25 12:46:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8845420f4e 
					 
					
						
						
							
							Reformat/tidy some of the ASN1 code.  
						
						 
						
						
						
						
					 
					
						2004-04-24 17:02:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d735c64905 
					 
					
						
						
							
							Fix leak.  
						
						 
						
						... 
						
						
						
						PR:870 
						
						
					 
					
						2004-04-22 12:37:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						955d465c2c 
					 
					
						
						
							
							As far as I can tell, the bugfix this comment refers to was committed to  
						
						 
						
						... 
						
						
						
						0.9.7-stable as well as HEAD (and doesn't apply to the 0.9.6-engine
variant). 
						
						
					 
					
						2004-04-21 15:12:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8c521c7a34 
					 
					
						
						
							
							Extend the index parameter checking from sk_value to sk_set(). Also tidy up  
						
						 
						
						... 
						
						
						
						some similar code elsewhere.
Thanks to Francesco Petruzzi for bringing this to my attention. 
						
						
					 
					
						2004-04-21 15:08:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77475142ec 
					 
					
						
						
							
							New option to 'x509' -next_serial. This outputs the certificate  
						
						 
						
						... 
						
						
						
						serial number plus 1 to the output file. Its purpose is to allow
serial number files to be initialized when random serial numbers
are used. 
						
						
					 
					
						2004-04-21 12:46:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90fac84066 
					 
					
						
						
							
							Use X509_get_serialNumber() instead of accessing internals in x509.c  
						
						 
						
						
						
						
					 
					
						2004-04-21 12:43:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						64674bcc8c 
					 
					
						
						
							
							Reduce chances of issuer and serial number duplication by use of random  
						
						 
						
						... 
						
						
						
						initial serial numbers.
PR: 842 
						
						
					 
					
						2004-04-20 12:05:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1dc2d655ad 
					 
					
						
						
							
							Whooaaaaa, the BN_CTX_DEBUG macro really produces output these  
						
						 
						
						... 
						
						
						
						days...  A little too much for my tests, currently... 
						
						
					 
					
						2004-04-20 11:53:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						863d2b196f 
					 
					
						
						
							
							Print the debug thingies on stderr instead of stdout.  If for nothing  
						
						 
						
						... 
						
						
						
						else then at least so bc doesn't have problems parsing the output from
bntest :-). 
						
						
					 
					
						2004-04-20 10:57:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c57bc2dc51 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-04-19 18:33:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6c0dcdc211 
					 
					
						
						
							
							"make update" noticed a new function.  
						
						 
						
						
						
						
					 
					
						2004-04-19 18:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						28ded31b97 
					 
					
						
						
							
							More updates for the header cleanups (and apologies, again, for not having  
						
						 
						
						... 
						
						
						
						consolidated these prior to committing). 
						
						
					 
					
						2004-04-19 18:30:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0fc07a0f9c 
					 
					
						
						
							
							When generating dependencies in the makefiles, generate the reduced  
						
						 
						
						... 
						
						
						
						dependencies of the OPENSSL_NO_DEPRECATED mode. This prevents dependencies
being reproduced for "deprecated" header behaviour when a developer doesn't
define the symbol (with the subsequent CVS wars that can ensue). 
						
						
					 
					
						2004-04-19 18:19:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						823a67b0a9 
					 
					
						
						
							
							header cleanup in apps/  
						
						 
						
						
						
						
					 
					
						2004-04-19 18:13:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						60a938c6bc 
					 
					
						
						
							
							(oops) Apologies all, that last header-cleanup commit was from the wrong  
						
						 
						
						... 
						
						
						
						tree. This further reduces header interdependencies, and makes some
associated cleanups. 
						
						
					 
					
						2004-04-19 18:09:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3a87a9b9db 
					 
					
						
						
							
							Reduce header interdependencies, initially in engine.h (the rest of the  
						
						 
						
						... 
						
						
						
						changes are the fallout). As this could break source code that doesn't
directly include headers for interfaces it uses, changes to recursive
includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
define this when building and using openssl, and then adapt code where
necessary - this is how to stay current. However the mechanism exists for
the lethargic. 
						
						
					 
					
						2004-04-19 17:46:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ae44fc1ec4 
					 
					
						
						
							
							Clear error if unique_subject lookup fails.  
						
						 
						
						
						
						
					 
					
						2004-04-15 00:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						28722cf212 
					 
					
						
						
							
							Add some root CAs.  
						
						 
						
						
						
						
					 
					
						2004-04-13 17:47:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2749276b95 
					 
					
						
						
							
							Avoid undefined results when the parameter is out of range.  
						
						 
						
						
						
						
					 
					
						2004-04-02 06:25:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b6a5fdb8a7 
					 
					
						
						
							
							Don't use C++ reserved word.  
						
						 
						
						
						
						
					 
					
						2004-04-01 22:23:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf5773fa2d 
					 
					
						
						
							
							Oops forgot CHANGES entry.  
						
						 
						
						
						
						
					 
					
						2004-03-31 12:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ecf139917d 
					 
					
						
						
							
							New function X509_POLICY_NODE_print()  
						
						 
						
						
						
						
					 
					
						2004-03-31 12:17:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ab23d5ffda 
					 
					
						
						
							
							Add symbol hacks for some long names.  
						
						 
						
						... 
						
						
						
						make update 
						
						
					 
					
						2004-03-29 08:13:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a979201d5 
					 
					
						
						
							
							This is essentially Intel 32-bit compiler tune-up. To start with all  
						
						 
						
						... 
						
						
						
						available compiler versions generated bogus machine code trying to
compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
__GNUC__ macro, but fails to compile *some* inline assembler correctly.
Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
which is used now instead of offensive asm. Finally, unnecessary linker
dependencies are eliminated. Most notably dependency from libirc.a
caused trouble at application start-up, if libcrypto.so is linked with
-Bsymbolic (which it is). 
						
						
					 
					
						2004-03-28 21:27:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						216659eb87 
					 
					
						
						
							
							Enhance EVP code to generate random symmetric keys of the  
						
						 
						
						... 
						
						
						
						appropriate form, for example correct DES parity.
Update S/MIME code and EVP_SealInit to use new functions.
PR: 700 
						
						
					 
					
						2004-03-28 17:38:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5d6383c83f 
					 
					
						
						
							
							Make {i2v,v2i}_ASN1_BIT_STRING global.  
						
						 
						
						... 
						
						
						
						make update 
						
						
					 
					
						2004-03-28 12:40:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e07d3a021d 
					 
					
						
						
							
							Remove obsolete files.  
						
						 
						
						
						
						
					 
					
						2004-03-28 12:29:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e1a27eb34a 
					 
					
						
						
							
							Allow CRLs to be passed into X509_STORE_CTX. This is useful when the  
						
						 
						
						... 
						
						
						
						verified structure can contain its own CRLs (such as PKCS#7 signedData).
Tidy up some of the verify code. 
						
						
					 
					
						2004-03-27 22:49:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6446e0c3c8 
					 
					
						
						
							
							Extend OID config module format.  
						
						 
						
						
						
						
					 
					
						2004-03-27 13:30:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						beedea2fef 
					 
					
						
						
							
							Free up BIO properly when using streaming S/MIME sign.  
						
						 
						
						
						
						
					 
					
						2004-03-26 00:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						34be34fdd0 
					 
					
						
						
							
							Remove BN_CTX debug from debug-steve  
						
						 
						
						
						
						
					 
					
						2004-03-25 23:32:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0020502a07 
					 
					
						
						
							
							SSL_COMP_get_compression_method is a typo (a missing 's' at the end of  
						
						 
						
						... 
						
						
						
						the symbol name). 
						
						
					 
					
						2004-03-25 21:32:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d530017c00 
					 
					
						
						
							
							Move the definition of Win32_rename(), since the macro rename gets undefined  
						
						 
						
						... 
						
						
						
						in the middle of the code on Windows, and that disrupts operations in functions
later that use rename()...
PR: 853 
						
						
					 
					
						2004-03-25 20:09:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd9fa844e2 
					 
					
						
						
							
							Wrap code starting with a definition.  
						
						 
						
						... 
						
						
						
						PR: 854 
						
						
					 
					
						2004-03-25 20:01:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c2dc3ee8d9 
					 
					
						
						
							
							Change spaces to symbols in names.  
						
						 
						
						... 
						
						
						
						PR: 856 
						
						
					 
					
						2004-03-25 19:52:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						482c2acf02 
					 
					
						
						
							
							Make prototypes for some callback pointers.  
						
						 
						
						
						
						
					 
					
						2004-03-25 16:21:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a481b4b52c 
					 
					
						
						
							
							A couple more cases where RAND_add() gets an integer instead of a  
						
						 
						
						... 
						
						
						
						doule as last argument. 
						
						
					 
					
						2004-03-25 16:04:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a87228031f 
					 
					
						
						
							
							RAND_add() wants a double as it's last argument.  
						
						 
						
						
						
						
					 
					
						2004-03-25 15:52:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b79c82eaab 
					 
					
						
						
							
							Fix loads of warnings in policy code.  
						
						 
						
						... 
						
						
						
						I'll remember to try to compile this with warnings enabled next time :-) 
						
						
					 
					
						2004-03-25 13:45:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						69d1d5e6ce 
					 
					
						
						
							
							Fix ASN1 warnings.  
						
						 
						
						
						
						
					 
					
						2004-03-25 13:37:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c86f2054f3 
					 
					
						
						
							
							Adjust various bignum functions to use BN_CTX for variables instead of  
						
						 
						
						... 
						
						
						
						locally initialising their own.
NB: I've removed the "BN_clear_free()" loops for the exit-paths in some of
these functions, and that may be a major part of the performance
improvements we're seeing. The "free" part can be removed because we're
using BN_CTX. The "clear" part OTOH can be removed because BN_CTX
destruction automatically performs this task, so performing it inside
functions that may be called repeatedly is wasteful. This is currently safe
within openssl due to the fact that BN_CTX objects are never created for
longer than a single high-level operation. However, that is only because
there's currently no mechanism in openssl for thread-local storage. Beyond
that, this might be an issue for applications using the bignum API directly
and caching their own BN_CTX objects. The solution is to introduce a flag
to BN_CTX_start() that allows its variables to be automatically sanitised
on release during BN_CTX_end(). This way any higher-level function (and
perhaps the application) can specify this flag in its own
BN_CTX_start()/BN_CTX_end() pair, and this will cause inner-loop functions
specifying the flag to be ignored so that sanitisation is handled only once
back out at the higher level. I will be implementing this in the near
future. 
						
						
					 
					
						2004-03-25 04:32:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5c98b2caf5 
					 
					
						
						
							
							Replace the BN_CTX implementation with my current work. I'm leaving the  
						
						 
						
						... 
						
						
						
						little TODO list in there as well as the debugging code (only enabled if
BN_CTX_DEBUG is defined).
I'd appreciate as much review and testing as can be spared for this. I'll
commit some changes to other parts of the bignum code shortly to make
better use of this implementation (no more fixed size limitations). Note
also that under identical optimisations, I'm seeing a noticable speed
increase over openssl-0.9.7 - so any feedback to confirm/deny this on other
systems would also be most welcome. 
						
						
					 
					
						2004-03-25 04:16:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5148710994 
					 
					
						
						
							
							Adds warnings about two curves and fixes the "seed" value for two other  
						
						 
						
						... 
						
						
						
						curves.
Submitted by: Nils Larsch 
						
						
					 
					
						2004-03-25 03:03:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ea77fc3380 
					 
					
						
						
							
							... and this should likewise fix up those RSA implementations that weren't  
						
						 
						
						... 
						
						
						
						already built and tested. 
						
						
					 
					
						2004-03-25 02:55:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						46ef873f0b 
					 
					
						
						
							
							By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key  
						
						 
						
						... 
						
						
						
						operations no longer require two distinct BN_CTX structures. This may put
more "strain" on the current BN_CTX implementation (which has a fixed limit
to the number of variables it will hold), but so far this limit is not
triggered by any of the tests pass and I will be changing BN_CTX in the
near future to avoid this problem anyway.
This also changes the default RSA implementation code to use the BN_CTX in
favour of initialising some of its variables locally in each function. 
						
						
					 
					
						2004-03-25 02:52:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2d2a5ba32a 
					 
					
						
						
							
							Damn, I was a bit hasty with my fix and hadn't spotted the linker  
						
						 
						
						... 
						
						
						
						dependency from asn1. 
						
						
					 
					
						2004-03-25 02:41:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2bd4e3379f 
					 
					
						
						
							
							Remove some warnings.  
						
						 
						
						
						
						
					 
					
						2004-03-25 02:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						032c3ecb18 
					 
					
						
						
							
							Protect against gcc's "warning: cast does not match function type".  
						
						 
						
						
						
						
					 
					
						2004-03-25 02:19:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e703b46598 
					 
					
						
						
							
							Don't define fd for platforms that do not use it, as some may not declare fileno() properly  
						
						 
						
						
						
						
					 
					
						2004-03-24 10:55:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0fa793bc7b 
					 
					
						
						
							
							Correct constness problems.  
						
						 
						
						
						
						
					 
					
						2004-03-24 10:50:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba5477eb1a 
					 
					
						
						
							
							Make it easier to buld test applications...  
						
						 
						
						
						
						
					 
					
						2004-03-24 10:50:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5c42f62e48 
					 
					
						
						
							
							Only build the PKCS#7 test applications if "pkcs7" is present in  
						
						 
						
						... 
						
						
						
						SDIRS. 
						
						
					 
					
						2004-03-24 10:48:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a08e05d1be 
					 
					
						
						
							
							Add store.h among the exported headers on VMS.  
						
						 
						
						
						
						
					 
					
						2004-03-24 09:52:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d342ec3335 
					 
					
						
						
							
							o_str.h isn't a public header file, so make sure it will still be  
						
						 
						
						... 
						
						
						
						included. 
						
						
					 
					
						2004-03-24 09:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d8b8860cf 
					 
					
						
						
							
							o_str.h isn't a public header file.  
						
						 
						
						
						
						
					 
					
						2004-03-24 09:41:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a0b5ebeac6 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2004-03-24 09:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8ee18dd520 
					 
					
						
						
							
							Make sure toupper() is properly declared.  
						
						 
						
						
						
						
					 
					
						2004-03-24 09:40:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f46e76ef50 
					 
					
						
						
							
							Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)  
						
						 
						
						
						
						
					 
					
						2004-03-23 21:01:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e725a9660b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-03-23 15:06:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d7eed1929b 
					 
					
						
						
							
							Sync the VMS build with Unix.  
						
						 
						
						
						
						
					 
					
						2004-03-23 14:50:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4acc3e907d 
					 
					
						
						
							
							Initial support for certificate policy checking and evaluation.  
						
						 
						
						... 
						
						
						
						This is currently *very* experimental and needs to be more fully integrated
with the main verification code. 
						
						
					 
					
						2004-03-23 14:14:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9449e38504 
					 
					
						
						
							
							Correct minor spelling error.  
						
						 
						
						... 
						
						
						
						PR: 845 
						
						
					 
					
						2004-03-21 23:03:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b8b0b5d856 
					 
					
						
						
							
							Change \t to real tab in echo argument.  
						
						 
						
						... 
						
						
						
						PR: 847 
						
						
					 
					
						2004-03-21 22:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec5d8a54e9 
					 
					
						
						
							
							Remove a warning for conversion double->long.  This has impacts on Windows.  
						
						 
						
						... 
						
						
						
						PR: 849 
						
						
					 
					
						2004-03-21 22:39:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						18a6333180 
					 
					
						
						
							
							Make sure fd is defined where it should.  
						
						 
						
						... 
						
						
						
						PR: 849 
						
						
					 
					
						2004-03-21 22:36:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7f663ce430 
					 
					
						
						
							
							Note my bignum hijinx in case app maintainers are using CHANGES for their  
						
						 
						
						... 
						
						
						
						porting efforts. Also, add Richard's name to the prior change. 
						
						
					 
					
						2004-03-17 18:30:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e042540f6b 
					 
					
						
						
							
							Variety of belt-tightenings in the bignum code. (Please help test this!)  
						
						 
						
						... 
						
						
						
						- Remove some unnecessary "+1"-like fudges. Sizes should be handled
  exactly, as enlarging size parameters causes needless bloat and may just
  make bugs less likely rather than fixing them: bn_expand() macro,
  bn_expand_internal(), and BN_sqr().
- Deprecate bn_dup_expand() - it's new since 0.9.7, unused, and not that
  useful.
- Remove unnecessary zeroing of unused bytes in bn_expand2().
- Rewrite BN_set_word() - it should be much simpler, the previous
  complexities probably date from old mismatched type issues.
- Add missing bn_check_top() macros in bn_word.c
- Improve some degenerate case handling in BN_[add|sub]_word(), add
  comments, and avoid a bignum expansion if an overflow isn't possible. 
						
						
					 
					
						2004-03-17 17:36:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e8172d6da 
					 
					
						
						
							
							Avoid warnings.  
						
						 
						
						
						
						
					 
					
						2004-03-16 13:51:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						875a644a90 
					 
					
						
						
							
							Constify d2i, s2i, c2i and r2i functions and other associated  
						
						 
						
						... 
						
						
						
						functions and macros.
This change has associated tags: LEVITTE_before_const and
LEVITTE_after_const.  Those will be removed when this change has been
properly reviewed. 
						
						
					 
					
						2004-03-15 23:15:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec37635c94 
					 
					
						
						
							
							It was just pointed out to me that it's better to cast to double...  
						
						 
						
						
						
						
					 
					
						2004-03-15 23:02:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd836aeee0 
					 
					
						
						
							
							Make sure that the last argument to RAND_add() is a float, or some  
						
						 
						
						... 
						
						
						
						compilers may complain. 
						
						
					 
					
						2004-03-15 22:37:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						560f7abb7e 
					 
					
						
						
							
							Make sure we use unsigned constants, or come compilers may complain.  
						
						 
						
						
						
						
					 
					
						2004-03-15 22:33:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b6358c89a1 
					 
					
						
						
							
							Convert openssl code not to assume the deprecated form of BN_zero().  
						
						 
						
						... 
						
						
						
						Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
BN_init(), [etc] already initialise to zero.
Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
the result's 'top' value is set (note also, 'max' is always > 0 at this
point). 
						
						
					 
					
						2004-03-13 23:57:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5d735465d1 
					 
					
						
						
							
							The efforts to eliminate the dual-representation of zero and to ensure  
						
						 
						
						... 
						
						
						
						bignums are passed in and out of functions and APIs in a consistent form
has highlighted that zero-valued bignums don't need any allocated word
data. The use of BN_set_word() to initialise a bignum to zero causes
needless allocation and gives it a return value that must be checked. This
change converts BN_zero() to a self-contained macro that has no
return/expression value and does not cause any expansion of bignum data.
Note, it would be tempting to rewrite the deprecated version as a
success-valued comma expression, such as;
   #define BN_zero(a) ((a)->top = (a)->neg = 0, 1)
However, this evaluates 'a' twice and would confuse initialisation loops
(eg. while(..) { BN_zero(bn++) } ). As such, the deprecated version
continues to use BN_set_word(). 
						
						
					 
					
						2004-03-13 23:04:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9e051bac13 
					 
					
						
						
							
							Document a change I'd already made, and at the same time, correct the  
						
						 
						
						... 
						
						
						
						change to work properly; BN_zero() should set 'neg' to zero as well as
'top' to match the behaviour of BN_new(). 
						
						
					 
					
						2004-03-13 22:10:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						30fbcaa213 
					 
					
						
						
							
							IRIX 6.x shared build fix-up.  
						
						 
						
						... 
						
						
						
						For reference. Note that both cc and gcc support -Wl flag, but we can't
use -Wl,-[not]all with both drivers, because cc rearranges options
passed through -Wl. We can't use -Wl,-all,libcrypto.a,-notall with cc
either, because it refuses to start with "no input" error. 
						
						
					 
					
						2004-03-12 21:52:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						93825dddad 
					 
					
						
						
							
							static  
						
						 
						
						
						
						
					 
					
						2004-03-10 01:20:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a8aa764d3c 
					 
					
						
						
							
							Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,  
						
						 
						
						... 
						
						
						
						redefine bn_clear_top2max() to be a NOP in the non-debugging case, and
remove some unnecessary usages in bn_nist.c.
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe, Ulf Möller 
						
						
					 
					
						2004-03-09 03:53:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e7716b7a19 
					 
					
						
						
							
							More changes coming out of the bignum auditing. BN_CTX_get() should ideally  
						
						 
						
						... 
						
						
						
						return a "zero" bignum as BN_new() does - so reset 'top'. During
BN_CTX_end(), released bignums should be consistent so enforce this in
debug builds. Also, reduce the number of wasted BN_clear_free() calls from
BN_CTX_end() (typically by 75% or so).
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe, Ulf Möller 
						
						
					 
					
						2004-03-09 03:47:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a4e3150f00 
					 
					
						
						
							
							Fix policy constraints syntax.  
						
						 
						
						
						
						
					 
					
						2004-03-08 18:15:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						edec614efd 
					 
					
						
						
							
							Support for inhibitAnyPolicy extension.  
						
						 
						
						
						
						
					 
					
						2004-03-08 13:56:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						2457c19df1 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2004-03-06 08:43:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5fa5eb71a4 
					 
					
						
						
							
							Cleanup ASN1 OID module when it exits.  
						
						 
						
						
						
						
					 
					
						2004-03-05 23:47:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f39976da3 
					 
					
						
						
							
							Call autoconfig code in pkcs7 utility.  
						
						 
						
						
						
						
					 
					
						2004-03-05 23:46:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						216ad9ef58 
					 
					
						
						
							
							Memory leak fix.  
						
						 
						
						
						
						
					 
					
						2004-03-05 23:39:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc50157010 
					 
					
						
						
							
							Various X509 fixes. Disable broken certificate workarounds  
						
						 
						
						... 
						
						
						
						when X509_V_FLAG_X509_STRICT is set. Check for CRLSign in
CRL issuer certificates. Reject CRLs with unhandled (any)
critical extensions. 
						
						
					 
					
						2004-03-05 17:16:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						91180d45f9 
					 
					
						
						
							
							Typos.  
						
						 
						
						... 
						
						
						
						Reported by: Jose Castejon-Amenedo <Jose.Castejon-Amenedo@hp.com > 
						
						
					 
					
						2004-03-04 21:44:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d9f40bbe55 
					 
					
						
						
							
							Make our page with pointers to binary distributions visible in the FAQ  
						
						 
						
						
						
						
					 
					
						2004-03-04 07:47:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec7c9ee8b8 
					 
					
						
						
							
							Indent some of the code examples.  
						
						 
						
						
						
						
					 
					
						2004-03-02 13:39:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f82bb9cb9c 
					 
					
						
						
							
							Config docs.  
						
						 
						
						
						
						
					 
					
						2004-03-02 13:31:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5a8922aed5 
					 
					
						
						
							
							Documentation of the KISS autoconfig functions.  
						
						 
						
						
						
						
					 
					
						2004-03-02 01:01:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2c1812560 
					 
					
						
						
							
							More autoconfig docs.  
						
						 
						
						
						
						
					 
					
						2004-03-01 19:15:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4cfa4ae820 
					 
					
						
						
							
							Avoid a memory leak in OCSP_parse_url().  
						
						 
						
						... 
						
						
						
						Notified by Paul Siegel <psiegel@corestreet.com > 
						
						
					 
					
						2004-03-01 14:58:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a30af36c77 
					 
					
						
						
							
							Initial docs for the OpenSSL library configuration via openssl.cnf  
						
						 
						
						
						
						
					 
					
						2004-03-01 01:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5075521e75 
					 
					
						
						
							
							Add ECDSA documentation.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2004-02-27 23:03:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ee3a47a994 
					 
					
						
						
							
							AES is spelled AES, not ASE.  Oops...  
						
						 
						
						
						
						
					 
					
						2004-02-27 02:24:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f727266ae8 
					 
					
						
						
							
							Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.  
						
						 
						
						... 
						
						
						
						PR: 833 
						
						
					 
					
						2004-02-26 22:07:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8bb0c8522a 
					 
					
						
						
							
							Document the AES options for 'openssl smime'.  
						
						 
						
						... 
						
						
						
						PR: 834 
						
						
					 
					
						2004-02-26 21:44:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c6700d2746 
					 
					
						
						
							
							A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-02-22 19:32:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1b06804491 
					 
					
						
						
							
							When adding positive elements, we can use BN_uadd() instead of BN_add().  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2004-02-22 19:30:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc90f64d56 
					 
					
						
						
							
							Use an OCTET STRING for the encoding of an OCSP nonce value.  
						
						 
						
						... 
						
						
						
						The old raw format can't be handled by some implementations
and updates to RFC2560 will make this mandatory. 
						
						
					 
					
						2004-02-19 18:16:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6c43032121 
					 
					
						
						
							
							minor signed/unsigned warning fixes  
						
						 
						
						
						
						
					 
					
						2004-02-10 18:46:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						37ead9be0b 
					 
					
						
						
							
							Fix handling of -offset and -length in asn1parse tool.  
						
						 
						
						... 
						
						
						
						If -offset exceeds -length of data available exit with an error.
Don't read past end of total data available when -offset supplied.
If -length exceeds total available truncate it. 
						
						
					 
					
						2004-02-08 13:30:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1751034669 
					 
					
						
						
							
							Typo in crypto/bn/asm/x86_64.c, bn_div_words().  
						
						 
						
						... 
						
						
						
						PR: 821 
						
						
					 
					
						2004-02-07 09:51:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d4575825f1 
					 
					
						
						
							
							Add flag to avoid continuous  
						
						 
						
						... 
						
						
						
						memory allocate when calling EVP_MD_CTX_copy_ex().
Without this HMAC is several times slower than
< 0.9.7. 
						
						
					 
					
						2004-02-01 13:39:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						d04b1b4656 
					 
					
						
						
							
							Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl  
						
						 
						
						
						
						
					 
					
						2004-01-30 05:41:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1247092776 
					 
					
						
						
							
							HP/UX PA-RISC 2 targets update.  
						
						 
						
						
						
						
					 
					
						2004-01-29 22:16:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e22a1df55 
					 
					
						
						
							
							Remove typos  
						
						 
						
						
						
						
					 
					
						2004-01-29 11:24:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb5810d21d 
					 
					
						
						
							
							-Wtraditional was a little too much...  
						
						 
						
						
						
						
					 
					
						2004-01-29 10:56:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						61a88c31c0 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2004-01-29 02:55:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b86ed8d18f 
					 
					
						
						
							
							In the development branch, it feels quite all right to warn on a lot  
						
						 
						
						... 
						
						
						
						more stuff. 
						
						
					 
					
						2004-01-29 00:05:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e5886a2388 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-01-28 19:07:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d1ebe0bd1 
					 
					
						
						
							
							Add the missing parts for DES CFB1 and CFB8.  
						
						 
						
						... 
						
						
						
						Add the corresponding AES parts while I'm at it.
make update 
						
						
					 
					
						2004-01-28 19:05:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fb724449d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2004-01-28 18:38:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						721a5e83f9 
					 
					
						
						
							
							Unsigned vs. signed problem removed  
						
						 
						
						
						
						
					 
					
						2004-01-28 08:48:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6df617a59d 
					 
					
						
						
							
							#undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on why  
						
						 
						
						... 
						
						
						
						_POSIX_C_SOURCE needed in first place. 
						
						
					 
					
						2004-01-27 22:06:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						8c6336b0aa 
					 
					
						
						
							
							CFB DES sync-up with FIPS branch.  
						
						 
						
						
						
						
					 
					
						2004-01-27 21:47:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87203dc99a 
					 
					
						
						
							
							Avoid signed vs. unsigned warnings (which are treated like errors on  
						
						 
						
						... 
						
						
						
						Windows). 
						
						
					 
					
						2004-01-27 01:16:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4de65cbc06 
					 
					
						
						
							
							S_IFBLK and S_IFCHR may not exist in some places (like Windows), so  
						
						 
						
						... 
						
						
						
						let's check for those macros, and if they aren't defined, let's assume
there aren't Unixly devices on this platform. 
						
						
					 
					
						2004-01-26 23:45:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						27b2b78f90 
					 
					
						
						
							
							Even though C specification explicitly says that constant type "stretches"  
						
						 
						
						... 
						
						
						
						automatically to accomodate the value, some compilers fail to do so. Most
notably 0x0123456789ABCDEF should come out as long long in 32-bit context,
but HP compiler truncates it to 32-bit value. Which in turn breaks GF(2^m)
arithmetics in hpux-parisc2-cc build. Therefore this fix... 
						
						
					 
					
						2004-01-25 10:53:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3a160f1dc6 
					 
					
						
						
							
							Fix declaration inconsistency in ecparam.c.  
						
						 
						
						
						
						
					 
					
						2004-01-24 16:51:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7f24b1c3e9 
					 
					
						
						
							
							Get rid of bogus warning when compiling with Sun vendor compiler.  
						
						 
						
						
						
						
					 
					
						2004-01-24 16:31:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5e8bcfb7b 
					 
					
						
						
							
							We're passed p, so let's use p instead of making assumptions.  
						
						 
						
						
						
						
					 
					
						2004-01-24 01:16:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9d5c3c1939 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2004-01-22 22:36:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						815d7057be 
					 
					
						
						
							
							Replace expired certificate.  
						
						 
						
						
						
						
					 
					
						2004-01-21 13:08:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						30cb9ec715 
					 
					
						
						
							
							SHA-1 assembler tune-up for Intel P4  
						
						 
						
						
						
						
					 
					
						2004-01-21 08:17:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						af6dab9b00 
					 
					
						
						
							
							Adding a slash between the directoryt and the file is a problem with  
						
						 
						
						... 
						
						
						
						VMS.  The C RTL can handle it well if the "directory" is a logical
name with no colon, therefore ending being 'logname/file'.  However,
if the given logical names actually has a colon, or if you use a full
VMS-syntax directory, you end up with 'logname:/file' or
'dev:[dir1.dir2]/file', and that isn't handled in any good way.
So, on VMS, we need to check if the directory string ends with a
separator (one of ':', ']' or '>' (< and > can be used instead [ and
])), and handle that by not inserting anything between the directory
spec and the file name.  In all other cases, it's assumed the
directory spec is a logical name, so we need to place a colon between
it and the file.
Notified by Kevin Greaney <kevin.greaney@hp.com >. 
						
						
					 
					
						2004-01-10 18:04:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cdb42bcf0c 
					 
					
						
						
							
							Cover all DSA setups when running tests  
						
						 
						
						... 
						
						
						
						PR: #748 
Submitted by: Kirill Kochetkov <kochet@ixbt.com > 
						
						
					 
					
						2004-01-08 07:46:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						fc56b52924 
					 
					
						
						
							
							Updates to s_time manual page  
						
						 
						
						... 
						
						
						
						PR: #570 
Submitted by: Martin Witzel <MWITZEL@de.ibm.com > 
						
						
					 
					
						2004-01-08 07:38:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a32fc687de 
					 
					
						
						
							
							Add s_time manual page  
						
						 
						
						... 
						
						
						
						Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com >
PR: #570  
						
						
					 
					
						2004-01-04 18:59:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c0017a5a65 
					 
					
						
						
							
							Update URI  
						
						 
						
						... 
						
						
						
						Submitted by: Gertjan van Oosten <gertjan@West.NL >
PR: #804  
						
						
					 
					
						2004-01-04 18:05:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						344e86645d 
					 
					
						
						
							
							unintptr_t and <inttypes.h> are not strictly portable with respect to  
						
						 
						
						... 
						
						
						
						ANSI C 89.
Undo change to maintain compatibility. 
						
						
					 
					
						2004-01-04 17:53:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						075521725d 
					 
					
						
						
							
							Fix Perl problems on sparc64.  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 16:13:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5fdf06666c 
					 
					
						
						
							
							Avoid including cryptlib.h, it's not really needed.  
						
						 
						
						... 
						
						
						
						Check if IDEA is being built or not.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 16:10:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f28e8bd300 
					 
					
						
						
							
							Only use environment variables if uid and gid are the same as euid and egid.  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 16:07:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						de02ec2767 
					 
					
						
						
							
							Check if a random "file" is really a device file, and treat it  
						
						 
						
						... 
						
						
						
						specially if it is.
Add a few OpenBSD-specific cases.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 16:02:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						112341031b 
					 
					
						
						
							
							Correct documentation typos.  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 15:04:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7cf803230b 
					 
					
						
						
							
							OpenBSD-internal changes.  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 15:02:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						79b42e7654 
					 
					
						
						
							
							Use sh explicitely to run point.sh  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 14:59:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f0c5db92f7 
					 
					
						
						
							
							Include strings.h so strcasecmp() and strncasecmp() get properly declared.  
						
						 
						
						
						
						
					 
					
						2003-12-27 14:54:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d420ac2c7d 
					 
					
						
						
							
							Use BUF_strlcpy() instead of strcpy().  
						
						 
						
						... 
						
						
						
						Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 14:40:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b79aa47a0c 
					 
					
						
						
							
							Add a newline at the end of the last line.  
						
						 
						
						... 
						
						
						
						This is part of a large change submitted by Markus Friedl <markus@openbsd.org > 
						
						
					 
					
						2003-12-27 14:26:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e88c577738 
					 
					
						
						
							
							Typos.  
						
						 
						
						
						
						
					 
					
						2003-12-20 22:48:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a2b0de98af 
					 
					
						
						
							
							To figure out if we're going outside the buffer, use the size of the buffer,  
						
						 
						
						... 
						
						
						
						not the size of the integer used to index in said buffer.
PR: 794
Notified by: Rhett Garber <rhett_garber@hp.com > 
						
						
					 
					
						2003-12-11 18:01:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4775944f81 
					 
					
						
						
							
							Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).  
						
						 
						
						... 
						
						
						
						Correct the typo PUKEY... 
						
						
					 
					
						2003-12-10 14:31:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2abd5b7aa0 
					 
					
						
						
							
							Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).  
						
						 
						
						... 
						
						
						
						Correct the typo PUKEY... 
						
						
					 
					
						2003-12-10 13:57:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						380e145daf 
					 
					
						
						
							
							Add "dif" variable to clean up the loop implementations.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-12-06 11:55:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a9f2330f43 
					 
					
						
						
							
							Skip a curve with generator of non-prime order.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-12-06 11:41:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ce38bb1a8c 
					 
					
						
						
							
							Avoid segfault if ret==0.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-12-06 11:39:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						919f8bcd21 
					 
					
						
						
							
							Restructure make targets to allow parallel make.  
						
						 
						
						... 
						
						
						
						Submitted by: Witold Filipczyk <witekfl@poczta.gazeta.pl >
PR: #513  
						
						
					 
					
						2003-12-03 16:29:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2bfd2c74d2 
					 
					
						
						
							
							Incremental cleanups to bn_lib.c.  
						
						 
						
						... 
						
						
						
						- Add missing bn_check_top() calls and relocate some others
- Use BN_is_zero() where appropriate
- Remove assert()s that bn_check_top() is already covering
- Simplify the code in places (esp. bn_expand2())
- Only keep ambiguous zero handling if BN_STRICT isn't defined
- Remove some white-space and make some other aesthetic tweaks 
						
						
					 
					
						2003-12-02 20:01:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						82b2f57e30 
					 
					
						
						
							
							Use the BN_is_odd() macro in place of code that (inconsistently) does much  
						
						 
						
						... 
						
						
						
						the same thing.
Also, I have some stuff on the back-burner related to some BN_CTX notes
from Peter Gutmann about his cryptlib hacks to the bignum code. The BN_CTX
comments are there to remind me of some relevant points in the code. 
						
						
					 
					
						2003-12-02 03:28:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2ae1ea3788 
					 
					
						
						
							
							BN_FLG_FREE is of extremely dubious usefulness, and is only referred to  
						
						 
						
						... 
						
						
						
						once in the source (where it is set for the benefit of no other code
whatsoever). I've deprecated the declaration in the header and likewise
made the use of the flag conditional in bn_lib.c. Note, this change also
NULLs the 'd' pointer in a BIGNUM when it is reset but not deallocated. 
						
						
					 
					
						2003-12-02 03:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						34066d741a 
					 
					
						
						
							
							Declare the static BIGNUM "BN_value_one()" more carefully.  
						
						 
						
						
						
						
					 
					
						2003-12-01 23:13:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b74cc0776b 
					 
					
						
						
							
							Add missing bn_check_top()s to bn_kron.c, remove some miscellaneous  
						
						 
						
						... 
						
						
						
						white-space, and include extra headers to satisfy debugging builds. 
						
						
					 
					
						2003-12-01 23:11:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e7e5fe4705 
					 
					
						
						
							
							Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneous  
						
						 
						
						... 
						
						
						
						white-space. 
						
						
					 
					
						2003-12-01 23:10:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						998ae048e7 
					 
					
						
						
							
							The bn_set_max() macro is only "used" by the bn_set_[low|high]() macros  
						
						 
						
						... 
						
						
						
						which, in turn, are used nowhere at all. This is a good thing because
bn_set_max() would currently generate code that wouldn't compile (BIGNUM
has no 'max' element).
The only apparent use for bn_set_[low|high] would be for implementing
windowing algorithms, and all of openssl's seem to use bn_***_words()
helpers instead (including the BN_div() that Nils fixed recently, which had
been using independently-coded versions of what these unused macros are
intended for). I'm therefore consigning these macros to cvs oblivion in the
name of readability. 
						
						
					 
					
						2003-12-01 22:11:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e65c2b9872 
					 
					
						
						
							
							bn_fix_top() exists for compatibility's sake and is mapped to  
						
						 
						
						... 
						
						
						
						bn_correct_top() or bn_check_top() depending on debug settings. For
internal source, all bn_fix_top()s should be converted one way or the other
depending on whether the use of bn_correct_top() is justified.
For BN_div_recp(), these cases should not require correction if the other
bignum functions are doing their jobs properly, so convert to
bn_check_top(). 
						
						
					 
					
						2003-12-01 21:59:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2fe9ab8e20 
					 
					
						
						
							
							It was pointed out to me that if the requested size is 0, we shouldn't  
						
						 
						
						... 
						
						
						
						ty to allocate anything at all.  This will allow eNULL to still work.
PR: 751
Notified by: Lutz Jaenicke 
						
						
					 
					
						2003-12-01 13:25:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1145e03870 
					 
					
						
						
							
							Check that OPENSSL_malloc() really returned some memory.  
						
						 
						
						... 
						
						
						
						PR: 751
Notified by: meder@mcs.anl.gov 
Reviewed by: Lutz Jaenicke, Richard Levitte 
						
						
					 
					
						2003-12-01 12:11:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6781efb92f 
					 
					
						
						
							
							CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL  
						
						 
						
						... 
						
						
						
						if the give size is 0.
This is a thought that came up in PR 751. 
						
						
					 
					
						2003-12-01 12:06:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0bf1c1d80d 
					 
					
						
						
							
							Some more ASFLAGS settings required  
						
						 
						
						... 
						
						
						
						PR: #735 
Submitted by: Tim Rice <tim@multitalents.net > 
						
						
					 
					
						2003-12-01 08:12:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6ed474ca66 
					 
					
						
						
							
							Add more debugging to my Configure target, and "make update" to incorporate  
						
						 
						
						... 
						
						
						
						this and a few other changes. 
						
						
					 
					
						2003-11-30 23:29:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						46cb8d3689 
					 
					
						
						
							
							If BN_STRICT is defined, don't accept an ambiguous representation of zero  
						
						 
						
						... 
						
						
						
						(ie. where top may be zero, or it may be one if the corresponding word is
set to zero). Note, this only affects the macros in bn.h, there are probably
similar corrections required in some c files.
Also, clarify the audit-related macros at the top of the header. Mental
note: I must not forget to clean all this out before 0.9.8 is released ... 
						
						
					 
					
						2003-11-30 22:23:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						23fc5ac646 
					 
					
						
						
							
							Improve a couple of the bignum macros. Note, this doesn't eliminate  
						
						 
						
						... 
						
						
						
						tolerance of ambiguous zero-representation, it just improves
BN_abs_is_word() and simplifies other macros that depend on it. 
						
						
					 
					
						2003-11-30 22:02:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5734bebe05 
					 
					
						
						
							
							Make BN_DEBUG_RAND less painfully slow by only consuming one byte of  
						
						 
						
						... 
						
						
						
						pseudo-random data for each bn_pollute(). 
						
						
					 
					
						2003-11-30 21:21:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						657a919598 
					 
					
						
						
							
							This improves the placement of check_top() macros in a couple of bn_lib  
						
						 
						
						... 
						
						
						
						functions. 
						
						
					 
					
						2003-11-29 20:34:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6859bb1a22 
					 
					
						
						
							
							Make sure the documentation matches reality.  
						
						 
						
						... 
						
						
						
						PR: 755
Notified by: Jakub Bogusz <qboosh@pld-linux.org > 
						
						
					 
					
						2003-11-29 10:33:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3822740ce3 
					 
					
						
						
							
							We're getting a clash with C++ because it has a type called 'list'.  
						
						 
						
						... 
						
						
						
						Therefore, change all instances of the symbol 'list' to something else.
PR: 758
Submitted by: Frédéric Giudicelli <groups@newpki.org > 
						
						
					 
					
						2003-11-29 10:25:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d78bc3356 
					 
					
						
						
							
							Add IPSec/IKE/Oakley curves.  
						
						 
						
						... 
						
						
						
						PR: 768
Submitted by: Vadim Fedukovich <vf@unity.net > 
						
						
					 
					
						2003-11-29 09:25:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d87b79bf31 
					 
					
						
						
							
							Damnit, I'm sick of having to do something special every time a module  
						
						 
						
						... 
						
						
						
						that gets built before objects barfs all over the place because it
uses a new NID that hasn't had a chance of getting defined yet (in
this case, it was about a couple of new EC curves, and therefore a
couple of new corresponding NIDs).
I'm placing objects first in SDIRS!  There. 
						
						
					 
					
						2003-11-29 09:19:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						70ef9c5a3d 
					 
					
						
						
							
							RSA_size() and DH_size() return the amount of bytes in a key, and we  
						
						 
						
						... 
						
						
						
						compared it to the amount of bits required...
PR: 770
Submitted by: c zhang <czhang2005@hotmail.com > 
						
						
					 
					
						2003-11-28 23:03:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b727907ae8 
					 
					
						
						
							
							1024 is the export key bits limit according to current regulations, not 512.  
						
						 
						
						... 
						
						
						
						PR: 771
Submitted by: c zhang <czhang2005@hotmail.com > 
						
						
					 
					
						2003-11-28 22:39:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						444c3a8492 
					 
					
						
						
							
							Get rid of some signed/unsigned comparison warnings.  
						
						 
						
						
						
						
					 
					
						2003-11-28 16:39:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b352c58db 
					 
					
						
						
							
							Make a number of changes to the OS/2 build.  Submitter's comment below.  
						
						 
						
						... 
						
						
						
						PR: 732
Submitted by: Ilya Zakharevich <nospam-abuse@ilyaz.org >
Submitter's comment:
This patch:
a) Introduces a new file os2/backwardify.pl.
b) Introduces a new mk1mf.pl variable $preamble.  As you can see, it may
   be used also to move some OS-specific code to VC-CE too (the the
   first chunk of the patch);
c) The DESCRIPTION specifier of the .def file is made more informative:
   now it contains the version number too.  On OS/2 it is made conformant
   to OS/2 conventions; in particular, when one runs the standard command
	BLDLEVEL this.DLL
   one can see:
   Vendor:      www.openssl.org/
   Revision:    0.9.7c
   Description: OpenSSL: implementation of Secure Socket Layer; DLL for library crypto.  Build for EMX -Zmtd
   [I did not make Win32 descriptions as informative as this - I'm afraid to
    break something.  Be welcome to fix this.]
d) On OS/2 the generated DLL was hardly usable (it had a shared initialized
   data segment).
e) On OS/2 the generated DLLs had names like ssl.dll.  However, DLL names on
   OS/2 are "global data".  It is hard to have several DLLs with the same
   name on the system.  Thus this precluded coexistence of OpenSSL with DLLs
   for other SLL implementations - or other name clashes.  I transparently
   changed the names of the DLLs to open_ssl.dll and cryptssl.dll.
f) The file added in (a) is used to create "forwarder" DLLs, so the
   applications expecting the "old" DLL names may use the new DLLs
   transparently.  (A presence of these DLLs on the system nullifies (e),
   but makes old applications work.  This is a stopgap measure until the
   old applications are relinked.  Systems with no old applications do not
   need these DLLs, so may enjoy all the benefits of (e).)
   The new DLLs are placed in os2/ and os2/noname subdirectories.
g) The makefiles created with os2/OS2-EMX.cmd did not work (some mysterious
   meaningless failures).  The change to util/pl/OS2-EMX.pl uses the
   variable introduced in (b) to switch the Makefiles to SHELL=sh syntax.
   All these backslashes are removed, and the generated Makefiles started to
   work.
h) Running os2/OS2-EMX.cmd now prints out what to do next. 
						
						
					 
					
						2003-11-28 14:51:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03ddbdd9b9 
					 
					
						
						
							
							Move another common functionality (reproduced so far with cut'n'paste)  
						
						 
						
						... 
						
						
						
						to apps.c, and give it the hopefully descriptive name parse_yesno(). 
						
						
					 
					
						2003-11-28 14:45:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ebdb39084 
					 
					
						
						
							
							Let's use text/plain in the example instead of crapy HTML.  
						
						 
						
						... 
						
						
						
						PR: 777
Submitted by: Michael Shields <mshields@sunblocksystems.com > 
						
						
					 
					
						2003-11-28 14:32:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d45a098472 
					 
					
						
						
							
							Forgot to change the declaration of do_subject() to one of parse_name()...  
						
						 
						
						
						
						
					 
					
						2003-11-28 14:18:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d5ffb591b 
					 
					
						
						
							
							Move do_subject() to apps.c and rename it to parse_name().  The  
						
						 
						
						... 
						
						
						
						rationale behind the move is that it's use by several applications.
The rationale behind the name change is that it describes what the
function does a bit better. 
						
						
					 
					
						2003-11-28 14:07:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ce9e425bc 
					 
					
						
						
							
							Allow multi-valued rdns in subjects.  This adds the -multivalue-rdn option  
						
						 
						
						... 
						
						
						
						to 'openssl req' and 'openssl ca'.
PR: 779
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de >
Reviewed by: Richard Levitte
(there will be some follow-up changes) 
						
						
					 
					
						2003-11-28 14:04:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d8743f490 
					 
					
						
						
							
							Netware-specific changes,  
						
						 
						
						... 
						
						
						
						PR: 780
Submitted by: Verdon Walker <VWalker@novell.com >
Reviewed by: Richard Levitte 
						
						
					 
					
						2003-11-28 13:10:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4c8b4f9d03 
					 
					
						
						
							
							Change my debugging entries to do fierce BIGNUM debugging.  
						
						 
						
						
						
						
					 
					
						2003-11-28 12:54:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						81ba5f6713 
					 
					
						
						
							
							Due to recent debugging bursts, openssl should be more or less solid  
						
						 
						
						... 
						
						
						
						against inconsistent BIGNUMs coming out of any of its API functions. So
this change no longer "fixes" the bn_print.c functions, but it makes for
cleaner code. This patch was a part of ticket 697.
PR: 697
Submitted by: Otto Moerbeek
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2003-11-25 21:07:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6defae04f3 
					 
					
						
						
							
							Fix some handling in bn_word. This also resolves the issues observed in  
						
						 
						
						... 
						
						
						
						ticket 697 (though uses a different solution than the proposed one). This
problem was initially raised by Otto Moerbeek.
PR: 697
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2003-11-25 20:39:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e1064adfd3 
					 
					
						
						
							
							Some changes for bn_gf2m.c: better error checking plus some minor  
						
						 
						
						... 
						
						
						
						optimizations.
Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-25 03:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d7559f16cd 
					 
					
						
						
							
							Free "engine" resource in case of failure to prevent memory leak  
						
						 
						
						... 
						
						
						
						PR: #778 
Submitted by: George Mitchell <george@m5p.com > 
						
						
					 
					
						2003-11-24 16:48:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9e989810ba 
					 
					
						
						
							
							BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words  
						
						 
						
						... 
						
						
						
						and bn_add_words to avoid using fake bignums to window other bignums that
can lead to corruption. This change allows all bignum tests to pass with
BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be
tested on a few different architectures and configuration targets, as the
bignum code this deals with is quite preprocessor (and assembly) sensitive.
Submitted by: Nils Narsch
Reviewed by: Geoff Thorpe, Ulf Moeller 
						
						
					 
					
						2003-11-22 20:23:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ec2179cf81 
					 
					
						
						
							
							Fix a small bug in str_copy: if more than one variable is replaced, make  
						
						 
						
						... 
						
						
						
						sure the current length is used to calculate the new buffer length instead
of using the old length (prior to any variable substitution).
Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-21 21:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8287a90ea 
					 
					
						
						
							
							Give CRLDP its standard name.  
						
						 
						
						... 
						
						
						
						Max req -x509 use V1 if extensions section absent. 
						
						
					 
					
						2003-11-20 22:45:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ad5f0ed509 
					 
					
						
						
							
							hpux64-parisc2-gcc target added. Once it is verified, ./config should  
						
						 
						
						... 
						
						
						
						be modified to choose it instead of hpux64-parisc-gcc, which should
then be removed. hpux64-parisc-cc is removed already now as redundant
[in case you wonder, 64-bit HP-UX ABI *implies* PA-RISC2.0]. 
						
						
					 
					
						2003-11-20 19:10:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0a4c8baf5e 
					 
					
						
						
							
							./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX.  
						
						 
						
						... 
						
						
						
						PR: 772 
						
						
					 
					
						2003-11-20 18:33:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						95de3d204f 
					 
					
						
						
							
							Make sure to initialize AES counters to obtain proper results.  
						
						 
						
						... 
						
						
						
						Submitted by: Kirill Kochetkov <kochet@ixbt.com >
PR: #748  
						
						
					 
					
						2003-11-18 18:27:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						31182ad39b 
					 
					
						
						
							
							re-enable the test, keeping the original method for RAND_pseudo_bytes  
						
						 
						
						... 
						
						
						
						which is used by BN_DEBUG_RAND
Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-16 19:33:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f35232e6f3 
					 
					
						
						
							
							Catch error condition to prevent NULL pointer dereference.  
						
						 
						
						... 
						
						
						
						Submitted by: Goetz Babin-Ebell <babin-ebell@trustcenter.de >
PR: #766  
						
						
					 
					
						2003-11-16 16:30:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						fda5e38551 
					 
					
						
						
							
							Provide ASFLAGS in the subdirectories handling assembler code.  
						
						 
						
						... 
						
						
						
						Submitted by: Tim Rice <tim@multitalents.net >
PR: #735 , #765  
						
						
					 
					
						2003-11-16 14:38:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ac9c6e10a4 
					 
					
						
						
							
							The x9.62 tests replace the PRNG with specific numbers,  
						
						 
						
						... 
						
						
						
						so don't run them if BN_DEBUG_RAND is defined.
Also, fix another small bug.
Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-16 12:24:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1a01733047 
					 
					
						
						
							
							BN_set_bit() etc should use "unsigned int".  
						
						 
						
						... 
						
						
						
						Keep it as is to avoid an API change, but check for negativ values.
Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-15 08:37:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d2cd46127c 
					 
					
						
						
							
							Less restrictive debugging build.  
						
						 
						
						
						
						
					 
					
						2003-11-14 14:06:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9dde17e8b4 
					 
					
						
						
							
							This rewrites two "for" loops in BN_rshift() - equality with zero is  
						
						 
						
						... 
						
						
						
						generally a more efficient comparison than comparing two integers, and the
first of these two loops was off-by-one (copying one too many values). This
change also removes a superfluous assignment that would set an unused word
to zero (and potentially allow an overrun in some cases).
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2003-11-13 15:03:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						37af03d311 
					 
					
						
						
							
							General improvements to the ec_asn1.c code. This squashes at least one bug  
						
						 
						
						... 
						
						
						
						(where it was impossible to create an EC certificate with a compressed
public key), and has some style improvements based on some comments from
Steve Henson about use of the ASN1 macros.
Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2003-11-10 18:09:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f7a397cc8d 
					 
					
						
						
							
							Avoid possible memory leaks in error-handling.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe 
						
						
					 
					
						2003-11-10 18:05:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cd2e8a6f2d 
					 
					
						
						
							
							Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().  
						
						 
						
						
						
						
					 
					
						2003-11-10 01:37:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d18b993c43 
					 
					
						
						
							
							Geoff suggested a more succinct description for "top".  
						
						 
						
						
						
						
					 
					
						2003-11-07 01:33:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e6e81c5894 
					 
					
						
						
							
							oops... the description of ->top was inaccurate (the example is correct though)  
						
						 
						
						
						
						
					 
					
						2003-11-07 00:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f75abcefed 
					 
					
						
						
							
							This extends the debugging macros to use "pollution" during  
						
						 
						
						... 
						
						
						
						bn_correct_top(), previously only bn_check_top() did this. 
						
						
					 
					
						2003-11-06 23:24:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						18f62d4b82 
					 
					
						
						
							
							Add debug-screening of input parameters to some functions I'd missed  
						
						 
						
						... 
						
						
						
						before. 
						
						
					 
					
						2003-11-06 23:13:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5c0c22803e 
					 
					
						
						
							
							Put more debug screening in BN_div() and correct a comment.  
						
						 
						
						
						
						
					 
					
						2003-11-06 23:11:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0ef85c7f45 
					 
					
						
						
							
							This is a revert of my previous commit to "improve" the declaration of  
						
						 
						
						... 
						
						
						
						constant BIGNUMs. It turns out that this trips up different but equally
useful compiler warnings to -Wcast-qual, and so wasn't worth the ugliness
it created. (Thanks to Ulf for the forehead-slap.) 
						
						
					 
					
						2003-11-05 19:30:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						078dd1a0f9 
					 
					
						
						
							
							typo in comment  
						
						 
						
						
						
						
					 
					
						2003-11-05 17:28:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						2b96c95197 
					 
					
						
						
							
							cleanup as discussed with Geoff  
						
						 
						
						
						
						
					 
					
						2003-11-05 17:28:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c5f1c7b4d8 
					 
					
						
						
							
							Cygwin debugging  
						
						 
						
						
						
						
					 
					
						2003-11-05 17:27:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d870740cd7 
					 
					
						
						
							
							Put the first stage of my bignum debugging adventures into CVS. This code  
						
						 
						
						... 
						
						
						
						is itself experimental, and in addition may cause execution to break on
existing openssl "bugs" that previously were harmless or at least
invisible. 
						
						
					 
					
						2003-11-04 22:54:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d8ec0dcf45 
					 
					
						
						
							
							Avoid some shadowed variable names.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-11-04 00:51:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c465e7941e 
					 
					
						
						
							
							This is the least unacceptable way I've found for declaring the bignum data  
						
						 
						
						... 
						
						
						
						and structures as constant without having to cast away const at any point.
There is still plenty of other code that makes gcc's "-Wcast-qual" unhappy,
but crypto/bn/ is now ok. Purists are welcome to suggest alternatives. 
						
						
					 
					
						2003-11-04 00:29:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						933398f110 
					 
					
						
						
							
							Engines are usually binary, and should therefore be in INSTALLTOP  
						
						 
						
						... 
						
						
						
						rather than OPENSSLDIR. 
						
						
					 
					
						2003-10-31 10:48:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cfd06a6223 
					 
					
						
						
							
							Let exit codes propagate from within for loops.  
						
						 
						
						
						
						
					 
					
						2003-10-31 06:58:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a9fd78f9da 
					 
					
						
						
							
							bn_div() does some pretty nasty things with temporary variables,  
						
						 
						
						... 
						
						
						
						constructing BIGNUM structures with pointers offset into other bignums
(among other things). This corrects some of it that is too plainly insane,
and tries to ensure that bignums are normalised when passed to other
functions. 
						
						
					 
					
						2003-10-31 01:35:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5f747c7f4b 
					 
					
						
						
							
							When a BN_CTX is used for temporary workspace, the variables are sometimes  
						
						 
						
						... 
						
						
						
						left in an inconsistent state when they are released for later reuse. This
change resets the BIGNUMs when they are released back to the context. 
						
						
					 
					
						2003-10-30 01:07:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c4db1a8b5c 
					 
					
						
						
							
							This fixes a couple of cases where an inconsistent BIGNUM could be passed as  
						
						 
						
						... 
						
						
						
						input to a function. 
						
						
					 
					
						2003-10-30 01:03:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f7939fcd9a 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-10-29 23:25:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d531c9014d 
					 
					
						
						
							
							Tighten up my compiler settings.  
						
						 
						
						
						
						
					 
					
						2003-10-29 23:25:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						aca95e0b2f 
					 
					
						
						
							
							Remove a line that was causing redundant declarations.  
						
						 
						
						... 
						
						
						
						Obtained from: Stephen Henson <steve@openssl.org > 
						
						
					 
					
						2003-10-29 22:55:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bc3c578208 
					 
					
						
						
							
							Copy-n-paste bug (don't mix variable declarations and code). This sets the  
						
						 
						
						... 
						
						
						
						callback structure just before it is needed. 
						
						
					 
					
						2003-10-29 22:30:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						06e4024d98 
					 
					
						
						
							
							Oops, this file already had the "empty source file" workaround but it  
						
						 
						
						... 
						
						
						
						requires -DPEDANTIC and was hidden at the bottom of the file. This moves it
to the top and removes the redundant declaration. 
						
						
					 
					
						2003-10-29 22:25:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8087d8f7ea 
					 
					
						
						
							
							Make md32_common.h friendlier to compiler warnings.  
						
						 
						
						... 
						
						
						
						Obtained from: Andy Polyakov <appro@openssl.org > 
						
						
					 
					
						2003-10-29 20:55:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						31166ec8f3 
					 
					
						
						
							
							Some provisional bignum debugging has begun to detect inconsistent BIGNUM  
						
						 
						
						... 
						
						
						
						structures being passed in to or out of API functions, and this corrects a
couple of cases found so far.
Also, lop off a couple of bytes of white-space. 
						
						
					 
					
						2003-10-29 20:47:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2754597013 
					 
					
						
						
							
							A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.  
						
						 
						
						... 
						
						
						
						I have tried to convert 'len' type variable declarations to unsigned as a
means to address these warnings when appropriate, but when in doubt I have
used casts in the comparisons instead. The better solution (that would get
us all lynched by API users) would be to go through and convert all the
function prototypes and structure definitions to use unsigned variables
except when signed is necessary. The proliferation of (signed) "int" for
strictly non-negative uses is unfortunate. 
						
						
					 
					
						2003-10-29 20:24:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2ce90b9b74 
					 
					
						
						
							
							BN_CTX is opaque and the static initialiser BN_CTX_init() is not used  
						
						 
						
						... 
						
						
						
						except internally to the allocator BN_CTX_new(), as such this deprecates
the use of BN_CTX_init() in the API. Moreover, the structure definition of
BN_CTX is taken out of bn_lcl.h and moved into bn_ctx.c itself.
NDEBUG should probably only be "forced" in the top-level configuration, but
until it is I will avoid removing it from bn_ctx.c which might surprise
people with massive slow-downs in their keygens. So I've left it in
bn_ctx.c but tidied up the preprocessor logic a touch and made it more
tolerant of debugging efforts. 
						
						
					 
					
						2003-10-29 18:04:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e952ae4fc 
					 
					
						
						
							
							Removing those memcpy()s also took away the possibility for in and out to  
						
						 
						
						... 
						
						
						
						be the same.  Therefore, the removed memcpy()s need to be restored. 
						
						
					 
					
						2003-10-29 06:21:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						db59141467 
					 
					
						
						
							
							remove accidentally committed debugging cruft.  
						
						 
						
						
						
						
					 
					
						2003-10-29 05:35:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8a66d17899 
					 
					
						
						
							
							Remove an unnecessary cast that causes certain compilers (eg. mine) some  
						
						 
						
						... 
						
						
						
						confusion. Also silence a couple of signed/unsigned warnings. 
						
						
					 
					
						2003-10-29 05:00:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2eeaa0261e 
					 
					
						
						
							
							Remove redundant declaration.  
						
						 
						
						
						
						
					 
					
						2003-10-29 04:58:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8dc344ccbf 
					 
					
						
						
							
							Relax some over-zealous constification that gave some lhash-based code no  
						
						 
						
						... 
						
						
						
						choice but to have to cast away "const" qualifiers from their prototypes.
This does not remove constification restrictions from hash/compare
callbacks, but allows destructor commands to be run over a tables' elements
without bad casts. 
						
						
					 
					
						2003-10-29 04:57:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6bcd3f903a 
					 
					
						
						
							
							Comments out some unimplemented functions instead of redeclaring them.  
						
						 
						
						
						
						
					 
					
						2003-10-29 04:42:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						40f935f5b4 
					 
					
						
						
							
							Avoid "empty source file" warnings.  
						
						 
						
						
						
						
					 
					
						2003-10-29 04:41:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0991f07034 
					 
					
						
						
							
							For whatever reason (compiler or header bugs), at least one commonly-used  
						
						 
						
						... 
						
						
						
						linux system (namely mine) chokes on our definitions and uses of the "HZ"
symbol in crypto/tmdiff.[ch] and apps/speed.c as a "bad function cast"
(when in fact there is no function casting involved at all). In both cases,
it is easily worked around by not defining a cast into the macro and
jiggling the expressions slightly.
In addition - this highlights some cruft in openssl that needs sorting out.
The tmdiff.h header is exported as part of the openssl API despite the fact
that it is ugly as the driven sludge and not used anywhere in the library,
applications, or utilities. More weird still, almost identical code exists
in apps/speed.c though it looks to be slightly tweaked - so either tmdiff
should be updated and used by speed.c, or it should be dumped because it's
obviously not useful enough.
Rather than removing it for now, I've changed the API for tmdiff to at
least make sense. This involves taking the object type (MS_TM) from the
implementation and using it in the header rather than using "char *" in the
API and casting mercilessly in the code (ugh). If someone doesn't like
"MS_TM" and the "ms_time_***" naming, by all means change it. This should
be a harmless improvement, because the existing API is clearly not very
useful (eg. we reimplement it rather than using it in our own utils).
However, someone still needs to take a hack at consolidating speed.c and
tmdiff.[ch] somehow. 
						
						
					 
					
						2003-10-29 04:40:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2aaec9cced 
					 
					
						
						
							
							Update any code that was using deprecated functions so that everything builds  
						
						 
						
						... 
						
						
						
						and links with OPENSSL_NO_DEPRECATED defined. 
						
						
					 
					
						2003-10-29 04:14:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9d473aa2e4 
					 
					
						
						
							
							When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should  
						
						 
						
						... 
						
						
						
						be) precompiled out in the API headers. This change is to ensure that if
it is defined when compiling openssl, the deprecated functions aren't
implemented either. 
						
						
					 
					
						2003-10-29 04:06:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6145b0b183 
					 
					
						
						
							
							The "cryptodev" engine preprocessor logic used undefined symbols in  
						
						 
						
						... 
						
						
						
						comparisons. It's better not to allow this, because it gives false
positives when using compiler warnings that detect mistyped symbols. 
						
						
					 
					
						2003-10-29 04:00:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2a85f77146 
					 
					
						
						
							
							Add my own debug config target.  
						
						 
						
						
						
						
					 
					
						2003-10-28 22:57:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						66b82f5aad 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-10-28 22:10:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						12bdceac8a 
					 
					
						
						
							
							Ignore derived file.  
						
						 
						
						
						
						
					 
					
						2003-10-28 17:26:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						aea293e3bc 
					 
					
						
						
							
							crypto/evp/evptests.txt is copied to tests/ rather than symlinked because  
						
						 
						
						... 
						
						
						
						of windows (see checkin 1.75 of crypto/evp/Makefile.ssl), so quiet cvs
noise for the copied version. 
						
						
					 
					
						2003-10-28 17:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8ad7e3ad2a 
					 
					
						
						
							
							Remove duplicate prototypes have already been (correctly) added to rsa.h,  
						
						 
						
						... 
						
						
						
						as this is already included by x509.h anyway. 
						
						
					 
					
						2003-10-24 16:17:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b6956b474 
					 
					
						
						
							
							Correct serious bug in AES-CBC decryption when the message length isn't  
						
						 
						
						... 
						
						
						
						a multiple of AES_BLOCK_SIZE.
Optimize decryption of all complete blocks in AES-CBC by removing an
unnecessary memcpy().
The error was notified by James Fernandes <jf210032@exchange.DAYTONOH.NCR.com >.
The unnecessary memcpy() was found as an effect of investigating that error. 
						
						
					 
					
						2003-10-15 09:00:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0bb6187e71 
					 
					
						
						
							
							The object file is o_str.o, not o_str.c.  
						
						 
						
						... 
						
						
						
						Thanks to Peter Sylvester <Peter.Sylvester@EdelWeb.fr > for the notification. 
						
						
					 
					
						2003-10-13 11:34:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c5a5546389 
					 
					
						
						
							
							Add support for digested data PKCS#7 type.  
						
						 
						
						
						
						
					 
					
						2003-10-11 22:11:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						77fe058c10 
					 
					
						
						
							
							Simplify cipher and digest lookup in PKCS#7 code.  
						
						 
						
						
						
						
					 
					
						2003-10-11 16:46:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8d9086dfa2 
					 
					
						
						
							
							New function to initialize a PKCS7 structure of type other.  
						
						 
						
						
						
						
					 
					
						2003-10-10 23:40:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0602abf5bd 
					 
					
						
						
							
							Initialize digested data type in PKCS7_set_type().  
						
						 
						
						
						
						
					 
					
						2003-10-10 23:31:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						caf044cb3e 
					 
					
						
						
							
							Retrieve correct content to sign when the  
						
						 
						
						... 
						
						
						
						type is "other". 
						
						
					 
					
						2003-10-10 23:25:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a08ced78c8 
					 
					
						
						
							
							Avoid warnings: add missing prototype, don't shadow.  
						
						 
						
						
						
						
					 
					
						2003-10-10 23:07:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83eb412da8 
					 
					
						
						
							
							In realloc, don't destroy the old memory area if a new one couldn't be  
						
						 
						
						... 
						
						
						
						allocated.
Notified by Daniel Lucq <daniel@lucq.org > 
						
						
					 
					
						2003-10-07 12:09:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d1c443123 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-10-06 12:22:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f44e184ec6 
					 
					
						
						
							
							s_client should inform the user of any compression/expansion methods used.  
						
						 
						
						
						
						
					 
					
						2003-10-06 12:19:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						377dcdba44 
					 
					
						
						
							
							Add functionality to get information on compression methods (not quite complete).  
						
						 
						
						
						
						
					 
					
						2003-10-06 12:18:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8242354952 
					 
					
						
						
							
							Make sure int SSL_COMP_add_compression_method() checks if a certain  
						
						 
						
						... 
						
						
						
						compression identity is already present among the registered
compression methods, and if so, reject the addition request.
Declare SSL_COMP_get_compression_method() so it can be used properly.
Change ssltest.c so it checks what compression methods are available
and enumerates them.  As a side-effect, built-in compression methods
will be automagically loaded that way.  Additionally, change the
identities for ZLIB and RLE to be conformant to
draft-ietf-tls-compression-05.txt.
Finally, make update.
Next on my list: have the built-in compression methods added
"automatically" instead of requiring that the author call
SSL_COMP_add_compression_method() or
SSL_COMP_get_compression_methods(). 
						
						
					 
					
						2003-10-06 11:00:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c40b9bdefb 
					 
					
						
						
							
							Setting the ex_data index is unsafe in a threaded environment, so  
						
						 
						
						... 
						
						
						
						let's wrap it with a lock. 
						
						
					 
					
						2003-10-06 09:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6895cca89d 
					 
					
						
						
							
							Remove unused code, don't use zlib functions that are really macros  
						
						 
						
						... 
						
						
						
						and provide missing prototypes. 
						
						
					 
					
						2003-10-04 09:09:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f82ab534c6 
					 
					
						
						
							
							Check for errors from SSL_COMP_add_compression_method().  
						
						 
						
						... 
						
						
						
						Notified by Andrew Marlow <AMARLOW1@bloomberg.net > 
						
						
					 
					
						2003-10-02 10:41:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6e8c19ed1 
					 
					
						
						
							
							Correct a mixup of return values  
						
						 
						
						
						
						
					 
					
						2003-10-02 10:38:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf89b40584 
					 
					
						
						
							
							Include e_os.h to get a proper definition of memmove on the platforms  
						
						 
						
						... 
						
						
						
						that do not have it. 
						
						
					 
					
						2003-10-01 20:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c076599c18 
					 
					
						
						
							
							Corrected misplacement of one of the greps...  
						
						 
						
						
						
						
					 
					
						2003-10-01 15:06:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d8148fa98 
					 
					
						
						
							
							Remove leading and trailing spaces and tabs  
						
						 
						
						
						
						
					 
					
						2003-10-01 15:04:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aed29ce5ea 
					 
					
						
						
							
							Avoid 'file names' with spaces  
						
						 
						
						
						
						
					 
					
						2003-10-01 15:03:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ad82c123a 
					 
					
						
						
							
							Use correct case for manual page references  
						
						 
						
						
						
						
					 
					
						2003-10-01 15:02:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eeff6bb6b3 
					 
					
						
						
							
							Correct incorrect mode bits change.  
						
						 
						
						
						
						
					 
					
						2003-09-30 17:31:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d90e74c50c 
					 
					
						
						
							
							Correct buggy PODs (missing commas and a prepended space).  
						
						 
						
						
						
						
					 
					
						2003-09-30 17:22:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2990244980 
					 
					
						
						
							
							ASN1 parse fix and release file changes.  
						
						 
						
						
						
						
					 
					
						2003-09-30 16:47:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c798868d96 
					 
					
						
						
							
							Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, this  
						
						 
						
						... 
						
						
						
						time involving VxWorks on MIPS 
						
						
					 
					
						2003-09-28 14:06:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						057a04398d 
					 
					
						
						
							
							Synchronise util/libeay.num with the 0.9.7-stable one.  
						
						 
						
						... 
						
						
						
						make update 
						
						
					 
					
						2003-09-28 09:34:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f3ba9428f 
					 
					
						
						
							
							Uhmm, It seem to have forgotten one file when I committed the MSDOS  
						
						 
						
						... 
						
						
						
						change yesterday.
PR: 669 
						
						
					 
					
						2003-09-28 07:11:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3c02e24bb3 
					 
					
						
						
							
							Change the indentation from 12 to indent+4.  
						
						 
						
						... 
						
						
						
						PR: 657 
						
						
					 
					
						2003-09-27 22:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1be02dd842 
					 
					
						
						
							
							Make MD5 assembler code able to handle messages larger than 2GB on 32-bit  
						
						 
						
						... 
						
						
						
						systems and above.
PR: 664 
						
						
					 
					
						2003-09-27 22:14:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d7c4a5a6d 
					 
					
						
						
							
							Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.  
						
						 
						
						... 
						
						
						
						PR: 669 
						
						
					 
					
						2003-09-27 21:56:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						11171f3c74 
					 
					
						
						
							
							Add reference counting around the thread state hash table.  
						
						 
						
						... 
						
						
						
						Unfortunately, this means that the dynamic ENGINE version just went up, and
isn't backward compatible.
PR: 678 
						
						
					 
					
						2003-09-27 20:29:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba9f80c5d5 
					 
					
						
						
							
							Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.  
						
						 
						
						... 
						
						
						
						PR: 679 
						
						
					 
					
						2003-09-27 19:32:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e59659dc41 
					 
					
						
						
							
							Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.  
						
						 
						
						... 
						
						
						
						PR: 680 
						
						
					 
					
						2003-09-27 19:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						253e893c2b 
					 
					
						
						
							
							Include the instance in the Kerberos ticket information.  
						
						 
						
						... 
						
						
						
						In s_server, print the received Kerberos information.
PR: 693 
						
						
					 
					
						2003-09-27 17:55:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0ad2c4f85b 
					 
					
						
						
							
							Correct small documentation error.  
						
						 
						
						... 
						
						
						
						PR: 698 
						
						
					 
					
						2003-09-27 10:39:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e6c20da46 
					 
					
						
						
							
							Free the Kerberos context upon freeing the SSL.  
						
						 
						
						... 
						
						
						
						Contributed by Andrew Mann <amann@tccgi.com > 
						
						
					 
					
						2003-09-27 07:35:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6b659cba4 
					 
					
						
						
							
							Add necessary changes to be able to build on VxWorks for PPC860.  
						
						 
						
						... 
						
						
						
						Contributed by Bob Bradley <bob@chaoticsoftware.com > 
						
						
					 
					
						2003-09-27 07:34:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						6bd27f8644 
					 
					
						
						
							
							Fix prime generation loop in crypto/bn/bn_prime.pl by making  
						
						 
						
						... 
						
						
						
						sure the loop does correctly stop and breaking ("division by zero")
modulus operations are not performed. The (pre-generated) prime
table crypto/bn/bn_prime.h was already correct, but it could not be
re-generated on some platforms because of the "division by zero"
situation in the script. 
						
						
					 
					
						2003-09-25 13:57:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dfe399e7d9 
					 
					
						
						
							
							Add -passin support to rsautl  
						
						 
						
						
						
						
					 
					
						2003-09-21 02:20:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7068c8b1a6 
					 
					
						
						
							
							In order to get the expected self signed error when  
						
						 
						
						... 
						
						
						
						calling X509_verify_cert() in x509.c the cert should
not be added to the trusted store. 
						
						
					 
					
						2003-09-21 02:18:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						82384690e2 
					 
					
						
						
							
							Typos.  
						
						 
						
						
						
						
					 
					
						2003-09-09 23:44:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e6fa67fa93 
					 
					
						
						
							
							Generalise the definition of strcasecmp() and strncasecmp() for  
						
						 
						
						... 
						
						
						
						platforms that don't (necessarely) have it.  In the case of VMS, this
means moving a couple of functions from apps/ to crypto/ and make them
general (although only used privately). 
						
						
					 
					
						2003-09-09 14:48:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9ea72d3705 
					 
					
						
						
							
							These should be write-locks, not read-locks.  
						
						 
						
						
						
						
					 
					
						2003-09-08 15:47:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a907751350 
					 
					
						
						
							
							certain changes have to be listed twice in this file because OpenSSL  
						
						 
						
						... 
						
						
						
						0.9.6h forked into 0.9.6i and 0.9.7 ... 
						
						
					 
					
						2003-09-04 12:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						560dfd2a02 
					 
					
						
						
							
							New -ignore_err option in ocsp application to stop the server  
						
						 
						
						... 
						
						
						
						exiting on the first error in a request. 
						
						
					 
					
						2003-09-03 23:56:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						14f3d7c5cc 
					 
					
						
						
							
							Only accept a client certificate if the server requests  
						
						 
						
						... 
						
						
						
						one, as required by SSL/TLS specs. 
						
						
					 
					
						2003-09-03 23:47:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						510dc1ecd0 
					 
					
						
						
							
							outlen should be int * in out_utf8.  
						
						 
						
						
						
						
					 
					
						2003-08-21 12:32:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						563c05e2dc 
					 
					
						
						
							
							fix out-of-bounds check in lock_dbg_cb (was too lose to detect all  
						
						 
						
						... 
						
						
						
						invalid cases)
PR: 674 
						
						
					 
					
						2003-08-14 10:33:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						643ecd2ed6 
					 
					
						
						
							
							make sure no error is left in the queue that is intentionally ignored  
						
						 
						
						
						
						
					 
					
						2003-08-11 18:56:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88401ed449 
					 
					
						
						
							
							Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:  
						
						 
						
						... 
						
						
						
						1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error.
2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot,
   not CloseHandle. 
						
						
					 
					
						2003-08-07 11:57:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3aa8d3a7f1 
					 
					
						
						
							
							add OpenSSL license  
						
						 
						
						... 
						
						
						
						fix typo 
						
						
					 
					
						2003-08-06 10:36:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b6e7c8c65 
					 
					
						
						
							
							Inclusion of openssl/engine.h should always be wrapped with a check that  
						
						 
						
						... 
						
						
						
						OPENSSL_NO_ENGINE is not defined. 
						
						
					 
					
						2003-08-04 10:12:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f96d1af449 
					 
					
						
						
							
							Avoid clashes with Win32 names in WinCrypt.h  
						
						 
						
						
						
						
					 
					
						2003-07-23 00:10:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						968766cad8 
					 
					
						
						
							
							updates for draft-ietf-tls-ecc-03.txt  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila
Reviewed by: Bodo Moeller 
						
						
					 
					
						2003-07-22 12:34:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						652ae06bad 
					 
					
						
						
							
							add test for secp160r1  
						
						 
						
						... 
						
						
						
						add code for kP+lQ timings
Submitted by: Douglas Stebila <douglas.stebila@sun.com >
Reviewed by: Bodo Moeller 
						
						
					 
					
						2003-07-22 10:39:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ddc38679ce 
					 
					
						
						
							
							tolerate extra data at end of client hello for SSL 3.0  
						
						 
						
						... 
						
						
						
						PR: 659 
						
						
					 
					
						2003-07-21 15:17:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02e0559477 
					 
					
						
						
							
							fix: 0.9.7 is based on 0.9.6h, not on 0.9.6k  
						
						 
						
						... 
						
						
						
						typo in 0.9.6k section 
						
						
					 
					
						2003-07-21 15:08:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ada0e717fa 
					 
					
						
						
							
							new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-07-21 13:43:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2c789c82be 
					 
					
						
						
							
							manpages for 'openssl ec' and 'openssl ecparam'  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-07-21 13:40:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d143dce03c 
					 
					
						
						
							
							A document that has a very rough description of the X509  
						
						 
						
						... 
						
						
						
						functionality.  This is mostly so there's a way to get from the
crypto.html page to the function descriptions. 
						
						
					 
					
						2003-07-10 08:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f9d183c209 
					 
					
						
						
							
							Replace CCITT with ITU-T.  Keep CCITT around as an alias.  
						
						 
						
						... 
						
						
						
						make update
PR: 80 
						
						
					 
					
						2003-07-04 15:45:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						182cd19dea 
					 
					
						
						
							
							Make sure openssl.pc is readable by everyone.  
						
						 
						
						... 
						
						
						
						PR: 654 
						
						
					 
					
						2003-07-04 11:41:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						61f00386ab 
					 
					
						
						
							
							The counter is big-endian.  Since it comes as an array of char,  
						
						 
						
						... 
						
						
						
						there's absolutely no need to special-case it on little-endian
machines.
Notified by Thierry Boivin <Thierry.Boivin@celsecat.com > 
						
						
					 
					
						2003-07-04 11:37:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2ae0352b0f 
					 
					
						
						
							
							Oops, I forgot to replace 'counter' with 'ivec' when used...  
						
						 
						
						
						
						
					 
					
						2003-07-03 20:50:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						94805c84d1 
					 
					
						
						
							
							Add -issuer_hash and make -subject_hash the default way to get the  
						
						 
						
						... 
						
						
						
						subject hash, with -hash a synonym kept around for backward
compatibility reasons.
PR: 650 
						
						
					 
					
						2003-07-03 20:45:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f2f534b58 
					 
					
						
						
							
							The convenience argumetn for -nameopt and -certopt is ca_default, not  
						
						 
						
						... 
						
						
						
						default_ca.
PR: 653 
						
						
					 
					
						2003-07-03 07:46:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						da6c44fc97 
					 
					
						
						
							
							The 'counter' is really the IV.  
						
						 
						
						
						
						
					 
					
						2003-07-03 06:42:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						da0d33560f 
					 
					
						
						
							
							Change AES-CTR to increment the IV by 1 instead of 2^64.  
						
						 
						
						
						
						
					 
					
						2003-07-03 06:41:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9d19fbc4fc 
					 
					
						
						
							
							Clarify wording of verify_callback() behaviour.  
						
						 
						
						
						
						
					 
					
						2003-06-26 14:03:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aa5ae4841e 
					 
					
						
						
							
							Only remove old files if they exist.  [Maing32].  
						
						 
						
						... 
						
						
						
						Notified by Michael Gerdau <mgd@technosis.de > 
						
						
					 
					
						2003-06-26 11:58:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eb3d68c454 
					 
					
						
						
							
							Nils Larsch told me I could remove that variable entirely.  
						
						 
						
						
						
						
					 
					
						2003-06-26 11:52:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c89f31def0 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-06-26 10:27:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ed5fae580e 
					 
					
						
						
							
							Implement missing functions.  
						
						 
						
						... 
						
						
						
						Have the f parameter to _ctrl functions have the prototype (*)(void)
rather than (*)(), for the sake of C++ compilers.
Disable unimplemented functionality. 
						
						
					 
					
						2003-06-26 10:26:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d55141ed7a 
					 
					
						
						
							
							"Remove" unused variable  
						
						 
						
						
						
						
					 
					
						2003-06-26 10:23:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a99ce1a574 
					 
					
						
						
							
							Conform with the standard prototype for engine control functions.  
						
						 
						
						
						
						
					 
					
						2003-06-26 07:10:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c687a3d5d5 
					 
					
						
						
							
							Scan through the engines directory as well.  
						
						 
						
						
						
						
					 
					
						2003-06-26 07:05:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dfc3151925 
					 
					
						
						
							
							The definition of dynamic_ctrl() should change along with the  
						
						 
						
						... 
						
						
						
						declaration :-). 
						
						
					 
					
						2003-06-26 07:03:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0fbffe7a71 
					 
					
						
						
							
							implement PKCS  #8  / SEC1 private key format for ECC  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-06-25 21:35:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						037f6e73f1 
					 
					
						
						
							
							Return EOF when an S/MIME part have been read.  
						
						 
						
						
						
						
					 
					
						2003-06-24 17:11:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf82439de8 
					 
					
						
						
							
							Make sure the compiler knows we run with pedantic settings.  
						
						 
						
						
						
						
					 
					
						2003-06-20 00:57:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37fcd48f86 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-06-19 23:00:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf9a88cad7 
					 
					
						
						
							
							Document the last change.  
						
						 
						
						... 
						
						
						
						PR: 587 
						
						
					 
					
						2003-06-19 19:04:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4f1cd8324c 
					 
					
						
						
							
							Prepare for changes in the 0.9.6 branch  
						
						 
						
						
						
						
					 
					
						2003-06-19 19:01:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ed7f1d0bc6 
					 
					
						
						
							
							Prepare for changes in the 0.9.6 branch  
						
						 
						
						
						
						
					 
					
						2003-06-19 18:59:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6b9cd7f82 
					 
					
						
						
							
							We set the export flag for 512 *bit* keys, not 512 *byte* ones.  
						
						 
						
						... 
						
						
						
						PR: 587 
						
						
					 
					
						2003-06-19 18:55:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8fbb2af392 
					 
					
						
						
							
							Add documentation for the new crlnumber configuration option.  
						
						 
						
						
						
						
					 
					
						2003-06-19 17:52:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c5aba56c5b 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-06-19 17:50:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd4ef69913 
					 
					
						
						
							
							Implement CRL numbers.  
						
						 
						
						... 
						
						
						
						Contributed in whole by Laurent Genier <Laurent.Genier@intrinsec.com >
PR: 644 
						
						
					 
					
						2003-06-19 17:40:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						834ac33a37 
					 
					
						
						
							
							dynamic_ctrl() didn't have exactly the same prototype as defined by  
						
						 
						
						... 
						
						
						
						ENGINE_CTRL_FUNC_PTR. 
						
						
					 
					
						2003-06-19 16:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e9023f4d2 
					 
					
						
						
							
							Unsigned vs. signed fixed.  
						
						 
						
						
						
						
					 
					
						2003-06-19 16:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d3a28e8b8d 
					 
					
						
						
							
							EXIT() should mainly be exit(n), not return(n).  OPENSSL_EXIT() will  
						
						 
						
						... 
						
						
						
						take care of returning if necessary. 
						
						
					 
					
						2003-06-19 16:56:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0bd71d3b7e 
					 
					
						
						
							
							Add the application data type to the README.  
						
						 
						
						
						
						
					 
					
						2003-06-18 07:14:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d97322f0e6 
					 
					
						
						
							
							Missing string and potential memory leaks.  
						
						 
						
						... 
						
						
						
						Notified by Goetz Babin-Ebell <goetz@shomitefo.de > 
						
						
					 
					
						2003-06-18 07:12:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b52d512dfa 
					 
					
						
						
							
							Slightly better check of attributes.  Now, mem_list_next can actually stop when the searched for key doesn't have it's attributes within the range of the checked key.  
						
						 
						
						
						
						
					 
					
						2003-06-12 21:32:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a3a2ff4cd9 
					 
					
						
						
							
							Beautify  
						
						 
						
						
						
						
					 
					
						2003-06-12 18:13:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5a1fd87ec1 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						PR: 584 
						
						
					 
					
						2003-06-12 01:04:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8645c415cf 
					 
					
						
						
							
							Do not try to use non-existent gmtime_r() on SunOS4.  
						
						 
						
						... 
						
						
						
						PR: 585 
						
						
					 
					
						2003-06-12 00:57:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						700d86ea18 
					 
					
						
						
							
							Make sure ssize_t is defined on SunOS4.  
						
						 
						
						... 
						
						
						
						PR: 585 
						
						
					 
					
						2003-06-12 00:56:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						54bbde3c3f 
					 
					
						
						
							
							Make sure DSO-dlfcn works properly on SunOS4.  
						
						 
						
						... 
						
						
						
						PR: 585 
						
						
					 
					
						2003-06-12 00:51:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c14b337570 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						PR: 593 
						
						
					 
					
						2003-06-11 22:45:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e666c4599f 
					 
					
						
						
							
							Add the possibility to have symbols loaded globally with DSO.  
						
						 
						
						
						
						
					 
					
						2003-06-11 22:42:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						98cec7fc7b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-06-11 22:27:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fadd2246a0 
					 
					
						
						
							
							Avoid warnings saying that the format takes a void*.  
						
						 
						
						
						
						
					 
					
						2003-06-11 22:26:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c78b4f1d3d 
					 
					
						
						
							
							Remove unused variable  
						
						 
						
						
						
						
					 
					
						2003-06-11 21:47:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						33862b90bb 
					 
					
						
						
							
							Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].  
						
						 
						
						... 
						
						
						
						PR: 617 
						
						
					 
					
						2003-06-11 21:22:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						36bad5cdfd 
					 
					
						
						
							
							Add documentation for ERR_set_mark() and ERR_pop_to_mark().  
						
						 
						
						
						
						
					 
					
						2003-06-11 20:51:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						54f6451670 
					 
					
						
						
							
							Add functionality to set marks on the error stack and to pop all errors to the next mark.  
						
						 
						
						
						
						
					 
					
						2003-06-11 20:49:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						490967195a 
					 
					
						
						
							
							Handle des_modes.pod properly.  
						
						 
						
						... 
						
						
						
						PR: 634 
						
						
					 
					
						2003-06-11 19:44:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						606c8048a0 
					 
					
						
						
							
							Make sure to NUL-terminate the string on end-of-file (and error)  
						
						 
						
						... 
						
						
						
						PR: 643 
						
						
					 
					
						2003-06-11 18:43:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e66d863cd0 
					 
					
						
						
							
							Add crypto/store to the directories to look through.  
						
						 
						
						
						
						
					 
					
						2003-06-11 04:46:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a069460015 
					 
					
						
						
							
							Document the AES_cbc_encrypt() change  
						
						 
						
						
						
						
					 
					
						2003-06-10 04:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55b12f8641 
					 
					
						
						
							
							The output from AES_cbc_encrypt() should be exact multiple blocks when encrypting  
						
						 
						
						
						
						
					 
					
						2003-06-10 04:11:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						40e5b9abeb 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2003-06-09 07:56:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						dcfb57c736 
					 
					
						
						
							
							This memset() in the ubsec ENGINE is a bug. Zeroing out the result array  
						
						 
						
						... 
						
						
						
						should not be necessary in any case, but more importantly the result and
input BIGNUMs could be the same, in which case this is clearly a problem.
Submitted by: Jonathan Hersch
Reviewed by: Joe Orton
Approved by: Geoff Thorpe 
						
						
					 
					
						2003-06-06 17:51:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2ee67f1dad 
					 
					
						
						
							
							Make sure the sigaction structure and fileno function are properly declared with an ANSI compiler on Solaris (and possibly others).  
						
						 
						
						
						
						
					 
					
						2003-06-04 09:13:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4af3184662 
					 
					
						
						
							
							Remove extra ;  
						
						 
						
						
						
						
					 
					
						2003-06-04 09:11:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e31047744a 
					 
					
						
						
							
							Make sure the function definitions match their declaration.  
						
						 
						
						
						
						
					 
					
						2003-06-04 09:11:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6eba601b0 
					 
					
						
						
							
							Make sure that size_t matches size_t.  
						
						 
						
						
						
						
					 
					
						2003-06-04 09:10:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f796dc5c06 
					 
					
						
						
							
							Make sure debug-solaris-sparcv9-gcc is consistent with solaris-sparcv9-gcc.  
						
						 
						
						
						
						
					 
					
						2003-06-04 09:10:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50078051bd 
					 
					
						
						
							
							Really get X509_CRL_CHECK_ALL right this time...  
						
						 
						
						
						
						
					 
					
						2003-06-04 00:40:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						db01746978 
					 
					
						
						
							
							Clarify return value of SSL_connect() and SSL_accept() in case of the  
						
						 
						
						... 
						
						
						
						WANT_READ and WANT_WRITE conditions. 
						
						
					 
					
						2003-06-03 09:59:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						63b815583b 
					 
					
						
						
							
							Update CHANGES to reflect base64 fix added to 0.9.7  
						
						 
						
						
						
						
					 
					
						2003-06-03 00:16:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ca82ac1fee 
					 
					
						
						
							
							Only count 'LF' as EOL in pk7_mime.c, this avoids incorrect  
						
						 
						
						... 
						
						
						
						results if CR+LF straddles the line buffer. 
						
						
					 
					
						2003-06-02 17:53:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aff0542844 
					 
					
						
						
							
							Stop checking for CRLF when start of buffer is reached.  
						
						 
						
						... 
						
						
						
						Add rest of long line fix which got missed before 
						
						
					 
					
						2003-06-02 01:12:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						beab098d53 
					 
					
						
						
							
							Various S/MIME bug and compatibility fixes.  
						
						 
						
						
						
						
					 
					
						2003-06-01 20:51:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						02b95b7499 
					 
					
						
						
							
							Clarify ordering of certificates when using certificate chains  
						
						 
						
						
						
						
					 
					
						2003-05-30 07:45:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4d471552f 
					 
					
						
						
							
							Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configuration  
						
						 
						
						... 
						
						
						
						macros get properly defined. 
						
						
					 
					
						2003-05-29 22:22:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						01fc834bc9 
					 
					
						
						
							
							Have ASFLAGS be defined the same way as CFLAGS  
						
						 
						
						
						
						
					 
					
						2003-05-29 22:20:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f7f8d82aaa 
					 
					
						
						
							
							PR: 630  
						
						 
						
						... 
						
						
						
						Avoid looking outside the key_data array. 
						
						
					 
					
						2003-05-29 20:59:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4f17dfcd75 
					 
					
						
						
							
							Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)  
						
						 
						
						... 
						
						
						
						Submitted by: dg@sunet.ru  (Daniel Ginsburg)
PR: #613  
						
						
					 
					
						2003-05-28 20:24:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						83b4f49c0a 
					 
					
						
						
							
							Move header file inclusion to prevent irritation of users forgetting to  
						
						 
						
						... 
						
						
						
						call "make depend" after enabling or disabling ciphers...
Submitted by: Tal Mozes <talm@cyber-ark.com >
PR: #628  
						
						
					 
					
						2003-05-28 19:56:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						60790aff6f 
					 
					
						
						
							
							PR: 627  
						
						 
						
						... 
						
						
						
						Allocate certificatePolicies correctly if CPS field is absent.
Fix various memory leaks in certificatePolicies. 
						
						
					 
					
						2003-05-28 17:28:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e19d0ef068 
					 
					
						
						
							
							PR: 631  
						
						 
						
						... 
						
						
						
						Submitted by: Doug Sauder <dws+001@hunnysoft.com >
Fix bug in X509V3_get_d2i() when idx in not NULL. 
						
						
					 
					
						2003-05-28 16:57:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f5f7dffdd1 
					 
					
						
						
							
							Make sure to compare unsigned against unsigned.  
						
						 
						
						
						
						
					 
					
						2003-05-28 10:34:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						edd55d08f5 
					 
					
						
						
							
							Brackets are now allowed, after a small hack in the processing of the  
						
						 
						
						... 
						
						
						
						docs-on-web. 
						
						
					 
					
						2003-05-23 09:08:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83743ad039 
					 
					
						
						
							
							Fix sign bugs.  
						
						 
						
						... 
						
						
						
						PR: 621 
						
						
					 
					
						2003-05-21 14:29:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						163f5b236c 
					 
					
						
						
							
							Correct signedness  
						
						 
						
						
						
						
					 
					
						2003-05-21 14:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						513c01a591 
					 
					
						
						
							
							Make sure EC_window_bits_for_scalar_size() returns a size_t  
						
						 
						
						
						
						
					 
					
						2003-05-21 08:40:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d9a2a89a17 
					 
					
						
						
							
							I have no idea how I cut away that piece of text...  
						
						 
						
						
						
						
					 
					
						2003-05-21 06:50:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						31939f1544 
					 
					
						
						
							
							I don't remember what my thinking was with str_compat.h.  Maybe it'll  
						
						 
						
						... 
						
						
						
						come back to me... 
						
						
					 
					
						2003-05-20 09:00:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						11ce33a71d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-05-20 08:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9acef3bbd7 
					 
					
						
						
							
							Misspelled functions.  
						
						 
						
						
						
						
					 
					
						2003-05-20 08:50:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						164bc7dae8 
					 
					
						
						
							
							Some misspelled function names.  
						
						 
						
						
						
						
					 
					
						2003-05-20 08:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f59c941950 
					 
					
						
						
							
							Make the function STORE_new_engine() public.  
						
						 
						
						
						
						
					 
					
						2003-05-19 23:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0239876511 
					 
					
						
						
							
							Remove certain functions  
						
						 
						
						
						
						
					 
					
						2003-05-19 23:03:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						93c929e411 
					 
					
						
						
							
							The square brackets in BIO_s_bio.pod for some  
						
						 
						
						... 
						
						
						
						reason cause wml to bomb out with the error
message:
** Slice:Error: Some slices were not closed:
** WML:Break: Error in Pass 9 (rc=1).
** WMK:Error: Error in WML (rc=256)
As a workaround delete them for now. 
						
						
					 
					
						2003-05-19 21:28:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2dac35a02 
					 
					
						
						
							
							Fix docs.  
						
						 
						
						
						
						
					 
					
						2003-05-18 23:10:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						727ef76ebd 
					 
					
						
						
							
							Add correct DN entry for serialNumber.  
						
						 
						
						
						
						
					 
					
						2003-05-07 23:20:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bca52f7d4e 
					 
					
						
						
							
							Define the two authentication parameter types for passphrase and  
						
						 
						
						... 
						
						
						
						Kerberos 5 authentications. 
						
						
					 
					
						2003-05-07 21:17:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48c36fdb2a 
					 
					
						
						
							
							Add the possibility to hand execution parameters (for example  
						
						 
						
						... 
						
						
						
						authentication material) to the STORE functions.
Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de >. 
						
						
					 
					
						2003-05-07 21:06:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9b2042fac3 
					 
					
						
						
							
							/usr/lib/pkgconfig/openssl.pc was never installed in the RPM.  
						
						 
						
						... 
						
						
						
						Notified by Bennett Todd <bet@rahul.net >. 
						
						
					 
					
						2003-05-07 12:02:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						816d785721 
					 
					
						
						
							
							DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function  
						
						 
						
						... 
						
						
						
						called downstream that need it to be non-const.  The fact that the RSA_METHOD
functions take the RSA* as a const doesn't matter, it just expresses that
*they* won't touch it.
PR: 602 
						
						
					 
					
						2003-05-07 11:38:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						742b139f54 
					 
					
						
						
							
							Add the possibility to store arbitrary data in a STORE.  
						
						 
						
						... 
						
						
						
						Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de >. 
						
						
					 
					
						2003-05-06 08:02:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3b30121bd9 
					 
					
						
						
							
							Constify RSA_sign() and RSA_verify().  
						
						 
						
						... 
						
						
						
						PR: 602 
						
						
					 
					
						2003-05-05 13:55:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ee789e6c3 
					 
					
						
						
							
							Yeah, right, an object file ending with .c, that'll work!  
						
						 
						
						
						
						
					 
					
						2003-05-03 06:58:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b9d2d20086 
					 
					
						
						
							
							Make DER option work again.  
						
						 
						
						... 
						
						
						
						Fix typo. 
						
						
					 
					
						2003-05-02 11:41:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9d7ca9748 
					 
					
						
						
							
							It's usually best if the function name matches everywhere...  
						
						 
						
						
						
						
					 
					
						2003-05-02 07:25:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b194dfbd5 
					 
					
						
						
							
							STORE was created 2003, darnit!  
						
						 
						
						
						
						
					 
					
						2003-05-01 20:44:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f6af7d9db 
					 
					
						
						
							
							Get the year right...  
						
						 
						
						
						
						
					 
					
						2003-05-01 20:15:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						42b2b6a2d5 
					 
					
						
						
							
							Provide some extra comments about the STORE_Memory STORE method.  
						
						 
						
						
						
						
					 
					
						2003-05-01 04:31:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d1465bac90 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-05-01 04:10:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3bbb0212f3 
					 
					
						
						
							
							Add STORE support in ENGINE.  
						
						 
						
						
						
						
					 
					
						2003-05-01 03:57:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5db6fa576 
					 
					
						
						
							
							Define a STORE type.  For documentation, read the entry in CHANGES,  
						
						 
						
						... 
						
						
						
						crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h. 
						
						
					 
					
						2003-05-01 03:53:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9236b5b013 
					 
					
						
						
							
							Define a STORE lock (the STORE type will be committed later).  
						
						 
						
						
						
						
					 
					
						2003-05-01 03:46:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						535fba4907 
					 
					
						
						
							
							Define the OPENSSL_ITEM structure.  
						
						 
						
						
						
						
					 
					
						2003-05-01 03:45:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e4140f73f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-04-29 22:24:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1ae0a83bdd 
					 
					
						
						
							
							Add BUF_strndup() and BUF_memdup().  Not currently used, but I've code  
						
						 
						
						... 
						
						
						
						that uses them that I'll commit in a few days. 
						
						
					 
					
						2003-04-29 22:08:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ae46c6761 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-04-29 21:35:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d584fd6b66 
					 
					
						
						
							
							Include objects.h to get a correct declaration of OBJ_bsearch_ex(),  
						
						 
						
						... 
						
						
						
						not to mention the OBJ_BSEARCH_* macros. 
						
						
					 
					
						2003-04-29 20:46:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						54dbdd9837 
					 
					
						
						
							
							Some variables were uninitialised...  
						
						 
						
						
						
						
					 
					
						2003-04-29 20:45:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9d6c32d6d1 
					 
					
						
						
							
							Correct documentation.  sk_find_ex() doesn't return a pointer, it  
						
						 
						
						... 
						
						
						
						returns an index. 
						
						
					 
					
						2003-04-29 20:31:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26851b6b42 
					 
					
						
						
							
							Add an extended variant of sk_find() which returns a non-NULL pointer  
						
						 
						
						... 
						
						
						
						even if an exact match wasn't found. 
						
						
					 
					
						2003-04-29 20:30:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ea5240a5ed 
					 
					
						
						
							
							Add an extended variant of OBJ_bsearch() that can be given a few  
						
						 
						
						... 
						
						
						
						flags. 
						
						
					 
					
						2003-04-29 20:25:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						eec7968f18 
					 
					
						
						
							
							fix typo  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-04-22 08:29:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cc087fe4f 
					 
					
						
						
							
							Make it possible to affect the extension of man pages.  
						
						 
						
						... 
						
						
						
						PR: 578 
						
						
					 
					
						2003-04-21 22:00:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						040c687ce4 
					 
					
						
						
							
							Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.  
						
						 
						
						... 
						
						
						
						Memory leak fix: RSA_blinding_on() would leave a dangling pointer in
                 rsa->blinding under certain circumstances.
Double definition fix: RSA_FLAG_NO_BLINDING was defined twice. 
						
						
					 
					
						2003-04-16 06:25:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd1226bc6a 
					 
					
						
						
							
							Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()  
						
						 
						
						
						
						
					 
					
						2003-04-15 13:01:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7a04fdd87f 
					 
					
						
						
							
							include 'Changes between 0.9.6i and 0.9.6j'  
						
						 
						
						
						
						
					 
					
						2003-04-11 15:03:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						138f970e6e 
					 
					
						
						
							
							Add the 0.9.6j news.  
						
						 
						
						
						
						
					 
					
						2003-04-10 20:38:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1a0c1f9052 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-04-10 20:11:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1774e22d6f 
					 
					
						
						
							
							New NEWS  
						
						 
						
						
						
						
					 
					
						2003-04-10 19:33:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26abc8f01a 
					 
					
						
						
							
							Remove all those infernal stupid CR characters  
						
						 
						
						
						
						
					 
					
						2003-04-10 19:11:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5924c21608 
					 
					
						
						
							
							There's a problem building shared libraries on the sco5-gcc target.  However,  
						
						 
						
						... 
						
						
						
						it's time for a release, so I'm just adding an enty in PROBLEMS, and will
hopefully solve this for a later release 
						
						
					 
					
						2003-04-10 18:36:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c93fbfaebc 
					 
					
						
						
							
							Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.  
						
						 
						
						
						
						
					 
					
						2003-04-10 05:46:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b1c00abeb 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-04-10 00:04:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						721688c2f8 
					 
					
						
						
							
							Include rand.h, so RAND_status() and friends get properly declared.  
						
						 
						
						
						
						
					 
					
						2003-04-08 11:07:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a109220107 
					 
					
						
						
							
							Correct a few typos.  
						
						 
						
						... 
						
						
						
						It seems that svr3 and svr5 differ, after all. 
						
						
					 
					
						2003-04-08 09:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4a4a04622e 
					 
					
						
						
							
							A single quote too many.  
						
						 
						
						
						
						
					 
					
						2003-04-08 08:58:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6fd88fffd 
					 
					
						
						
							
							I forgot to continuation mark.  
						
						 
						
						
						
						
					 
					
						2003-04-08 08:57:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e96133e4cf 
					 
					
						
						
							
							It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for  
						
						 
						
						... 
						
						
						
						libraries.  What's worse, the directories given in LD_LIBRARY_PATH are
checked first!  Therefore, we need a hack to prepend all the
directories we give with -L to the current value of LD_LIBRARY_PATH,
thereby temporarly forming a hacked value.
Only copy LIBEXTRAS if they are given.
Svr5 doesn't use -z allextract... 
						
						
					 
					
						2003-04-08 08:36:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f65a75786b 
					 
					
						
						
							
							Fix ordering of compare functions: strncmp() must be used first, a  
						
						 
						
						... 
						
						
						
						the cipher name in the list is not guaranteed to be at least "buflen"
long.
PR: 567
Submitted by: "Matt Harren" <matth@cs.berkeley.edu > 
						
						
					 
					
						2003-04-08 06:31:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b55368306 
					 
					
						
						
							
							We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here in  
						
						 
						
						... 
						
						
						
						form of unneeded direct calls through the engine pointer.. 
						
						
					 
					
						2003-04-08 06:01:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						43eb3b0130 
					 
					
						
						
							
							We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form  
						
						 
						
						... 
						
						
						
						of unneeded includes of openssl/engine.h. 
						
						
					 
					
						2003-04-08 06:00:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a861ab7f3 
					 
					
						
						
							
							RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify function  
						
						 
						
						... 
						
						
						
						pointers should be used.  It doesn't necessarely mean it should go through
the ENGINE framework. 
						
						
					 
					
						2003-04-07 19:15:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7b36590b17 
					 
					
						
						
							
							What was I smoking?  EVP_PKEY_cmp() should return with 0 if  
						
						 
						
						... 
						
						
						
						EVP_PKEY_cmp_parameters() returned 0, otherwise it should
go on processing the public key component.  Thia has nothing
to do with the proper handling of EC parameters or not. 
						
						
					 
					
						2003-04-07 10:15:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a8b728445c 
					 
					
						
						
							
							Correct a typo.  
						
						 
						
						... 
						
						
						
						Have EVP_PKEY_cmp() call EVP_PKEY_cmp_parameters(), and make a note
about the lack of parameter comparison for EC. 
						
						
					 
					
						2003-04-07 10:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						af0f0f3e8f 
					 
					
						
						
							
							Constify  
						
						 
						
						
						
						
					 
					
						2003-04-06 15:31:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d570498a2 
					 
					
						
						
							
							Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.  
						
						 
						
						... 
						
						
						
						PR: 564 
						
						
					 
					
						2003-04-05 21:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4c771796d5 
					 
					
						
						
							
							Convert save_serial() to work like save_index(), and add a  
						
						 
						
						... 
						
						
						
						rotate_serial() that works like rotate_index(). 
						
						
					 
					
						2003-04-04 15:10:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6df2b281f 
					 
					
						
						
							
							Add documentation on the added functionality in 'openssl ca'.  
						
						 
						
						
						
						
					 
					
						2003-04-04 14:39:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6fcf735497 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-04-04 14:19:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b5f96e8818 
					 
					
						
						
							
							There's no need to check for __attribute__ with ANSI functions, since  
						
						 
						
						... 
						
						
						
						we only check to the opening parenthesis anyway... 
						
						
					 
					
						2003-04-04 14:19:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3ae70939ba 
					 
					
						
						
							
							Correct a lot of printing calls.  Remove extra arguments...  
						
						 
						
						
						
						
					 
					
						2003-04-03 23:39:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c433d72593 
					 
					
						
						
							
							Make %p and %# work properly, at least with pointers and floats.  
						
						 
						
						
						
						
					 
					
						2003-04-03 23:35:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						68b42986cb 
					 
					
						
						
							
							Add GCC attributes when compiled with gcc.  This helps find out if  
						
						 
						
						... 
						
						
						
						we're using the printing functions correctly or not.
I used the corresponding attributes found in the header files of my
Linux installation. 
						
						
					 
					
						2003-04-03 23:06:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						57544ee224 
					 
					
						
						
							
							Counter for GCC attributes.  
						
						 
						
						
						
						
					 
					
						2003-04-03 23:04:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83b23ed967 
					 
					
						
						
							
							One more debug line to conditionalise.  
						
						 
						
						
						
						
					 
					
						2003-04-03 23:01:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4342c5c1a0 
					 
					
						
						
							
							Add a CA section, to make sure the test will work with the changes in  
						
						 
						
						... 
						
						
						
						CA.sh. 
						
						
					 
					
						2003-04-03 22:38:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						16b1b03543 
					 
					
						
						
							
							Implement self-signing in 'openssl ca'.  This makes it easier to have  
						
						 
						
						... 
						
						
						
						the CA certificate part of the CA database, and combined with
'unique_subject=no', it should make operations like CA certificate
roll-over easier. 
						
						
					 
					
						2003-04-03 22:33:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e6526fbf4d 
					 
					
						
						
							
							Add functionality to help making self-signed certificate.  
						
						 
						
						
						
						
					 
					
						2003-04-03 22:27:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8152d88799 
					 
					
						
						
							
							It's recommended to use req rather than x509 to create self-signed certificates  
						
						 
						
						
						
						
					 
					
						2003-04-03 22:12:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4ce4884a5b 
					 
					
						
						
							
							Typo correction  
						
						 
						
						
						
						
					 
					
						2003-04-03 21:55:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db598fbce2 
					 
					
						
						
							
							Don't try to free NULL values...  
						
						 
						
						
						
						
					 
					
						2003-04-03 20:03:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8382ec5d37 
					 
					
						
						
							
							Reindent for readability.  
						
						 
						
						
						
						
					 
					
						2003-04-03 19:10:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0998cfaadd 
					 
					
						
						
							
							Remove unused variable.  
						
						 
						
						
						
						
					 
					
						2003-04-03 19:07:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4448f60d6 
					 
					
						
						
							
							Reset the version number of the issuer certificate?  I believe this  
						
						 
						
						... 
						
						
						
						hasn't been tested in a long while... 
						
						
					 
					
						2003-04-03 18:50:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						63b6fe2bf6 
					 
					
						
						
							
							Conditionalise all debug strings.  
						
						 
						
						
						
						
					 
					
						2003-04-03 18:07:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f85b68cd49 
					 
					
						
						
							
							Make it possible to have multiple active certificates with the same  
						
						 
						
						... 
						
						
						
						subject. 
						
						
					 
					
						2003-04-03 16:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5679bcce07 
					 
					
						
						
							
							make RSA blinding thread-safe  
						
						 
						
						
						
						
					 
					
						2003-04-02 09:50:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						24692fc5d7 
					 
					
						
						
							
							It seems like gcc-drivven shared library building on OpenUnix 8 requires  
						
						 
						
						... 
						
						
						
						-shared rather than -G. 
						
						
					 
					
						2003-04-01 10:59:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4390d66179 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2003-03-31 22:29:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d678cc07ed 
					 
					
						
						
							
							No need to test -setalias twice.  
						
						 
						
						... 
						
						
						
						PR: 556 
						
						
					 
					
						2003-03-31 13:56:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6dd6da6005 
					 
					
						
						
							
							Don't feil when indent is 0.  
						
						 
						
						... 
						
						
						
						PR: 559 
						
						
					 
					
						2003-03-31 13:24:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03eeb07152 
					 
					
						
						
							
							Add usage string for -fingerprint.  
						
						 
						
						... 
						
						
						
						PR: 560 
						
						
					 
					
						2003-03-31 13:06:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a15c89988 
					 
					
						
						
							
							Multi valued AVA support.  
						
						 
						
						
						
						
					 
					
						2003-03-30 01:51:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d0a4bd00b6 
					 
					
						
						
							
							OpenUNIX 8 has some problems using -G with gcc.  Maybe using gnu-shared works better (will be tested tonight).  
						
						 
						
						
						
						
					 
					
						2003-03-28 08:57:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						423b1a840c 
					 
					
						
						
							
							Add warning about unwanted side effect when calling SSL_CTX_free():  
						
						 
						
						... 
						
						
						
						sessions in the external session cache might be removed.
Submitted by: "Nadav Har'El" <nyh@math.technion.ac.il >
PR: 547 
						
						
					 
					
						2003-03-27 22:04:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a47789e849 
					 
					
						
						
							
							Update VMS building system  
						
						 
						
						
						
						
					 
					
						2003-03-26 14:34:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e5b0508a14 
					 
					
						
						
							
							Update ocsp usage message and docs.  
						
						 
						
						
						
						
					 
					
						2003-03-26 00:46:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4d00669a0 
					 
					
						
						
							
							Let's limit the extent of the definition of _XOPEN_SOURCE.  
						
						 
						
						
						
						
					 
					
						2003-03-25 21:17:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6cab100fa 
					 
					
						
						
							
							Missed a few dollars.  
						
						 
						
						... 
						
						
						
						PR: 528 
						
						
					 
					
						2003-03-25 20:56:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81bd0446a9 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-03-24 17:06:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						520b76ffd9 
					 
					
						
						
							
							Support for name constraints.  
						
						 
						
						
						
						
					 
					
						2003-03-24 17:04:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1c2d141238 
					 
					
						
						
							
							Name Constraints OID.  
						
						 
						
						
						
						
					 
					
						2003-03-24 00:56:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						32e75dd3f0 
					 
					
						
						
							
							Add SCO5 shared library scripts.  
						
						 
						
						... 
						
						
						
						Upate SVR5 scripts for the upcoming 0.9.7b.
Submitted by: Boyd Lynn Gerber <gerberb@zenez.com > 
						
						
					 
					
						2003-03-23 10:18:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abfc6a3a9b 
					 
					
						
						
							
							To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair  
						
						 
						
						... 
						
						
						
						against DJGPP, and much more restricted than previous definitions. 
						
						
					 
					
						2003-03-22 22:33:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5cc5ec1bba 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-03-21 16:28:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f80153e20b 
					 
					
						
						
							
							Support for policy constraints.  
						
						 
						
						
						
						
					 
					
						2003-03-21 16:26:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						33b34a9d8f 
					 
					
						
						
							
							remove patch ID (which is supposed to appear in patched variants of  
						
						 
						
						... 
						
						
						
						old OpenSSL releases, but not in new releases) 
						
						
					 
					
						2003-03-21 13:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9b94f215b1 
					 
					
						
						
							
							Define COMP method function prototypes properly.  
						
						 
						
						
						
						
					 
					
						2003-03-21 00:05:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8b5bcef798 
					 
					
						
						
							
							Make sure to declare mem*() properly.  
						
						 
						
						
						
						
					 
					
						2003-03-21 00:04:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ea17e1f00f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:54:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						543105ac17 
					 
					
						
						
							
							Don't put configuration macro definitions on the command line, we're  
						
						 
						
						... 
						
						
						
						just fooling ourselves and then screwing up for other applications. 
						
						
					 
					
						2003-03-20 23:52:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3789284807 
					 
					
						
						
							
							Sometimes, we have partial comments on the same line as other stuff we  
						
						 
						
						... 
						
						
						
						parse.  Make sure to read in the whole comment, so it can be entirely
removed. 
						
						
					 
					
						2003-03-20 23:51:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						be9bec9bc7 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_RSA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:34:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9c35452842 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:34:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69104cdf34 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_SHA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:32:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dfefdb41f7 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_RIPEMD.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:31:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd6ab56da0 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_MDC2.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:31:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c988c9b839 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_MD5.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bff8e1dddb 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_MD4.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:31:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						641e6ef2cb 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_MD2.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:30:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9e9e8cb6a8 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_DES.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:29:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f118514501 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_RC5.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:29:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						39c4b7092c 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_RC4.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:29:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c7e7fc3ee4 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_RC2.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:29:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						786b0075d5 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_IDEA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:28:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fb10590910 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_CAST.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:28:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abf21308d2 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_BF.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:28:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8c84b677e2 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_AES.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:28:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d5ef144222 
					 
					
						
						
							
							Make sure we get the definition of a number of OPENSSL_NO_* macros.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:27:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						741dae576f 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_BIO.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:26:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						59ade20500 
					 
					
						
						
							
							Include e_os.h correctly.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c11b9af75e 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_MD2.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:24:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						08a54f6e6a 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_FP_API.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:24:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8305477157 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_IDEA and IDEA_INT.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:24:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e8cc7de4f4 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_HMAC.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:23:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3b6aa36c77 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_ECDSA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:22:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03829b2b47 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_ECDH.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:22:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87c9c659de 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_EC.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:22:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						751ff1d376 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:21:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d3ae5b1c8a 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_DH.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:21:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0f3879455b 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES,  
						
						 
						
						... 
						
						
						
						DES_LONG and OPENSSL_NO_DESCBCM. 
						
						
					 
					
						2003-03-20 23:21:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c7d61ee0e 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_CAST.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:20:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						78951e7711 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_ERR.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:19:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ba4cc007b 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_SOCK.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:18:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7b5a6c7a62 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_FP_API.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:17:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44deca977d 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_BF.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:17:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						536b73e78e 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:16:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						940767b03f 
					 
					
						
						
							
							Make sure we get the definition of OPENSSL_NO_AES.  
						
						 
						
						
						
						
					 
					
						2003-03-20 23:15:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d4a47a5778 
					 
					
						
						
							
							Because it may be needed in public header files, move the definition  
						
						 
						
						... 
						
						
						
						of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h. 
						
						
					 
					
						2003-03-20 23:14:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b24668626e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-03-20 17:59:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ea3675b5b6 
					 
					
						
						
							
							New ASN1 macros to just implement and declare the new and free functions  
						
						 
						
						... 
						
						
						
						and changes to mkdef.pl so it recognises them.
Use these in policyMappings extension. 
						
						
					 
					
						2003-03-20 17:58:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c554155b58 
					 
					
						
						
							
							make sure RSA blinding works when the PRNG is not properly seeded;  
						
						 
						
						... 
						
						
						
						enable it automatically for the built-in engine 
						
						
					 
					
						2003-03-20 17:31:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a1d12daed2 
					 
					
						
						
							
							Support for policyMappings  
						
						 
						
						
						
						
					 
					
						2003-03-20 17:26:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6f528cac5a 
					 
					
						
						
							
							Typo: OID should be policyMappings  
						
						 
						
						
						
						
					 
					
						2003-03-20 17:14:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						10a66ad389 
					 
					
						
						
							
							Avoid warning.  
						
						 
						
						
						
						
					 
					
						2003-03-20 17:09:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e986704d24 
					 
					
						
						
							
							Add documentation for -starttls (s_client) and -id_prefix (s_server).  
						
						 
						
						... 
						
						
						
						PR: 542 
						
						
					 
					
						2003-03-20 16:34:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ce06265a37 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-03-20 14:21:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						439909a068 
					 
					
						
						
							
							Some shells (ksh in this case) don't say 'command not found'.  
						
						 
						
						... 
						
						
						
						PR: 540 
						
						
					 
					
						2003-03-20 11:44:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d177e6180d 
					 
					
						
						
							
							Spelling errors.  
						
						 
						
						... 
						
						
						
						PR: 538 
						
						
					 
					
						2003-03-20 11:41:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48f1fa7482 
					 
					
						
						
							
							Make sure that all the library paths are modified in prepend mode, not  
						
						 
						
						... 
						
						
						
						replace mode.
PR: 528 
						
						
					 
					
						2003-03-20 11:37:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aa9d896b0d 
					 
					
						
						
							
							hinv may generate more than one line (1 line per CPU).  
						
						 
						
						... 
						
						
						
						PR: 520 
						
						
					 
					
						2003-03-20 11:15:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						42a559163d 
					 
					
						
						
							
							Shut up an ANSI compiler about uninitialised variables.  
						
						 
						
						... 
						
						
						
						PR: 517 
						
						
					 
					
						2003-03-20 10:57:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3285eb336c 
					 
					
						
						
							
							Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.  
						
						 
						
						... 
						
						
						
						PR: 516 
						
						
					 
					
						2003-03-20 10:50:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02da5bcd83 
					 
					
						
						
							
							countermeasure against new Klima-Pokorny-Rosa atack  
						
						 
						
						
						
						
					 
					
						2003-03-19 19:19:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ed1fa4813 
					 
					
						
						
							
							Fix Certificate and CRL adding in X509_load_cert_crl_file:  
						
						 
						
						... 
						
						
						
						an X509_INFO structure can contain more than one object,
for example a certififcate and a CRL. 
						
						
					 
					
						2003-03-19 13:55:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						500df82a96 
					 
					
						
						
							
							fix formatting  
						
						 
						
						
						
						
					 
					
						2003-03-18 12:52:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e8e0e3716a 
					 
					
						
						
							
							Fix for no-ec on Windows.  
						
						 
						
						
						
						
					 
					
						2003-03-15 01:28:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc441b739b 
					 
					
						
						
							
							Don't give an error if response reason absent in OCSP HTTP.  
						
						 
						
						
						
						
					 
					
						2003-03-14 23:38:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e6539fe22d 
					 
					
						
						
							
							Add entry for domainComponent so it is treated correctly.  
						
						 
						
						... 
						
						
						
						Add table order test to end of a_strnid.c 
						
						
					 
					
						2003-03-14 01:44:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba5df66a8b 
					 
					
						
						
							
							Add some OIDs.  
						
						 
						
						
						
						
					 
					
						2003-03-13 23:37:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						12d4e7b8c8 
					 
					
						
						
							
							Fix PEDANTIC stuff...  
						
						 
						
						
						
						
					 
					
						2003-03-13 21:28:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bba2cb3ada 
					 
					
						
						
							
							Fix a bone-head bug. This warrants a CHANGES entry because it could affect  
						
						 
						
						... 
						
						
						
						applications if they were passing a bogus 'flags' parameter yet having
things work as they wanted anyway. 
						
						
					 
					
						2003-03-13 20:28:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						52c4c51f02 
					 
					
						
						
							
							Return an error if gmtime returns NULL.  
						
						 
						
						
						
						
					 
					
						2003-03-13 14:13:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						767712fa62 
					 
					
						
						
							
							Avoid warnings for no-engine and PEDANTIC  
						
						 
						
						
						
						
					 
					
						2003-03-12 02:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90e8a3102b 
					 
					
						
						
							
							Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.  
						
						 
						
						
						
						
					 
					
						2003-03-12 02:31:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						879650b866 
					 
					
						
						
							
							The default implementation of DSA_METHOD has an interdependence on the  
						
						 
						
						... 
						
						
						
						dsa_mod_exp() and bn_mod_exp() handlers from dsa_do_verify() and
dsa_sign_setup(). When another DSA_METHOD implementation does not define
these lower-level handlers, it becomes impossible to do a fallback to
software on errors using a simple DSA_OpenSSL()->fn(key).
This change allows the default DSA_METHOD to function in such circumstances
by only using dsa_mod_exp() and bn_mod_exp() handlers if they exist,
otherwise using BIGNUM implementations directly (which is what those
handlers did before this change). There should be no noticable difference
for the software case, or indeed any custom case that didn't already
segfault, except perhaps that there is now one less level of indirection in
all cases.
PR: 507 
						
						
					 
					
						2003-03-11 01:49:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						176f31ddec 
					 
					
						
						
							
							- new ECDH_compute_key interface (KDF is no longer a fixed built-in)  
						
						 
						
						... 
						
						
						
						- bugfix: in ECDH_compute_key, pad x coordinate with leading zeros if necessary 
						
						
					 
					
						2003-02-28 15:37:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fe14ee96db 
					 
					
						
						
							
							memset problem has been handled  
						
						 
						
						... 
						
						
						
						PR: 343 
						
						
					 
					
						2003-02-28 15:17:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						57376542a0 
					 
					
						
						
							
							use tabs for indentation, not spaces  
						
						 
						
						
						
						
					 
					
						2003-02-28 15:07:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b8dc9693a7 
					 
					
						
						
							
							Encryption BIOs misbehave when used with non blocking I/O.  
						
						 
						
						... 
						
						
						
						Two fixes:
1. If BIO_write() fails inside enc_write() it should return the
   total number of bytes successfully written.
2. If BIO_write() fails during BIO_flush() it should return immediately
   with the error code: previously it would fall through to the final
   encrypt, corrupting the buffer. 
						
						
					 
					
						2003-02-27 14:07:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ac26a5ce5 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-02-27 13:02:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						155bd1137e 
					 
					
						
						
							
							add Certicom licensing e-mail address  
						
						 
						
						
						
						
					 
					
						2003-02-27 12:25:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f0dc08e656 
					 
					
						
						
							
							Support for dirName from config files in GeneralName extensions.  
						
						 
						
						
						
						
					 
					
						2003-02-27 01:54:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e9ec63961b 
					 
					
						
						
							
							Fix indefinite length encoding so EOC correctly updates  
						
						 
						
						... 
						
						
						
						the buffer pointer.
Rename PKCS7_PARTSIGN to PKCS7_STREAM.
Guess what that's for :-) 
						
						
					 
					
						2003-02-25 19:03:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0185803cc2 
					 
					
						
						
							
							year 2003  
						
						 
						
						
						
						
					 
					
						2003-02-24 17:18:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5c9a9c9c33 
					 
					
						
						
							
							include OpenSSL license (in addition to EAY license)  
						
						 
						
						
						
						
					 
					
						2003-02-24 17:15:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						63ff3e83fc 
					 
					
						
						
							
							Add instructions for building the MinGW target in Cygwin, and  
						
						 
						
						... 
						
						
						
						rearrange some of the other text for better readability. 
						
						
					 
					
						2003-02-22 23:03:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						b4f43344d5 
					 
					
						
						
							
							Copy rather than symlink the test data.  
						
						 
						
						... 
						
						
						
						This is needed because Windows doesn't support symlinks.
The Cygwin/MinGW build now passes "make test". 
						
						
					 
					
						2003-02-22 22:19:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c8c5cec1f9 
					 
					
						
						
							
							remove some more useless code. The mingw target can now be built  
						
						 
						
						... 
						
						
						
						under cygwin. 
						
						
					 
					
						2003-02-22 22:15:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						66ecdf3bfb 
					 
					
						
						
							
							more mingw related cleanups.  
						
						 
						
						
						
						
					 
					
						2003-02-22 18:00:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7841edc9c1 
					 
					
						
						
							
							Remove duplication and have clean depend on libclean  
						
						 
						
						
						
						
					 
					
						2003-02-22 15:04:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						132eaa59da 
					 
					
						
						
							
							Allow building applications against static libraries with Makefile.shared.  
						
						 
						
						
						
						
					 
					
						2003-02-22 14:41:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5562cfaca4 
					 
					
						
						
							
							Base64 bio fixes. The base64 bio was seriously broken  
						
						 
						
						... 
						
						
						
						when reading from a non blocking BIO.
It would incorrectly interpret retries as EOF, incorrectly
buffer initial data and have no buffering at all after initial
data (data would be sent one byte at a time to EVP_DecodeUpdate). 
						
						
					 
					
						2003-02-22 02:12:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c8252b71b5 
					 
					
						
						
							
							add test  
						
						 
						
						
						
						
					 
					
						2003-02-22 01:20:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						94949a50aa 
					 
					
						
						
							
							avoid duplicate definiton of bn_sub_part_words  
						
						 
						
						
						
						
					 
					
						2003-02-21 23:19:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0214893e6a 
					 
					
						
						
							
							clean up MinGW build. MinGW make now supports the Windows path name  
						
						 
						
						... 
						
						
						
						conventions. 
						
						
					 
					
						2003-02-21 22:59:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5be4a42e99 
					 
					
						
						
							
							update mingw info  
						
						 
						
						
						
						
					 
					
						2003-02-21 22:09:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f2aa055ec6 
					 
					
						
						
							
							treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_enc.c)  
						
						 
						
						
						
						
					 
					
						2003-02-21 16:06:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						62e3163b1b 
					 
					
						
						
							
							ECPublicKey_set_octet_string and ECPublicKey_get_octet_string  
						
						 
						
						... 
						
						
						
						behaviour was not quite consistent with the conventions
for d2i and i2d functions as far as handling of the 'out'
or 'in' pointer is concerned.
This patch changes this behaviour, and renames the functions to
o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
external encoding is just a raw object string without any DER icing).
Submitted by: Nils Larsch 
						
						
					 
					
						2003-02-21 13:58:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8214e74f76 
					 
					
						
						
							
							Ooops forgot to recognise V_ASN1_GENERALSTRING.  
						
						 
						
						
						
						
					 
					
						2003-02-20 17:13:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						542a1b1a2e 
					 
					
						
						
							
							Re enable the read side non blocking test BIO code.  
						
						 
						
						... 
						
						
						
						For some reason it was disabled... 
						
						
					 
					
						2003-02-20 13:39:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5672e3a321 
					 
					
						
						
							
							Fix bug in base64 bios during write an non blocking I/O:  
						
						 
						
						... 
						
						
						
						if the write fails when flushing the buffer return the
value to the application so it can retry. 
						
						
					 
					
						2003-02-20 13:37:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fbbfd86b67 
					 
					
						
						
							
							typo  
						
						 
						
						... 
						
						
						
						PR: 511
Submitted by: Eric Cronin 
						
						
					 
					
						2003-02-19 16:29:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d8cbc93585 
					 
					
						
						
							
							Update release information  
						
						 
						
						
						
						
					 
					
						2003-02-19 14:02:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b0b0e98ce 
					 
					
						
						
							
							Security fix: Vaudenay timing attack on CBC.  
						
						 
						
						... 
						
						
						
						An advisory will be posted to the web.  Expect a release within the hour. 
						
						
					 
					
						2003-02-19 12:03:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d5234c7b3a 
					 
					
						
						
							
							Make sure the memory allocation routines check for negative sizes  
						
						 
						
						
						
						
					 
					
						2003-02-19 11:54:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						77e270d10e 
					 
					
						
						
							
							Borland C++ Builder 5 complains about unreachable statements.  
						
						 
						
						
						
						
					 
					
						2003-02-19 11:22:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c893bffae7 
					 
					
						
						
							
							Update debub-steve* entries.  
						
						 
						
						
						
						
					 
					
						2003-02-19 01:04:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						988e8458ad 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-02-18 12:46:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						758f942b88 
					 
					
						
						
							
							Make the no-err option work properly  
						
						 
						
						
						
						
					 
					
						2003-02-18 12:14:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						26e9724458 
					 
					
						
						
							
							Remove "+Olibcalls" option from HPUX targets.  
						
						 
						
						... 
						
						
						
						Reportedly this option is deprecated, and on some systems
"make test" fails if it is included.
PR: 495 
						
						
					 
					
						2003-02-16 20:10:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4879ec7bf3 
					 
					
						
						
							
							Session cache implementations shouldn't have to access SSL_SESSION  
						
						 
						
						... 
						
						
						
						elements directly, so this missing functionality is required.
PR: 276 
						
						
					 
					
						2003-02-15 20:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b653327d47 
					 
					
						
						
							
							Declare prototypes for function pointer types, even if they are likely to  
						
						 
						
						... 
						
						
						
						be cast later on. 
						
						
					 
					
						2003-02-15 20:32:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4cadedef57 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2003-02-15 01:09:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						27068df7e0 
					 
					
						
						
							
							Single pass processing to cleartext S/MIME signing.  
						
						 
						
						
						
						
					 
					
						2003-02-15 00:50:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b12753dffc 
					 
					
						
						
							
							We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.  
						
						 
						
						... 
						
						
						
						Also, I've added handling for other mod_exp calls that were not using any
cached montgomery forms. These cases matter only for special RSA keys (eg.
ones that are missing information) so are unlikely to be used in normal
circumstances. 
						
						
					 
					
						2003-02-15 00:18:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						79221bc265 
					 
					
						
						
							
							David Brumley <dbrumley@stanford.edu> noted and corrected a case in the  
						
						 
						
						... 
						
						
						
						verification step of CRT private key operations in the RSA code -
previously no montgomery form was checked or used for 'n', and so it would
be generated on the fly each time. As a result, private key operations are
now a percent or two faster.
Rather than adding this as another repetition of the nearly-identical
montgomery "check for first-use" initialisation code blocks, I've taken
this chance to create a helper function and macro-wrapper to replace them.
PR: 475 
						
						
					 
					
						2003-02-14 23:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ffa49dc3d9 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-02-14 14:21:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b7bbac72c4 
					 
					
						
						
							
							Add support for IA64.  
						
						 
						
						... 
						
						
						
						PR: 454 
						
						
					 
					
						2003-02-14 13:30:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c1269c81fd 
					 
					
						
						
							
							Handle krb5 libraries separately and make sure only libssl.so depends  
						
						 
						
						... 
						
						
						
						on it. 
						
						
					 
					
						2003-02-14 13:12:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						794a386af3 
					 
					
						
						
							
							Update linux-mips and linux-mipsel to support threads and shared libraries.  
						
						 
						
						... 
						
						
						
						I also updated the bn_ops field with values taken from OpenBSD-mips.
PR: 498 
						
						
					 
					
						2003-02-14 08:56:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e270cf9c5e 
					 
					
						
						
							
							Pay attention to disabled SSL versions.  
						
						 
						
						... 
						
						
						
						PR: 500 
						
						
					 
					
						2003-02-14 05:24:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e38616d1f 
					 
					
						
						
							
							Change no_rmd160 to no_ripemd for consistency.  
						
						 
						
						... 
						
						
						
						PR: 500 
						
						
					 
					
						2003-02-14 05:20:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						85d686e723 
					 
					
						
						
							
							Make it possible to disable OCSP, the speed application, and the use of sockets.  
						
						 
						
						... 
						
						
						
						PR: 358 
						
						
					 
					
						2003-02-14 01:02:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d3de726c5 
					 
					
						
						
							
							Add full support for -rpath/-R, both in shared libraries and  
						
						 
						
						... 
						
						
						
						applications, at least on the platforms where it's known how
to do it.
Note: this has only been tested on GNU-based platforms (Linux), and
needs to be tested on all others.  Additionally, it's not yet
supported on the following platforms, for lack of information:
Darwin (MacOS X)
Cygwin
OSF1/Alpha
SVR3
ReliantUNIX
Please help out with testing and the platforms we don't yet know well
enough. 
						
						
					 
					
						2003-02-13 23:52:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4989f0599f 
					 
					
						
						
							
							Another long name to deal with  
						
						 
						
						
						
						
					 
					
						2003-02-13 13:21:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e4b52ac353 
					 
					
						
						
							
							Oh, the destest program did look at the return value...  
						
						 
						
						
						
						
					 
					
						2003-02-13 08:53:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						abd22c9c46 
					 
					
						
						
							
							new lock for EC_PRE_COMP structures  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-02-12 22:01:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ba729265a8 
					 
					
						
						
							
							Allow EC_GROUP objects to share precomputation for improved memory  
						
						 
						
						... 
						
						
						
						efficiency (EC_PRE_COMP objects are now constant once completed).
Extend 'extra_data' API to support arbitrarily many slots (although we
need only one at the moment).
Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data
now frees only a single slot (the previous functions are available as
EC_GROUP_[clear_]free_all_extra_data).
Submitted by: Nils Larsch
Reviewed by: Bodo Moeller 
						
						
					 
					
						2003-02-12 18:30:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ec1d35f29 
					 
					
						
						
							
							Adjust DES_cbc_cksum() so the returned value is the same as MIT's  
						
						 
						
						... 
						
						
						
						mit_des_cbc_cksum().  The difference was first observed, then verified by
looking at the MIT source. 
						
						
					 
					
						2003-02-12 17:20:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cf56663fb7 
					 
					
						
						
							
							Option to disable SSL auto chain build  
						
						 
						
						
						
						
					 
					
						2003-02-12 17:06:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ea513641d0 
					 
					
						
						
							
							comments  
						
						 
						
						
						
						
					 
					
						2003-02-12 14:17:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8537943e8b 
					 
					
						
						
							
							first section is now "Changes between 0.9.7a and 0.9.8", not "... 0.9.7 and 0.9.8"  
						
						 
						
						
						
						
					 
					
						2003-02-11 16:42:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8f5b2ed50 
					 
					
						
						
							
							GeneralString support in mini-ASN1 compiler  
						
						 
						
						
						
						
					 
					
						2003-02-11 14:06:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						33075f229e 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-02-10 17:52:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28f573a28d 
					 
					
						
						
							
							Make sure memcpy() is properly declared by including string.h.  
						
						 
						
						
						
						
					 
					
						2003-02-10 11:14:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e2c9c91b5b 
					 
					
						
						
							
							fix EC_GROUP_copy for EC_GFp_nist_method()  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-02-08 19:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d42d2d1ab6 
					 
					
						
						
							
							avoid coredump  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-02-08 19:49:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						65b254e8c0 
					 
					
						
						
							
							remove debugging leftovers  
						
						 
						
						
						
						
					 
					
						2003-02-08 15:56:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						82871eaa17 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2003-02-07 11:54:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24893ca999 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2003-02-06 19:32:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						27a9bf17c7 
					 
					
						
						
							
							PKCS#1 has a new RFC, which we do implement  
						
						 
						
						
						
						
					 
					
						2003-02-06 19:30:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						37c660ff9b 
					 
					
						
						
							
							implement fast point multiplication with precomputation  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Bodo Moeller 
						
						
					 
					
						2003-02-06 19:25:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						772ec4135c 
					 
					
						
						
							
							typo in WIN16 section  
						
						 
						
						... 
						
						
						
						Submitted by: Toni Andjelkovic <toni@soth.at > 
						
						
					 
					
						2003-02-05 16:54:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0e9035ac98 
					 
					
						
						
							
							SSL_add_dir_cert_subjects_to_stack now exists for WIN32  
						
						 
						
						
						
						
					 
					
						2003-02-05 16:40:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e5d3a7f98 
					 
					
						
						
							
							IPv6 display and input support for extensions usingh GeneralName.  
						
						 
						
						
						
						
					 
					
						2003-02-05 00:34:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						379e568950 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2003-02-04 12:57:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c09a297892 
					 
					
						
						
							
							Update PRNG entry:  
						
						 
						
						... 
						
						
						
						- OpenSSL version differences
- Sun /dev/urandom patch information 
						
						
					 
					
						2003-02-04 12:28:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2619676256 
					 
					
						
						
							
							Old-style callbacks can be NULL!  
						
						 
						
						
						
						
					 
					
						2003-02-01 20:58:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						33cc07f79a 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2003-02-01 20:55:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c029841e36 
					 
					
						
						
							
							We can't say in advance what the argument to BIO_socket_ioctl() should be, so  
						
						 
						
						... 
						
						
						
						let's make that a void *.  Also, BIO_socket_nbio() should send it an int
argument, not a long.
PR: 457 
						
						
					 
					
						2003-01-31 12:20:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bfa3555081 
					 
					
						
						
							
							Document -engine where missing.  
						
						 
						
						... 
						
						
						
						PR: 424 
						
						
					 
					
						2003-01-30 22:02:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5d780babe3 
					 
					
						
						
							
							A few small bugs with BIO popping.  
						
						 
						
						... 
						
						
						
						PR: 364 
						
						
					 
					
						2003-01-30 21:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5cd48abf9f 
					 
					
						
						
							
							The util scripts need to handled no-hw.  
						
						 
						
						... 
						
						
						
						PR: 327 
						
						
					 
					
						2003-01-30 20:03:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db5006df04 
					 
					
						
						
							
							The MASM situation is more difficult than described so far.  It is part of VC++ 7.  
						
						 
						
						... 
						
						
						
						PR: 327 
						
						
					 
					
						2003-01-30 19:05:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d6a84c42a 
					 
					
						
						
							
							For VC++7 and up, the file is VSVARS32.BAT.  
						
						 
						
						... 
						
						
						
						PR: 327 
						
						
					 
					
						2003-01-30 19:01:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5fe11c7533 
					 
					
						
						
							
							The OPENSSL_NO_ENGINE has small problem: it changes certain structures.  That's  
						
						 
						
						... 
						
						
						
						bad, so let's not check OPENSSL_NO_ENGINE in those places.  Fortunately, all
the header files where the problem existed include ossl_typ.h, which makes
a 'forward declaration' of the ENGINE type. 
						
						
					 
					
						2003-01-30 18:52:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a1d57849b3 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-01-30 17:53:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b13e9f055 
					 
					
						
						
							
							Add the possibility to build without the ENGINE framework.  
						
						 
						
						... 
						
						
						
						PR: 287 
						
						
					 
					
						2003-01-30 17:39:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						96f7065f63 
					 
					
						
						
							
							Summarise the last couple of commits.  
						
						 
						
						
						
						
					 
					
						2003-01-30 15:52:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f3c22ef10d 
					 
					
						
						
							
							This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. if  
						
						 
						
						... 
						
						
						
						the OPENSSL_USE_GMP symbol is defined). Also, I've re-ordered the listing
of other builtin ENGINEs to be alphabetical (though "dynamic" will still
come first). 
						
						
					 
					
						2003-01-30 15:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a85bef1899 
					 
					
						
						
							
							Commit a slightly modified version of an old experiment to do RSA private  
						
						 
						
						... 
						
						
						
						key operations using the GMP library. The default is not to build (or use)
this code unless OPENSSL_USE_GMP is defined (because it will impose header
and linker dependencies that might need specifying too). 
						
						
					 
					
						2003-01-30 15:43:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bb3e67f315 
					 
					
						
						
							
							"openssl engine" will not display ENGINE/DSO load failure errors when  
						
						 
						
						... 
						
						
						
						testing availability of engines with "-t" - the old behaviour of is
produced by increasing the feature's verbosity with "-tt". 
						
						
					 
					
						2003-01-30 14:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c0a93e31ab 
					 
					
						
						
							
							Small typo, OENSSL should really be spelled OPENSSL.  
						
						 
						
						... 
						
						
						
						PR: 476 
						
						
					 
					
						2003-01-30 11:08:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2e60ea7634 
					 
					
						
						
							
							Fix a memory leak in SSL.  
						
						 
						
						... 
						
						
						
						PR: 477 
						
						
					 
					
						2003-01-30 11:00:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e78074b39 
					 
					
						
						
							
							cert_sk isn't always allocated, so freeing it may cause a crash.  
						
						 
						
						... 
						
						
						
						PR: 481 
						
						
					 
					
						2003-01-30 10:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b637670f03 
					 
					
						
						
							
							DVCS (see RFC 3029) was missing among the possible purposes.  
						
						 
						
						... 
						
						
						
						Notified privately to me by Peter Sylvester <Peter.Sylvester@EdelWeb.fr >,
one of the authors of said RFC 
						
						
					 
					
						2003-01-29 15:06:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bd1217a176 
					 
					
						
						
							
							simplify  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-01-28 13:08:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						da45180de4 
					 
					
						
						
							
							Correct EVP_SealInit() documentation, iv is an output  
						
						 
						
						... 
						
						
						
						parameter. 
						
						
					 
					
						2003-01-26 13:38:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						82516e3baf 
					 
					
						
						
							
							cofactor is optional in parameter encodings  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-01-25 15:28:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c1862f9136 
					 
					
						
						
							
							consistency  
						
						 
						
						
						
						
					 
					
						2003-01-24 22:28:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9048c7245b 
					 
					
						
						
							
							For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'  
						
						 
						
						... 
						
						
						
						in AlgorithmIdentifier
Submitted by: Nils Larsch 
						
						
					 
					
						2003-01-24 21:43:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						02bf9a151a 
					 
					
						
						
							
							Provide "dummy" &main::picmeup even in Windows perlasm modules.  
						
						 
						
						
						
						
					 
					
						2003-01-24 09:39:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d3b5cb5343 
					 
					
						
						
							
							Check return value of gmtime() and add error codes  
						
						 
						
						... 
						
						
						
						where it fails in ASN1_TIME_set().
Edit asn1.h so the new error code is the same in 0.9.7
and 0.9.8, rebuild new error codes.
Clear error queue in req.c if *_min or *_max is absent. 
						
						
					 
					
						2003-01-24 01:12:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						97e6bf6b22 
					 
					
						
						
							
							Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.  
						
						 
						
						
						
						
					 
					
						2003-01-23 10:05:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						04da4558dd 
					 
					
						
						
							
							The patch speaks for itself.  
						
						 
						
						
						
						
					 
					
						2003-01-23 09:52:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c3426da86 
					 
					
						
						
							
							Missing 0 broke FreeBSD build.  
						
						 
						
						... 
						
						
						
						PR: 470 
						
						
					 
					
						2003-01-23 08:10:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9b3f03d5a2 
					 
					
						
						
							
							fix warnings  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-01-21 09:53:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9abff96b2f 
					 
					
						
						
							
							Suggestion was to change ${MACHINE} to i586 in lines in question. Well,  
						
						 
						
						... 
						
						
						
						"whatever" doesn't the same (avoids 386 being passed to ./Configure),
consistent with other elder SCO targets and denotes that we probably
shouldn't care much about every out-of-date platform. 
						
						
					 
					
						2003-01-19 21:47:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						722d17cbac 
					 
					
						
						
							
							This is an *initial* tune-up. This update puts Itanium2 back on par with  
						
						 
						
						... 
						
						
						
						Itanium. I mean if overall performance improvement over C version was X
for Itanium, it's X even for Itanium2. 
						
						
					 
					
						2003-01-19 21:29:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						59b846c515 
					 
					
						
						
							
							Oops! Missed closing quote... Didn't have time to verify before a snapshot  
						
						 
						
						... 
						
						
						
						was cut... 
						
						
					 
					
						2003-01-19 11:39:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						42bf2a5cdc 
					 
					
						
						
							
							SCO target missed .so suffix.  
						
						 
						
						
						
						
					 
					
						2003-01-18 21:57:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						80bcbaa02f 
					 
					
						
						
							
							-lresolv is not present on SCO Unix, RT#460.  
						
						 
						
						
						
						
					 
					
						2003-01-18 18:12:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						7c4e24af38 
					 
					
						
						
							
							Caldera/SCO targets erroneously limit themselves to 386. See RT#464.  
						
						 
						
						
						
						
					 
					
						2003-01-18 15:17:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						726c223143 
					 
					
						
						
							
							Fix for AIX shared build, see RT#463.  
						
						 
						
						
						
						
					 
					
						2003-01-18 15:13:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						59ae8c9419 
					 
					
						
						
							
							EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().  
						
						 
						
						
						
						
					 
					
						2003-01-17 00:48:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0bdd2da5d2 
					 
					
						
						
							
							Ingore the correct flag file.  
						
						 
						
						
						
						
					 
					
						2003-01-16 21:36:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2f09524501 
					 
					
						
						
							
							A few more files to ignore  
						
						 
						
						
						
						
					 
					
						2003-01-16 21:32:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						06492aef01 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-01-16 21:20:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c00cee00fd 
					 
					
						
						
							
							FreeBSD has /dev/crypto as well.  
						
						 
						
						... 
						
						
						
						PR: 462 
						
						
					 
					
						2003-01-16 18:29:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8228f302dd 
					 
					
						
						
							
							Add some debugging output.  
						
						 
						
						
						
						
					 
					
						2003-01-16 17:28:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						018c56fdca 
					 
					
						
						
							
							Armor against systems without ranlib...  
						
						 
						
						... 
						
						
						
						Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr >
PR: 461 
						
						
					 
					
						2003-01-16 17:22:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d745af4b0c 
					 
					
						
						
							
							avoid potential confusion about curves (prime192v1 and prime256v1 are  
						
						 
						
						... 
						
						
						
						also known as secp192r1 and secp256r1, respectively)
Submitted by: Nils Larsch, Bodo Moeller 
						
						
					 
					
						2003-01-16 16:05:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44ea41cfff 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2003-01-16 13:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						acad5755a2 
					 
					
						
						
							
							ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, Martin  
						
						 
						
						... 
						
						
						
						Megele).
PR: 450 
						
						
					 
					
						2003-01-16 07:54:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28b958f732 
					 
					
						
						
							
							Fix possible NULL dereferencial.  
						
						 
						
						... 
						
						
						
						Notified by Verdon Walker <VWalker@novell.com > 
						
						
					 
					
						2003-01-16 06:00:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e59cd3bb6 
					 
					
						
						
							
							Add verbosity  
						
						 
						
						
						
						
					 
					
						2003-01-15 17:23:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a74333f905 
					 
					
						
						
							
							Fix initialization sequence to prevent freeing of unitialized objects.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch <nla@trustcenter.de >
PR: 459 
						
						
					 
					
						2003-01-15 14:54:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						365e14622a 
					 
					
						
						
							
							update error library for EC... changes  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2003-01-15 11:47:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8ec16ce711 
					 
					
						
						
							
							Really fix SSLv2 session ID handling  
						
						 
						
						... 
						
						
						
						PR: 377 
						
						
					 
					
						2003-01-15 09:51:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0e4aa0d2d2 
					 
					
						
						
							
							As with RSA, which was modified recently, this change makes it possible to  
						
						 
						
						... 
						
						
						
						override key-generation implementations by placing handlers in the methods
for DSA and DH. Also, parameter generation for DSA and DH is possible by
another new handler for each method. 
						
						
					 
					
						2003-01-15 02:01:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						08cb96bba2 
					 
					
						
						
							
							Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,  
						
						 
						
						
						
						
					 
					
						2003-01-14 20:54:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cdc5b4a41e 
					 
					
						
						
							
							Extend the HOWTO on creating certificates, and add a HOWTO in creating keys.  
						
						 
						
						... 
						
						
						
						PR: 422 
						
						
					 
					
						2003-01-14 15:42:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						52e5e5c2ba 
					 
					
						
						
							
							Document hpux-parisc2-cc problems, probably due to optimizer bug.  
						
						 
						
						... 
						
						
						
						PR: 426 
						
						
					 
					
						2003-01-14 13:57:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c653b56937 
					 
					
						
						
							
							Correct an example that has a few typos.  
						
						 
						
						... 
						
						
						
						PR: 458 
						
						
					 
					
						2003-01-14 13:56:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						04aff67de4 
					 
					
						
						
							
							Merge from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2003-01-13 17:16:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						1a6356b2ca 
					 
					
						
						
							
							Minor FAQ update  
						
						 
						
						
						
						
					 
					
						2003-01-13 16:34:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b05645902a 
					 
					
						
						
							
							"!Cname surname" has now become redundant ...  
						
						 
						
						
						
						
					 
					
						2003-01-13 15:57:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						54d4f8c320 
					 
					
						
						
							
							undo part of a recent change: it's "surname", not "surName"  
						
						 
						
						... 
						
						
						
						(see X.520 aka ISO/IEC 9594-6) 
						
						
					 
					
						2003-01-13 15:52:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c76153f31d 
					 
					
						
						
							
							Make sure not to declare a clashing read() for DJGPP.  
						
						 
						
						... 
						
						
						
						PR: 440 
						
						
					 
					
						2003-01-13 15:35:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8cbb91c857 
					 
					
						
						
							
							DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.  
						
						 
						
						... 
						
						
						
						PR: 453 
						
						
					 
					
						2003-01-13 15:16:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aaae0aa48b 
					 
					
						
						
							
							add something to the '$no_shared_warn' text  
						
						 
						
						
						
						
					 
					
						2003-01-13 14:58:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0535d3b25f 
					 
					
						
						
							
							Correct a misleading comment.  
						
						 
						
						... 
						
						
						
						PR: 456 
						
						
					 
					
						2003-01-13 14:53:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						62be003150 
					 
					
						
						
							
							Revert: the names of the cygwin distribution will not be named openssl2-*.  
						
						 
						
						... 
						
						
						
						Requested by Corinna Vinschen <vinschen@redhat.com > 
						
						
					 
					
						2003-01-13 14:47:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						364c7cd621 
					 
					
						
						
							
							UI_UTIL_read_pw() misinterpreted the values returned from UI functions.  
						
						 
						
						... 
						
						
						
						PR: 456 
						
						
					 
					
						2003-01-13 14:17:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9d5390a049 
					 
					
						
						
							
							document BN_GENCB API by adding an example  
						
						 
						
						
						
						
					 
					
						2003-01-13 13:44:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bda2fa364d 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						NB: This and other manual pages should be updated for the new
BN_GENCB interface. 
						
						
					 
					
						2003-01-13 13:18:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						caa7b2ad4f 
					 
					
						
						
							
							tty_in will never be stderr, so it will always be closed, which means stdin  
						
						 
						
						... 
						
						
						
						might get closed...
Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au > 
						
						
					 
					
						2003-01-13 13:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c14b4d6b38 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2003-01-13 12:52:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0382c95e4d 
					 
					
						
						
							
							OpenBSD FAQ update. Apparently gas from binutils-2.x makes it impossible to  
						
						 
						
						... 
						
						
						
						use gcc -fPIC ... on OpenBSD-i386. Alternative solution is provided. 
						
						
					 
					
						2003-01-12 21:39:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						fda20f08d0 
					 
					
						
						
							
							Just an extra comment.  
						
						 
						
						
						
						
					 
					
						2003-01-12 15:50:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						afd41c9fc7 
					 
					
						
						
							
							Add better support for FreeBSD on non-x86 machines.  
						
						 
						
						... 
						
						
						
						Add specific support for FreeBSD on sparc64.
PR: 427 
						
						
					 
					
						2003-01-12 04:43:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2964ba8c6a 
					 
					
						
						
							
							If the user said 'shared' and we haven't included support for shared libraries,  
						
						 
						
						... 
						
						
						
						warn him or her.
Reminder by Andrew Marlow <apm35@student.open.ac.uk > 
						
						
					 
					
						2003-01-11 11:40:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c0cc5c3059 
					 
					
						
						
							
							Double the dollars that are intended for the command line.  
						
						 
						
						... 
						
						
						
						PR: 423 
						
						
					 
					
						2003-01-10 16:32:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e68cb95d84 
					 
					
						
						
							
							Add documentation on how to handle the shared libaries.  
						
						 
						
						... 
						
						
						
						PR: 423 
						
						
					 
					
						2003-01-10 16:14:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						448666239c 
					 
					
						
						
							
							Name the flag file correctly  
						
						 
						
						
						
						
					 
					
						2003-01-10 16:04:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c0ac323360 
					 
					
						
						
							
							CFLAG, not CFLAGS  
						
						 
						
						
						
						
					 
					
						2003-01-10 11:30:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a0cd3ca62b 
					 
					
						
						
							
							It's recommended to do 'make clean' after having prepared a new build tree.  
						
						 
						
						... 
						
						
						
						PR: 437 
						
						
					 
					
						2003-01-10 11:00:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4a9476dd8d 
					 
					
						
						
							
							When preparing a separate build tree, don't make softlinks to softlinks.  
						
						 
						
						... 
						
						
						
						Add instructions in INSTALL, for easy access.
PR: 437 
						
						
					 
					
						2003-01-10 10:56:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d2511688d 
					 
					
						
						
							
							Force the removal.  
						
						 
						
						... 
						
						
						
						PR: 437 
						
						
					 
					
						2003-01-10 10:54:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						969511d2cb 
					 
					
						
						
							
							Certain files must be removed before generating them, in case they point  
						
						 
						
						... 
						
						
						
						into a read-only source tree.
PR: 437 
						
						
					 
					
						2003-01-10 10:54:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						989f48d8c1 
					 
					
						
						
							
							Avoid unnecessary pollution of object module name table. Cygwin shared  
						
						 
						
						... 
						
						
						
						build workaround (DJGPP swallows it too). One probably should do same
as with ELF calling it COFF, but I'm very short in COFF platforms, so
I just go for easy ad-hoc solution. I'll take care of merge to 0.9.7
later. 
						
						
					 
					
						2003-01-10 10:16:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f8ea5cb579 
					 
					
						
						
							
							Make sure everything that may be freed is allocated or initiated.  
						
						 
						
						... 
						
						
						
						PR: 446 
						
						
					 
					
						2003-01-10 08:59:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						360e506710 
					 
					
						
						
							
							Typos corrected.  
						
						 
						
						... 
						
						
						
						PR: 445 
						
						
					 
					
						2003-01-10 08:54:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						09ad2458b8 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2003-01-09 16:54:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ad200a864e 
					 
					
						
						
							
							The naming scheme wasn't quite correct for Cygwin  
						
						 
						
						
						
						
					 
					
						2003-01-09 16:15:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						9d1b5614f9 
					 
					
						
						
							
							At least OpenBSD implements PIC in the same way ELF does.  
						
						 
						
						
						
						
					 
					
						2003-01-09 16:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						416b19c6fc 
					 
					
						
						
							
							gcc wants character constants to be correct.  Before this change, the  
						
						 
						
						... 
						
						
						
						following would happen on Solaris:
  m4 -B 8192 asm/des_enc.m4 > asm/des_enc-sparc.S
  gcc -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_NO_STATIC_ENGINE -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM   -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S
  asm/des_enc-sparc.S:2007: unterminated character constant
  asm/des_enc-sparc.S:2008: unterminated character constant 
						
						
					 
					
						2003-01-09 13:25:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5b7249f302 
					 
					
						
						
							
							NULL tofree when it is freed to avoid double free.  
						
						 
						
						... 
						
						
						
						Make sure key is not NULL before freeing it. 
						
						
					 
					
						2003-01-09 13:06:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						699543e4a2 
					 
					
						
						
							
							Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I've  
						
						 
						
						... 
						
						
						
						replaced #if logic around bn_sub_part_words in bn_mul.c. I rely upon
OPENSSL_BN_ASM_PART_WORDS being added by ./Configure script. Would it
still work on non-Unix platforms? 
						
						
					 
					
						2003-01-09 08:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4309c4ad46 
					 
					
						
						
							
							Third argument to shl_load() is "long address", not a pointer.  
						
						 
						
						... 
						
						
						
						(Didn't influence functionality, as on HP-UX 32bit the NULL pointer
is a 32bit 0-value and thus is identical to the required 0L.)
PR: 443 
						
						
					 
					
						2003-01-08 08:27:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4ebb5293fc 
					 
					
						
						
							
							RSA_METHOD now supports key-generation, but (for now) none of these  
						
						 
						
						... 
						
						
						
						ENGINEs implement it. 
						
						
					 
					
						2003-01-07 05:53:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2814c62915 
					 
					
						
						
							
							This is the first step in allowing RSA_METHODs to implement their own key  
						
						 
						
						... 
						
						
						
						generation. This prototype matches the new API function
RSA_generate_key_ex(), though both may be subject to change during
development before 0.9.8. 
						
						
					 
					
						2003-01-07 05:51:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						876e96fdbf 
					 
					
						
						
							
							Fix leak.  
						
						 
						
						
						
						
					 
					
						2003-01-04 18:25:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f68843e3d7 
					 
					
						
						
							
							Fix a typo.  
						
						 
						
						
						
						
					 
					
						2003-01-04 15:18:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						19a97a1df0 
					 
					
						
						
							
							Another GAS fix-up and some commentary...  
						
						 
						
						
						
						
					 
					
						2003-01-04 14:41:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						72997517b0 
					 
					
						
						
							
							GAS can't stand stub, which is stb's synonym.  
						
						 
						
						
						
						
					 
					
						2003-01-04 12:49:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2a9fca82d2 
					 
					
						
						
							
							Oops! I've toasted Cygwin! Fixed now.  
						
						 
						
						
						
						
					 
					
						2003-01-03 21:49:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						55b1516770 
					 
					
						
						
							
							Redundant now as it's moved to ./Makefile.org.  
						
						 
						
						
						
						
					 
					
						2003-01-03 20:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						3cc9a89dda 
					 
					
						
						
							
							Unified targets for ELF assembler modules. Tested on Linux, Solaris and  
						
						 
						
						... 
						
						
						
						FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix... 
						
						
					 
					
						2003-01-03 17:37:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						46a0d4fbcb 
					 
					
						
						
							
							Support for ILP32 on HPUX-IA64.  
						
						 
						
						
						
						
					 
					
						2003-01-03 15:10:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						04945fda66 
					 
					
						
						
							
							pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it's  
						
						 
						
						... 
						
						
						
						never called anyway (it's a debugging assertion). If pa-risc2W.s is
PIC remains to be seen... 
						
						
					 
					
						2003-01-03 10:52:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						97e2e71ef9 
					 
					
						
						
							
							HP/UX 11i make gets upset by this line containing nothing but a Tab  
						
						 
						
						
						
						
					 
					
						2003-01-03 10:32:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c8a647846c 
					 
					
						
						
							
							Rijndael should be called AES everywhere  
						
						 
						
						
						
						
					 
					
						2003-01-03 08:51:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						90ce14cd84 
					 
					
						
						
							
							Support for Intel compiler. More details will be provided in closing note  
						
						 
						
						... 
						
						
						
						for RT#17 as snapshot becomes available for download. 
						
						
					 
					
						2003-01-02 23:32:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						28e276f139 
					 
					
						
						
							
							Complete integration of SPARC assembler DES implementation. Tested on Solaris  
						
						 
						
						... 
						
						
						
						only. I'll keep my eyes open for Linux and OpenBSD targets. 
						
						
					 
					
						2003-01-02 23:26:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						f22e1e4dd2 
					 
					
						
						
							
							UltraSPARC assembler DES implementation tune-up. The code can be  
						
						 
						
						... 
						
						
						
						compiled for any SPARC CPU (UltraSPARC performance is *not* affected),
can be compiled for 64-bit ABI and is position-independent. 
						
						
					 
					
						2003-01-02 17:40:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e0d769caa2 
					 
					
						
						
							
							Very old submission (from 2000) of UltraSPARC assembler DES implementation.  
						
						 
						
						... 
						
						
						
						It was not accepted because code is not PIC, too UltraSPARC-specific when
it doesn't have to and 32-bit only. I'm committing the original version
mostly for reference purposes. 64, PIC, blended CPU tune-up follows shortly.
Obtained from: http://inet.uni2.dk/~svolaf/des.htm  
						
						
					 
					
						2003-01-02 17:36:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4a37c48789 
					 
					
						
						
							
							I implemented this when troubleshooting performance problem on SPARC Solaris.  
						
						 
						
						... 
						
						
						
						As there is an apparent interest for optimization for footprint, I figured
that this can eventually become useful. 
						
						
					 
					
						2003-01-02 17:19:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ad492c3601 
					 
					
						
						
							
							Link engines against libcrypto, even when a TCP/IP implementation is  
						
						 
						
						... 
						
						
						
						specified... 
						
						
					 
					
						2003-01-02 00:26:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c055b201e 
					 
					
						
						
							
							Adjust the parameter lists in some not commonly used files.  
						
						 
						
						... 
						
						
						
						PR: 428 
						
						
					 
					
						2003-01-01 23:41:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7eed0fc041 
					 
					
						
						
							
							Make sure the last character of the ASN.1 time string (the 'Z') is copied.  
						
						 
						
						... 
						
						
						
						PR: 429 
						
						
					 
					
						2003-01-01 03:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7a1c6aa2a3 
					 
					
						
						
							
							It's rather silly to believe we'd release 0.9.7a in 2002 :-).  
						
						 
						
						... 
						
						
						
						It's even more silly to pretend we know which year 0.9.8 will be
released. 
						
						
					 
					
						2002-12-31 01:00:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						948dcdb81b 
					 
					
						
						
							
							Merge in changes from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-12-31 00:02:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						08101d72ce 
					 
					
						
						
							
							Merge in changes from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-12-30 23:56:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						75c4028585 
					 
					
						
						
							
							My English is definitely not good as my assembly skills:-) And it looks like  
						
						 
						
						... 
						
						
						
						titles can't be multi-line... 
						
						
					 
					
						2002-12-30 20:17:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						85f258d1c2 
					 
					
						
						
							
							It probably belongs in PROBLEMS, but it's more likely to be a FAQ.  
						
						 
						
						
						
						
					 
					
						2002-12-30 11:10:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49be7042dc 
					 
					
						
						
							
							Since we're including Kerberos 5 headers in our exported header files (when  
						
						 
						
						... 
						
						
						
						OpenSSL is configured to use Kerberos), we'd better tell pkg-config users
where they can be found.
PR: 421 
						
						
					 
					
						2002-12-29 23:03:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						44fcd3ef3e 
					 
					
						
						
							
							Add information about AES cipher suites to ciphers manual page.  
						
						 
						
						... 
						
						
						
						If no authentication method is mentioned in the cipher suite name (e.g.
AES128-SHA), RSA authentication is used (PR #396 ). 
						
						
					 
					
						2002-12-29 21:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						21cde7a41c 
					 
					
						
						
							
							Fix wrong handling of session ID in SSLv2 client code.  
						
						 
						
						... 
						
						
						
						PR: 377 
						
						
					 
					
						2002-12-29 20:59:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8598289936 
					 
					
						
						
							
							Correct asm exclusions.  
						
						 
						
						
						
						
					 
					
						2002-12-29 17:57:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						35dde7480f 
					 
					
						
						
							
							OS/2 does binary by default, apparently.  
						
						 
						
						... 
						
						
						
						Reported by Brian Havard <brianh@kheldar.apana.org.au >. 
						
						
					 
					
						2002-12-29 10:19:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5e42f9ab46 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-12-29 01:38:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7acf00a633 
					 
					
						
						
							
							Finally get rid of all the algorithm inclusions that were done from  
						
						 
						
						... 
						
						
						
						evp.h.
Application authors BEWARE!  If you have had the habit to count on
evp.h to provide all those lower-level algorithm functions, you need
to think again!  Please change your programs NOW, or you will be sorry
when 0.9.8 gets release (it's quite some time away...). 
						
						
					 
					
						2002-12-29 01:37:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69339d254b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-12-28 02:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec517d25e8 
					 
					
						
						
							
							Merge from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-12-28 02:41:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ce9b1b0573 
					 
					
						
						
							
							I can't confirm the claim being removed and nobody seems to speak up for it.  
						
						 
						
						
						
						
					 
					
						2002-12-27 15:04:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0a2407a851 
					 
					
						
						
							
							UltraSPARC performance "tune-up."  
						
						 
						
						
						
						
					 
					
						2002-12-27 14:51:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						76a03d568e 
					 
					
						
						
							
							FAQ addenum as discussed in RT#417.  
						
						 
						
						
						
						
					 
					
						2002-12-27 14:27:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7c03f26393 
					 
					
						
						
							
							Kenneth R. Robinette just told me the latest snapshot works well with  
						
						 
						
						... 
						
						
						
						MIT Kerberos. 
						
						
					 
					
						2002-12-27 14:01:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ff9e406ea 
					 
					
						
						
							
							Can't find the referense to errors on XP with Kerberos  
						
						 
						
						
						
						
					 
					
						2002-12-27 08:09:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b5beb13abb 
					 
					
						
						
							
							Add SPKM among the related stanrds.  
						
						 
						
						
						
						
					 
					
						2002-12-26 22:35:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ceb12d3074 
					 
					
						
						
							
							Updates  
						
						 
						
						
						
						
					 
					
						2002-12-26 22:25:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						59c0dd56ab 
					 
					
						
						
							
							Update our list of implemented and related standards.  
						
						 
						
						
						
						
					 
					
						2002-12-26 00:21:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dcf19c173c 
					 
					
						
						
							
							Update our list of implemented and related standards.  
						
						 
						
						
						
						
					 
					
						2002-12-26 00:17:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e235000169 
					 
					
						
						
							
							Spelling error.  
						
						 
						
						... 
						
						
						
						This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches 
						
						
					 
					
						2002-12-25 22:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						821951b851 
					 
					
						
						
							
							Avoid double definition of config.  
						
						 
						
						... 
						
						
						
						PR: 420 
						
						
					 
					
						2002-12-24 23:53:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						35ba1f17dc 
					 
					
						
						
							
							Updates  
						
						 
						
						
						
						
					 
					
						2002-12-24 23:52:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ea8e0cc7c2 
					 
					
						
						
							
							Some more adjustments  
						
						 
						
						... 
						
						
						
						Submitted by: Jeffrey Altman <jaltman@columbia.edu >, "Kenneth R. Robinette" <support@securenetterm.com > 
						
						
					 
					
						2002-12-24 21:55:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cb661c56b0 
					 
					
						
						
							
							Cygwin needs the library locatin for .DLLs to be set in PATH.  Unfortunately,  
						
						 
						
						... 
						
						
						
						the conditional was set to add the library directory to PATH when the
platform is NOT Cygwin.  Corrected.
PR: 404 
						
						
					 
					
						2002-12-24 10:50:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e904bd0ddc 
					 
					
						
						
							
							All VMS-specific problems have been solved.  
						
						 
						
						... 
						
						
						
						Confirmed by Mark Daniel <Mark.Daniel@wasd.vsm.com.au > 
						
						
					 
					
						2002-12-24 10:38:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9883d285d 
					 
					
						
						
							
							Finally, a bn_div_words() in VAX assembler that goes through all tests.  
						
						 
						
						... 
						
						
						
						PR: 413 
						
						
					 
					
						2002-12-23 11:25:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d6ad9e39d 
					 
					
						
						
							
							Stop a possible memory leak.  
						
						 
						
						... 
						
						
						
						(I wonder why s2_connect() handles the initial buffer allocation slightly
differently...)
PR: 416 
						
						
					 
					
						2002-12-21 23:49:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aa18245f7e 
					 
					
						
						
							
							Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.  
						
						 
						
						... 
						
						
						
						PR: 411 
						
						
					 
					
						2002-12-20 18:21:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						316bfb77b5 
					 
					
						
						
							
							Fix for "shift count too large" when compiling for hpux-parisc2 and  
						
						 
						
						... 
						
						
						
						irix-mips. The bug was introduced with accelerated support for x86_64.
My fault! Fixed now. 
						
						
					 
					
						2002-12-20 18:11:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9b58214e4a 
					 
					
						
						
							
							More accurate comments.  
						
						 
						
						
						
						
					 
					
						2002-12-20 16:38:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3c801fa460 
					 
					
						
						
							
							A little debugging.  
						
						 
						
						
						
						
					 
					
						2002-12-20 16:38:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c9202004b 
					 
					
						
						
							
							Propagate MAKEDEPPROG to the subdirs under crypto/.  
						
						 
						
						
						
						
					 
					
						2002-12-20 15:28:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1004c99c29 
					 
					
						
						
							
							Fix Kerberos5/SSL interaction  
						
						 
						
						... 
						
						
						
						Submitted by: "Kenneth R. Robinette" <support@securenetterm.com >
Reviewed by:
PR: 
						
						
					 
					
						2002-12-20 12:48:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c9ecb1edd8 
					 
					
						
						
							
							Keep the internal lowercase 'surname', for programmer's sake.  
						
						 
						
						
						
						
					 
					
						2002-12-20 09:39:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8baf5fdca0 
					 
					
						
						
							
							Be consistent with capitalisation of object names.  
						
						 
						
						
						
						
					 
					
						2002-12-20 09:24:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aafafa314d 
					 
					
						
						
							
							Be consistent with capitalisation of object names.  
						
						 
						
						
						
						
					 
					
						2002-12-20 09:18:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49e42a1f60 
					 
					
						
						
							
							There was a mixup between INSTALLTOP and OPENSSLDIR...  
						
						 
						
						
						
						
					 
					
						2002-12-20 07:51:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9cd16b1dea 
					 
					
						
						
							
							We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,  
						
						 
						
						... 
						
						
						
						and then didn't support it very well.  And that when there already is a
useful variable for exactly this kind of thing; EX_LIBS... 
						
						
					 
					
						2002-12-19 22:10:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						12cd28258d 
					 
					
						
						
							
							Because the contents of openssl.pc may have to change when a configuration  
						
						 
						
						... 
						
						
						
						has been performed (and possibly changed), have it depend on Makefile.ssl. 
						
						
					 
					
						2002-12-19 21:56:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9564997222 
					 
					
						
						
							
							Small tweaks for code consistency.  
						
						 
						
						
						
						
					 
					
						2002-12-19 21:55:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f968059c67 
					 
					
						
						
							
							To avoid any future programming glitches, let's make each and every  
						
						 
						
						... 
						
						
						
						assignment (modulo those I missed) individual statements. 
						
						
					 
					
						2002-12-19 21:13:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b900a5e93 
					 
					
						
						
							
							I have no idea what possesed me to compile s_socket.c as POSIXly code.  
						
						 
						
						... 
						
						
						
						Incidently, it now compiles so much better without _POSIX_C_SOURCE. 
						
						
					 
					
						2002-12-19 19:42:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						09867a47a4 
					 
					
						
						
							
							If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE gets  
						
						 
						
						... 
						
						
						
						defined in DECC$TYPES.H.  If _POSIX_C_SOURCE is defined, certain types do
not get defined (u_char, u_int, ...).  DECC.H gets included by assert.h
and others.  Now, in6.h uses the types u_char, u_int and so on, and gets
included as part of other header inclusions, and will of course fail because
of the missing types.
On the other hand, _XOPEN_SOURCE_EXTENDED is needed to get gethostname()
properly declared...
Solution: define _XOPEN_SOURCE_EXTENDED much later, so DECC$TYPES.H has
a chance to be included *first*, so the otherwise missing types get defined
properly.
Personal: *mumble* *mumble* 
						
						
					 
					
						2002-12-19 19:39:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9d5c42b61b 
					 
					
						
						
							
							It was pointed out to me that .pc files are normally stored in  
						
						 
						
						... 
						
						
						
						${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo. 
						
						
					 
					
						2002-12-19 17:44:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8e7a8b68d2 
					 
					
						
						
							
							It was pointed out to me that .pc files are normally stored in  
						
						 
						
						... 
						
						
						
						${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo. 
						
						
					 
					
						2002-12-19 17:42:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d625031a5 
					 
					
						
						
							
							Update the current status  
						
						 
						
						
						
						
					 
					
						2002-12-18 10:24:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						26a60b2eb0 
					 
					
						
						
							
							Better wording?  
						
						 
						
						
						
						
					 
					
						2002-12-18 09:42:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						07d09fdb66 
					 
					
						
						
							
							Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.  
						
						 
						
						... 
						
						
						
						Linux for example doesn't exhibit this behaviour, but I add "exit 0" to all
potentially affected rules, just to be on the safe side. 
						
						
					 
					
						2002-12-18 09:03:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4553ed276b 
					 
					
						
						
							
							Make "perl des-586.pl a.out" work, see RT#402  
						
						 
						
						
						
						
					 
					
						2002-12-17 08:05:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						62966f3829 
					 
					
						
						
							
							'a=b c=$a; echo $c' doesn't necessarily prints "b", '' vs. "", $s in  
						
						 
						
						... 
						
						
						
						Makefiles... I suppose it wasn't tested very much... 
						
						
					 
					
						2002-12-16 23:35:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c445142505 
					 
					
						
						
							
							Transfer the Solaris shared library building changes from  
						
						 
						
						... 
						
						
						
						0.9.7-stable. 
						
						
					 
					
						2002-12-16 20:33:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f70ddce761 
					 
					
						
						
							
							Protect loading routines with a lock.  
						
						 
						
						... 
						
						
						
						PR: 373 
						
						
					 
					
						2002-12-16 06:06:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e29246cb17 
					 
					
						
						
							
							Synchronise with Makefiles.  
						
						 
						
						
						
						
					 
					
						2002-12-15 20:59:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						146e6776f5 
					 
					
						
						
							
							Always forget this one...  
						
						 
						
						
						
						
					 
					
						2002-12-15 16:01:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a45051fbfc 
					 
					
						
						
							
							DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macro  
						
						 
						
						... 
						
						
						
						is not expanded if prepended with a $-sign. 
						
						
					 
					
						2002-12-15 10:06:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec9f67f610 
					 
					
						
						
							
							Make sure manual pages are properly linked to on systems that have case  
						
						 
						
						... 
						
						
						
						insensitive file names, as well as those that do not have symlinks.
Incidently, both these cases apply on DOS/Windows... 
						
						
					 
					
						2002-12-15 06:45:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						30c08f2e3d 
					 
					
						
						
							
							Update the make system for installations:  
						
						 
						
						... 
						
						
						
						- define a HERE variable to indicate where the source tree is (used
  very little right now)
- make more use of copying and making attribute changes to {file}.new,
  and then move it to {file}
- use 'mv -f' to avoid all those questions to the user when the file
  in question doesn't have write attributes for that user. 
						
						
					 
					
						2002-12-15 05:59:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9f100cf344 
					 
					
						
						
							
							Don't define macros in terms of asm() when __STRICT_ANSI is defined.  
						
						 
						
						
						
						
					 
					
						2002-12-15 05:54:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5a01e9051 
					 
					
						
						
							
							Bring des_locl.h at the same level as in the 0.9.7 branch.  
						
						 
						
						... 
						
						
						
						Don't define macros in terms of asm() when __STRICT_ANSI is defined. 
						
						
					 
					
						2002-12-15 05:54:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6be4688bdc 
					 
					
						
						
							
							Ooops! No ROTATE on some platforms after x86_64 performance patch...  
						
						 
						
						
						
						
					 
					
						2002-12-15 00:47:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						717c5cdcc7 
					 
					
						
						
							
							As you might have noticed I tried to change for . prefix, because it's  
						
						 
						
						... 
						
						
						
						the one to be used to denote local labels in single function scope.
Problem is that SHA uses same label set across functions, therefore I
have to switch back to $ prefix. 
						
						
					 
					
						2002-12-14 23:14:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						0654bba39f 
					 
					
						
						
							
							Solaris shared build fix-ups. See RT#238,239 for details.  
						
						 
						
						
						
						
					 
					
						2002-12-14 21:46:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4d77d5b316 
					 
					
						
						
							
							New DETECT_GNU_LD procedure.  
						
						 
						
						
						
						
					 
					
						2002-12-14 20:52:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						2f98abbcb6 
					 
					
						
						
							
							x86_64 performance patch.  
						
						 
						
						
						
						
					 
					
						2002-12-14 20:42:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						270fa8aeda 
					 
					
						
						
							
							DES PIC-ification. Windows companion.  
						
						 
						
						
						
						
					 
					
						2002-12-14 17:54:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4329db3726 
					 
					
						
						
							
							The ampersand is not required in these constructs, and was giving AIX  
						
						 
						
						... 
						
						
						
						warnings.
Reported by: Bernhard Simon. 
						
						
					 
					
						2002-12-13 22:01:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6f7ac8e1b0 
					 
					
						
						
							
							IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep  
						
						 
						
						... 
						
						
						
						shared libraries shared. 
						
						
					 
					
						2002-12-13 17:56:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a1457874c6 
					 
					
						
						
							
							OK, there's at least one application author who has provided dynamic locking  
						
						 
						
						... 
						
						
						
						callbacks 
						
						
					 
					
						2002-12-13 07:30:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						18be6c4116 
					 
					
						
						
							
							BIO_new_bio_pair() was unnecessarily described in it's own page as well as in  
						
						 
						
						... 
						
						
						
						BIO_s_bio.pod.  The most logical is to move everything needed from
BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example)
and toss BIO_new_bio_pair.pod.  I hope I got all the info over properly.
PR: 370 
						
						
					 
					
						2002-12-12 22:12:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dad1535f7a 
					 
					
						
						
							
							BIO_set_nbio() is enumerated, but not explained.  Remove it from enumeration  
						
						 
						
						... 
						
						
						
						since it's both enumerated and explained in BIO_s_connect.pod.
PR: 370 
						
						
					 
					
						2002-12-12 22:08:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f60e6604b8 
					 
					
						
						
							
							I forgot one item I intend to work on.  
						
						 
						
						
						
						
					 
					
						2002-12-12 19:40:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d3f2ccb62 
					 
					
						
						
							
							Skip DH-specific tests when no-dh has been configured.  
						
						 
						
						... 
						
						
						
						PR: 353 
						
						
					 
					
						2002-12-12 18:43:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14676ffcd6 
					 
					
						
						
							
							Document the modifications in 0.9.7 that will make the hw_ncipher.c  
						
						 
						
						... 
						
						
						
						engine work properly even in bad situations. 
						
						
					 
					
						2002-12-12 17:40:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e5a08ce44d 
					 
					
						
						
							
							Make 'tunala' link with zlib if possible (so it works if openssl was  
						
						 
						
						... 
						
						
						
						configured with zlib support). 
						
						
					 
					
						2002-12-11 19:07:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9b6e14b4a 
					 
					
						
						
							
							In CRYPTO_lock(), check that the application cares about locking (provided  
						
						 
						
						... 
						
						
						
						callbacks) before attempting to lock. 
						
						
					 
					
						2002-12-11 08:56:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						442d42300b 
					 
					
						
						
							
							sk_*_push() returns the number of items on the stack, not the index of the  
						
						 
						
						... 
						
						
						
						pushed item.  The index is the number of items - 1.  And if a NULL item was
found, actually use it.
Finally, provide a little bit of safety in CRYPTO_lock() by asserting the a
requested dynamic lock really must exist, instead of just being silent about it 
						
						
					 
					
						2002-12-11 08:33:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						75e1c74724 
					 
					
						
						
							
							Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H  
						
						 
						
						... 
						
						
						
						were defined. 
						
						
					 
					
						2002-12-11 07:37:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5db2b5e573 
					 
					
						
						
							
							Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H  
						
						 
						
						... 
						
						
						
						were defined. 
						
						
					 
					
						2002-12-11 07:24:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						005ef84c5d 
					 
					
						
						
							
							Since HEADER_DES_H has been the protector of des.h since libdes  
						
						 
						
						... 
						
						
						
						(before SSLeay, maybe?), it's better to have that macro protect
the compatibility header des_old.h.  In the new des.h, let's use
a slightly different protecting macro.
The rationale is that there are application that might include (via
other header files, perhaps) both an old libdes des.h and OpenSSL's
des.h.  Whichever comes first would overshadow the other because of
the clash in protecting macro.  This fix solves that problem. 
						
						
					 
					
						2002-12-11 06:59:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f92570f00a 
					 
					
						
						
							
							This stops a compiler warning from -Wmissing-prototypes.  
						
						 
						
						... 
						
						
						
						(Noticed by Nils Larsch) 
						
						
					 
					
						2002-12-11 03:34:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9314e366c8 
					 
					
						
						
							
							Update -Olimit setting.  
						
						 
						
						... 
						
						
						
						Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at >
Reviewed by:
PR: 
						
						
					 
					
						2002-12-10 18:48:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						b22c7a1cfb 
					 
					
						
						
							
							test commit (just removing tailing blanks)  #2  after migration  
						
						 
						
						
						
						
					 
					
						2002-12-10 12:01:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						99efc0f50f 
					 
					
						
						
							
							test commit (removing trailing blanks) after migration  
						
						 
						
						
						
						
					 
					
						2002-12-10 10:51:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ralf S. Engelschall 
							
						 
					 
					
						
						
							
						
						d979d09ccc 
					 
					
						
						
							
							test blank-line commit after migration -- just ignore  
						
						 
						
						
						
						
					 
					
						2002-12-10 10:49:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c17810b087 
					 
					
						
						
							
							A memset() too many got converted into a OPENSSL_cleanse().  
						
						 
						
						... 
						
						
						
						PR: 393 
						
						
					 
					
						2002-12-10 08:26:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						e0b2073fd4 
					 
					
						
						
							
							BN_sqr test failure entry.  
						
						 
						
						
						
						
					 
					
						2002-12-09 13:43:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						123e5dfc3a 
					 
					
						
						
							
							Fix wrong URI.  
						
						 
						
						... 
						
						
						
						Submitted by: assar@kth.se 
Reviewed by:
PR: 390 
						
						
					 
					
						2002-12-09 08:49:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0edad88a31 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-12-09 02:19:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4ccfe5f49b 
					 
					
						
						
							
							Hmm, Geoff's change made things quite interesting.  We can now give  
						
						 
						
						... 
						
						
						
						users the option of disabling deprecated functions, which should of
course be reflected in libeay.num and .def files.  Quite nice,
actually. 
						
						
					 
					
						2002-12-09 02:18:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e189872486 
					 
					
						
						
							
							Nils Larsch submitted;  
						
						 
						
						... 
						
						
						
						- a patch to fix a memory leak in rsa_gen.c
  - a note about compiler warnings with unions
  - a note about improving structure element names
This applies his patch and implements a solution to the notes. 
						
						
					 
					
						2002-12-08 16:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fdaea9ed2e 
					 
					
						
						
							
							Since it's defined in draft-ietf-tls-compression-04.txt, let's make  
						
						 
						
						... 
						
						
						
						ZLIB a known compression method, with the identity 1. 
						
						
					 
					
						2002-12-08 09:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5daec7ea0e 
					 
					
						
						
							
							Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are  
						
						 
						
						... 
						
						
						
						being built with it defined - it is not a symbol to affect how openssl
itself builds, but to alter the way openssl headers can be used from an API
point of view. The "deprecated" function wrappers will always remain inside
OpenSSL at least as long as they're still being used internally. :-)
The exception is dsaparam which has been updated to the BN_GENCB-based
functions to test the new functionality. If GENCB_TEST is defined, dsaparam
will support a "-timebomb <n>" switch to cancel parameter-generation if it
gets as far as 'n' seconds without completion. 
						
						
					 
					
						2002-12-08 05:38:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e9224c7177 
					 
					
						
						
							
							This is a first-cut at improving the callback mechanisms used in  
						
						 
						
						... 
						
						
						
						key-generation and prime-checking functions. Rather than explicitly passing
callback functions and caller-defined context data for the callbacks, a new
structure BN_GENCB is defined that encapsulates this; a pointer to the
structure is passed to all such functions instead.
This wrapper structure allows the encapsulation of "old" and "new" style
callbacks - "new" callbacks return a boolean result on the understanding
that returning FALSE should terminate keygen/primality processing.  The
BN_GENCB abstraction will allow future callback modifications without
needing to break binary compatibility nor change the API function
prototypes. The new API functions have been given names ending in "_ex" and
the old functions are implemented as wrappers to the new ones.  The
OPENSSL_NO_DEPRECATED symbol has been introduced so that, if defined,
declaration of the older functions will be skipped. NB: Some
openssl-internal code will stick with the older callbacks for now, so
appropriate "#undef" logic will be put in place - this is in case the user
is *building* openssl (rather than *including* its headers) with this
symbol defined.
There is another change in the new _ex functions; the key-generation
functions do not return key structures but operate on structures passed by
the caller, the return value is a boolean. This will allow for a smoother
transition to having key-generation as "virtual function" in the various
***_METHOD tables. 
						
						
					 
					
						2002-12-08 05:24:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e90e719739 
					 
					
						
						
							
							Fix a warning, and do some constification as a lucky side-effect :-)  
						
						 
						
						
						
						
					 
					
						2002-12-08 05:19:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ba666fa0e 
					 
					
						
						
							
							Since it's defined in draft-ietf-tls-compression-04.txt, let's make  
						
						 
						
						... 
						
						
						
						ZLIB a known compression method, with the identity 1. 
						
						
					 
					
						2002-12-08 02:41:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						86a62cf15c 
					 
					
						
						
							
							Implement a stateful variant if the ZLIB compression method.  The old  
						
						 
						
						... 
						
						
						
						stateless variant is kept, but isn't used anywhere. 
						
						
					 
					
						2002-12-08 02:39:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b11405723d 
					 
					
						
						
							
							Forgot one.  
						
						 
						
						
						
						
					 
					
						2002-12-07 20:03:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4c3a2b4f8a 
					 
					
						
						
							
							Add a few items I intend to work on for 0.9.8 and on.  
						
						 
						
						
						
						
					 
					
						2002-12-07 20:02:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						bbf8198feb 
					 
					
						
						
							
							Workaround for GCC-ia64 compiler bug.  
						
						 
						
						... 
						
						
						
						Submitted by: <appro>
Reviewed by:
PR: 
						
						
					 
					
						2002-12-06 17:18:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3dda0dd2a2 
					 
					
						
						
							
							Some compilers are quite picky about non-void functions that don't return  
						
						 
						
						... 
						
						
						
						anything. 
						
						
					 
					
						2002-12-06 08:50:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fa63a98ad8 
					 
					
						
						
							
							Apparently, bash is more forgiving than sh.  To be backward  
						
						 
						
						... 
						
						
						
						compatible, don't use ==, use = instead... 
						
						
					 
					
						2002-12-06 08:43:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fc73fef48 
					 
					
						
						
							
							Keep NEWS in HEAD up to date.  
						
						 
						
						
						
						
					 
					
						2002-12-06 00:39:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						90543bd07a 
					 
					
						
						
							
							Keep STATUS in HEAD up to date.  
						
						 
						
						
						
						
					 
					
						2002-12-05 23:01:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						43ecece595 
					 
					
						
						
							
							Merge in relevant changes from the OpenSSL 0.9.6h release.  
						
						 
						
						
						
						
					 
					
						2002-12-05 21:50:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4ba8cabf62 
					 
					
						
						
							
							SSL_CERT_FILE should be used in place of the system default file, not as  
						
						 
						
						... 
						
						
						
						a first alternative to try 
						
						
					 
					
						2002-12-05 21:07:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f68bb3c51f 
					 
					
						
						
							
							Corrected DJGPP patch  
						
						 
						
						
						
						
					 
					
						2002-12-05 20:50:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6d4ac67ac1 
					 
					
						
						
							
							linux64-sparcv9 support finally debugged and tested.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-12-05 13:17:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b84d5b72f1 
					 
					
						
						
							
							Make sure to implement the cryptodev engine only when /dev/crypto exists.  
						
						 
						
						
						
						
					 
					
						2002-12-05 10:16:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8cbccedf7c 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-12-05 01:55:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c24347062 
					 
					
						
						
							
							Declare another general file.  
						
						 
						
						
						
						
					 
					
						2002-12-05 01:42:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ef888130d 
					 
					
						
						
							
							Allow users to modify /MD to /MT.  
						
						 
						
						... 
						
						
						
						PR: 380 
						
						
					 
					
						2002-12-05 01:35:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4387f47832 
					 
					
						
						
							
							Make sure using SSL_CERT_FILE actually works, and has priority over system defaults.  
						
						 
						
						... 
						
						
						
						PR: 376 
						
						
					 
					
						2002-12-05 01:20:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						38d6e4bb50 
					 
					
						
						
							
							If an application supports static locks, it MUST support dynamic locks as  
						
						 
						
						... 
						
						
						
						well to be able to use the CHIL engine.
PR: 281 
						
						
					 
					
						2002-12-05 00:56:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ced621e3c2 
					 
					
						
						
							
							PR: 381  
						
						 
						
						
						
						
					 
					
						2002-12-05 00:05:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						85940ea8ea 
					 
					
						
						
							
							Only check for a result buffer if the allocated string is a prompt string.  
						
						 
						
						... 
						
						
						
						PR: 381 
						
						
					 
					
						2002-12-05 00:04:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						439ae4d398 
					 
					
						
						
							
							Do not implement RC4 stuff if RC4 is disabled.  Concequently, apply the same  
						
						 
						
						... 
						
						
						
						rule for SHA stuff.
PR: 381 
						
						
					 
					
						2002-12-04 22:54:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4fbe40c54f 
					 
					
						
						
							
							gethostname() is more a BSD feature than an XOPEN one.  
						
						 
						
						... 
						
						
						
						PR: 379 
						
						
					 
					
						2002-12-04 22:48:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						578ca7e4cd 
					 
					
						
						
							
							Correct a few typos that I introduced after applying DJGPP patches.  
						
						 
						
						
						
						
					 
					
						2002-12-04 19:13:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e8c30b589 
					 
					
						
						
							
							In ECPKParameters_print, output the private key length correctly  
						
						 
						
						... 
						
						
						
						(length of the order of the group, not length of the actual key, which
will be shorter in some cases).
Submitted by: Nils Larsch 
						
						
					 
					
						2002-12-04 17:43:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2b32b28191 
					 
					
						
						
							
							Don't compute timings here, we can do this elsewhere.  
						
						 
						
						... 
						
						
						
						Include X9.62 signature examples.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-12-04 17:38:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						532215f2db 
					 
					
						
						
							
							Missing ")"  
						
						 
						
						... 
						
						
						
						Submitted by: Christian Hohnstaedt <chohnstaedt@innominate.com >
Reviewed by:
PR: 
						
						
					 
					
						2002-12-04 13:30:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5319be4438 
					 
					
						
						
							
							DJGPP patches.  
						
						 
						
						... 
						
						
						
						PR: 347 
						
						
					 
					
						2002-12-04 09:54:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f7a3e73ef6 
					 
					
						
						
							
							Add support for x86_64.  
						
						 
						
						... 
						
						
						
						PR: 348 
						
						
					 
					
						2002-12-04 09:17:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ff3345cb72 
					 
					
						
						
							
							A gcc 3.0 bug is triggered by our code.  Add a section about it in PROBLEMS.  
						
						 
						
						... 
						
						
						
						PR: 375 
						
						
					 
					
						2002-12-04 08:24:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						716b2079dc 
					 
					
						
						
							
							Make ASN1_TYPE_get() work for V_ASN1_NULL type.  
						
						 
						
						
						
						
					 
					
						2002-12-04 00:49:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e7b6228fd3 
					 
					
						
						
							
							Typo in X509v3_get_ext_by_critical  
						
						 
						
						
						
						
					 
					
						2002-12-04 00:16:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2053c43de2 
					 
					
						
						
							
							In asn1_d2i_read_bio, don't assume BIO_read will  
						
						 
						
						... 
						
						
						
						return the requested number of bytes when reading
content. 
						
						
					 
					
						2002-12-03 23:50:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c3e4a3660 
					 
					
						
						
							
							EXIT() may mean return().  That's confusing, so let's have it really mean  
						
						 
						
						... 
						
						
						
						exit() in whatever way works for the intended platform, and define
OPENSSL_EXIT() to have the old meaning (the name is of course because
it's only used in the openssl program) 
						
						
					 
					
						2002-12-03 16:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4707991520 
					 
					
						
						
							
							Make CRYPTO_cleanse() independent of endianness.  
						
						 
						
						
						
						
					 
					
						2002-12-03 16:06:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7a1f92fdc3 
					 
					
						
						
							
							Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>  
						
						 
						
						
						
						
					 
					
						2002-12-03 14:20:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e7a285694e 
					 
					
						
						
							
							define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN  
						
						 
						
						... 
						
						
						
						gets defined).
PR: 371 
						
						
					 
					
						2002-12-02 22:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6ab285bf4c 
					 
					
						
						
							
							I think I got it now.  Apparently, the case of having to shift down  
						
						 
						
						... 
						
						
						
						the divisor was a bit more complex than I first saw.  The lost bit
can't just be discarded, as there are cases where it is important.
For example, look at dividing 320000 with 80000 vs. 80001 (all
decimals), the difference is crucial.  The trick here is to check if
that lost bit was 1, and in that case, do the following:
1. subtract the quotient from the remainder
2. as long as the remainder is negative, add the divisor (the whole
   divisor, not the shofted down copy) to it, and decrease the
   quotient by one.
There's probably a nice mathematical proof for this already, but I
won't bother with that, unless someone requests it from me. 
						
						
					 
					
						2002-12-02 21:31:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d3159bcca 
					 
					
						
						
							
							Make some names consistent.  
						
						 
						
						
						
						
					 
					
						2002-12-02 02:40:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f60ceb54eb 
					 
					
						
						
							
							Through some experimentation and thinking, I think I finally got the  
						
						 
						
						... 
						
						
						
						proper implementation of bn_div_words() for VAX.
If the tests go through well, the next step will be to test on Alpha. 
						
						
					 
					
						2002-12-02 02:28:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0f995b2f40 
					 
					
						
						
							
							Small bugfix: even when r == d, we need to adjust r and q.  
						
						 
						
						... 
						
						
						
						PR: 366 
						
						
					 
					
						2002-12-01 02:17:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						848f735ae4 
					 
					
						
						
							
							EXIT() needs to be in a function that returns int.  
						
						 
						
						
						
						
					 
					
						2002-12-01 01:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a678430602 
					 
					
						
						
							
							Redo the VAX assembler version of bn_div_words().  
						
						 
						
						... 
						
						
						
						PR: 366 
						
						
					 
					
						2002-12-01 00:49:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9b553dac1 
					 
					
						
						
							
							Remove incorrect assert.  
						
						 
						
						... 
						
						
						
						PR: 360 
						
						
					 
					
						2002-11-29 15:18:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db3758923b 
					 
					
						
						
							
							Make it so all names mentioned in the NAME section of each manpage becomes a  
						
						 
						
						... 
						
						
						
						symlink to said manpage.
PR: 242 
						
						
					 
					
						2002-11-29 15:00:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5e4a75e79f 
					 
					
						
						
							
							Correct some names.  
						
						 
						
						
						
						
					 
					
						2002-11-29 14:21:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						43d601641f 
					 
					
						
						
							
							A few more memset()s converted to OPENSSL_cleanse().  
						
						 
						
						... 
						
						
						
						I *think* I got them all covered by now, bu please, if you find any more,
tell me and I'll correct it.
PR: 343 
						
						
					 
					
						2002-11-29 11:30:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55f78baf32 
					 
					
						
						
							
							Have all tests use EXIT() to exit rather than exit(), since the latter doesn't  
						
						 
						
						... 
						
						
						
						always give the expected result on some platforms. 
						
						
					 
					
						2002-11-28 18:54:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6c359479d7 
					 
					
						
						
							
							Make sure EXIT() can always be used as one statement.  
						
						 
						
						
						
						
					 
					
						2002-11-28 18:52:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4579924b7e 
					 
					
						
						
							
							Cleanse memory using the new OPENSSL_cleanse() function.  
						
						 
						
						... 
						
						
						
						I've covered all the memset()s I felt safe modifying, but may have missed some. 
						
						
					 
					
						2002-11-28 08:04:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2047bda6fb 
					 
					
						
						
							
							Unused variable removed.  
						
						 
						
						
						
						
					 
					
						2002-11-27 13:40:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						406c6f6962 
					 
					
						
						
							
							Extra ; removed.  
						
						 
						
						
						
						
					 
					
						2002-11-27 13:40:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						df29cc8f77 
					 
					
						
						
							
							Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler  
						
						 
						
						... 
						
						
						
						and linker optimizations.
PR: 343 
						
						
					 
					
						2002-11-27 12:24:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec7164133d 
					 
					
						
						
							
							I forgot that @ in strings must be escaped in Perl  
						
						 
						
						
						
						
					 
					
						2002-11-26 15:27:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba8ad07490 
					 
					
						
						
							
							The logic in the main signing and verifying functions to check lengths was  
						
						 
						
						... 
						
						
						
						incorrect.  Fortunately, there is a second check that's correct, when adding
the pads.
PR: 355 
						
						
					 
					
						2002-11-26 11:14:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17582ccf21 
					 
					
						
						
							
							Heimdal isn't really supported right now.  Say so, and offer a possibility  
						
						 
						
						... 
						
						
						
						to force the use of Heimdal, and warn if that's used.
PR: 346 
						
						
					 
					
						2002-11-26 10:11:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						31be2daa06 
					 
					
						
						
							
							Small bugfixes to the KSSL implementation.  
						
						 
						
						... 
						
						
						
						PR: 349 
						
						
					 
					
						2002-11-26 10:09:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						de868e0b94 
					 
					
						
						
							
							Heimdal isn't really supported right now.  Say so, and offer a possibility  
						
						 
						
						... 
						
						
						
						to force the use of Heimdal, and warn if that's used.
PR: 346 
						
						
					 
					
						2002-11-26 09:19:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						15994b034a 
					 
					
						
						
							
							rename some functions to improve consistency  
						
						 
						
						... 
						
						
						
						Submitted by: Sheueling Chang 
						
						
					 
					
						2002-11-23 18:16:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						922fa76e26 
					 
					
						
						
							
							add a comment  
						
						 
						
						
						
						
					 
					
						2002-11-22 09:25:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						19aa370573 
					 
					
						
						
							
							Disable this module if OPENSSL_NO_SOCK is defined.  
						
						 
						
						
						
						
					 
					
						2002-11-22 08:45:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d020e701bb 
					 
					
						
						
							
							Typo.  OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH  
						
						 
						
						
						
						
					 
					
						2002-11-22 08:40:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						364ff369d1 
					 
					
						
						
							
							Mention a current showstopper  
						
						 
						
						
						
						
					 
					
						2002-11-21 22:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8a09b3866a 
					 
					
						
						
							
							avoid uninitialized memory read  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-20 10:55:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						137445140b 
					 
					
						
						
							
							Make ec_GFp_simple_point_get_affine_coordinates() faster  
						
						 
						
						... 
						
						
						
						for Montgomery representations.
Submitted by: Sheueling Chang, Bodo Moeller 
						
						
					 
					
						2002-11-20 10:53:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6a8afe2201 
					 
					
						
						
							
							Fix bug introduced by the attempt to fix client side external session  
						
						 
						
						... 
						
						
						
						caching (#288 ): now internal caching failed (#351 ):
Make sure, that cipher_id is set before comparing.
Submitted by:
Reviewed by:
PR: 288 (and 351) 
						
						
					 
					
						2002-11-20 10:48:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1e3a9b650f 
					 
					
						
						
							
							allocate bio_err before memory debugging is enabled to avoid memory leaks  
						
						 
						
						... 
						
						
						
						(we can't release it before the CRYPTO_mem_leaks() call!)
Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-19 11:56:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						229dc0ee31 
					 
					
						
						
							
							It works on my laptop :-).  
						
						 
						
						
						
						
					 
					
						2002-11-19 11:52:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fcc764639d 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-11-19 11:40:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						821385ad00 
					 
					
						
						
							
							Fix an unsigned/signed mismatch.  
						
						 
						
						
						
						
					 
					
						2002-11-19 11:28:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						25ff76d565 
					 
					
						
						
							
							Update STATUS  
						
						 
						
						
						
						
					 
					
						2002-11-19 09:34:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9801fb61d0 
					 
					
						
						
							
							Add news items for 0.9.6h and expand on the 0.9.7 news as well.  
						
						 
						
						
						
						
					 
					
						2002-11-18 23:58:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20199ca809 
					 
					
						
						
							
							Document the addition of certificate pairs.  
						
						 
						
						
						
						
					 
					
						2002-11-18 23:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						711f1a3c26 
					 
					
						
						
							
							Add the ASN.1 structures and functions for CertificatePair, which is  
						
						 
						
						... 
						
						
						
						defined as follows (according to X.509_4thEditionDraftV6.pdf):
CertificatePair ::= SEQUENCE {
	forward		[0]	Certificate OPTIONAL,
	reverse		[1]	Certificate OPTIONAL,
	-- at least one of the pair shall be present -- }
The only thing I'm not sure about is if it's implicit or explicit tags
that I should count on.  For now, I'm thinking explicit, but will
gladly stand corrected.
Also implement the PEM functions to read and write certificate pairs,
and defined the PEM tag as "CERTIFICATE PAIR".
This needed to be defined, mostly for the sake of the LDAP attribute
crossCertificatePair, but may prove useful elsewhere as well. 
						
						
					 
					
						2002-11-18 23:54:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a1d85309ee 
					 
					
						
						
							
							Determine HZ exactly as in apps/speed.c.  
						
						 
						
						
						
						
					 
					
						2002-11-18 23:06:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						450cee5c3a 
					 
					
						
						
							
							Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).  
						
						 
						
						
						
						
					 
					
						2002-11-18 23:05:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a2dbcf3644 
					 
					
						
						
							
							remove redundant functions  
						
						 
						
						
						
						
					 
					
						2002-11-18 14:37:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4663355496 
					 
					
						
						
							
							use consistent order of function definitions  
						
						 
						
						
						
						
					 
					
						2002-11-18 14:33:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9dc610495c 
					 
					
						
						
							
							fix memory leak in memory debuggin code ...  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-18 14:00:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						055076cd4f 
					 
					
						
						
							
							allocate bio_err before memory debugging is enabled to avoid memory leaks  
						
						 
						
						... 
						
						
						
						(we can't release it before the CRYPTO_mem_leaks() call!)
Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-18 13:37:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						527497a722 
					 
					
						
						
							
							A variable of type time_t is supposed to be a time measurement starting at  
						
						 
						
						... 
						
						
						
						Epoch.  offset isn't such a measurement, so let's stop pretend it is. 
						
						
					 
					
						2002-11-18 13:04:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						32d21c1ef6 
					 
					
						
						
							
							Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:  
						
						 
						
						... 
						
						
						
						NAME OPTIONS are a subset of OPTIONS, so just make it =head2!
Submitted by:
Reviewed by:
PR: 333 
						
						
					 
					
						2002-11-18 08:15:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						629b58b7fb 
					 
					
						
						
							
							Make it possible to build for more than one CPU.  
						
						 
						
						... 
						
						
						
						Clarify what the CE tests do. 
						
						
					 
					
						2002-11-17 19:48:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7fa2a81d34 
					 
					
						
						
							
							Ignore openssl.pc.  This way, there's no risk that I'll add it again :-).  
						
						 
						
						
						
						
					 
					
						2002-11-17 08:07:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f66ab4783 
					 
					
						
						
							
							Adding openssl.pc to the repository was a mistake,  
						
						 
						
						... 
						
						
						
						since it's generated. 
						
						
					 
					
						2002-11-17 08:05:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						95189389b0 
					 
					
						
						
							
							Add the file openssl.pc that I forgot a while ago.  
						
						 
						
						
						
						
					 
					
						2002-11-17 08:03:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b4b82ab465 
					 
					
						
						
							
							I forgot this is compiled in test/, not crypto/ec/...  
						
						 
						
						
						
						
					 
					
						2002-11-16 10:10:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						89618e7a0d 
					 
					
						
						
							
							We don't want TARGETCPU expanded here.  
						
						 
						
						
						
						
					 
					
						2002-11-16 09:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b87e2576b5 
					 
					
						
						
							
							Mention ActiveState Perl much earlier in INSTALL.WCE.  
						
						 
						
						
						
						
					 
					
						2002-11-15 22:54:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0bf23d9b20 
					 
					
						
						
							
							WinCE patches  
						
						 
						
						
						
						
					 
					
						2002-11-15 22:37:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						813f256783 
					 
					
						
						
							
							Fix buggy #! magic and update ssleay->openssl  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 305 
						
						
					 
					
						2002-11-15 21:26:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bfa96bc20e 
					 
					
						
						
							
							Add the INHIBIT_SYMLINKS flag variable to help Cygwin.  
						
						 
						
						... 
						
						
						
						Add missing semicolons.
Add a comment explaining a bunch of targets without any action lines. 
						
						
					 
					
						2002-11-15 16:56:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f17f16fd5 
					 
					
						
						
							
							Changes to make shared library building and use work better with Cygwin  
						
						 
						
						
						
						
					 
					
						2002-11-15 16:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						84034f7aec 
					 
					
						
						
							
							Document the change to remove the 'done' flag variable in the  
						
						 
						
						... 
						
						
						
						OpenSSL_add_all_*() routines 
						
						
					 
					
						2002-11-15 13:58:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						acce40c585 
					 
					
						
						
							
							this method does not need field_data1  
						
						 
						
						
						
						
					 
					
						2002-11-15 12:43:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6dc78bf7e8 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-11-15 11:20:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ce4f169ff9 
					 
					
						
						
							
							A few more Microsoft OIDs added  
						
						 
						
						
						
						
					 
					
						2002-11-15 11:17:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c566205319 
					 
					
						
						
							
							The pointer to the cipher object is not yet set, when session was reloaded  
						
						 
						
						... 
						
						
						
						from external cache (using d2i_SSL_SESSION). Perform comparison based on
the cipher's id instead.
Submitted by: Steve Haslam <araqnid@innocent.com >
Reviewed by:
PR: 288 
						
						
					 
					
						2002-11-15 10:53:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eaf6c61c9f 
					 
					
						
						
							
							The architecture name is i486, not just 486  
						
						 
						
						
						
						
					 
					
						2002-11-15 10:28:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4c53d11d7f 
					 
					
						
						
							
							-Wid-clash-n isn't support in gcc 3, and I get better result from continuously  
						
						 
						
						... 
						
						
						
						rebuilding on a VMS box. 
						
						
					 
					
						2002-11-15 10:19:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d647444e3 
					 
					
						
						
							
							I know ANSI C doesn't like 'long long', and I don't want to see it  
						
						 
						
						
						
						
					 
					
						2002-11-15 10:15:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c1eeb6078f 
					 
					
						
						
							
							Spell prototypes correctly :-).  
						
						 
						
						
						
						
					 
					
						2002-11-15 09:56:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						953db08416 
					 
					
						
						
							
							Add -Wstrict-prototype and -Wmissing-prototype to my debugging targets  
						
						 
						
						
						
						
					 
					
						2002-11-15 09:53:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a5942093e 
					 
					
						
						
							
							We need to read one more byte of the REQUEST-CERTIFICATE message.  
						
						 
						
						... 
						
						
						
						PR: 300 
						
						
					 
					
						2002-11-15 09:15:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d78254aa28 
					 
					
						
						
							
							Add SETWRAP modifier to ASN1 generate.  
						
						 
						
						
						
						
					 
					
						2002-11-15 00:26:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						af67804bef 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-11-14 23:56:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						35a6db8640 
					 
					
						
						
							
							Close the implicitely opened registry key.  
						
						 
						
						... 
						
						
						
						PR: 264 
						
						
					 
					
						2002-11-14 23:33:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						56dc24d483 
					 
					
						
						
							
							Use =back to finish =over (found using pod2latex).  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-11-14 21:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						84d828ab70 
					 
					
						
						
							
							No such reference to link to (found running pod2latex).  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-11-14 21:41:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cfae3d94e9 
					 
					
						
						
							
							Fix documentation of i2d_X509_fp and i2d_X509_bio.  
						
						 
						
						
						
						
					 
					
						2002-11-14 18:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9c23cca01 
					 
					
						
						
							
							Add Tandem OSS target.  
						
						 
						
						... 
						
						
						
						PR: 192 
						
						
					 
					
						2002-11-14 16:30:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c863201780 
					 
					
						
						
							
							Remove warnings.  
						
						 
						
						
						
						
					 
					
						2002-11-14 15:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cb21d001c9 
					 
					
						
						
							
							DCL logic bugs fixed.  
						
						 
						
						... 
						
						
						
						(I really need to review my knowledge of the language) 
						
						
					 
					
						2002-11-14 15:38:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c7faede37b 
					 
					
						
						
							
							It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3.  
						
						 
						
						... 
						
						
						
						PR: 115 
						
						
					 
					
						2002-11-14 14:07:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d4e573f305 
					 
					
						
						
							
							Add a FAQ on how to check the authenticity of the openSSL distribution.  
						
						 
						
						... 
						
						
						
						PR: 292 
						
						
					 
					
						2002-11-14 13:00:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e20afbb340 
					 
					
						
						
							
							Cygwin fixes  
						
						 
						
						
						
						
					 
					
						2002-11-14 12:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2b2ab52354 
					 
					
						
						
							
							harmonize with 0.9.7 tree  
						
						 
						
						
						
						
					 
					
						2002-11-14 12:17:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d6e60486f 
					 
					
						
						
							
							Fix to build better with DJGPP.  
						
						 
						
						... 
						
						
						
						PR: 338
Here's the description, submitted by Gisle Vanem <giva@bgnett.no >:
1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due
   to name-clash with Watt-32.
2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash
   with <stdlib.h>
3. Added calls to dbug_init()/sock_init() in some demo programs.
4. Changed cflags/lflags in configure. Watt-32 install root now taken
   from $WATT_ROOT. 
						
						
					 
					
						2002-11-14 11:22:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1f30946481 
					 
					
						
						
							
							Don't declare 2 WARNINGS sections  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-11-14 11:13:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b1697f189b 
					 
					
						
						
							
							Opportunistic change to work around pod2latex bug: rename NAME OPTIONS  
						
						 
						
						... 
						
						
						
						section to SUBJECT AND ISSUER NAME OPTIONS
Submitted by:
Reviewed by:
PR: 333 
						
						
					 
					
						2002-11-14 11:09:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						17a202add7 
					 
					
						
						
							
							Correct reference to section name.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-11-14 11:03:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3bd16a8902 
					 
					
						
						
							
							fix output  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-14 10:57:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						555d75252a 
					 
					
						
						
							
							use new BIO_indent() function here as well  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-14 10:56:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						eaad02a747 
					 
					
						
						
							
							Missing =back  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-11-14 10:51:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97101fafd5 
					 
					
						
						
							
							The directory 'rijndael' doesn't exist any more, let's check the aes  
						
						 
						
						... 
						
						
						
						directory instead (this should have been done long ago...). 
						
						
					 
					
						2002-11-14 08:23:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						403f1bdc70 
					 
					
						
						
							
							When AES is skipped because the option 'no-rijndael' was given,  
						
						 
						
						... 
						
						
						
						make sure it's skipped from SDIRS as well. 
						
						
					 
					
						2002-11-14 08:20:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d574d83993 
					 
					
						
						
							
							Make the Windows test scripts consistent in their echoing  
						
						 
						
						
						
						
					 
					
						2002-11-14 08:08:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83411793b6 
					 
					
						
						
							
							Handle last lines that aren't properly terminated.  
						
						 
						
						... 
						
						
						
						PR: 308 
						
						
					 
					
						2002-11-14 06:51:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						65caee44ff 
					 
					
						
						
							
							Fix get_email: 0 is a valid return value  
						
						 
						
						
						
						
					 
					
						2002-11-14 00:46:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						738554331b 
					 
					
						
						
							
							Constification needed.  
						
						 
						
						... 
						
						
						
						PR: 241 
						
						
					 
					
						2002-11-13 23:47:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3f083ef0eb 
					 
					
						
						
							
							free() -> OPENSSL_free()  
						
						 
						
						
						
						
					 
					
						2002-11-13 20:25:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17ed6c06a7 
					 
					
						
						
							
							Merge from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-11-13 18:10:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c112323dd5 
					 
					
						
						
							
							This didn't get to the 0.9.8-dev thread...  
						
						 
						
						
						
						
					 
					
						2002-11-13 18:09:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0709385d3c 
					 
					
						
						
							
							Correct support for SunOS 4.1.3_U1.  
						
						 
						
						... 
						
						
						
						PR: 227 
						
						
					 
					
						2002-11-13 16:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						54a656ef08 
					 
					
						
						
							
							Security fixes brought forward from 0.9.7.  
						
						 
						
						
						
						
					 
					
						2002-11-13 15:43:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8f797f14b8 
					 
					
						
						
							
							When build as dynamic engines, the loading functions should be defined  
						
						 
						
						... 
						
						
						
						static. 
						
						
					 
					
						2002-11-13 15:30:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c0d64de660 
					 
					
						
						
							
							Make internal functions static.  
						
						 
						
						
						
						
					 
					
						2002-11-13 14:34:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c1ce8cf3b8 
					 
					
						
						
							
							Name the flag files correctly.  
						
						 
						
						
						
						
					 
					
						2002-11-13 14:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2d780dfd81 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2002-11-13 14:07:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6fee5c2fb 
					 
					
						
						
							
							disable weird assert()s  
						
						 
						
						
						
						
					 
					
						2002-11-13 14:01:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						10fa047622 
					 
					
						
						
							
							remove unused old directory crypto/rijndael (superseded by crypto/aes)  
						
						 
						
						
						
						
					 
					
						2002-11-13 13:55:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04f0a6ba39 
					 
					
						
						
							
							Update docs  
						
						 
						
						
						
						
					 
					
						2002-11-13 13:18:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						eb43641dd3 
					 
					
						
						
							
							Fix warnings, makefile cockup.  
						
						 
						
						
						
						
					 
					
						2002-11-13 11:59:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d479dc1d02 
					 
					
						
						
							
							Put NAME in right place, fix typo  
						
						 
						
						
						
						
					 
					
						2002-11-13 01:20:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7fb8d254fe 
					 
					
						
						
							
							Only accept exact match for modifier or tag name  
						
						 
						
						
						
						
					 
					
						2002-11-13 00:57:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c99935e32c 
					 
					
						
						
							
							Add header ctype.h  
						
						 
						
						
						
						
					 
					
						2002-11-13 00:42:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2232e262bf 
					 
					
						
						
							
							Fix memory leak in s2i_ASN_INTEGER and return an error  
						
						 
						
						... 
						
						
						
						if any invalid characters are present. 
						
						
					 
					
						2002-11-13 00:40:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						137e7e3aa1 
					 
					
						
						
							
							Update docs  
						
						 
						
						
						
						
					 
					
						2002-11-13 00:14:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba36b61d3d 
					 
					
						
						
							
							Initial ASN1 generation documentation.  
						
						 
						
						
						
						
					 
					
						2002-11-12 18:20:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ccb13ded84 
					 
					
						
						
							
							Synchronise...  
						
						 
						
						
						
						
					 
					
						2002-11-12 13:55:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9ea1b87862 
					 
					
						
						
							
							Initial ASN1 generation code. This can construct  
						
						 
						
						... 
						
						
						
						arbitrary encodings from strings and config files.
Documentation to follow... 
						
						
					 
					
						2002-11-12 13:34:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						688cf84d1f 
					 
					
						
						
							
							Make it possible to run individual tests even when linked with libcrypto.so and libssl.so  
						
						 
						
						
						
						
					 
					
						2002-11-12 11:25:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69ce48c307 
					 
					
						
						
							
							Make the CBC mode od AES accept lengths that aren't multiples of 16.  
						
						 
						
						... 
						
						
						
						PR: 330 
						
						
					 
					
						2002-11-12 11:00:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						06b7c8d5ba 
					 
					
						
						
							
							Variables on the stack must be initialized or we can't depend on any  
						
						 
						
						... 
						
						
						
						initial value.  For errline/errorline, we did depend on that, erroneously 
						
						
					 
					
						2002-11-11 21:34:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6722b62b36 
					 
					
						
						
							
							Make the programs link against the static library on MacOS X.  
						
						 
						
						... 
						
						
						
						PR: 335 
						
						
					 
					
						2002-11-11 20:46:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7d80b27949 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						Submitted by: assar <assar@kth.se >
Reviewed by:
PR: 
						
						
					 
					
						2002-11-11 11:19:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d742bd882e 
					 
					
						
						
							
							do tests with all built-in curves  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-11 10:25:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						97a06ad9ef 
					 
					
						
						
							
							corrections to built-in curves  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-11 10:24:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						756b9a0046 
					 
					
						
						
							
							Make sure permissions are friendly when building release tar file.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 171 
						
						
					 
					
						2002-11-11 08:57:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						96c930dd2f 
					 
					
						
						
							
							More information to the important issue of seeding the PRNG  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 285 
						
						
					 
					
						2002-11-11 08:33:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c81a15099a 
					 
					
						
						
							
							X509_NAME_cmp() now compares PrintableString and emailAddress with a value of type  
						
						 
						
						... 
						
						
						
						ia5String correctly.
PR: 244 
						
						
					 
					
						2002-11-09 21:52:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8c125550c 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2002-11-09 18:05:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3782350c14 
					 
					
						
						
							
							-CAserial does take a filename argument.  
						
						 
						
						... 
						
						
						
						PR: 332 
						
						
					 
					
						2002-11-08 21:53:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6257073aa 
					 
					
						
						
							
							-CAcreateserial doesn't take a filename argument.  
						
						 
						
						... 
						
						
						
						PR: 332 
						
						
					 
					
						2002-11-08 21:51:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ddff68bee7 
					 
					
						
						
							
							Windows doesn't know sys/file.h  
						
						 
						
						
						
						
					 
					
						2002-11-07 21:40:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						491659c436 
					 
					
						
						
							
							Typo in OCSP ASN1 module  
						
						 
						
						
						
						
					 
					
						2002-11-07 17:42:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d6fc30bc7 
					 
					
						
						
							
							Keep on using ${CC}, since gcc may act in disguise.  
						
						 
						
						
						
						
					 
					
						2002-11-06 23:39:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56824b9658 
					 
					
						
						
							
							Generate openssl.pc so pkg-config can return proper data.  
						
						 
						
						... 
						
						
						
						PR: 163 
						
						
					 
					
						2002-11-06 23:35:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						892e9625d3 
					 
					
						
						
							
							Stupid bug fixes.  I've forgotten my DCL...  
						
						 
						
						
						
						
					 
					
						2002-11-06 17:27:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e2916b2540 
					 
					
						
						
							
							print less output (no details unless a test failed)  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-06 11:48:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1810d2088e 
					 
					
						
						
							
							some people just can't read the instructions  
						
						 
						
						
						
						
					 
					
						2002-11-06 06:02:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d618f703ec 
					 
					
						
						
							
							CRL reason code docs.  
						
						 
						
						
						
						
					 
					
						2002-11-06 01:28:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						896e4fef30 
					 
					
						
						
							
							avoid Purify warnings  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-05 13:54:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						38c7271a39 
					 
					
						
						
							
							Check for NULL ASN1_ITEM when initializeing  
						
						 
						
						... 
						
						
						
						boolean option in ASN1_TYPE. 
						
						
					 
					
						2002-11-05 13:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5e3247d8bc 
					 
					
						
						
							
							fix typo  
						
						 
						
						
						
						
					 
					
						2002-11-05 10:54:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b53e44e572 
					 
					
						
						
							
							implement and use new macros BN_get_sign(), BN_set_sign()  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-11-04 13:17:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e5f4d8279d 
					 
					
						
						
							
							Off-by-one-error corrected.  
						
						 
						
						... 
						
						
						
						PR: 235 
						
						
					 
					
						2002-11-04 11:30:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						86e8b56ac4 
					 
					
						
						
							
							Cosmetic change  
						
						 
						
						
						
						
					 
					
						2002-11-04 06:26:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bff1567623 
					 
					
						
						
							
							Since we're currently assuming VMS can deal with dynamic engines,  
						
						 
						
						... 
						
						
						
						don't include the static engine entry points in libcrypto.exe. 
						
						
					 
					
						2002-11-04 00:29:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db199abd9e 
					 
					
						
						
							
							Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.  
						
						 
						
						... 
						
						
						
						Make sure to include openssl/opensslconf.h to make sure we get the
definition of those macros. 
						
						
					 
					
						2002-11-01 12:37:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b6d0defb98 
					 
					
						
						
							
							Remove all referenses to RSAref, since that's been gone for more than  
						
						 
						
						... 
						
						
						
						a year. 
						
						
					 
					
						2002-10-31 16:46:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ad22b914d6 
					 
					
						
						
							
							Add all that is needed to build external engines on VMS.  
						
						 
						
						... 
						
						
						
						Currently, we simply assume that they shall always be built as
shareable images. 
						
						
					 
					
						2002-10-31 15:43:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f216fae545 
					 
					
						
						
							
							Add the command procedure to build external engines on VMS.  
						
						 
						
						... 
						
						
						
						Currently, we simply assume that they shall always be built as
shareable images. 
						
						
					 
					
						2002-10-31 15:43:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						242823c9bc 
					 
					
						
						
							
							New files have appeared, tell VMS.  
						
						 
						
						
						
						
					 
					
						2002-10-30 09:46:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						40efa67248 
					 
					
						
						
							
							Plug potential memory leak.  
						
						 
						
						... 
						
						
						
						Identified by Goetz Babin-Ebell <babinebell@trustcenter.de > 
						
						
					 
					
						2002-10-30 09:42:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						769fedc3ad 
					 
					
						
						
							
							Add a HISTORY section to the man page to mention the new flags.  
						
						 
						
						
						
						
					 
					
						2002-10-29 18:05:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9c3db400dc 
					 
					
						
						
							
							The recent CHANGES note between 0.9.6g and 0.9.6h needs copying into the  
						
						 
						
						... 
						
						
						
						other branches. 
						
						
					 
					
						2002-10-29 18:01:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d9ec9d990f 
					 
					
						
						
							
							The last character of inconsistency in my recent commits is hereby  
						
						 
						
						... 
						
						
						
						squashed. 
						
						
					 
					
						2002-10-29 17:51:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b5148cf1f7 
					 
					
						
						
							
							synchronise util/libeay.num with the 0.9.7-stable variant (guys, this  
						
						 
						
						... 
						
						
						
						is something we really need to keep track of!).
make update 
						
						
					 
					
						2002-10-29 14:48:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						90a617e050 
					 
					
						
						
							
							avoid warnings ('index' shadows global declaration)  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-10-29 11:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						259cdf2af9 
					 
					
						
						
							
							Sun has agreed to removing the covenant language from most files.  
						
						 
						
						... 
						
						
						
						Submitted by: Sheueling Chang <Sheueling.Chang@Sun.COM > 
						
						
					 
					
						2002-10-29 10:59:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6c950e0dc9 
					 
					
						
						
							
							'covenant HOWTO' (what to do about the Sun covenant if you modify the code)  
						
						 
						
						... 
						
						
						
						Submitted by: Bodo Moeller 
						
						
					 
					
						2002-10-29 10:58:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						62dd6f161a 
					 
					
						
						
							
							The #else part of the conditionals have two statements, so they need  
						
						 
						
						... 
						
						
						
						to be surrounded with braces, or the surrounding if..else will fail
miserably in case the #else part is compiled. 
						
						
					 
					
						2002-10-29 09:42:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6aba658cd8 
					 
					
						
						
							
							Revert, that was an incorrect change.  
						
						 
						
						... 
						
						
						
						PR: 156 
						
						
					 
					
						2002-10-29 04:34:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						accb0c6edb 
					 
					
						
						
							
							A small detail: since 0.9.7, DH_new_method() and DSA_new_method()  
						
						 
						
						... 
						
						
						
						don't take an ENGINE* as parameter any more.
PR: 156 
						
						
					 
					
						2002-10-29 04:31:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e0db2eed8d 
					 
					
						
						
							
							Correct and enhance the behaviour of "internal" session caching as it  
						
						 
						
						... 
						
						
						
						relates to SSL_CTX flags and the use of "external" session caching. The
existing flag, "SSL_SESS_CACHE_NO_INTERNAL_LOOKUP" remains but is
supplemented with a complimentary flag, "SSL_SESS_CACHE_NO_INTERNAL_STORE".
The bitwise OR of the two flags is also defined as
"SSL_SESS_CACHE_NO_INTERNAL" and is the flag that should be used by most
applications wanting to implement session caching *entirely* by its own
provided callbacks. As the documented behaviour contradicted actual
behaviour up until recently, and since that point behaviour has itself been
inconsistent anyway, this change should not introduce any compatibility
problems. I've adjusted the relevant documentation to elaborate about how
this works.
Kudos to "Nadav Har'El" <nyh@math.technion.ac.il > for diagnosing these
anomalies and testing this patch for correctness.
PR: 311 
						
						
					 
					
						2002-10-29 00:33:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						00a357ab20 
					 
					
						
						
							
							increase permissible message length so that we can handle  
						
						 
						
						... 
						
						
						
						CertificateVerify for 4096 bit RSA signatures 
						
						
					 
					
						2002-10-28 15:45:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8ee4845b65 
					 
					
						
						
							
							'broken' PKCS  #8  format does not apply to ECDSA  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-10-28 14:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						19b8d06a79 
					 
					
						
						
							
							clean up new code for NIST primes  
						
						 
						
						... 
						
						
						
						create new lock CRYPTO_LOCK_BN to avoid race condition 
						
						
					 
					
						2002-10-28 14:02:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5c6bf03117 
					 
					
						
						
							
							fast reduction for NIST curves  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-10-28 13:23:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f72ed6153b 
					 
					
						
						
							
							remove superfluous code  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-10-28 13:19:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d652a0957f 
					 
					
						
						
							
							Make sure toupper() is declared  
						
						 
						
						
						
						
					 
					
						2002-10-25 09:51:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbcd27907b 
					 
					
						
						
							
							External engines aren't in crypto/engine/ any more, so don't try to  
						
						 
						
						... 
						
						
						
						build them there.
A command procedure to build the external engines is on it's way. 
						
						
					 
					
						2002-10-24 19:15:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a551bea52e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-10-24 19:12:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6cb686208e 
					 
					
						
						
							
							For the mkdef.pl to recognise if the "external" engines are inserted  
						
						 
						
						... 
						
						
						
						into libcrypto, we need the "algorithm" STATIC_ENGINE. 
						
						
					 
					
						2002-10-24 19:09:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd1fb77245 
					 
					
						
						
							
							There's a name clash between OpenSSL and RSAref.  Since this engine handles  
						
						 
						
						... 
						
						
						
						RSAref data, pretend we don't care for OpenSSL's MD2 and MD5 structures or
implementation.
Remove all kinds of silly warning 
						
						
					 
					
						2002-10-24 17:02:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d610d27f30 
					 
					
						
						
							
							On certain platforms, we redefine certain symbols using macros in  
						
						 
						
						... 
						
						
						
						apps.h.  For those, it's better to include apps.h after the system
headers where those symbols may be defined, since there's otherwise a
chance that the C compiler will barf when it sees something that looks
like this after expansion:
int VMS_strcasecmp((str1),(str2))(const char *, const char *); 
						
						
					 
					
						2002-10-24 10:03:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						96b35c9e26 
					 
					
						
						
							
							Signal an error if the entered output password didn't match itself.  
						
						 
						
						... 
						
						
						
						PR: 314 
						
						
					 
					
						2002-10-23 15:07:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						907a8f1e6e 
					 
					
						
						
							
							fix warnings, and harmonize indentation  
						
						 
						
						
						
						
					 
					
						2002-10-23 13:11:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e1c191fe44 
					 
					
						
						
							
							I don't like c-tab-always-indent ...  
						
						 
						
						
						
						
					 
					
						2002-10-23 13:09:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5aa3429c5d 
					 
					
						
						
							
							Typo: v3 is represented by 2.  
						
						 
						
						
						
						
					 
					
						2002-10-21 00:10:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ffd418f217 
					 
					
						
						
							
							In my extreme debug mode, gcc complains that 'static' doesn't come  
						
						 
						
						... 
						
						
						
						first. 
						
						
					 
					
						2002-10-20 20:38:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0711be1696 
					 
					
						
						
							
							New docs.  
						
						 
						
						
						
						
					 
					
						2002-10-20 13:20:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7521ab3d0b 
					 
					
						
						
							
							Make pod2man happier.  
						
						 
						
						
						
						
					 
					
						2002-10-18 22:04:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0587ec2645 
					 
					
						
						
							
							If dynamically-loadable ENGINEs are linked against a shared-library version  
						
						 
						
						... 
						
						
						
						of libcrypto, then it is possible that when they are loaded they will share
the same static data as the loading application/library. This means it will
be too late to set memory/ERR/ex_data/[etc] callbacks, but entirely
unnecessary to try. This change puts a static variable in the core ENGINE
code (contained in libcrypto) and a function returning a pointer to it. If
the loaded ENGINE's return value from this function matches the loading
application/library's return value - they share static data. If they don't
match, the loaded ENGINE has its own copy of libcrypto's static data and so
the callbacks need to be set.
Also, although 0.9.7 hasn't been released yet, it's clear this will
introduce a binary incompatibility between dynamic ENGINEs built for 0.9.7
and 0.9.8 (though others probably exist already from EC_*** hooks and
what-not) - so the version control values are correspondingly bumped. 
						
						
					 
					
						2002-10-18 20:45:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b76d66fbf6 
					 
					
						
						
							
							Another ENGINE implementation dependant on string.h.  
						
						 
						
						
						
						
					 
					
						2002-10-18 19:23:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						06f851f721 
					 
					
						
						
							
							We need to propogate SHARED_LIBS to sub-directories for "install" targets  
						
						 
						
						... 
						
						
						
						now. 
						
						
					 
					
						2002-10-18 19:05:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f6661d391c 
					 
					
						
						
							
							The loop variable is 'l', not 'i'.  
						
						 
						
						
						
						
					 
					
						2002-10-18 19:02:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						284b216b3a 
					 
					
						
						
							
							Corrected exchanged parameters in example for EVP_EncryptInit_ex()  
						
						 
						
						... 
						
						
						
						Submitted by: "Marcus Carey" <marcus.carey@verizon.net >
Reviewed by:
PR: 265 
						
						
					 
					
						2002-10-18 09:47:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						05dbe6ee1f 
					 
					
						
						
							
							change Emacs indentation style to make it easier to insert  
						
						 
						
						... 
						
						
						
						tabs manually
Submitted by: Pierre Bacquet <pbacquet@delta.fr > 
						
						
					 
					
						2002-10-17 09:16:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						871d0f5126 
					 
					
						
						
							
							Eh, -Wl,--whole-archive disappeared from the GNU targets.  I've no  
						
						 
						
						... 
						
						
						
						idea why, but that was definitely wrong... 
						
						
					 
					
						2002-10-16 22:44:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5be1264b7e 
					 
					
						
						
							
							The ENGINE implementations in ./engines/ should be role models on how to  
						
						 
						
						... 
						
						
						
						write external engines (and thus should require only installed openssl
headers and libs to compile without warnings). So this gets rid of recently
introduced compilation warnings (no longer including internal headers) by
including string.h directly. 
						
						
					 
					
						2002-10-16 21:50:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						314c667050 
					 
					
						
						
							
							- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in the  
						
						 
						
						... 
						
						
						
						normal 'structural' case (ENGINE_init() satisfies this in the less normal
'functional' case). This change provides such a function.
- Correct some "read" locks that should actually be "write" locks.
- make update. 
						
						
					 
					
						2002-10-16 01:29:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28c8a911bd 
					 
					
						
						
							
							Typos.  
						
						 
						
						... 
						
						
						
						PR: 189 
						
						
					 
					
						2002-10-15 20:30:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						437d1ed49f 
					 
					
						
						
							
							Typos.  
						
						 
						
						... 
						
						
						
						PR: 189 
						
						
					 
					
						2002-10-15 20:29:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						12fd8be2c4 
					 
					
						
						
							
							A much better idea, of course, is not to do a submake at all...  
						
						 
						
						
						
						
					 
					
						2002-10-15 12:09:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8258f7b361 
					 
					
						
						
							
							Makefile.shared needs to know how it can reach itself.  
						
						 
						
						
						
						
					 
					
						2002-10-15 11:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e15ea3d9e1 
					 
					
						
						
							
							When BN_add_word() reaches top, it shouldn't try to add the the corresponding  
						
						 
						
						... 
						
						
						
						word, since that word may not be zero. 
						
						
					 
					
						2002-10-14 11:33:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						677532629d 
					 
					
						
						
							
							makedepend complains when a header file is included more than once in  
						
						 
						
						... 
						
						
						
						the same source file. 
						
						
					 
					
						2002-10-14 10:02:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						57d8ff79b2 
					 
					
						
						
							
							Complete the VxWorks fix by implementing a NULL RAND_poll() for it.  
						
						 
						
						... 
						
						
						
						PR: 253 
						
						
					 
					
						2002-10-14 09:44:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4b14ed760d 
					 
					
						
						
							
							libs is a timestamp that we don't really need to know about.  
						
						 
						
						
						
						
					 
					
						2002-10-14 09:35:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						79a6260a11 
					 
					
						
						
							
							Add needed libraries as per configuration to the list of libraries we  
						
						 
						
						... 
						
						
						
						depend upon. 
						
						
					 
					
						2002-10-14 09:25:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a0bf8f2008 
					 
					
						
						
							
							Add missing quotes.  
						
						 
						
						... 
						
						
						
						Make sure test doesn't barf because of missing spaces before the
closing ].
Add -lc to the list of libraries we depend upon.  Not always
necessary, but never hurts. 
						
						
					 
					
						2002-10-14 09:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						408bf2f0c4 
					 
					
						
						
							
							Targeting the solaris platform for specific tests.  Something is going  
						
						 
						
						... 
						
						
						
						wrong, and my test engine doesn't show it.  The verbosity will be
temporary for about a day. 
						
						
					 
					
						2002-10-13 22:57:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						874fee478c 
					 
					
						
						
							
							Clarify where the engines are by default.  
						
						 
						
						
						
						
					 
					
						2002-10-12 16:07:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						90d9a69bb1 
					 
					
						
						
							
							Chase down the missing backslashes.  
						
						 
						
						
						
						
					 
					
						2002-10-12 09:16:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4006c56036 
					 
					
						
						
							
							Add more commentary.  Check that *num is smaller than the block size.  
						
						 
						
						
						
						
					 
					
						2002-10-11 22:42:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1729588435 
					 
					
						
						
							
							The AES CTR API was buggy, we need to save the encrypted counter as well  
						
						 
						
						... 
						
						
						
						between calls, or that will be lost if it returned with *num non-zero. 
						
						
					 
					
						2002-10-11 22:37:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f7c2cb31e 
					 
					
						
						
							
							Step 14 of move of engines:  Final step, document the change.  
						
						 
						
						
						
						
					 
					
						2002-10-11 22:06:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4629f4136 
					 
					
						
						
							
							make update.  
						
						 
						
						
						
						
					 
					
						2002-10-11 20:45:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56b5f687e4 
					 
					
						
						
							
							And if the path has a space, we definitely need to protect $openssl.  
						
						 
						
						
						
						
					 
					
						2002-10-11 20:31:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						caa4f47f61 
					 
					
						
						
							
							Oh, there were *two* places where we needed to protect the file  
						
						 
						
						... 
						
						
						
						name... 
						
						
					 
					
						2002-10-11 20:28:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						36757b4438 
					 
					
						
						
							
							For the platforms where version info is inserted separately into the  
						
						 
						
						... 
						
						
						
						shared library, set those flags conditionally. 
						
						
					 
					
						2002-10-11 19:56:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						75871dda4b 
					 
					
						
						
							
							Step 13 of move of engines:  Remove old files.  
						
						 
						
						
						
						
					 
					
						2002-10-11 18:52:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						506fec1a95 
					 
					
						
						
							
							Step 12 of move of engines: Time to make the changes to support  
						
						 
						
						... 
						
						
						
						automatic load of dynamic engines.  Make the changes in the main
Makefile so the engines are built, but now in the engines/ directory.
Note: The changes in step 12 have all been made by Geoff Thorpe.
Credit where credit is due. 
						
						
					 
					
						2002-10-11 18:51:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aae329c447 
					 
					
						
						
							
							Step 11c of move of engines: Time to make the changes to support  
						
						 
						
						... 
						
						
						
						automatic load of dynamic engines.  Change the iterator to try to load
the requested engine dynamically.  The environment variable
OPENSSL_ENGINES can be used to override the internal default directory
where one can expect to find dynamically loadable engines.
Note: The changes in step 11 have all been made by Geoff Thorpe.
Credit where credit is due. 
						
						
					 
					
						2002-10-11 18:49:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						02acf1409e 
					 
					
						
						
							
							Step 11b of move of engines: Time to make the changes to support  
						
						 
						
						... 
						
						
						
						automatic load of dynamic engines.  Add functionality to the dynamic
engine to handle engine directories and loading from those.  This
is currently NOT compatible with the use of LD_LIBRARY_PATH and
similar environment variables.
Note: The changes in step 11 have all been made by Geoff Thorpe.
Credit where credit is due. 
						
						
					 
					
						2002-10-11 18:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6ac3309c74 
					 
					
						
						
							
							Step 11a of move of engines: Time to make the changes to support  
						
						 
						
						... 
						
						
						
						automatic load of dynamic engines.  Unless we don't have shared
library support, do not try to load any "built-in" engines except for
cryptodev. 
						
						
					 
					
						2002-10-11 18:42:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1b15cfa11d 
					 
					
						
						
							
							Step 10 of move of engines: Change crypto/engine/Makefile.ssl so we  
						
						 
						
						... 
						
						
						
						don't build any "built-in" engines in that directory any more, except
fo the cryptodev one. 
						
						
					 
					
						2002-10-11 18:40:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						76dfca879f 
					 
					
						
						
							
							Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c to  
						
						 
						
						... 
						
						
						
						eng_cryptodev.c.  This is an engine that (at least currently) has
to be built in. 
						
						
					 
					
						2002-10-11 18:38:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7cdc7bacea 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2002-10-11 18:32:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbd78b5c08 
					 
					
						
						
							
							Step 8 of move of engines: Remove the last little quirks.  
						
						 
						
						... 
						
						
						
						DECIMAL_SIZE is copied from crypto/cryptlib.h. 
						
						
					 
					
						2002-10-11 18:21:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbcd0da597 
					 
					
						
						
							
							We didn't copy the cryptodev engine here, darn it!  
						
						 
						
						
						
						
					 
					
						2002-10-11 18:20:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						665dc3924d 
					 
					
						
						
							
							Step 7 of move of engines: Engines should not depend on private  
						
						 
						
						... 
						
						
						
						OpenSSL header files. 
						
						
					 
					
						2002-10-11 18:17:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4bdacff25b 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2002-10-11 18:10:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ecd45314b8 
					 
					
						
						
							
							Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT to  
						
						 
						
						... 
						
						
						
						OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless
shared library support has been specifically requested. 
						
						
					 
					
						2002-10-11 18:06:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3e06fb754e 
					 
					
						
						
							
							synchronize with 0.9.7-stable version of this file  
						
						 
						
						
						
						
					 
					
						2002-10-11 17:56:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b2e20a31ea 
					 
					
						
						
							
							That wasn't supposed to be there...  
						
						 
						
						
						
						
					 
					
						2002-10-11 17:43:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						38e19a4220 
					 
					
						
						
							
							Step 5 of move of engines: Add a makefile (and a .cvsignore).  
						
						 
						
						
						
						
					 
					
						2002-10-11 17:42:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f28164fefd 
					 
					
						
						
							
							Step 4 of move of engines: Split e.ec into individual files for each  
						
						 
						
						... 
						
						
						
						engine. 
						
						
					 
					
						2002-10-11 17:41:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2eaabb718b 
					 
					
						
						
							
							Step 3 of move of engines: copy the corresponding vendor header files.  
						
						 
						
						
						
						
					 
					
						2002-10-11 17:10:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5572f482e7 
					 
					
						
						
							
							Step 2 of move of engines: copy engines to new directory and rename them  
						
						 
						
						... 
						
						
						
						to be prefixed with e_ instead of hw_.  They aren't necessarely hardware
engines.  The files commited here are exact copies of the corresponding
hw_ files found in crypto/engine/. 
						
						
					 
					
						2002-10-11 17:08:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						729f0a277e 
					 
					
						
						
							
							Add a configuration target for A/UX.  
						
						 
						
						... 
						
						
						
						PR: 271 
						
						
					 
					
						2002-10-11 14:39:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c55d759168 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-10-11 12:22:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b7910992d8 
					 
					
						
						
							
							There may be more than one single quote to fix.  
						
						 
						
						... 
						
						
						
						PR: 256 
						
						
					 
					
						2002-10-11 11:34:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf3b8b52f1 
					 
					
						
						
							
							Make sure it's properly detected when there's no version information  
						
						 
						
						... 
						
						
						
						at all, and in all other cases, make sure foo.so is linked to
foo.so.{soversion}. 
						
						
					 
					
						2002-10-11 11:14:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						42b06fbaca 
					 
					
						
						
							
							Make sure $fname will not give us any surprises with any funny characters.  
						
						 
						
						... 
						
						
						
						PR: 256 
						
						
					 
					
						2002-10-11 11:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2245cd87d4 
					 
					
						
						
							
							BN_bn2hex() returns "0" instead of "00" for zero.  This disrputs the  
						
						 
						
						... 
						
						
						
						requirement that the serial number always be an even amount of characters.
PR: 248 
						
						
					 
					
						2002-10-11 09:38:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c199837c54 
					 
					
						
						
							
							Fix inconsistencies in the Darwin targets.  
						
						 
						
						... 
						
						
						
						Add a variant of SHLIB_SOVER without the preceding period. 
						
						
					 
					
						2002-10-11 08:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83699c4784 
					 
					
						
						
							
							Add a suffix for Darwin's sake, since it seems like .dylib comes after  
						
						 
						
						... 
						
						
						
						the version in the file name. 
						
						
					 
					
						2002-10-11 07:33:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						30afcc072a 
					 
					
						
						
							
							Move the shared library construction stuff to Makefile.shared, a  
						
						 
						
						... 
						
						
						
						helper makefile that generalises our way of building shared libraries
and is designed to take care of almost anything (I hope). 
						
						
					 
					
						2002-10-11 00:37:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						832f9304fd 
					 
					
						
						
							
							Rhapsody had ftime, Darwin doesn't (any longer?)  
						
						 
						
						
						
						
					 
					
						2002-10-10 13:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fa4bde98d2 
					 
					
						
						
							
							Add a few more target platforms, to see how well the shared library  
						
						 
						
						... 
						
						
						
						linking works on them. 
						
						
					 
					
						2002-10-10 12:46:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ca80756c70 
					 
					
						
						
							
							VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.  
						
						 
						
						... 
						
						
						
						PR: 184 
						
						
					 
					
						2002-10-10 09:05:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef0baf60aa 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2002-10-10 08:32:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ba3a4c3d2 
					 
					
						
						
							
							RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.  
						
						 
						
						... 
						
						
						
						PR: 189 
						
						
					 
					
						2002-10-10 07:59:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29e48c18b7 
					 
					
						
						
							
							More docs.  
						
						 
						
						
						
						
					 
					
						2002-10-09 17:19:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						982dfb7d10 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2002-10-09 17:15:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c4b69d3ab 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2002-10-09 17:05:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e2cc42cfb 
					 
					
						
						
							
							Make sure that the 'config' variable is correctly defined and declared  
						
						 
						
						... 
						
						
						
						for monolithic as well as non-monolithic biuld.
More work is probably needed in this area.
PR: 144 
						
						
					 
					
						2002-10-09 15:36:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1e5c205ccb 
					 
					
						
						
							
							Remove redundancy and use the main makefile better  
						
						 
						
						
						
						
					 
					
						2002-10-09 15:12:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4c82171a8e 
					 
					
						
						
							
							Keep the sub_all symbol so all the algorithm Makefiles won't break.  
						
						 
						
						
						
						
					 
					
						2002-10-09 15:03:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88c80b3e75 
					 
					
						
						
							
							Change the main Makefile to have "mini-build" targets.  
						
						 
						
						... 
						
						
						
						PR: 253, last part. 
						
						
					 
					
						2002-10-09 14:52:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						27bad5ad3d 
					 
					
						
						
							
							Don't fuss with the demo binaries  
						
						 
						
						
						
						
					 
					
						2002-10-09 13:57:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6a89a25c27 
					 
					
						
						
							
							Add a few more VxWorks targets.  
						
						 
						
						... 
						
						
						
						Correct misspelled VXWORKS macros.
Add VXWORKS identifying macros to e_os2.h.
Add required inclusions and mappings for VxWorks in e_os.h.
A few small modifications to make OpenSSL build and work on VxWorks.
PR: 253, except for the  change that was handled in an earlier
         commit, and a request for easy build of just parts of OpenSSL. 
						
						
					 
					
						2002-10-09 13:40:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						001ab3abad 
					 
					
						
						
							
							Use double dashes so makedepend doesn't misunderstand the flags we  
						
						 
						
						... 
						
						
						
						give it.
For 0.9.7 and up, that means util/domd needs to remove those double
dashes from the argument list when gcc is used to find the
dependencies. 
						
						
					 
					
						2002-10-09 13:25:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec8ad2bb96 
					 
					
						
						
							
							PKCS12_parse manual page.  
						
						 
						
						
						
						
					 
					
						2002-10-09 13:10:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5fbb02fcb1 
					 
					
						
						
							
							PKCS12_create manual page  
						
						 
						
						
						
						
					 
					
						2002-10-09 12:06:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e1b50e219 
					 
					
						
						
							
							More man pages.  
						
						 
						
						
						
						
					 
					
						2002-10-09 12:06:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d7b2342a6a 
					 
					
						
						
							
							Add missing LF  
						
						 
						
						
						
						
					 
					
						2002-10-09 06:35:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7e9db7cefc 
					 
					
						
						
							
							PKCS7_verify() docs.  
						
						 
						
						
						
						
					 
					
						2002-10-08 00:40:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d30e4c5b0b 
					 
					
						
						
							
							More docs.  
						
						 
						
						
						
						
					 
					
						2002-10-07 17:31:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9de6bb8abc 
					 
					
						
						
							
							More d2i/i2d manual pages.  
						
						 
						
						
						
						
					 
					
						2002-10-07 13:07:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						72e04bd13f 
					 
					
						
						
							
							Document "0" and "1" naming convention.  
						
						 
						
						
						
						
					 
					
						2002-10-06 12:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4ec0448122 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2002-10-06 12:40:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						842d8e209b 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2002-10-06 12:34:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						292fcd5c7b 
					 
					
						
						
							
							Update DH parameter docs.  
						
						 
						
						
						
						
					 
					
						2002-10-06 12:24:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						74e3931f84 
					 
					
						
						
							
							Various Win32 fixes.  
						
						 
						
						... 
						
						
						
						Resolve signed/unsigned conflicts
Make dso_win32.c compile. 
						
						
					 
					
						2002-10-06 12:14:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						12dadc555f 
					 
					
						
						
							
							Oops, remove old comment out debugging printf...  
						
						 
						
						
						
						
					 
					
						2002-10-06 12:10:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b75b2225e5 
					 
					
						
						
							
							Since crypt() isn't defined anywhere, define it locally in destest.c  
						
						 
						
						
						
						
					 
					
						2002-10-06 00:41:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						12f27bd414 
					 
					
						
						
							
							Please do not use C++ comments in C code.  
						
						 
						
						
						
						
					 
					
						2002-10-06 00:33:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69deec58fb 
					 
					
						
						
							
							Do not define crypt().  The supported function is DES_crypt() (an des_crypt()  
						
						 
						
						... 
						
						
						
						when backward compatibility is desired). 
						
						
					 
					
						2002-10-06 00:23:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1e976bdc46 
					 
					
						
						
							
							Update RSAPublicKey manual page...  
						
						 
						
						
						
						
					 
					
						2002-10-06 00:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9946fceb9d 
					 
					
						
						
							
							Some docs relating to X509 ASN1 functions.  
						
						 
						
						... 
						
						
						
						Many other ASN1 functions are identical other
than the actual structure being handled. 
						
						
					 
					
						2002-10-05 23:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6fed88113b 
					 
					
						
						
							
							For some reason, the random number support removed the destructor  
						
						 
						
						
						
						
					 
					
						2002-10-05 20:54:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						97ebe047d0 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2002-10-05 01:38:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fc6a6a1030 
					 
					
						
						
							
							Add version info to Win32 DLLs.  
						
						 
						
						... 
						
						
						
						We might want to edit the strings a bit...
Maybe add to 0.9.7 too? 
						
						
					 
					
						2002-10-04 21:22:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d840c827f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-10-04 21:16:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a2a1a04e53 
					 
					
						
						
							
							Add declaration got PKCS#7 NDEF.  
						
						 
						
						
						
						
					 
					
						2002-10-04 21:08:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f86abc2e80 
					 
					
						
						
							
							Update mkdef.pl to handle new ASN1 macro  
						
						 
						
						
						
						
					 
					
						2002-10-04 20:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7104c376ae 
					 
					
						
						
							
							Installed libraries should not be overwritten, especially shared ones.  
						
						 
						
						... 
						
						
						
						Use mv to make sure the old copy is unlinked instead of overwritten.
PR: 273, and probably others... 
						
						
					 
					
						2002-10-04 13:43:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0638ced5cc 
					 
					
						
						
							
							Add random number generation capability to the cswift engine.  
						
						 
						
						... 
						
						
						
						Should this be added to 0.9.6-stable as well?
PR: 275 
						
						
					 
					
						2002-10-04 13:30:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e984b2af64 
					 
					
						
						
							
							If we're loading libz dynamically, and COMP_zlib() is called more than once,  
						
						 
						
						... 
						
						
						
						only the first call would provide the correct result.
PR: 277 
						
						
					 
					
						2002-10-04 13:04:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						70e96dcf59 
					 
					
						
						
							
							Document should match reality :-).  
						
						 
						
						... 
						
						
						
						PR: 255 
						
						
					 
					
						2002-10-04 12:59:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2c696b2ddc 
					 
					
						
						
							
							Add a small note saying the 'debug' option should come before the platform in  
						
						 
						
						... 
						
						
						
						the arguments to mk1mf.pl.
PR: 298 
						
						
					 
					
						2002-10-04 12:58:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9a48b07ee4 
					 
					
						
						
							
							Various enhancements to PKCS#12 code, new  
						
						 
						
						... 
						
						
						
						medium level API, improved PKCS12_create
and additional functionality in pkcs12
utility. 
						
						
					 
					
						2002-10-03 23:53:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						230fd6b7b6 
					 
					
						
						
							
							Preliminary streaming ASN1 encode support.  
						
						 
						
						
						
						
					 
					
						2002-10-03 12:38:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20b33a015f 
					 
					
						
						
							
							Removal missing  
						
						 
						
						
						
						
					 
					
						2002-10-02 00:22:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						293d5082c7 
					 
					
						
						
							
							The OpenBSD project has replaced the first implementation of the /dev/crypto  
						
						 
						
						... 
						
						
						
						engine with something they claim is better.  I have nothing to compare to,
and I assume they know what they're talking about.  The interesting part with
this one is that it's loaded by default on OpenBSD systems.
This change was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-10-02 00:19:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						929f116733 
					 
					
						
						
							
							fix more race conditions  
						
						 
						
						... 
						
						
						
						Submitted by: "Patrick McCormick" <patrick@tellme.com >
PR: 262 
						
						
					 
					
						2002-09-26 15:52:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ba5ba5490d 
					 
					
						
						
							
							Add missing brackets.  
						
						 
						
						... 
						
						
						
						Submitted by: "Chris Brook" <cbrook@v-one.com > 
						
						
					 
					
						2002-09-25 20:19:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b8565a9af9 
					 
					
						
						
							
							really fix race conditions  
						
						 
						
						... 
						
						
						
						Submitted by: "Patrick McCormick" <patrick@tellme.com >
PR: 262
PR: 291 
						
						
					 
					
						2002-09-25 15:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						94960c8421 
					 
					
						
						
							
							Make sure that the signal storage is regarded as volatile.  
						
						 
						
						... 
						
						
						
						This correction was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-09-25 14:14:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6859cf7459 
					 
					
						
						
							
							It makes more sense to refer to specific function manuals than the concept  
						
						 
						
						... 
						
						
						
						manual when the specific function is refered to in the current manual text.
This correction was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-09-25 13:33:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2018681b33 
					 
					
						
						
							
							Remove *all* references to RSA_PKCS1_RSAref, since it doesn't exist any more.  
						
						 
						
						... 
						
						
						
						This correction was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-09-25 13:26:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e204516178 
					 
					
						
						
							
							Remove reference to RSA_PKCS1_RSAref, since it doesn't exist any more.  
						
						 
						
						... 
						
						
						
						This correction was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-09-25 13:25:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						153aecf91a 
					 
					
						
						
							
							It makes more sense to refer to specific function manuals than the concept  
						
						 
						
						... 
						
						
						
						manual when the specific function is refered to in the current manual text.
This correction was originally introduced in OpenBSD's tracking of OpenSSL. 
						
						
					 
					
						2002-09-25 13:11:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd98ab6491 
					 
					
						
						
							
							Incorrect argument order to memset()  
						
						 
						
						
						
						
					 
					
						2002-09-25 12:52:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b3823ac64b 
					 
					
						
						
							
							Missing ;  
						
						 
						
						
						
						
					 
					
						2002-09-25 12:49:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5d9470ff8e 
					 
					
						
						
							
							-elapsed is also useful when using gettimeofday  
						
						 
						
						
						
						
					 
					
						2002-09-25 12:41:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e78f137899 
					 
					
						
						
							
							really fix race condition  
						
						 
						
						... 
						
						
						
						PR: 262 
						
						
					 
					
						2002-09-23 14:25:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						40e66398db 
					 
					
						
						
							
							use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is not  
						
						 
						
						... 
						
						
						
						compiler specific 
						
						
					 
					
						2002-09-22 08:49:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6e32d0a74b 
					 
					
						
						
							
							make files didn't work on case insensitive filesystems  
						
						 
						
						
						
						
					 
					
						2002-09-22 08:44:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a4f53a1c73 
					 
					
						
						
							
							there is no minimum length for session IDs  
						
						 
						
						... 
						
						
						
						PR: 274 
						
						
					 
					
						2002-09-19 11:44:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a90ae02454 
					 
					
						
						
							
							fix race condition  
						
						 
						
						... 
						
						
						
						PR: 262 
						
						
					 
					
						2002-09-19 11:26:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4c8f79a33e 
					 
					
						
						
							
							make sure 'neg' flag (which does not really matter for GF(2^m), but  
						
						 
						
						... 
						
						
						
						could cause confusion for ECDSA) is set to zero
Submitted by: Sheueling Chang 
						
						
					 
					
						2002-09-16 13:52:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7cc6ec7af7 
					 
					
						
						
							
							add URL for Internet Draft  
						
						 
						
						
						
						
					 
					
						2002-09-16 13:45:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c2bbf275b2 
					 
					
						
						
							
							1. switch from "-newkey ecdsa:..." to "-newkey ec:..."  
						
						 
						
						... 
						
						
						
						2. automatically create required sub-directories
Submitted by: Vipul Gupta <Vipul.Gupta@sun.com > 
						
						
					 
					
						2002-09-10 07:36:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9226e2187c 
					 
					
						
						
							
							Let 'openssl req' fail if an argument to '-newkey' is not  
						
						 
						
						... 
						
						
						
						recognized instead of using RSA as a default. 
						
						
					 
					
						2002-09-10 07:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						48921e00fc 
					 
					
						
						
							
							Really fix PKCS7_set_detached this time...  
						
						 
						
						
						
						
					 
					
						2002-09-08 16:25:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f804930150 
					 
					
						
						
							
							Fix typos in PKCS#12 ASN1 code.  
						
						 
						
						... 
						
						
						
						Make PKCS7_set_detached work again. 
						
						
					 
					
						2002-09-07 22:57:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3403caf3da 
					 
					
						
						
							
							Consequently use term URI instead of URL  
						
						 
						
						... 
						
						
						
						Submitted by: TJ Saunders <tj@castaglia.org >
Reviewed by:
PR: 268 
						
						
					 
					
						2002-09-05 07:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ba11121731 
					 
					
						
						
							
							-nameopt fix has been moved to 0.9.7  
						
						 
						
						
						
						
					 
					
						2002-09-02 14:22:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ed5e37c309 
					 
					
						
						
							
							mention EC_get_builtin_curves()  
						
						 
						
						
						
						
					 
					
						2002-09-02 07:12:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						65b1d31df5 
					 
					
						
						
							
							change API for looking at the internal curve list  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-09-02 07:08:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b499ed06d2 
					 
					
						
						
							
							Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.  
						
						 
						
						
						
						
					 
					
						2002-08-30 17:18:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6ff7c95843 
					 
					
						
						
							
							don't memset(data,0,...) if data is NULL  
						
						 
						
						... 
						
						
						
						Submitted by: anonymous
PR: 254 
						
						
					 
					
						2002-08-29 11:45:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						41cc7096b8 
					 
					
						
						
							
							Fix a bug to allow the 4758 ENGINE to build as a DSO.  
						
						 
						
						
						
						
					 
					
						2002-08-28 19:11:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c237de058f 
					 
					
						
						
							
							don't write beyond buffer  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-27 13:32:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e2aeb8174b 
					 
					
						
						
							
							change 'usage' formatting  
						
						 
						
						
						
						
					 
					
						2002-08-27 10:38:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						34f1f2a81c 
					 
					
						
						
							
							less specific interface for EC_GROUP_get_basis_type  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch, Bodo Moeller 
						
						
					 
					
						2002-08-26 18:08:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c96f0fd2d1 
					 
					
						
						
							
							fix spacing  
						
						 
						
						
						
						
					 
					
						2002-08-26 14:50:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8aefe253a7 
					 
					
						
						
							
							move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c  
						
						 
						
						
						
						
					 
					
						2002-08-26 11:33:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e31164ae0 
					 
					
						
						
							
							ASN1 for binary curves  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-26 11:25:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ad55f581f9 
					 
					
						
						
							
							fix offsets  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-26 11:25:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d4a8f90cab 
					 
					
						
						
							
							ecdsa => ec  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-26 11:20:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						41ab00bedf 
					 
					
						
						
							
							Reinstate the check for invalid length BIT STRINGS,  
						
						 
						
						... 
						
						
						
						which was effectively bypassed in the ASN1 changed. 
						
						
					 
					
						2002-08-23 00:02:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fc85ac20c7 
					 
					
						
						
							
							Make -nameopt work in req and add support for -reqopt  
						
						 
						
						
						
						
					 
					
						2002-08-22 23:43:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e88479243c 
					 
					
						
						
							
							Change C++ style comments  
						
						 
						
						
						
						
					 
					
						2002-08-22 23:03:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c787525ac8 
					 
					
						
						
							
							#if out unused function to shut the compiler up.  
						
						 
						
						
						
						
					 
					
						2002-08-22 23:00:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9a2601033d 
					 
					
						
						
							
							Fix crahses and leaks in pkcs12 utility -chain option  
						
						 
						
						
						
						
					 
					
						2002-08-22 21:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbb311a7d2 
					 
					
						
						
							
							Typo, I assigned the variable ld instead of my_ld...  
						
						 
						
						
						
						
					 
					
						2002-08-18 21:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f309c1ae50 
					 
					
						
						
							
							So, I discovered that if you have your $PATH set so a ld different from  
						
						 
						
						... 
						
						
						
						GNU ld comes first, checking the usage of collect2 gives that instead of
GNU ld, even if GNU ld would be the one that would get used if we link using
gcc.  It's much better, apparently, to ask gcc directly what the path to
GNU ld is (provided it's there at all and gcc knows about it), and ask
the result if it's a GNU or not.  The bonus is that our GNU ld detection
mechanism got shorter and easier to understand... 
						
						
					 
					
						2002-08-17 13:46:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						82a20fb0f0 
					 
					
						
						
							
							Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 212 
						
						
					 
					
						2002-08-16 17:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						428112ef10 
					 
					
						
						
							
							typo  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-16 11:19:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						64376cd8ff 
					 
					
						
						
							
							'EC' vs. 'ECDSA'  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-16 11:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cc8aa08b02 
					 
					
						
						
							
							isalist was less trustable than I thought (or rather, one can trust it to  
						
						 
						
						... 
						
						
						
						come up with all kinds of names we don't have in our targets).
Besides, our sparcv9 targets currently generate sparcv8 code, I'm told. 
						
						
					 
					
						2002-08-16 09:41:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c4e4e4f56 
					 
					
						
						
							
							Add -lz to the ld flags when the user has chosen to link in zlib *statically*.  
						
						 
						
						... 
						
						
						
						Notified by Doug Kaufman <dkaufman@rahul.net > 
						
						
					 
					
						2002-08-16 06:15:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3f6db7f518 
					 
					
						
						
							
							Fix block_size field for CFB and OFB modes: it should be 1.  
						
						 
						
						
						
						
					 
					
						2002-08-16 01:53:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8435a755fd 
					 
					
						
						
							
							q may be used uninitialised  
						
						 
						
						
						
						
					 
					
						2002-08-15 22:06:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						52c29b7b99 
					 
					
						
						
							
							use correct function code in error message  
						
						 
						
						
						
						
					 
					
						2002-08-15 16:17:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c6bf63da7c 
					 
					
						
						
							
							It seems like sun4u doesn't always have a sparcv9 inside.  Trust isalist.  
						
						 
						
						... 
						
						
						
						PR: 220 
						
						
					 
					
						2002-08-15 15:20:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0fd05a2f0f 
					 
					
						
						
							
							fix warnings (CHARSET_EBCDIC)  
						
						 
						
						... 
						
						
						
						Submitted by: Lorinczy Zsigmond <lzsiga@mail.ahiv.hu > 
						
						
					 
					
						2002-08-15 14:52:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1fd0338b49 
					 
					
						
						
							
							fix manpage  
						
						 
						
						
						
						
					 
					
						2002-08-15 14:23:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b2be73e4e8 
					 
					
						
						
							
							add crypto/ecdh  
						
						 
						
						
						
						
					 
					
						2002-08-15 14:17:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37f5fcf85c 
					 
					
						
						
							
							Missing =back.  
						
						 
						
						... 
						
						
						
						Part of PR 196 
						
						
					 
					
						2002-08-15 10:59:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f742e497dd 
					 
					
						
						
							
							Add a FAQ entry for yet another bc failure.  
						
						 
						
						... 
						
						
						
						PR: 199 
						
						
					 
					
						2002-08-15 10:50:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dcc426fcfe 
					 
					
						
						
							
							Yet a couple of modules forgotten.  These weren't important for  
						
						 
						
						... 
						
						
						
						OpenSSL itself, since they aren't used there (yet).  It became quite
visible qhen building a shared library, however... 
						
						
					 
					
						2002-08-15 09:39:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7eb18f1237 
					 
					
						
						
							
							Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),  
						
						 
						
						... 
						
						
						
						EC_GROUP_new_by_nid() should be enough.  This avoids a lot of
redundancy.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-15 09:21:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						265e892fed 
					 
					
						
						
							
							Sometimes, the value of the variable containing the compiler call can  
						
						 
						
						... 
						
						
						
						become rather large.  This becomes a problem when the default 1024
character large buffer that WRITE uses isn't enough.  WRITE/SYMBOL
uses a 2048 byte large buffer instead. 
						
						
					 
					
						2002-08-15 08:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						623e9e66c0 
					 
					
						
						
							
							change how pod2man is handled: explicitly invoke '$PERL' only when  
						
						 
						
						... 
						
						
						
						needed, call 'pod2man' directly if this works
PR: 217 
						
						
					 
					
						2002-08-14 14:04:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						90f5a2b6fe 
					 
					
						
						
							
							Instead of returning errors when certain flags are unusable, just ignore them.  
						
						 
						
						... 
						
						
						
						That will make the test go through even if DH (or in some cases ECDH) aren't
built into OpenSSL.
PR: 216, part 2 
						
						
					 
					
						2002-08-14 12:16:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bf625abe29 
					 
					
						
						
							
							The applications 'ecdsa' and 'ecparam' were missing from the VMS  
						
						 
						
						... 
						
						
						
						build. 
						
						
					 
					
						2002-08-14 11:16:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b44069730b 
					 
					
						
						
							
							Make sure that the test input file comes in the same record format as the  
						
						 
						
						... 
						
						
						
						typical output from a program in C.
PR: 222 
						
						
					 
					
						2002-08-14 11:08:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						749d055eba 
					 
					
						
						
							
							move a TODO from CHANGES to STATUS  
						
						 
						
						
						
						
					 
					
						2002-08-14 11:07:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						49a0f77867 
					 
					
						
						
							
							add 'TODO' items  
						
						 
						
						
						
						
					 
					
						2002-08-14 10:49:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2af52de7b5 
					 
					
						
						
							
							Fix typo in OBJ_txt2obj which incorrectly passed the content  
						
						 
						
						... 
						
						
						
						length, instead of the encoding length to d2i_ASN1_OBJECT.
This wasn't visible before becuse ASN1_get_object() used
to read past the length of the supplied buffer. 
						
						
					 
					
						2002-08-14 00:48:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						629d860cbc 
					 
					
						
						
							
							Some files deserve to be ignored  
						
						 
						
						
						
						
					 
					
						2002-08-13 22:41:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						056cc163f5 
					 
					
						
						
							
							Merge in demo engines from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-08-13 12:30:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e09efcf71a 
					 
					
						
						
							
							Comma forgotten.  
						
						 
						
						
						
						
					 
					
						2002-08-13 11:49:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						763b4dcc66 
					 
					
						
						
							
							Oh, ec2_smpt.c is #included by ec2_smpl.c!  
						
						 
						
						
						
						
					 
					
						2002-08-13 11:47:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83348e0b80 
					 
					
						
						
							
							Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.  
						
						 
						
						... 
						
						
						
						PR: 216, point 1 
						
						
					 
					
						2002-08-12 21:22:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f13ddd5d0a 
					 
					
						
						
							
							Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.  
						
						 
						
						... 
						
						
						
						PR: 216, point 3 
						
						
					 
					
						2002-08-12 21:20:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						18a31aa861 
					 
					
						
						
							
							Scripts for testing ECC ciphersuites.  
						
						 
						
						... 
						
						
						
						Submitted by: Sun Microsystems Labs 
						
						
					 
					
						2002-08-12 15:18:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b2a4e959c9 
					 
					
						
						
							
							A few files in the ENGINE and EVP sections forgotten.  
						
						 
						
						
						
						
					 
					
						2002-08-12 13:31:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f17ef241d1 
					 
					
						
						
							
							fix previous commit (there's no SSLEAY_VERSION_TEXT)  
						
						 
						
						
						
						
					 
					
						2002-08-12 11:21:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aa1e56b0b9 
					 
					
						
						
							
							remove comment  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2002-08-12 08:54:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7ef524ea1c 
					 
					
						
						
							
							remove debug messages  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2002-08-12 08:52:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0c7141a343 
					 
					
						
						
							
							fix comment  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2002-08-12 08:51:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5488bb6197 
					 
					
						
						
							
							get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-12 08:47:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8e28c67155 
					 
					
						
						
							
							add 0.9.6g information  
						
						 
						
						
						
						
					 
					
						2002-08-12 08:45:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						36969082bb 
					 
					
						
						
							
							Update with the status for 0.9.6g.  
						
						 
						
						
						
						
					 
					
						2002-08-12 06:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4fde69b066 
					 
					
						
						
							
							In case of shared libraries, we might run one version of the  
						
						 
						
						... 
						
						
						
						application with a different version of the library.  Detect if there
is a difference of versions, and print both versions in that case.
This might prove to be a good enough debugging tool in case of doubt. 
						
						
					 
					
						2002-08-11 21:48:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd9a4dbe94 
					 
					
						
						
							
							One more file to compile on VMS as well.  
						
						 
						
						
						
						
					 
					
						2002-08-11 12:27:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f0db0ed35d 
					 
					
						
						
							
							Remove clashes between symbols that have the same name except for  
						
						 
						
						... 
						
						
						
						casing. 
						
						
					 
					
						2002-08-11 12:23:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d24cbf452 
					 
					
						
						
							
							More long symbols to shorten.  
						
						 
						
						
						
						
					 
					
						2002-08-11 11:50:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5454829ae6 
					 
					
						
						
							
							mem* functions are declared in string.h.  
						
						 
						
						
						
						
					 
					
						2002-08-10 01:36:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						da0bca6466 
					 
					
						
						
							
							Synchronise tests with Unix.  
						
						 
						
						
						
						
					 
					
						2002-08-10 01:35:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4705bd9b37 
					 
					
						
						
							
							A new header.  
						
						 
						
						
						
						
					 
					
						2002-08-09 22:34:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5bd90983bc 
					 
					
						
						
							
							Synchronise with Unix.  
						
						 
						
						... 
						
						
						
						(I expect the next run will generate lots of errors on VMS :-)). 
						
						
					 
					
						2002-08-09 22:32:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						329f981582 
					 
					
						
						
							
							More long names to shorten.  
						
						 
						
						
						
						
					 
					
						2002-08-09 22:23:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cece7adcee 
					 
					
						
						
							
							.cvsignore for crypto/ecdh  
						
						 
						
						
						
						
					 
					
						2002-08-09 12:17:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						74cc4903ef 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-08-09 12:16:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						41fdcfa71e 
					 
					
						
						
							
							fix warnings  
						
						 
						
						
						
						
					 
					
						2002-08-09 11:58:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60cc56b1a9 
					 
					
						
						
							
							add field type to text output  
						
						 
						
						... 
						
						
						
						don't print seed value as a number (leading zeros must not be removed)
Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-09 10:44:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f912e9293f 
					 
					
						
						
							
							use 0, not NULL  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-09 09:39:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						56939728b7 
					 
					
						
						
							
							ECDH engine support  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila 
						
						
					 
					
						2002-08-09 09:39:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ea26226046 
					 
					
						
						
							
							ECC ciphersuite support  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila <douglas.stebila@sun.com >
(Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories) 
						
						
					 
					
						2002-08-09 08:56:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17f6279317 
					 
					
						
						
							
							When we want to give a -f argument to $(MAKE), we'd better make sure the  
						
						 
						
						... 
						
						
						
						variable doesn't already contain a -f argument.
PR: 203, part 4 
						
						
					 
					
						2002-08-09 08:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e172d60ddb 
					 
					
						
						
							
							Add ECDH support.  
						
						 
						
						... 
						
						
						
						Additional changes:
 - use EC_GROUP_get_degree() in apps/req.c
 - add ECDSA and ECDH to apps/speed.c
 - adds support for EC curves over binary fields to ECDSA
 - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
 - reorganize crypto/ecdsa/ecdsatest.c
 - add engine support for ECDH
 - fix a few bugs in ECDSA engine support
Submitted by: Douglas Stebila <douglas.stebila@sun.com > 
						
						
					 
					
						2002-08-09 08:43:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f8fe7fa491 
					 
					
						
						
							
							Parse version numbers prefixed with text (egcs does that, even with  
						
						 
						
						... 
						
						
						
						-dumpversion).
PR: 203, part 1 
						
						
					 
					
						2002-08-09 07:32:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbe792f0ac 
					 
					
						
						
							
							0.9.6f is released  
						
						 
						
						
						
						
					 
					
						2002-08-08 22:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						14a7cfb32a 
					 
					
						
						
							
							use a generic EC_KEY structure (EC keys are not ECDSA specific)  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-08-07 10:49:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7a8645d171 
					 
					
						
						
							
							avoid SIGSEGV  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch, Douglas Stebila 
						
						
					 
					
						2002-08-07 07:53:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5bf738737d 
					 
					
						
						
							
							These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA  
						
						 
						
						... 
						
						
						
						docs. There were a couple of other places (including RSA) where the docs
were not quite synchronised with the API that are now fixed. One or two
still remain to be fixed though ... 
						
						
					 
					
						2002-08-05 16:27:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						415e03aa6f 
					 
					
						
						
							
							typo fix  
						
						 
						
						
						
						
					 
					
						2002-08-05 02:54:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ac120e20e3 
					 
					
						
						
							
							Various parts of the RSA documentation were inaccurate and out of date and  
						
						 
						
						... 
						
						
						
						this fixes those that I'm currently aware of. In particular, the ENGINE
interference in the RSA API has hopefully been clarified. This still needs
to be done for other areas of the API ... 
						
						
					 
					
						2002-08-04 21:08:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3f90e45079 
					 
					
						
						
							
							A single monolithic man page for the ENGINE stuff. This is a rough  
						
						 
						
						... 
						
						
						
						first-cut but provides better documentation than having nothing on the
ENGINE API. 
						
						
					 
					
						2002-08-04 20:57:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9dcc441a5f 
					 
					
						
						
							
							Fix "make install_docs" (and thus "make install").  
						
						 
						
						
						
						
					 
					
						2002-08-04 20:40:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						db4f691f9f 
					 
					
						
						
							
							oops -- must use EVP_MD_size, not EVP_MD_block_size  
						
						 
						
						
						
						
					 
					
						2002-08-03 18:49:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d28735a05b 
					 
					
						
						
							
							oops, undo previous change (was just for testing)  
						
						 
						
						
						
						
					 
					
						2002-08-03 18:28:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						183847747a 
					 
					
						
						
							
							fix bn_expand2  
						
						 
						
						
						
						
					 
					
						2002-08-03 18:27:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bac6012308 
					 
					
						
						
							
							use bn_wexpand instead of bn_expand2 (the latter is not needed here,  
						
						 
						
						... 
						
						
						
						and it does not yet work correctly)
Submitted by: Douglas Stebila 
						
						
					 
					
						2002-08-03 17:51:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						aaa384ca1a 
					 
					
						
						
							
							Fix typo  
						
						 
						
						
						
						
					 
					
						2002-08-02 18:58:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f908226898 
					 
					
						
						
							
							Fix the ASN1 sanity check: correct header length  
						
						 
						
						... 
						
						
						
						calculation and check overflow against LONG_MAX. 
						
						
					 
					
						2002-08-02 18:48:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						909abce800 
					 
					
						
						
							
							disable Sun divison algorithm by default  
						
						 
						
						
						
						
					 
					
						2002-08-02 18:26:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						33d4e690cc 
					 
					
						
						
							
							fix bn_expand2  
						
						 
						
						
						
						
					 
					
						2002-08-02 18:23:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						848c849584 
					 
					
						
						
							
							optical changes  
						
						 
						
						
						
						
					 
					
						2002-08-02 17:25:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						102c8f47bf 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2002-08-02 15:28:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d3bcbba45c 
					 
					
						
						
							
							remove obsolete part of comment  
						
						 
						
						
						
						
					 
					
						2002-08-02 15:13:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0903e56196 
					 
					
						
						
							
							remove obsoleted disabled code  
						
						 
						
						
						
						
					 
					
						2002-08-02 15:07:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						95ecacf8a2 
					 
					
						
						
							
							Let BN_rand_range() abort with an error after 100 iterations  
						
						 
						
						... 
						
						
						
						without success. 
						
						
					 
					
						2002-08-02 15:02:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						be8a280e0b 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2002-08-02 14:58:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6fb60a84dd 
					 
					
						
						
							
							Change BN_mod_sqrt() so that it verifies that the input value is  
						
						 
						
						... 
						
						
						
						really the square of the return value. 
						
						
					 
					
						2002-08-02 14:57:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5af7d1a3b8 
					 
					
						
						
							
							move GF2m tests to the end  
						
						 
						
						
						
						
					 
					
						2002-08-02 14:49:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						35b73a1f20 
					 
					
						
						
							
							Rename implementations of method functions so that they match  
						
						 
						
						... 
						
						
						
						the new method names where _GF... suffixes have been removed.
Revert changes to ..._{get/set}_Jprojective_coordinates_...:
The current implementation for ECC over binary fields does not use
projective coordinates, and if it did, it would not use Jacobian
projective coordinates; so it's OK to use the ..._GFp prefix for all
this.
Add author attributions to some files so that it doesn't look
as if Sun wrote all of this :-) 
						
						
					 
					
						2002-08-02 14:28:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9e4f9b36fc 
					 
					
						
						
							
							typos  
						
						 
						
						
						
						
					 
					
						2002-08-02 13:52:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						84d7e365a0 
					 
					
						
						
							
							ec2_smpt.c must be listed in LIBSRC  
						
						 
						
						
						
						
					 
					
						2002-08-02 13:50:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						64c3da230f 
					 
					
						
						
							
							there is no alternative EC_METHOD for curves over GF(2^m) (yet)  
						
						 
						
						
						
						
					 
					
						2002-08-02 13:43:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7793f30e09 
					 
					
						
						
							
							add support for elliptic curves over binary fields  
						
						 
						
						... 
						
						
						
						Submitted by: Duglas Stebila <douglas.stebila@sun.com >,
              Sheueling Chang <sheueling.chang@sun.com >
(CHANGES entries by Bodo Moeller) 
						
						
					 
					
						2002-08-02 13:42:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						714df32e33 
					 
					
						
						
							
							extend curve list (additional curves over binary fields)  
						
						 
						
						... 
						
						
						
						Submitted by: Sheueling Chang Shantz and Douglas Stebila (Sun Microsystems Laboratories) 
						
						
					 
					
						2002-08-02 13:06:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1dc920c8de 
					 
					
						
						
							
							Binary field arithmetic contributed by Sun Microsystems.  
						
						 
						
						... 
						
						
						
						The 'OPENSSL_NO_SUN_DIV' default is still subject to change,
so I didn't bother to finish the CHANGES entry yet.
Submitted by: Douglas Stebila <douglas.stebila@sun.com >, Sheueling Chang <sheueling.chang@sun.com >
(CHANGES entry by Bodo Moeller) 
						
						
					 
					
						2002-08-02 13:03:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						16dc1cfb5c 
					 
					
						
						
							
							Add more WAP/WTLS elliptic curve OIDs.  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila <douglas.stebila@sun.com > 
						
						
					 
					
						2002-08-02 12:28:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						819ff32dc4 
					 
					
						
						
							
							New error code ERR_R_DISABLED  
						
						 
						
						... 
						
						
						
						Submitted by: Douglas Stebila <douglas.stebila@sun.com > 
						
						
					 
					
						2002-08-02 12:27:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5574e0ed41 
					 
					
						
						
							
							get rid of OpenSSLDie  
						
						 
						
						
						
						
					 
					
						2002-08-02 11:48:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						042e57d562 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-08-02 11:23:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba8fb52183 
					 
					
						
						
							
							Certain flag macros were tested with #if instead if #ifdef...  
						
						 
						
						
						
						
					 
					
						2002-08-02 11:13:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6f9961819 
					 
					
						
						
							
							We don't need to find out which pod2man to use more than once  
						
						 
						
						
						
						
					 
					
						2002-08-01 21:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e74e9c48de 
					 
					
						
						
							
							Don't try testing with parallell make, that will just fail.  
						
						 
						
						... 
						
						
						
						PR: 175 
						
						
					 
					
						2002-08-01 21:34:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						179add2b07 
					 
					
						
						
							
							Add aix64-cc, and make sure that ar gets proper flags for 64-bit libraries  
						
						 
						
						
						
						
					 
					
						2002-08-01 20:28:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						456bc309d8 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-08-01 19:45:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a7535a2727 
					 
					
						
						
							
							Add the CBC flag for cbc ciphers  
						
						 
						
						
						
						
					 
					
						2002-08-01 19:32:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44c09667ff 
					 
					
						
						
							
							Avoid yet another name clash with libdes, and make the declaration consistent  
						
						 
						
						... 
						
						
						
						with the definition. 
						
						
					 
					
						2002-08-01 19:30:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						da9b972466 
					 
					
						
						
							
							Make it possible to load keys from stdin, and restore that  
						
						 
						
						... 
						
						
						
						functionality in the programs that had that before.
Part fo PR 164 
						
						
					 
					
						2002-08-01 16:28:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd45950f4a 
					 
					
						
						
							
							OCSP and KRB5 Makefil.ssl should be consistent with all the others  
						
						 
						
						
						
						
					 
					
						2002-08-01 14:18:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f70cf11819 
					 
					
						
						
							
							Linux on s390 really knows about loading dynamically.  
						
						 
						
						... 
						
						
						
						PR: 183 
						
						
					 
					
						2002-08-01 13:50:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5575f781ad 
					 
					
						
						
							
							Cut'n'paste error with other reposnder certificates cleared.  
						
						 
						
						... 
						
						
						
						PR: 190 
						
						
					 
					
						2002-08-01 13:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0472883cc2 
					 
					
						
						
							
							If CRYPTO_realloc() is called with a NULL pointer, have it call  
						
						 
						
						... 
						
						
						
						OPENSSL_malloc().
PR: 187 
						
						
					 
					
						2002-08-01 10:08:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87e8feca95 
					 
					
						
						
							
							If the email address is moved from the subject to the subject alternate name,  
						
						 
						
						... 
						
						
						
						the subject in the certificate would differ from the subject in the index file,
which has quite bad concequences.
PR: 180 
						
						
					 
					
						2002-07-31 14:05:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e70a39830c 
					 
					
						
						
							
							Make sure to use $(MAKE) everywhere instead of make.  
						
						 
						
						... 
						
						
						
						Part of PR 181 
						
						
					 
					
						2002-07-31 13:49:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba25198517 
					 
					
						
						
							
							ln -f -s doesn't always work, so do a rm -f followed by a ln -s.  
						
						 
						
						... 
						
						
						
						Part of PR 181 
						
						
					 
					
						2002-07-31 13:38:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6297bcd74c 
					 
					
						
						
							
							The version of the shared library should, for now, reflect the version  
						
						 
						
						... 
						
						
						
						of OpenSSL.
Part of PR 181. 
						
						
					 
					
						2002-07-31 13:24:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						dd7ab82e75 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						Submitted by: Jeffrey Altman <jaltman@columbia.edu >
Reviewed by:
PR: 169 
						
						
					 
					
						2002-07-30 13:36:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c046fffa16 
					 
					
						
						
							
							OpenSSL Security Advisory [30 July 2002]  
						
						 
						
						... 
						
						
						
						Changes marked "(CHATS)" were sponsored by the Defense Advanced
Research Projects Agency (DARPA) and Air Force Research Laboratory,
Air Force Materiel Command, USAF, under agreement number
F30602-01-2-0537. 
						
						
					 
					
						2002-07-30 13:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3aecef7697 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2002-07-30 12:44:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b218af2b27 
					 
					
						
						
							
							0.9.6e and 0.9.7-beta3 are out.  
						
						 
						
						
						
						
					 
					
						2002-07-30 11:32:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						77c46bbf29 
					 
					
						
						
							
							Only use DSA-functions if available.  
						
						 
						
						... 
						
						
						
						Submitted by: "Hellan,Kim KHE" <KHE@kmd.dk >
Reviewed by:
PR: 167 
						
						
					 
					
						2002-07-29 13:31:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02750ff56f 
					 
					
						
						
							
							mention SSL_do_handshake()  
						
						 
						
						
						
						
					 
					
						2002-07-29 12:35:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0bee0e6294 
					 
					
						
						
							
							Use SEC1 format for EC private keys.  
						
						 
						
						... 
						
						
						
						This is not ECDSA specific, so it's now PEM_STRING_ECPRIVATEKEY etc.
Submitted by: Nils Larsch <nlarsch@compuserve.de > 
						
						
					 
					
						2002-07-26 08:41:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						12593e6f45 
					 
					
						
						
							
							Move zeroing from bn_expand_internal() to bn_expand2() so that it  
						
						 
						
						... 
						
						
						
						happens reliably, even if the BIGNUM is already sufficiently large.
[Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
if the BIGNUM actually has to grow, so this change does not add any
new overhead as currently bn_expand2() is never called directly.] 
						
						
					 
					
						2002-07-25 12:12:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						819a040f44 
					 
					
						
						
							
							more detailed instructions for export from US  
						
						 
						
						
						
						
					 
					
						2002-07-25 11:19:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						546405bece 
					 
					
						
						
							
							Don't clobber loop variable.  
						
						 
						
						... 
						
						
						
						PR: 159 
						
						
					 
					
						2002-07-24 14:43:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f013c7f2a6 
					 
					
						
						
							
							Document the recent DJGPP-related changes  
						
						 
						
						
						
						
					 
					
						2002-07-23 13:45:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cc67fa80c 
					 
					
						
						
							
							Make dummy tests to make it easier to physically remove unwanted algorithms.  
						
						 
						
						... 
						
						
						
						This should complete PR 75 
						
						
					 
					
						2002-07-23 13:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						eefa6e4e2b 
					 
					
						
						
							
							harmonize options with those for 'ecparam',  
						
						 
						
						... 
						
						
						
						remove redudant option '-pub'
Submitted by: Nils Larsch 
						
						
					 
					
						2002-07-23 09:51:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d9116f83d 
					 
					
						
						
							
							If DH is disabled, don't define the DH functions.  
						
						 
						
						... 
						
						
						
						Notified by Kim Hellan <KHE@kmd.dk > 
						
						
					 
					
						2002-07-22 14:18:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8be4e173e8 
					 
					
						
						
							
							fix a typo and clarify  
						
						 
						
						
						
						
					 
					
						2002-07-22 09:04:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						648765ba2f 
					 
					
						
						
							
							add an explanation and fix a typo  
						
						 
						
						
						
						
					 
					
						2002-07-22 08:39:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c6ccf055ba 
					 
					
						
						
							
							New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 127 
						
						
					 
					
						2002-07-19 19:55:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1649d85d10 
					 
					
						
						
							
							HP-UX shared libraries must be +x and should be -w. It doesn't hurt on  
						
						 
						
						... 
						
						
						
						other platforms.
Submitted by:
Reviewed by:
PR: 134 
						
						
					 
					
						2002-07-19 16:32:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cd72dcd925 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2002-07-19 12:32:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7a5ed919ad 
					 
					
						
						
							
							The first compile of the new merger method for VMS *almost* got  
						
						 
						
						... 
						
						
						
						through.  That's not enough, is it?  :-) 
						
						
					 
					
						2002-07-19 11:57:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						799d7a34cf 
					 
					
						
						
							
							Two more names that are a little too long for the standard VMS linker.  
						
						 
						
						
						
						
					 
					
						2002-07-19 11:56:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						20adcfa058 
					 
					
						
						
							
							The behaviour is undefined when calling SSL_write() with num=0.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 141 
						
						
					 
					
						2002-07-19 11:53:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						02b7ec88bb 
					 
					
						
						
							
							Manual page for SSL_do_handshake().  
						
						 
						
						... 
						
						
						
						Submitted by: Martin Sjögren <martin@strakt.com >
PR: 137 
						
						
					 
					
						2002-07-19 11:05:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0af9a89cef 
					 
					
						
						
							
							This documentation change was being written at the same time as Richard's  
						
						 
						
						... 
						
						
						
						changes. So I'm committing this version to overwrite his changes for now,
and he can always take his turn to overwrite my words if he wants :-)
PR: 86 
						
						
					 
					
						2002-07-18 20:59:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db802c60e3 
					 
					
						
						
							
							Explain why RSA_check_key() doesn't work with hard keys.  
						
						 
						
						... 
						
						
						
						PR: 86 
						
						
					 
					
						2002-07-18 19:10:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						503f3b1a21 
					 
					
						
						
							
							Add history for documented new functions.  
						
						 
						
						... 
						
						
						
						PR: 59 
						
						
					 
					
						2002-07-18 18:54:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						402bcde847 
					 
					
						
						
							
							Allow subjects with more than 255 characters to be properly printed.  
						
						 
						
						... 
						
						
						
						PR: 147 
						
						
					 
					
						2002-07-18 17:59:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec9ea6a3c8 
					 
					
						
						
							
							Further enhance assembler support on Cygwin and DJGPP.  
						
						 
						
						... 
						
						
						
						Make pod2mantest useable on DOS-based systems.
Part of PR 75, the rest is still under investigation. 
						
						
					 
					
						2002-07-18 12:37:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e6617611f 
					 
					
						
						
							
							Fix bug introduced with revision 1.95 when this filed was modified to  
						
						 
						
						... 
						
						
						
						use the new X509_CRL_set_issuer_name() function:
The CRL issuer should be X509_get_subject_name(x509), not
X509_get_issuer_name(x509).
Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de >
typo 
						
						
					 
					
						2002-07-18 11:23:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ca6dde5d3d 
					 
					
						
						
							
							Reverse the change with the following log, it needs further investigation:  
						
						 
						
						... 
						
						
						
						Make S/MIME output conform with the mail and MIME standards.
PR: 151 
						
						
					 
					
						2002-07-18 10:39:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8e6cbcd7c0 
					 
					
						
						
							
							Make S/MIME output conform with the mail and MIME standards.  
						
						 
						
						... 
						
						
						
						PR: 151 
						
						
					 
					
						2002-07-18 08:47:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9335a5f7c0 
					 
					
						
						
							
							Unixware doesn't have strings.h, so we need to declare strcasecmp()  
						
						 
						
						... 
						
						
						
						differently.
Unixware 2 needs to link with libresolv.
PR: 148 
						
						
					 
					
						2002-07-18 07:47:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						32bf74e30e 
					 
					
						
						
							
							OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it  
						
						 
						
						
						
						
					 
					
						2002-07-18 06:34:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6643f275e2 
					 
					
						
						
							
							Make mkdir failsafe in case the directories are already present  
						
						 
						
						
						
						
					 
					
						2002-07-17 13:33:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd4c36adb8 
					 
					
						
						
							
							Add support for shared libraries with OS/2.  
						
						 
						
						... 
						
						
						
						PR: 124 
						
						
					 
					
						2002-07-17 13:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						311e209931 
					 
					
						
						
							
							Add a few FAQ entries for the various ways building OpenSSL on MacOS X  
						
						 
						
						... 
						
						
						
						can fail, and point at the text in the PROBLEMS file 
						
						
					 
					
						2002-07-17 11:29:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fe5eb6707f 
					 
					
						
						
							
							If OpenSSL is built with shared library support on MacOS X,  
						
						 
						
						... 
						
						
						
						everything works fine.  Note: this is only true for 0.9.7 and on 
						
						
					 
					
						2002-07-17 11:16:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f5db08e57a 
					 
					
						
						
							
							On MacOS X, the shared library editor uses DYLD_LIBRARY_PATH  
						
						 
						
						
						
						
					 
					
						2002-07-17 11:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8cfdb960f0 
					 
					
						
						
							
							On MacOS X, you're not allowed to have common objects in shared libraries  
						
						 
						
						
						
						
					 
					
						2002-07-17 08:20:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ebccb429de 
					 
					
						
						
							
							Add the usually recommended solution to the linking problem entry for MacOS X  
						
						 
						
						
						
						
					 
					
						2002-07-17 07:48:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7dbed652fc 
					 
					
						
						
							
							We had some experimental options in the Darwin entries.  They are no longer needed  
						
						 
						
						
						
						
					 
					
						2002-07-16 11:07:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6789b41d86 
					 
					
						
						
							
							The default C compiler on MacOS X doesn't like empty object files  
						
						 
						
						
						
						
					 
					
						2002-07-16 10:46:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0487cb234c 
					 
					
						
						
							
							Actually, the "bug" is really documented in the man-page for ld, so  
						
						 
						
						... 
						
						
						
						it's really a misfeature according to the jargon file (4.0.0)
definition:
":misfeature: /mis-fee'chr/ or /mis'fee`chr/ /n./  A feature
   that eventually causes lossage, possibly because it is not adequate
   for a new situation that has evolved.  Since it results from a
   deliberate and properly implemented feature, a misfeature is not a
   bug." 
						
						
					 
					
						2002-07-16 10:20:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						80e1495b99 
					 
					
						
						
							
							There are problems on certain platforms, and possible answers on how to (temporarly) solve them.  
						
						 
						
						
						
						
					 
					
						2002-07-16 10:04:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						041843e47e 
					 
					
						
						
							
							For those wanting to build for several platforms with the same source  
						
						 
						
						... 
						
						
						
						directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunately, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this. 
						
						
					 
					
						2002-07-16 09:19:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c2aa4f2081 
					 
					
						
						
							
							For those wanting to build for several platforms with the same source  
						
						 
						
						... 
						
						
						
						directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunatelt, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this. 
						
						
					 
					
						2002-07-16 08:53:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b23f50e67e 
					 
					
						
						
							
							Some older code (never committed) wasn't converted to the new format.  
						
						 
						
						... 
						
						
						
						Corrected. 
						
						
					 
					
						2002-07-16 08:02:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7fe03ed3a3 
					 
					
						
						
							
							Let's not forget the second -Wtraditional  
						
						 
						
						
						
						
					 
					
						2002-07-16 07:06:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9466fa6750 
					 
					
						
						
							
							Using -Wtraditional took it a little far.  After all, we expect ANSI C, so  
						
						 
						
						... 
						
						
						
						we don't need to care about traditional compilers 
						
						
					 
					
						2002-07-16 06:53:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cead7f36da 
					 
					
						
						
							
							Set up the engine before doing anything random-related, since engine randomness  
						
						 
						
						... 
						
						
						
						is only used for seeding and doing it in the wrong order will mean seeding
is done before the engine randomness is hooked in.
Notified by Frederic DONNAT <frederic.donnat@zencod.com > 
						
						
					 
					
						2002-07-16 06:52:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cbecb3ac37 
					 
					
						
						
							
							There's an ongoing project to bring some kind of path selection  
						
						 
						
						... 
						
						
						
						mechanism to the ENGINE framework.  This means there there are going
to be new functionality for the DSO part, and ultimately some way of
merging two file specifications together.
This commit places the merging code into the repository.  It's
currently not used anywhere, and hasn't been tested at all.  It may be
full of errors, including syntactical ones.  Those will be fixed as
promptly as possible. 
						
						
					 
					
						2002-07-15 15:35:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5dbd3efce7 
					 
					
						
						
							
							Replace 'ecdsaparam' commandline utility by 'ecparam'  
						
						 
						
						... 
						
						
						
						(the same keys can be used for ECC schemes other than ECDSA)
and add some new options.
Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
in 'PEM' format.
Fix ec_asn1.c (take into account the desired conversion form).
'make update'.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-07-14 16:54:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						876811e2af 
					 
					
						
						
							
							Rewording: some algorithms are also patented in Europe, so choose more  
						
						 
						
						... 
						
						
						
						defensive phrases... 
						
						
					 
					
						2002-07-12 15:26:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b57c98df7b 
					 
					
						
						
							
							In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.  
						
						 
						
						... 
						
						
						
						Submitted by Götz Babin-Ebell <babinebell@trustcenter.de > 
						
						
					 
					
						2002-07-11 09:12:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c4da6dd38a 
					 
					
						
						
							
							Discussion about Redhat's specialties for the FAQ.  
						
						 
						
						... 
						
						
						
						Submitted by: John.Airey@rnib.org.uk 
Reviewed by:
PR: 128 
						
						
					 
					
						2002-07-10 19:48:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2edcb4ac71 
					 
					
						
						
							
							Typos in links between manual pages  
						
						 
						
						... 
						
						
						
						Submitted by: Richard.Koenning@fujitsu-siemens.com 
Reviewed by:
PR: 129 
						
						
					 
					
						2002-07-10 19:35:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0c4d9b2fbc 
					 
					
						
						
							
							Sun's official statement with respect to /dev/random support.  
						
						 
						
						... 
						
						
						
						Submitted by: Garrett Anderson garrett@dirsec.com 
Reviewed by:
PR: 120 
						
						
					 
					
						2002-07-10 17:52:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5012158adf 
					 
					
						
						
							
							Minor typos  
						
						 
						
						... 
						
						
						
						Submitted by: jufi@nerdnet.de 
Reviewed by:
PR: 138 
						
						
					 
					
						2002-07-10 17:34:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5c9396e37c 
					 
					
						
						
							
							remove obsolete comment  
						
						 
						
						
						
						
					 
					
						2002-07-10 08:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7b63c0fa8c 
					 
					
						
						
							
							Reorder inclusion of header files:  
						
						 
						
						... 
						
						
						
						des_old.h redefines crypt:
#define crypt(b,s)\
        DES_crypt((b),(s))
This scheme leads to failure, if header files with the OS's true definition
of crypt() are processed _after_ des_old.h was processed. This is e.g. the
case on HP-UX with unistd.h.
As evp.h now again includes des.h (which includes des_old.h), this problem
only came up after this modification.
Solution: move header files (indirectly) including e_os.h before the header
files (indirectly) including evp.h.
Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2002-07-10 07:01:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						063a8905bf 
					 
					
						
						
							
							Ciphers with NULL encryption were not properly handled because they were  
						
						 
						
						... 
						
						
						
						not covered by the strength bit mask.
Submitted by:
Reviewed by:
PR: 130 
						
						
					 
					
						2002-07-10 06:41:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cd7562091d 
					 
					
						
						
							
							fix synopsis  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-07-09 10:51:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d1d0be3cd2 
					 
					
						
						
							
							emtpy fragments are not necessary for SSL_eNULL  
						
						 
						
						... 
						
						
						
						(but noone uses it anyway)
fix t1_enc.c: use OPENSSL_NO_RC4, not NO_RC4 
						
						
					 
					
						2002-07-09 08:49:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2c8ad4f1af 
					 
					
						
						
							
							oops, there were other cases of "ENGINE_ID" to change too.  
						
						 
						
						
						
						
					 
					
						2002-07-08 15:16:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						121dea3f85 
					 
					
						
						
							
							Correct an error in the README.ENGINE file.  
						
						 
						
						... 
						
						
						
						Submitted by: Jan Tschirschwitz <Jan.Tschirschwitz@cluster-labs.de > 
						
						
					 
					
						2002-07-08 14:57:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ea4f109c99 
					 
					
						
						
							
							AES cipher suites are now official (RFC3268)  
						
						 
						
						
						
						
					 
					
						2002-07-04 08:51:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7650934f21 
					 
					
						
						
							
							README and INSTALL should contain information about the request tracker  
						
						 
						
						... 
						
						
						
						(noted by Jonathan Louie <jlouie@recourse.com >). 
						
						
					 
					
						2002-06-30 19:40:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						40c5cae24a 
					 
					
						
						
							
							Do not define crypt() on OpenBSD.  Notified by Bob Beck of OpenBSD.  
						
						 
						
						
						
						
					 
					
						2002-06-29 22:04:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cce9396dc9 
					 
					
						
						
							
							opensslconf.h doesn't define what we want, e_os2.h does.  
						
						 
						
						... 
						
						
						
						PR 123 
						
						
					 
					
						2002-06-27 17:19:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						47f3eafb8d 
					 
					
						
						
							
							Try to avoid double declaration of ERR_load_PEM_strings().  
						
						 
						
						... 
						
						
						
						PR 71 
						
						
					 
					
						2002-06-27 17:06:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						53fc93dda6 
					 
					
						
						
							
							A few changes to BC-32.pl didn't get properly applied.  
						
						 
						
						... 
						
						
						
						This completes PR 123 
						
						
					 
					
						2002-06-27 16:56:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17085b022c 
					 
					
						
						
							
							Pass CFLAG to dependency makers, so non-standard system include paths are  
						
						 
						
						... 
						
						
						
						handled properly.
Part of PR 75 
						
						
					 
					
						2002-06-27 16:39:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4367eb8706 
					 
					
						
						
							
							DJGPP has some needed header files that other MSDOS/Windows compilers don't have.  
						
						 
						
						... 
						
						
						
						Part of PR 75 
						
						
					 
					
						2002-06-27 16:32:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a8a99785b 
					 
					
						
						
							
							Update the information on Cygwin.  
						
						 
						
						... 
						
						
						
						Part of PR 75 
						
						
					 
					
						2002-06-27 16:29:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a9d96b98cb 
					 
					
						
						
							
							Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR.  
						
						 
						
						... 
						
						
						
						Part of PR 75 
						
						
					 
					
						2002-06-27 16:28:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ae689b6b27 
					 
					
						
						
							
							The new stuff is for Borland Bulider 5, so document it appropriately  
						
						 
						
						
						
						
					 
					
						2002-06-27 15:10:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						60d160da2d 
					 
					
						
						
							
							Document the new way of building with Borland Builder.  
						
						 
						
						... 
						
						
						
						This concludes the changes from PR 123 
						
						
					 
					
						2002-06-27 15:07:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						05086644c4 
					 
					
						
						
							
							Use underscores instead of dashes in temporary file names.  
						
						 
						
						... 
						
						
						
						This is due to weird Borland compilers.
Part of PR 123 
						
						
					 
					
						2002-06-27 14:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fb96d9d90d 
					 
					
						
						
							
							When compiling for Windows, make sure we have the windows definitions declared.  
						
						 
						
						... 
						
						
						
						Part of PR 123 
						
						
					 
					
						2002-06-27 14:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e1a32c1807 
					 
					
						
						
							
							Use 32-bit sections instead of the default, 16-bit ones.  
						
						 
						
						... 
						
						
						
						Part of PR 123 
						
						
					 
					
						2002-06-27 14:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5585f4eca4 
					 
					
						
						
							
							have 'openssl pkcs7' exit with code 1 on error instead of 0.  
						
						 
						
						... 
						
						
						
						PR: 119 
						
						
					 
					
						2002-06-27 10:26:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e8b4d05f61 
					 
					
						
						
							
							gcc requires -m64 to link 64-bit shared libraries on Solaris.  
						
						 
						
						... 
						
						
						
						PR: 117 
						
						
					 
					
						2002-06-27 10:19:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0df748e7e2 
					 
					
						
						
							
							Use bg instead of bag as argument to macros, to avoid clashes with  
						
						 
						
						... 
						
						
						
						structure field names.
PR: 112 
						
						
					 
					
						2002-06-27 09:54:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fbcfbe693 
					 
					
						
						
							
							There is no RSAREF any more, so do not ty to install it.  
						
						 
						
						... 
						
						
						
						PR: 106 
						
						
					 
					
						2002-06-27 09:18:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						34ab17b669 
					 
					
						
						
							
							The general debug target must specify that it doesn't use assembler routines.  
						
						 
						
						... 
						
						
						
						PR: 105 
						
						
					 
					
						2002-06-27 09:13:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4942ef6f0e 
					 
					
						
						
							
							A number of includes were removed from evp.h some time ago.  The reason  
						
						 
						
						... 
						
						
						
						was that they weren't really needed any more for EVP itself.  However,
it seems like soma applications (I know about OpenSSH, but there may
be more) used evp.h as the 'load all' header file, which makes sense
since we try our best to promote the use of EVP instead of the lower
level crypto algorithms.  Therefore, I put the inclusions back so
the application authors don't get too shocked by all the errors they
would otherwise get.
Thanks to Theo de Raadt for making us aware of this. 
						
						
					 
					
						2002-06-27 05:03:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9ae08a9c04 
					 
					
						
						
							
							Make sure buffers are large enough even for weird parameters  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-06-26 14:28:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						76f8a1f51d 
					 
					
						
						
							
							update an entry on EVP changes  
						
						 
						
						
						
						
					 
					
						2002-06-26 14:21:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9d358821e5 
					 
					
						
						
							
							For some reason, we need to return the full path to perl  
						
						 
						
						
						
						
					 
					
						2002-06-25 11:40:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a6c6874a1a 
					 
					
						
						
							
							Make sure any ENGINE control commands make local copies of string  
						
						 
						
						... 
						
						
						
						pointers passed to them whenever necessary. Otherwise it is possible the
caller may have overwritten (or deallocated) the original string data
when a later ENGINE operation tries to use the stored values.
Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de >
Reviewed by: Geoff Thorpe
PR: 98 
						
						
					 
					
						2002-06-21 02:38:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a947f2d2b6 
					 
					
						
						
							
							<sys/select.h> is included for AIX, when USE_SOCKETS is defined.  
						
						 
						
						... 
						
						
						
						Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at >
Reviewed by:
PR: 
						
						
					 
					
						2002-06-20 20:49:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						94e19e7111 
					 
					
						
						
							
							HP-UX: shared libraries MUST be +x and SHOULD be -w.  
						
						 
						
						
						
						
					 
					
						2002-06-20 19:57:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						04677ce024 
					 
					
						
						
							
							Fix path to find util/pod2man.pl from the execution directory.  
						
						 
						
						... 
						
						
						
						Make sure to use the predefined PERL.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at >
Reviewed by:
PR: 
						
						
					 
					
						2002-06-20 19:49:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						407adb5b17 
					 
					
						
						
							
							This apparently fixes compilation on OSX that was failing in 0.9.7 betas.  
						
						 
						
						... 
						
						
						
						Submitted by: Pieter Bowman <bowman@math.utah.edu > 
						
						
					 
					
						2002-06-20 18:22:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						da0616cd13 
					 
					
						
						
							
							AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.  
						
						 
						
						... 
						
						
						
						Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at >
Reviewed by:
PR: 
						
						
					 
					
						2002-06-20 17:32:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1c02ca537a 
					 
					
						
						
							
							load_netscape_key is static.  
						
						 
						
						
						
						
					 
					
						2002-06-18 17:44:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3f2f3d4264 
					 
					
						
						
							
							always include <string.h> (we do this in various other header files,  
						
						 
						
						... 
						
						
						
						so it can't be bad) 
						
						
					 
					
						2002-06-18 09:36:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c4c2c61e8c 
					 
					
						
						
							
							always include <string.h> (we do this in various other header files,  
						
						 
						
						... 
						
						
						
						so it can't be bad)
PR: 102 
						
						
					 
					
						2002-06-18 09:35:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5f3d6f70f6 
					 
					
						
						
							
							Implement handling of EC parameter seeds (new functions  
						
						 
						
						... 
						
						
						
						EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()).
New functions ECPKParameters_print(), ECPKParameters_print_fp().
Submitted by: Nils Larsch 
						
						
					 
					
						2002-06-18 08:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ece0bdf1fd 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2002-06-17 13:59:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						97e4b1883e 
					 
					
						
						
							
							beta2, not beta1  
						
						 
						
						
						
						
					 
					
						2002-06-16 18:20:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a2b38b3022 
					 
					
						
						
							
							Roll out OpenSSL-0.9.7-beta2  
						
						 
						
						
						
						
					 
					
						2002-06-16 11:33:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d51092f42b 
					 
					
						
						
							
							Use -dumpversion to obtain gcc's version.  
						
						 
						
						... 
						
						
						
						Submitted by: ross.alexander@uk.neceur.com , allenh@eecs.berkeley.edu 
Reviewed by:
PR: 96 
						
						
					 
					
						2002-06-16 10:31:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bdb6171334 
					 
					
						
						
							
							OpenSSL_add_all_algorithms has been replaced by configuration dependent  
						
						 
						
						... 
						
						
						
						functions and is redirected by macros. Switch it off now, possible removal
later. 
						
						
					 
					
						2002-06-16 10:18:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1d4547a43d 
					 
					
						
						
							
							Initial support for hpux64-parisc-gcc  
						
						 
						
						... 
						
						
						
						Submitted by: ross.alexander@uk.neceur.com 
Reviewed by:
PR: 96 
						
						
					 
					
						2002-06-14 20:15:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						65ee74fbc7 
					 
					
						
						
							
							Some more prototype fixes.  
						
						 
						
						... 
						
						
						
						Use DECLARE macros in asn1* instead of direct declaration.
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de >
Reviewed by:
PR: 89 
						
						
					 
					
						2002-06-14 19:01:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c21506ba02 
					 
					
						
						
							
							New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC  
						
						 
						
						... 
						
						
						
						vulnerability workaround (included in SSL_OP_ALL).
PR: #90  
						
						
					 
					
						2002-06-14 12:21:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						00f1628eac 
					 
					
						
						
							
							make update (adapt libeay.num to the 0.9.7-stable branch)  
						
						 
						
						
						
						
					 
					
						2002-06-13 23:35:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c69d103956 
					 
					
						
						
							
							Tentatively add support for UWIN, a Unix-like environment on top of Windows.  
						
						 
						
						... 
						
						
						
						PR: 62 
						
						
					 
					
						2002-06-13 21:44:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d56f92ee78 
					 
					
						
						
							
							Make sure that any dash in the prefix before the version number is removed.  
						
						 
						
						... 
						
						
						
						PR: 96 
						
						
					 
					
						2002-06-13 21:11:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d5492d9b47 
					 
					
						
						
							
							Add support for DJGPP.  
						
						 
						
						
						
						
					 
					
						2002-06-13 20:44:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						451dc18f10 
					 
					
						
						
							
							Add support for DJGPP.  
						
						 
						
						... 
						
						
						
						PR: 75 
						
						
					 
					
						2002-06-13 20:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						127dca46a0 
					 
					
						
						
							
							Check for the executable $openssl, not just the file.  
						
						 
						
						... 
						
						
						
						Part of PR: 75 
						
						
					 
					
						2002-06-13 19:59:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e888074bb4 
					 
					
						
						
							
							Parse directory using both slashes and backslashes as separators.  
						
						 
						
						... 
						
						
						
						Do file copying in term of perl statements instead of using cp.
Part of PR: 75 
						
						
					 
					
						2002-06-13 19:50:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1ef5026ef9 
					 
					
						
						
							
							Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn't  
						
						 
						
						... 
						
						
						
						strictly necessary, so let's not do that. 
						
						
					 
					
						2002-06-13 19:42:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						40889b9cd3 
					 
					
						
						
							
							Add missing prototypes.  
						
						 
						
						... 
						
						
						
						Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de >
PR: 89 
						
						
					 
					
						2002-06-13 17:40:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						99889b46c9 
					 
					
						
						
							
							Fix ext_dat.h extension ordering.  
						
						 
						
						... 
						
						
						
						Reinstate -reqout code.
Avoid coredump in ocsp if setup_verify
fails.
Fix typo in ocsp usage message. 
						
						
					 
					
						2002-06-13 12:56:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						82869b3c8d 
					 
					
						
						
							
							Add OIDs for Secure Electronic Transactions (SET)  
						
						 
						
						... 
						
						
						
						Submitted by: Vadim Fedukovich <vf@unity.net >
Reviewed by: Lutz Jaenicke
PR: 80 
						
						
					 
					
						2002-06-13 11:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e8233e699b 
					 
					
						
						
							
							Clarify formulation (proposed by Bodo Moeller).  
						
						 
						
						
						
						
					 
					
						2002-06-13 08:53:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						04cc76660a 
					 
					
						
						
							
							The new ASN1 code automatically allocates  
						
						 
						
						... 
						
						
						
						structures for fields that are not OPTIONAL.
However in the AUTHORITY_INFO_ACCESS case
the 'location' field was set to NULL in
the old code.
So in 0.9.7+ we should free up the field before
overwriting it in v2i_AUTHORITY_INFO_ACCESS. 
						
						
					 
					
						2002-06-13 00:43:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e1f7ea25d2 
					 
					
						
						
							
							Make change uniqueIdentifier -> x500UniqueIdentifier clearly visible.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 82 
						
						
					 
					
						2002-06-12 20:46:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8586df1efb 
					 
					
						
						
							
							Correct wrong usage information.  
						
						 
						
						... 
						
						
						
						PR: 95 
						
						
					 
					
						2002-06-12 20:15:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b8e0e12399 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2002-06-12 14:19:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						254ef80db1 
					 
					
						
						
							
							simplify asn1_flag  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Reviewed by: Bodo Moeller 
						
						
					 
					
						2002-06-12 14:01:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f9de8446a0 
					 
					
						
						
							
							Support building the distribution .tar file on platforms with limited  
						
						 
						
						... 
						
						
						
						argument list length. This requires Gnu-tar. As we use the non-standard
"tardy" software anyway, it doesn't hurt too much to require Gnu-tar.
"make dist" will probably only be used by team-members anyway. 
						
						
					 
					
						2002-06-12 12:26:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d15711efc6 
					 
					
						
						
							
							Handle read errors.  
						
						 
						
						
						
						
					 
					
						2002-06-11 12:41:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						25ace3ed25 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2002-06-11 12:03:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						012c86ab74 
					 
					
						
						
							
							move ECC ASN1 that is not specific to ECDSA into crypto/ec/,  
						
						 
						
						... 
						
						
						
						and make some appropriate changes to the EC library.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-06-10 12:41:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						458c29175e 
					 
					
						
						
							
							move ECC ASN1 that is not specific to ECDSA into crypto/ec/,  
						
						 
						
						... 
						
						
						
						and make some appropriate changes to the EC library.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-06-10 12:18:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8a5dbb0a2e 
					 
					
						
						
							
							fix for 'make update'  
						
						 
						
						
						
						
					 
					
						2002-06-10 11:46:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						532203cdb0 
					 
					
						
						
							
							remove unnecessary calls to EC_POINT_copy()  
						
						 
						
						
						
						
					 
					
						2002-06-10 11:02:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						870d3d5595 
					 
					
						
						
							
							Make sure that flags are passed to "make" subprocesses.  
						
						 
						
						
						
						
					 
					
						2002-06-10 08:10:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c6c0e4cb32 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-06-06 10:33:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8f6f347848 
					 
					
						
						
							
							For the main directory, Makefile.org is significant :-)  
						
						 
						
						
						
						
					 
					
						2002-06-06 10:21:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0f7b63c834 
					 
					
						
						
							
							Make sure that settings are passed back and forth when walking around  
						
						 
						
						... 
						
						
						
						in the tree during build.
Reinstall default PERL settings in Makefiles, as the real reason for the
failure was that the settings were not passed. 
						
						
					 
					
						2002-06-06 10:16:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						345731731a 
					 
					
						
						
							
							New OID for X509 usage: pseudonym  
						
						 
						
						... 
						
						
						
						Submitted by: Michael Bell <michael.bell@rz.hu-berlin.de >
Reviewed by: Lutz Jaenicke
PR: 83 
						
						
					 
					
						2002-06-06 07:33:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b2c04539a1 
					 
					
						
						
							
							Merge from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-06-06 07:22:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d13363af60 
					 
					
						
						
							
							Make perl replacement for dirname, for system that lack the latter.  
						
						 
						
						... 
						
						
						
						PR: 81 
						
						
					 
					
						2002-06-05 14:10:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b6fc2386f0 
					 
					
						
						
							
							It's not good to have a pointer point at something in an inner block.  
						
						 
						
						... 
						
						
						
						PR: 66 
						
						
					 
					
						2002-06-05 13:47:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9f353dd662 
					 
					
						
						
							
							Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.  
						
						 
						
						... 
						
						
						
						PR: 77 
						
						
					 
					
						2002-06-05 11:58:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b49053cae2 
					 
					
						
						
							
							Documentation bug corrected.  
						
						 
						
						... 
						
						
						
						PR: 70 
						
						
					 
					
						2002-06-05 09:31:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c8062c3a5e 
					 
					
						
						
							
							Since there's no continuation, the ; can go as well :-)  
						
						 
						
						
						
						
					 
					
						2002-06-05 09:08:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						05c08fc708 
					 
					
						
						
							
							There is no continuation at this point.  
						
						 
						
						
						
						
					 
					
						2002-06-05 08:00:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0990a0851a 
					 
					
						
						
							
							On some systems the default "perl" may still be perl4, use the correct  
						
						 
						
						... 
						
						
						
						version determined by "config" instead. 
						
						
					 
					
						2002-06-05 07:28:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bb0db9c491 
					 
					
						
						
							
							The correct PERL interpreter is passed via commandline.  
						
						 
						
						
						
						
					 
					
						2002-06-05 07:03:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						966a753997 
					 
					
						
						
							
							Update the recognision of GCC version numbers to handle the prefix text  
						
						 
						
						... 
						
						
						
						that GCC 3.1 adds to the --version output 
						
						
					 
					
						2002-06-05 05:00:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0f829bd111 
					 
					
						
						
							
							make update (including adjusting libeay.num in HEAD to the changes in the  
						
						 
						
						... 
						
						
						
						0.9.7-stable libeay.num 
						
						
					 
					
						2002-06-04 22:32:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a5200a1b8f 
					 
					
						
						
							
							Typo.  
						
						 
						
						... 
						
						
						
						PR: 72 
						
						
					 
					
						2002-06-04 20:43:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6631a7e7f1 
					 
					
						
						
							
							use sstrsep() to get the proper type to aoti().  
						
						 
						
						... 
						
						
						
						Remove unneeded cast in ustrsep().
PR: 69 
						
						
					 
					
						2002-06-03 15:27:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						010da5c015 
					 
					
						
						
							
							0.9.7-beta1 is just being released.  
						
						 
						
						
						
						
					 
					
						2002-06-01 15:33:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fbb56e5b1d 
					 
					
						
						
							
							Document the AES changes.  
						
						 
						
						
						
						
					 
					
						2002-05-31 13:16:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						78055aa6a5 
					 
					
						
						
							
							Add the AES test vectors from NIST document SP800-38A.  
						
						 
						
						
						
						
					 
					
						2002-05-31 13:13:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e6bd5e8a6d 
					 
					
						
						
							
							Make it possible to give vectors only for decryption or encryption.  
						
						 
						
						
						
						
					 
					
						2002-05-31 13:12:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						94f1b50c0f 
					 
					
						
						
							
							For CFB and OFB modes, always create the encryption key.  
						
						 
						
						
						
						
					 
					
						2002-05-31 13:11:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd54d55c1d 
					 
					
						
						
							
							Declare the CFB and OFB modes for AES, and prepare for a declaration  
						
						 
						
						... 
						
						
						
						of CTR mode. 
						
						
					 
					
						2002-05-31 13:08:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						09c70c3261 
					 
					
						
						
							
							In CFB mode, the iv is always encrypted.  
						
						 
						
						
						
						
					 
					
						2002-05-31 13:07:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1ed0c6621b 
					 
					
						
						
							
							Reformat the CFLAG string so it can be made part of a C string.  
						
						 
						
						... 
						
						
						
						Incidently, this works pretty well on the command line as well.
PR: 52 
						
						
					 
					
						2002-05-30 18:06:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5f8453587e 
					 
					
						
						
							
							Support the newly release gcc 3.1 on 64-bit Solaris.  Not automatic.  
						
						 
						
						... 
						
						
						
						PR: 57 
						
						
					 
					
						2002-05-30 17:28:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6e2d12c74 
					 
					
						
						
							
							Support shared libraries properly on linux-sparcv[89].  
						
						 
						
						... 
						
						
						
						PR: 60 
						
						
					 
					
						2002-05-30 17:07:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						305a1afcf7 
					 
					
						
						
							
							a B< that wasn't properly ended.  
						
						 
						
						
						
						
					 
					
						2002-05-30 16:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9cdf87f194 
					 
					
						
						
							
							Check the return values where memory allocation failures may happen.  
						
						 
						
						... 
						
						
						
						PR: 49 
						
						
					 
					
						2002-05-30 16:47:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a81e9d3dc4 
					 
					
						
						
							
							CAformat should not be used for CA key format.  
						
						 
						
						
						
						
					 
					
						2002-05-30 16:24:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6b7e0a9987 
					 
					
						
						
							
							Make sure that MS_STATIC isn't defined to 'static' under Win32.  
						
						 
						
						... 
						
						
						
						PR: 51 
						
						
					 
					
						2002-05-30 15:44:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8b57fb1208 
					 
					
						
						
							
							pod2man.pl would only remove the first LF from the name.  
						
						 
						
						
						
						
					 
					
						2002-05-30 15:30:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2962243d19 
					 
					
						
						
							
							Apparently, there are still chances we have to deal with buggy pod2man versions.  
						
						 
						
						... 
						
						
						
						Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found. 
						
						
					 
					
						2002-05-30 15:19:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dbdc5d14d3 
					 
					
						
						
							
							Correct AES counter mode, which incorrectly incremented the counter before  
						
						 
						
						... 
						
						
						
						using it.
PR: 56 
						
						
					 
					
						2002-05-30 14:06:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6cbe638294 
					 
					
						
						
							
							New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POINT_hex2point()  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-05-30 13:16:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						07c08ed42c 
					 
					
						
						
							
							Correct darwin shared library support.  
						
						 
						
						... 
						
						
						
						PR: 39 
						
						
					 
					
						2002-05-30 12:16:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17b226a672 
					 
					
						
						
							
							Some shlib extensions were in the wrong field  
						
						 
						
						
						
						
					 
					
						2002-05-30 10:49:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f33ca23e2f 
					 
					
						
						
							
							Our copy of pod2man.pl is old and comparatively broken, so lets remove it.  
						
						 
						
						... 
						
						
						
						PR: 30 
						
						
					 
					
						2002-05-30 10:18:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d79659dd7 
					 
					
						
						
							
							Add more warnings for my debug targets.  
						
						 
						
						
						
						
					 
					
						2002-05-30 09:40:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c56fb0f1a3 
					 
					
						
						
							
							Remove the duplicate description of -out.  
						
						 
						
						... 
						
						
						
						PR: 28 
						
						
					 
					
						2002-05-30 06:24:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						08241a5814 
					 
					
						
						
							
							Make i2c_ASN1_BIT_STRING return the correct length.  
						
						 
						
						
						
						
					 
					
						2002-05-29 23:14:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d27b1fa85 
					 
					
						
						
							
							Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.  
						
						 
						
						... 
						
						
						
						PR: 58, submitted by andrew@cis.uoguelph.ca  
						
						
					 
					
						2002-05-29 21:00:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6298bf9073 
					 
					
						
						
							
							There is a chance that the input string is larger than size, and on VMS,  
						
						 
						
						... 
						
						
						
						this wasn't checked and could possibly be exploitable (slim chance, but still) 
						
						
					 
					
						2002-05-29 08:31:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9a26adf598 
					 
					
						
						
							
							Remove item listed twice <kromJx@crosswinds.net>.  
						
						 
						
						
						
						
					 
					
						2002-05-28 17:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						64ad04eb2d 
					 
					
						
						
							
							Cygnus correction. (I thought I had tested that...)  
						
						 
						
						
						
						
					 
					
						2002-05-27 19:42:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						349b293353 
					 
					
						
						
							
							fix Cygwin (remove extra colons)  
						
						 
						
						
						
						
					 
					
						2002-05-24 20:39:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fd91256316 
					 
					
						
						
							
							Use assembler implementations with Cygwin.  
						
						 
						
						... 
						
						
						
						This also fixes the bn_sub_part_word problem. 
						
						
					 
					
						2002-05-24 20:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a9a025d08c 
					 
					
						
						
							
							Recover from errors  
						
						 
						
						
						
						
					 
					
						2002-05-23 23:31:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b605e3ada3 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-05-23 13:52:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						02cbedc387 
					 
					
						
						
							
							Make sure short aliases are used where required.  
						
						 
						
						
						
						
					 
					
						2002-05-23 13:52:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e5d814d040 
					 
					
						
						
							
							Define a short alias for another long EC symbol.  
						
						 
						
						
						
						
					 
					
						2002-05-23 13:34:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b09f4fb271 
					 
					
						
						
							
							Make sure ECDSA is built and tested on VMS.  
						
						 
						
						... 
						
						
						
						Avoid loops if linking an application fails. 
						
						
					 
					
						2002-05-23 13:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1f4eada3b4 
					 
					
						
						
							
							Make sure ECDSA is built and tested on VMS.  
						
						 
						
						
						
						
					 
					
						2002-05-23 13:33:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b935754cb0 
					 
					
						
						
							
							Allow the use of the TCP/IP stack keyword TCPIP and NONE  
						
						 
						
						
						
						
					 
					
						2002-05-22 11:37:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						396bc53593 
					 
					
						
						
							
							Use OPENSSL_SYS_VMS instead of just VMS  
						
						 
						
						
						
						
					 
					
						2002-05-22 11:35:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7711de24f9 
					 
					
						
						
							
							accept NULL in 'free' functions  
						
						 
						
						
						
						
					 
					
						2002-05-21 08:59:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						eee6c81af8 
					 
					
						
						
							
							Reorganise -subj option code, fix buffer overrun.  
						
						 
						
						
						
						
					 
					
						2002-05-19 16:31:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b89670ef0e 
					 
					
						
						
							
							Fix Mingw32 asm build: use the Unix  
						
						 
						
						... 
						
						
						
						bignum assembly method of bn-586.pl
and co-586.pl which (for some reason)
VC++ doesn't use. 
						
						
					 
					
						2002-05-19 12:03:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0fccb00b5b 
					 
					
						
						
							
							Add missing EVP_CIPHER_CTX_init call.  
						
						 
						
						
						
						
					 
					
						2002-05-18 23:43:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						72da660ddb 
					 
					
						
						
							
							Fix incorrect =over 4 location.  
						
						 
						
						... 
						
						
						
						Submitted by: David Waitzman <djw@bbn.com >
Reviewed by: Lutz Jaenicke
PR: [openssl.org #38 ] 
						
						
					 
					
						2002-05-16 17:45:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						46ffee4792 
					 
					
						
						
							
							fix EVP_dsa_sha macro  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-05-16 12:51:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c0a953650b 
					 
					
						
						
							
							Use the indirect way to the actual request tracker, so that people  
						
						 
						
						... 
						
						
						
						also are informed about the credentials required for guest access
and the operation instructions. 
						
						
					 
					
						2002-05-16 10:01:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0424fe1a8f 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2002-05-16 09:28:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						544a2aea4b 
					 
					
						
						
							
							Zero cipher_data in EVP_CIPHER_CTX_cleanup  
						
						 
						
						... 
						
						
						
						Add cleanup calls to evp_test.c
Allow reuse of cipher contexts by removing
automatic cleanup in EVP_*Final(). 
						
						
					 
					
						2002-05-15 18:49:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60e5f36d27 
					 
					
						
						
							
							make b_print.c consistent with the rest of OpenSSL:  
						
						 
						
						... 
						
						
						
						disable assert() except for debug builds 
						
						
					 
					
						2002-05-14 19:40:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2469361c0f 
					 
					
						
						
							
							Add missing '"'  
						
						 
						
						... 
						
						
						
						Submitted by: Boyd Gerber <gerberb@zenez.com > 
						
						
					 
					
						2002-05-12 20:37:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6fa865a325 
					 
					
						
						
							
							Recognize PPC64 target.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 26 
						
						
					 
					
						2002-05-12 19:45:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e9ba69631b 
					 
					
						
						
							
							EVP_SealFinal should return a value.  
						
						 
						
						
						
						
					 
					
						2002-05-11 17:37:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d80a8d1919 
					 
					
						
						
							
							values were reset for no reason.  
						
						 
						
						
						
						
					 
					
						2002-05-11 09:15:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d0ff2a237b 
					 
					
						
						
							
							updated Mingw32 instructions.  
						
						 
						
						
						
						
					 
					
						2002-05-11 09:14:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6e5dd63c77 
					 
					
						
						
							
							Add config entry debug-steve-linux-pseudo64.  This sets the  
						
						 
						
						... 
						
						
						
						SIXTY_FOUR bignum library option to use 64 bit operations
on the 32 bit linux platform.
This is very inefficient but it can be used to test some
of the 64 bit logic on a 32 bit platform. 
						
						
					 
					
						2002-05-10 23:00:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc014d43af 
					 
					
						
						
							
							Fallback to normal multiply if n2 == 8 and dna or dnb is not zero  
						
						 
						
						... 
						
						
						
						in bn_mul_recursive.
This is (hopefully) what was triggering bignum errors on 64 bit
platforms and causing the BN_mod_mul test to fail. 
						
						
					 
					
						2002-05-10 22:18:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2f9cf160e4 
					 
					
						
						
							
							Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.  
						
						 
						
						
						
						
					 
					
						2002-05-10 22:07:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						336c35dc9e 
					 
					
						
						
							
							Updating status for 0.9.6d  
						
						 
						
						
						
						
					 
					
						2002-05-09 23:54:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72b5215645 
					 
					
						
						
							
							Synchronise the FAQ  
						
						 
						
						
						
						
					 
					
						2002-05-09 23:41:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						06bed64317 
					 
					
						
						
							
							Make the huge buffer smaller, so the size becomes reasonable for small-stack environments.  
						
						 
						
						... 
						
						
						
						Notified by Verdon Walker <VWalker@novell.com > 
						
						
					 
					
						2002-05-09 20:14:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c559759265 
					 
					
						
						
							
							One place where VMS wasn't changed to OPENSSL_SYS_VMS...  
						
						 
						
						
						
						
					 
					
						2002-05-09 18:27:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b4000e8ad8 
					 
					
						
						
							
							Move an assert() to avoid core dumps when a static buffer hasn't been given.  
						
						 
						
						... 
						
						
						
						Notified by Verdon Walker <VWalker@novell.com > 
						
						
					 
					
						2002-05-09 18:19:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						21d5ed98d5 
					 
					
						
						
							
							Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.  
						
						 
						
						... 
						
						
						
						Notified by Stella Power <snpower@maths.tcd.ie >.
PR: 24 
						
						
					 
					
						2002-05-08 15:20:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9a182fa30 
					 
					
						
						
							
							Generate an error if rewinding wasn't possible.  
						
						 
						
						... 
						
						
						
						Notified by Ken Hirsch <kenhirsch@myself.com >.
PR: 23 
						
						
					 
					
						2002-05-08 15:12:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6db386ffd 
					 
					
						
						
							
							Change internals of the EC library so that the functions  
						
						 
						
						... 
						
						
						
						EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are
implemented directly in crypto/ec/ec_lib.c and not dispatched to
methods.
Also fix EC_GROUP_copy to copy the NID. 
						
						
					 
					
						2002-05-08 11:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2c975b501d 
					 
					
						
						
							
							Add missing ";" after fi  
						
						 
						
						... 
						
						
						
						Submitted by: bryanh@giraffe-data.com 
Reviewed by:
PR: [openssl.org #18 ] 
						
						
					 
					
						2002-05-07 15:35:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						279fe3b1c5 
					 
					
						
						
							
							in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-05-07 15:14:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						98a9092af1 
					 
					
						
						
							
							Fix ciphersuite list to enforce low priority for RC4.  
						
						 
						
						
						
						
					 
					
						2002-05-07 08:36:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						87108f5af9 
					 
					
						
						
							
							ensure that, for each strength, RC4 ciphers have least preference  
						
						 
						
						... 
						
						
						
						in the default ciphersuite list 
						
						
					 
					
						2002-05-07 07:59:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f257d984b7 
					 
					
						
						
							
							refer to latest draft for AES ciphersuites  
						
						 
						
						
						
						
					 
					
						2002-05-07 07:55:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b889d6a8e8 
					 
					
						
						
							
							fix warning  
						
						 
						
						
						
						
					 
					
						2002-05-06 10:44:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						47234cd3d2 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2002-05-05 23:47:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2c8d0dccfc 
					 
					
						
						
							
							improve wNAF generation  
						
						 
						
						
						
						
					 
					
						2002-05-05 23:45:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a4f576a378 
					 
					
						
						
							
							disable AES ciphersuites unless explicitly requested  
						
						 
						
						
						
						
					 
					
						2002-05-05 23:44:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3def5a010e 
					 
					
						
						
							
							fix casts  
						
						 
						
						
						
						
					 
					
						2002-05-05 23:00:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						294bd1e2f3 
					 
					
						
						
							
							Make sure that date is run under the C locale, so dates are given in the  
						
						 
						
						... 
						
						
						
						default format.
PR: 16 
						
						
					 
					
						2002-05-02 08:05:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						253ef2187c 
					 
					
						
						
							
							Add apps_startup and bio_err init code to smime.c  
						
						 
						
						
						
						
					 
					
						2002-05-01 20:07:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c0455cbb18 
					 
					
						
						
							
							Fix escaping when using the -subj option of "openssl req", document  
						
						 
						
						... 
						
						
						
						'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de >) 
						
						
					 
					
						2002-04-30 12:08:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						17e2c77a77 
					 
					
						
						
							
							Add information about -nameopt option for x509.  
						
						 
						
						
						
						
					 
					
						2002-04-29 16:01:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b52f3818f4 
					 
					
						
						
							
							undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)  
						
						 
						
						
						
						
					 
					
						2002-04-29 11:03:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cc12975514 
					 
					
						
						
							
							Fix unsigned vs. signed clash  
						
						 
						
						
						
						
					 
					
						2002-04-29 10:29:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9738f395c6 
					 
					
						
						
							
							Synchronise with 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-04-29 10:28:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d4294c8984 
					 
					
						
						
							
							Synchronise with 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-04-29 10:19:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8df61b5011 
					 
					
						
						
							
							Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not  
						
						 
						
						... 
						
						
						
						encoded as NULL) with id-dsa-with-sha1.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-26 08:28:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f1e6643751 
					 
					
						
						
							
							Add generationQualifier OID (proposed by Fiel Cabral).  
						
						 
						
						
						
						
					 
					
						2002-04-25 18:03:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6991bf196c 
					 
					
						
						
							
							Potential memory leak removed.  Notified by <threaded@totalise.co.uk>  
						
						 
						
						
						
						
					 
					
						2002-04-25 10:11:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						822a4c1bdb 
					 
					
						
						
							
							new items for 0.9.7  
						
						 
						
						
						
						
					 
					
						2002-04-25 07:52:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a5868b3fe2 
					 
					
						
						
							
							oops  
						
						 
						
						
						
						
					 
					
						2002-04-25 07:46:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4edfacb983 
					 
					
						
						
							
							AlgorithmIdentifier bugs  
						
						 
						
						
						
						
					 
					
						2002-04-25 06:29:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c6efe6f59e 
					 
					
						
						
							
							fix usage (no 'key')  
						
						 
						
						
						
						
					 
					
						2002-04-23 13:56:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						35c2b3a9ac 
					 
					
						
						
							
							Uhmmm, if we use && after having tested for the presence of the certificate,  
						
						 
						
						... 
						
						
						
						we just *might* stand a certain chance of actually getting it written
to file... 
						
						
					 
					
						2002-04-23 13:15:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						af9675e75a 
					 
					
						
						
							
							ERR_file_name is no longer being used.  
						
						 
						
						
						
						
					 
					
						2002-04-22 13:54:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8b2f9cdfad 
					 
					
						
						
							
							Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).  
						
						 
						
						
						
						
					 
					
						2002-04-21 17:54:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						01682a8b3c 
					 
					
						
						
							
							Make sure ec and ecdsa is properly handled in Windows.  
						
						 
						
						... 
						
						
						
						Notified by Bernd Matthes <bernd.matthes@gemplus.com > 
						
						
					 
					
						2002-04-20 10:23:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8b07f23c30 
					 
					
						
						
							
							Signedness mismatch.  
						
						 
						
						... 
						
						
						
						Notified by Bernd Matthes <bernd.matthes@gemplus.com > 
						
						
					 
					
						2002-04-20 10:23:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						45932ad508 
					 
					
						
						
							
							The callback must have (void) as argument list.  
						
						 
						
						... 
						
						
						
						Notified by Bernd Matthes <bernd.matthes@gemplus.com > 
						
						
					 
					
						2002-04-20 10:22:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ce94682ce1 
					 
					
						
						
							
							No point constifying an int.  
						
						 
						
						... 
						
						
						
						Notified by Bernd Matthes <bernd.matthes@gemplus.com > 
						
						
					 
					
						2002-04-20 10:22:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d7ab7e9ea 
					 
					
						
						
							
							Do not free p if it hasn't been used yet.  
						
						 
						
						... 
						
						
						
						Notified by Bernd Matthes <bernd.matthes@gemplus.com > 
						
						
					 
					
						2002-04-20 10:19:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6176df94ed 
					 
					
						
						
							
							Make sure the opened directory is closed on exit.  
						
						 
						
						... 
						
						
						
						Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu > 
						
						
					 
					
						2002-04-18 16:20:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a8f8788248 
					 
					
						
						
							
							Missing "Configure" entry (Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>).  
						
						 
						
						
						
						
					 
					
						2002-04-18 12:47:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d5d007abe3 
					 
					
						
						
							
							Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).  
						
						 
						
						
						
						
					 
					
						2002-04-18 11:54:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						151457ab16 
					 
					
						
						
							
							Handle headings uniformly to allow automatic processing.  
						
						 
						
						
						
						
					 
					
						2002-04-18 08:11:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dde3e83129 
					 
					
						
						
							
							'version' is not optional in the encoding  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-17 11:35:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8f182fdc69 
					 
					
						
						
							
							'version' is not optional in the encoding  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-17 11:31:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1064acafc4 
					 
					
						
						
							
							check return values  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-17 09:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ff8e412ceb 
					 
					
						
						
							
							get rid of some assignments that have become obsolete  
						
						 
						
						
						
						
					 
					
						2002-04-15 15:29:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e9cbcb1d98 
					 
					
						
						
							
							Document OID changes.  
						
						 
						
						
						
						
					 
					
						2002-04-15 14:18:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ea7fc0311c 
					 
					
						
						
							
							Use the "mail" short name according to RFC2798 (Michael Bell  
						
						 
						
						... 
						
						
						
						<michael.bell@rz.hu-berlin.de >). 
						
						
					 
					
						2002-04-15 13:30:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						30911232c1 
					 
					
						
						
							
							Some more OID enhancements.  
						
						 
						
						
						
						
					 
					
						2002-04-15 10:41:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2940a1298e 
					 
					
						
						
							
							Fix CRLF problem in BASE64 decode.  
						
						 
						
						
						
						
					 
					
						2002-04-15 09:55:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f916052eab 
					 
					
						
						
							
							remove disabled code  
						
						 
						
						
						
						
					 
					
						2002-04-14 13:28:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2fb3f002d0 
					 
					
						
						
							
							fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1.0 format  
						
						 
						
						... 
						
						
						
						(the bug was introduced with message callback support) 
						
						
					 
					
						2002-04-14 13:05:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						82b0bf0b87 
					 
					
						
						
							
							Implement known-IV countermeasure.  
						
						 
						
						... 
						
						
						
						Fix length checks in ssl3_get_client_hello().
Use s->s3->in_read_app_data differently to fix ssl3_read_internal(). 
						
						
					 
					
						2002-04-13 22:47:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3a7cef3e76 
					 
					
						
						
							
							Avoid emacs backup files when making a snapshot  
						
						 
						
						
						
						
					 
					
						2002-04-13 12:28:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						592c0e0273 
					 
					
						
						
							
							another error discovered by Karsten Braaten. The number was not even  
						
						 
						
						... 
						
						
						
						prime! 
						
						
					 
					
						2002-04-13 09:58:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						08b977b5a5 
					 
					
						
						
							
							looks like a typo  
						
						 
						
						
						
						
					 
					
						2002-04-12 13:52:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						85fb12d554 
					 
					
						
						
							
							clean up and synchronize with 0.9.6-stable  
						
						 
						
						
						
						
					 
					
						2002-04-12 13:45:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b975183c41 
					 
					
						
						
							
							ECDSA representation bugfixes  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-12 08:57:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						083100e2ab 
					 
					
						
						
							
							Check error code from a2d_ASN1_OBJECT().  
						
						 
						
						
						
						
					 
					
						2002-04-11 22:13:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						241d2ba1da 
					 
					
						
						
							
							Change the date to XX xxx XXXX in development versions.  
						
						 
						
						
						
						
					 
					
						2002-04-11 21:51:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e4fb49775b 
					 
					
						
						
							
							Synchronize with 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-04-11 18:43:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						381a146dc6 
					 
					
						
						
							
							Synchronize with 0.9.7-stable branch  
						
						 
						
						
						
						
					 
					
						2002-04-10 19:52:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b4a262832a 
					 
					
						
						
							
							Keep my own specially optimized HP-UX shared library building up to date.  
						
						 
						
						
						
						
					 
					
						2002-04-10 12:35:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6d498d478e 
					 
					
						
						
							
							harmonize capitalization  
						
						 
						
						
						
						
					 
					
						2002-04-09 12:42:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d0561b5c2d 
					 
					
						
						
							
							fix ECDSA handling  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-04-09 12:01:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4f4b192402 
					 
					
						
						
							
							add usage examples  
						
						 
						
						
						
						
					 
					
						2002-04-09 11:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0ae1661ba2 
					 
					
						
						
							
							Apply OID fixes for elliptic curves as supplied by  
						
						 
						
						... 
						
						
						
						Nils Larsch <nlarsch@compuserve.de >. 
						
						
					 
					
						2002-04-08 15:49:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4e9ef338fc 
					 
					
						
						
							
							error reported by Karsten Braaten  
						
						 
						
						
						
						
					 
					
						2002-04-07 13:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d16e1131b4 
					 
					
						
						
							
							Allow longer program names (VMS allows up to 39 characters).  
						
						 
						
						... 
						
						
						
						Submitted by Compaq. 
						
						
					 
					
						2002-04-06 20:22:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a18894d159 
					 
					
						
						
							
							make update (libeay.num has been edited to match 0.9.7-stable)  
						
						 
						
						
						
						
					 
					
						2002-04-06 19:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dfee50ecd9 
					 
					
						
						
							
							Allow longer program names (VMS allows up to 39 characters).  
						
						 
						
						... 
						
						
						
						Submitted by Compaq. 
						
						
					 
					
						2002-04-06 19:00:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						10189984f9 
					 
					
						
						
							
							Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS  
						
						 
						
						
						
						
					 
					
						2002-04-06 11:58:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d8425465a3 
					 
					
						
						
							
							Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL.  
						
						 
						
						... 
						
						
						
						Submitted by Compaq. 
						
						
					 
					
						2002-04-06 11:37:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fc02dcf6a 
					 
					
						
						
							
							Use recv() and send() for socket communication on VMS instead of read()  
						
						 
						
						... 
						
						
						
						and write().  The reason is that read() and write() make additional record
level locking which causes hangs of Compaq Secure Web Server (Apache) with
SSL.
Submitted by Compaq. 
						
						
					 
					
						2002-04-06 11:35:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83d092f785 
					 
					
						
						
							
							Make shared libraries resolve global symbols within themselves first.  
						
						 
						
						... 
						
						
						
						Currently only on GNUish linkers...
Submitted by Steven Bade <sbade@austin.ibm.com > 
						
						
					 
					
						2002-04-06 09:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4825092bbe 
					 
					
						
						
							
							Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).  
						
						 
						
						
						
						
					 
					
						2002-04-04 17:48:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bbd79bdf03 
					 
					
						
						
							
							Forgot one of the casts  
						
						 
						
						
						
						
					 
					
						2002-04-03 15:01:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a096e9b719 
					 
					
						
						
							
							Cast the pointers to the BIGNUM data to unsigned long *.  This would be  
						
						 
						
						... 
						
						
						
						harmful if we didn't also pass the exact number of bytes of that data 
						
						
					 
					
						2002-04-03 14:47:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ddab25a90d 
					 
					
						
						
							
							Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.  
						
						 
						
						... 
						
						
						
						Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know). 
						
						
					 
					
						2002-03-29 23:48:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ffbe98b763 
					 
					
						
						
							
							Make short names of objects RFC2256-compliant.  
						
						 
						
						
						
						
					 
					
						2002-03-26 17:18:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d7a9bb0a2a 
					 
					
						
						
							
							A forgotten file  
						
						 
						
						
						
						
					 
					
						2002-03-26 16:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d81c69b8e 
					 
					
						
						
							
							Add the possibility to enable olde des support, not just disable it, for future support.  Redocument  
						
						 
						
						
						
						
					 
					
						2002-03-26 14:28:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						401cd0af0f 
					 
					
						
						
							
							Add the mapping of des_random_seed() for 0.9.6 compatibility.  
						
						 
						
						... 
						
						
						
						Make sure DES_cblock is defined at all times (meaning one shouldn't include
openssl/des_old.h directly any more). 
						
						
					 
					
						2002-03-26 13:59:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c7b41e67f0 
					 
					
						
						
							
							Correct the mapping for des_read_pw()  
						
						 
						
						
						
						
					 
					
						2002-03-26 13:54:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						003144a8e8 
					 
					
						
						
							
							Make the change to strong keys in the string to key(s) functions experimental in the main trunk as well  
						
						 
						
						
						
						
					 
					
						2002-03-26 12:44:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						af1cb47e65 
					 
					
						
						
							
							fix warnings  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-25 23:41:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e8e7fbdb16 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-25 23:18:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d5c21afd4b 
					 
					
						
						
							
							add missing declaration  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-25 23:15:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1afa967909 
					 
					
						
						
							
							Fix typo (Craig Davison <cd@securityfocus.com>).  
						
						 
						
						
						
						
					 
					
						2002-03-25 17:12:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						85b7b80434 
					 
					
						
						
							
							fix conditational compilation for OPENSSL_NO_...  
						
						 
						
						
						
						
					 
					
						2002-03-22 11:02:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fe0f662310 
					 
					
						
						
							
							Merge changes from 0.9.7-stable  
						
						 
						
						
						
						
					 
					
						2002-03-22 10:51:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						90453438ff 
					 
					
						
						
							
							Merge changes from 0.9.7-stable  
						
						 
						
						
						
						
					 
					
						2002-03-22 10:32:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2e63f3b733 
					 
					
						
						
							
							Merge in DES changed from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-03-22 02:49:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						125cc35b59 
					 
					
						
						
							
							Merge in DES changed from 0.9.7-stable.  
						
						 
						
						
						
						
					 
					
						2002-03-22 02:42:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7e58aa7d71 
					 
					
						
						
							
							Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).  
						
						 
						
						
						
						
					 
					
						2002-03-21 19:16:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						be3d90de02 
					 
					
						
						
							
							Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.  
						
						 
						
						
						
						
					 
					
						2002-03-21 19:08:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						82652aaf17 
					 
					
						
						
							
							fix DH_generate_parameters for general 'generator'  
						
						 
						
						
						
						
					 
					
						2002-03-20 16:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						17d6bb8158 
					 
					
						
						
							
							New function EC_GROUP_check_discriminant().  
						
						 
						
						... 
						
						
						
						Restructure implementation of EC_GROUP_check().
Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-20 10:18:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						11c26ecf81 
					 
					
						
						
							
							Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).  
						
						 
						
						
						
						
					 
					
						2002-03-19 16:42:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						99d5b23023 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-19 09:51:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						611ba3f4a1 
					 
					
						
						
							
							Initialize ciph_ctx in kssl.c  
						
						 
						
						
						
						
					 
					
						2002-03-19 01:28:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						af28dd6c75 
					 
					
						
						
							
							Fix bugs and typos.  
						
						 
						
						... 
						
						
						
						Add some WTLS curves.
New function EC_GROUP_check() (this will probably
be implemented differently soon).
Submitted by: Nils Larsch
Reviewed by: Bodo Moeller 
						
						
					 
					
						2002-03-18 13:10:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e79ec456be 
					 
					
						
						
							
							fix #include position  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-18 13:05:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3e268d2717 
					 
					
						
						
							
							Ensure EVP_CipherInit() uses the correct encode/decode parameter if  
						
						 
						
						... 
						
						
						
						enc == -1
[Reported by Markus Friedl <markus@openbsd.org >]
Fix typo in dh_lib.c (use of DSAerr instead of DHerr). 
						
						
					 
					
						2002-03-16 23:20:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c46acbacde 
					 
					
						
						
							
							Rename 'cray-t90-cc' into 'cray-j90'.  
						
						 
						
						... 
						
						
						
						Add to 'config'. 
						
						
					 
					
						2002-03-15 16:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						304d90425f 
					 
					
						
						
							
							fix ssl3_pending  
						
						 
						
						
						
						
					 
					
						2002-03-15 10:52:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bfaa8a89e1 
					 
					
						
						
							
							Add missing strength entries.  
						
						 
						
						
						
						
					 
					
						2002-03-14 18:53:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de941e289e 
					 
					
						
						
							
							Initialize cipher context in KRB5  
						
						 
						
						... 
						
						
						
						("D. Russell" <russelld@aol.net >)
Allow HMAC functions to use an alternative ENGINE. 
						
						
					 
					
						2002-03-14 18:22:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1d28453529 
					 
					
						
						
							
							add OIDs for WAP/TLS curves  
						
						 
						
						
						
						
					 
					
						2002-03-14 13:18:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						690ecff795 
					 
					
						
						
							
							Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.  
						
						 
						
						... 
						
						
						
						Fix dsaparam usage output.
Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-14 09:52:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						234c73767d 
					 
					
						
						
							
							use BIO_nwrite() more properly to demonstrate the general idea of  
						
						 
						
						... 
						
						
						
						BIO_nwrite0/BIO_nwrite (the previous code was OK for BIO pairs but not
in general) 
						
						
					 
					
						2002-03-14 09:48:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						497810cae7 
					 
					
						
						
							
							Undo previous patch: avoid warnings by #undef'ing  
						
						 
						
						... 
						
						
						
						duplicate definitions.
Suggested by "Kenneth R. Robinette" <support@securenetterm.com > 
						
						
					 
					
						2002-03-13 13:59:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cbc9d9713d 
					 
					
						
						
							
							Fix Kerberos warnings with VC++.  
						
						 
						
						
						
						
					 
					
						2002-03-12 19:37:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98fa4fe8c5 
					 
					
						
						
							
							Fix ASN1 additions for KRB5  
						
						 
						
						
						
						
					 
					
						2002-03-12 13:32:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b4c91c0fc 
					 
					
						
						
							
							Fix various warnings when compiling with KRB5 code.  
						
						 
						
						
						
						
					 
					
						2002-03-12 02:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b9b43196e1 
					 
					
						
						
							
							asm/mips3.o problems  
						
						 
						
						
						
						
					 
					
						2002-03-11 09:36:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf6a9e66d6 
					 
					
						
						
							
							Make ciphers and digests obtain an ENGINE functional reference  
						
						 
						
						... 
						
						
						
						if impl is explicitly supplied. 
						
						
					 
					
						2002-03-09 18:58:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c372b94f7 
					 
					
						
						
							
							Make {RSA,DSA,DH}_new_method obtain and release an ENGINE  
						
						 
						
						... 
						
						
						
						functional reference in all cases. 
						
						
					 
					
						2002-03-09 18:25:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						26e1237380 
					 
					
						
						
							
							Fix the Win32_rename() function so it correctly  
						
						 
						
						... 
						
						
						
						returns an error code. Use the same code in Win9X
and NT.
Fix some ca.c options so they work under Win32:
unlink/rename wont work under Win32 unless the file
is closed. 
						
						
					 
					
						2002-03-08 19:11:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4882171df5 
					 
					
						
						
							
							EC curve stuff  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-08 11:10:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						931627e6a0 
					 
					
						
						
							
							Synchronise the AEP engine in all branches.  For 0.9.6-stable [engine], implement software fallback  
						
						 
						
						
						
						
					 
					
						2002-03-07 19:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						274a2c9970 
					 
					
						
						
							
							When closing, do not use close().  Also, if the closing call fails, do  
						
						 
						
						... 
						
						
						
						not return immediately since that leaves a locked lock. 
						
						
					 
					
						2002-03-07 17:13:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						006fcc22a8 
					 
					
						
						
							
							Change des_old.c to use types prefixed with _ossl_old_des_.  
						
						 
						
						
						
						
					 
					
						2002-03-07 15:41:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						709c51c424 
					 
					
						
						
							
							fix spacing  
						
						 
						
						
						
						
					 
					
						2002-03-07 12:21:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9bc448546e 
					 
					
						
						
							
							Add more curves.  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch
Remove unnecessary 'const'. 
						
						
					 
					
						2002-03-07 12:14:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0dc092334b 
					 
					
						
						
							
							ENGINE module additions.  
						
						 
						
						... 
						
						
						
						Add "init" command to control ENGINE
initialization.
Call ENGINE_finish on initialized ENGINEs on exit.
Reorder shutdown in apps.c: modules should be shut
down first.
Add test private key loader to openssl ENGINE: this
just loads a private key in PEM format.
Fix print format for dh length parameter. 
						
						
					 
					
						2002-03-06 14:15:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						36c194638e 
					 
					
						
						
							
							add SECG OIDs  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-06 13:47:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						45fb737950 
					 
					
						
						
							
							reference counting for EC_GROUP structures is not needed (at the  
						
						 
						
						... 
						
						
						
						moment at least), so remove it 
						
						
					 
					
						2002-03-06 09:46:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a01273bae3 
					 
					
						
						
							
							OpenSSL currently fails on certain pure 64-bit architectures.  This is a showstopper  
						
						 
						
						
						
						
					 
					
						2002-03-06 06:25:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2c17323e15 
					 
					
						
						
							
							Rephrase statement on the security of two-key 3DES.  
						
						 
						
						... 
						
						
						
						[Chosen plaintext attack: R. Merkle, M. Hellman: "On the Security of
  Multiple Encryption", CACM 24 (1981) pp. 465-467, p. 776.
  Known plaintext angriff: P.C. van Oorschot, M. Wiener: "A
  known-plaintext attack on two-key triple encryption", EUROCRYPT '90.] 
						
						
					 
					
						2002-03-05 15:29:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						870694b3da 
					 
					
						
						
							
							fix 'ecdsaparam -C'  
						
						 
						
						
						
						
					 
					
						2002-03-05 15:17:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						87a4b4d1f4 
					 
					
						
						
							
							fix printf call  
						
						 
						
						
						
						
					 
					
						2002-03-05 15:05:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8ecf5104b3 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2002-03-05 14:58:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2b3aeffbbd 
					 
					
						
						
							
							fix 'ecdsaparam -C' output  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-03-05 14:56:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c2f9e2cc3 
					 
					
						
						
							
							Make sure the type accessed by the LONG and ZLONG ASN1 type  
						
						 
						
						... 
						
						
						
						is really a long, to avoid problems on platforms where
sizeof(int) != sizeof(long). 
						
						
					 
					
						2002-03-05 13:48:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2d9b1b3ffa 
					 
					
						
						
							
							more X9.62 OIDs  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch <nla@trustcenter.de > 
						
						
					 
					
						2002-03-05 12:39:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f070480275 
					 
					
						
						
							
							disable '#ifdef DEBUG' code  
						
						 
						
						
						
						
					 
					
						2002-03-05 12:37:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49f1597de2 
					 
					
						
						
							
							Provide a pre 0.9.7 compatibility mapping if  
						
						 
						
						... 
						
						
						
						OPENSSL_DES_PRE_0_9_7_COMPATIBILITY is defined.  NOT AT ALL TESTED YET!
Add a comment as to the libdes compatibility. 
						
						
					 
					
						2002-03-05 11:26:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b44e425f39 
					 
					
						
						
							
							New configuration targets for OpenBSD, handed to me by Bob Beck <beck@openbsd.org>  
						
						 
						
						
						
						
					 
					
						2002-03-05 09:43:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						93683c3cf8 
					 
					
						
						
							
							'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent change  
						
						 
						
						
						
						
					 
					
						2002-03-05 09:07:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a08ee55e2d 
					 
					
						
						
							
							Typo.  In DCL, the continuation character is a dash at the end of the  
						
						 
						
						... 
						
						
						
						line, which I forgot when spliting one. 
						
						
					 
					
						2002-03-04 18:07:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3bac6d9479 
					 
					
						
						
							
							Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid certain linkage clashes.  
						
						 
						
						
						
						
					 
					
						2002-03-04 16:08:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5c5143de48 
					 
					
						
						
							
							Make it so one can select tests from within the test directory  
						
						 
						
						
						
						
					 
					
						2002-03-04 15:58:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c8cd7d9e0f 
					 
					
						
						
							
							Fix warnings about signed/unsigned mismatch and global  
						
						 
						
						... 
						
						
						
						shadowing (random, index) in hw_4758_cca.c 
						
						
					 
					
						2002-03-03 17:08:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e0a6cdcf30 
					 
					
						
						
							
							This change was only made in 0.9.7-stable.  Synchronise  
						
						 
						
						
						
						
					 
					
						2002-03-03 01:25:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a0ecb9b8fc 
					 
					
						
						
							
							Remove the perl/ subdirectory.  It hasn't been worked on for ages, is  
						
						 
						
						... 
						
						
						
						very broken, and there are working modules in CPAN, which makes our
module even more moot. 
						
						
					 
					
						2002-02-28 22:07:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4bf4bc784f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-02-28 20:29:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9437fef8cc 
					 
					
						
						
							
							use ERR_peek_last_error() instead of ERR_peek_error()  
						
						 
						
						
						
						
					 
					
						2002-02-28 14:07:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						16b0384bd2 
					 
					
						
						
							
							use ERR_peek_last_error() instead of ERR_peek_error() to ignore  
						
						 
						
						... 
						
						
						
						any other errors that may be left in the error queue
Submitted by: Jeffrey Altman 
						
						
					 
					
						2002-02-28 14:05:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87ebdd8a71 
					 
					
						
						
							
							VMS addaptation, including a few more long names that needed hacking.  
						
						 
						
						
						
						
					 
					
						2002-02-28 13:17:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7d68189d8a 
					 
					
						
						
							
							Make sure aep_close_connection() is declared and has a prototype that's  
						
						 
						
						... 
						
						
						
						consistent with the rest of the AEP functions 
						
						
					 
					
						2002-02-28 12:58:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26414ee013 
					 
					
						
						
							
							Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated  
						
						 
						
						
						
						
					 
					
						2002-02-28 12:42:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5c62f68e14 
					 
					
						
						
							
							Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>  
						
						 
						
						
						
						
					 
					
						2002-02-28 11:36:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d22b5dace 
					 
					
						
						
							
							Document the added modes for AES  
						
						 
						
						
						
						
					 
					
						2002-02-28 11:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						023ec151df 
					 
					
						
						
							
							Add 'void *' argument to app_verify_callback.  
						
						 
						
						... 
						
						
						
						Submitted by: D. K. Smetters <smetters@parc.xerox.com >
Reviewed by: Bodo Moeller 
						
						
					 
					
						2002-02-28 10:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						59dbdb51dc 
					 
					
						
						
							
							disable '#ifdef DEBUG' sections  
						
						 
						
						
						
						
					 
					
						2002-02-28 10:51:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						92d1bc09cb 
					 
					
						
						
							
							This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice  
						
						 
						
						... 
						
						
						
						Gittens. 
						
						
					 
					
						2002-02-27 22:55:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d62bfb39cd 
					 
					
						
						
							
							Fix the fix (Yoram Zahavi)...  
						
						 
						
						
						
						
					 
					
						2002-02-27 11:23:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						ce4b274aa1 
					 
					
						
						
							
							SSL_clear != SSL_free/SSL_new  
						
						 
						
						
						
						
					 
					
						2002-02-27 08:08:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						334f1842fc 
					 
					
						
						
							
							Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).  
						
						 
						
						
						
						
					 
					
						2002-02-26 21:40:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b12540520d 
					 
					
						
						
							
							Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.  
						
						 
						
						
						
						
					 
					
						2002-02-26 19:33:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d7b9b8b7e 
					 
					
						
						
							
							make update, after moving around symbols in libeay.num to match  
						
						 
						
						... 
						
						
						
						0.9.7-stable. 
						
						
					 
					
						2002-02-26 14:41:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						31188ee1a8 
					 
					
						
						
							
							Fix new -aes command argument handling  
						
						 
						
						
						
						
					 
					
						2002-02-26 13:46:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4a3e6bce79 
					 
					
						
						
							
							Make the engine config module always add dynamic ENGINEs  
						
						 
						
						... 
						
						
						
						to the list using dynamic_path. This stops ENGINEs which
don't supply any default algorithms being automatically
freed (because they have no references) and allows them
to be accessed by id.
Alternative dynamic loading behaviour can be achieved by
issuing the dynamic ENGINE ctrls separately in the config file. 
						
						
					 
					
						2002-02-24 16:20:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a3829cb720 
					 
					
						
						
							
							Updates from stable branch.  
						
						 
						
						
						
						
					 
					
						2002-02-23 13:50:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e84be9b495 
					 
					
						
						
							
							New OPENSSL_LOAD_CONF define to load openssl.cnf  
						
						 
						
						... 
						
						
						
						when OpenSSL_add_all_algorithms() is called. 
						
						
					 
					
						2002-02-23 01:00:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3a3ca3f515 
					 
					
						
						
							
							Fix for AIX.  
						
						 
						
						... 
						
						
						
						Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca > 
						
						
					 
					
						2002-02-22 21:26:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						032c49b8b3 
					 
					
						
						
							
							non-Monolith fixes.  
						
						 
						
						... 
						
						
						
						Submitted by Andrew W. Gray <agray@iconsinc.com > 
						
						
					 
					
						2002-02-22 21:21:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3208ff58ca 
					 
					
						
						
							
							make errors  
						
						 
						
						
						
						
					 
					
						2002-02-22 21:17:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6707d22a40 
					 
					
						
						
							
							Update from stable branch.  
						
						 
						
						
						
						
					 
					
						2002-02-22 14:07:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3647bee263 
					 
					
						
						
							
							Config code updates.  
						
						 
						
						... 
						
						
						
						CONF_modules_unload() now calls CONF_modules_finish()
automatically.
Default use of section openssl_conf moved to
CONF_modules_load()
Load config file in several openssl utilities.
Most utilities now load modules from the config file,
though in a few (such as version) this isn't done
because it couldn't be used for anything.
In the case of ca and req the config file used is
the same as the utility itself: that is the -config
command line option can be used to specify an
alternative file. 
						
						
					 
					
						2002-02-22 14:01:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e2aebccba1 
					 
					
						
						
							
							We have AES support in openssl speed  
						
						 
						
						
						
						
					 
					
						2002-02-21 17:23:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3e563bcea7 
					 
					
						
						
							
							disable '#ifdef DEBUG' sections  
						
						 
						
						
						
						
					 
					
						2002-02-21 13:07:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						92f91ff48b 
					 
					
						
						
							
							Config file updates from stable branch  
						
						 
						
						
						
						
					 
					
						2002-02-21 00:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b3dfaaa143 
					 
					
						
						
							
							Add AES support in the applications that support -des and -des3.  
						
						 
						
						
						
						
					 
					
						2002-02-20 18:03:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b7848a345 
					 
					
						
						
							
							Add comfy aliases for AES in CBC mode.  
						
						 
						
						
						
						
					 
					
						2002-02-20 17:59:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						915c6a21ba 
					 
					
						
						
							
							Stop assuming the IV is 8 bytes long, use the real size instead.  
						
						 
						
						... 
						
						
						
						This is especially important for AES that has a 16 bytes IV. 
						
						
					 
					
						2002-02-20 17:55:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						58706d595b 
					 
					
						
						
							
							Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, since  
						
						 
						
						... 
						
						
						
						it's exported.  Changing that is a BIG step, which has been done in
0.9.7-dev. 
						
						
					 
					
						2002-02-20 14:07:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						236be53269 
					 
					
						
						
							
							gcc figures that the format specifier %2x means unsigned int, so let's  
						
						 
						
						... 
						
						
						
						make n unsigned. 
						
						
					 
					
						2002-02-20 13:50:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fc1bd382b 
					 
					
						
						
							
							Instead of casting a lvalue, let's constify meth.  
						
						 
						
						
						
						
					 
					
						2002-02-20 13:49:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a60033f106 
					 
					
						
						
							
							Update the status on 64-bit thingy.  
						
						 
						
						
						
						
					 
					
						2002-02-20 13:19:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3613e6fc57 
					 
					
						
						
							
							simplifications  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-02-20 13:08:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f8e21776f9 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2002-02-20 12:38:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						006723cf76 
					 
					
						
						
							
							Add reports on checked 64-bit platforms and make space to add platforms that need to be checked  
						
						 
						
						
						
						
					 
					
						2002-02-20 12:31:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						aa89bcd279 
					 
					
						
						
							
							With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all  
						
						 
						
						
						
						
					 
					
						2002-02-20 12:16:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f19759a182 
					 
					
						
						
							
							Instead of just checking for OpenVMS, check if DEC C is used, since it's as  
						
						 
						
						... 
						
						
						
						picky on all platforms 
						
						
					 
					
						2002-02-20 12:01:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d009bcbfb6 
					 
					
						
						
							
							bugfix: allocate sufficiently large buffer  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch 
						
						
					 
					
						2002-02-20 11:59:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4b71f63ac0 
					 
					
						
						
							
							Comparing a pointer (data) with 0 using > is incorrect.  The changed  
						
						 
						
						... 
						
						
						
						comparison doesn't look right, but at least it compiles.  It would be nice
if the one who knows what this is supposed to do changed it to do it correctly 
						
						
					 
					
						2002-02-20 11:57:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3adb8c3854 
					 
					
						
						
							
							With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all  
						
						 
						
						
						
						
					 
					
						2002-02-20 11:43:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						02e666d59f 
					 
					
						
						
							
							Don't shadow already defined variables  
						
						 
						
						
						
						
					 
					
						2002-02-20 11:42:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5b2d6ff07e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-02-20 08:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						877b2fbd3c 
					 
					
						
						
							
							A rough little self-test for tunala. This runs through all cipher-suite /  
						
						 
						
						... 
						
						
						
						SSL/TLS version combinations looking for mishaps. 
						
						
					 
					
						2002-02-20 05:12:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						afeab58a3c 
					 
					
						
						
							
							Make the "ungunk" logic a little more robust.  
						
						 
						
						
						
						
					 
					
						2002-02-20 05:09:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						744c49a81b 
					 
					
						
						
							
							- Add support for cipher suites that require a temporary RSA key for  
						
						 
						
						... 
						
						
						
						key-agreement.
- Tolerate signal interruptions of select(). 
						
						
					 
					
						2002-02-20 05:02:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9c5b91fd0b 
					 
					
						
						
							
							Oh, and since config figures out that we run Cygwin and what versions,  
						
						 
						
						... 
						
						
						
						let's recommend running config instead of a manual Configure. 
						
						
					 
					
						2002-02-16 22:31:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						290d3eab76 
					 
					
						
						
							
							Since Cygwin is the proper spelling, let's change to that everywhere.  
						
						 
						
						... 
						
						
						
						Also, with the change in Configure, it now knows on it's own if
threads are supported or not. 
						
						
					 
					
						2002-02-16 22:28:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						46dae77c23 
					 
					
						
						
							
							Cygwin target name has been changed!  
						
						 
						
						
						
						
					 
					
						2002-02-16 16:53:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a6cd870784 
					 
					
						
						
							
							The AES modes OFB and CFB are defined with 128 feedback bits.  This  
						
						 
						
						... 
						
						
						
						deviates from the "standard" 64 bits of feedback that all other
algorithms are using.  Therefore, let's redo certain EVP macros to
accept different amounts of feedback bits for these modes.
Also, change e_aes.c to provide all usually available modes for AES.
CTR isn't included yet. 
						
						
					 
					
						2002-02-16 12:39:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97879bcd57 
					 
					
						
						
							
							Add the modes OFB128, CFB128 and CTR128 to AES.  
						
						 
						
						... 
						
						
						
						Submitted by Stephen Sprunk <stephen@sprunk.org > 
						
						
					 
					
						2002-02-16 12:20:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ab1dee1efc 
					 
					
						
						
							
							Adjust the NID names for the AES modes OFB and CFB to contain the number  
						
						 
						
						... 
						
						
						
						of feedback bits 
						
						
					 
					
						2002-02-16 12:15:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e072aa535d 
					 
					
						
						
							
							The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,  
						
						 
						
						... 
						
						
						
						so do not add one after the expansion, since ANSI C doesn't allow ;;
at this level (or at least, so tells me gcc). 
						
						
					 
					
						2002-02-16 12:03:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48f9859d2a 
					 
					
						
						
							
							Local time' shadows the global function time()'.  Rename the local  
						
						 
						
						... 
						
						
						
						variable to `tim' (and, as a matter of consequence, `time_d' to `tim_d'). 
						
						
					 
					
						2002-02-16 12:01:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48b5083ca0 
					 
					
						
						
							
							Missing #endif  
						
						 
						
						
						
						
					 
					
						2002-02-16 11:58:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd64618674 
					 
					
						
						
							
							gcc chokes on C++ comments in C code.  
						
						 
						
						
						
						
					 
					
						2002-02-16 11:57:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5d7e960adf 
					 
					
						
						
							
							Give the linux-sparv9 target shared capability.  
						
						 
						
						... 
						
						
						
						Submitted by Ian Marsh <mushypea@dominion.net.uk > 
						
						
					 
					
						2002-02-15 16:22:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f0d6ee6be8 
					 
					
						
						
							
							Even though it is not really practical people should know about it.  
						
						 
						
						
						
						
					 
					
						2002-02-15 07:41:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e65991f977 
					 
					
						
						
							
							fix indentation  
						
						 
						
						
						
						
					 
					
						2002-02-14 16:08:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3e83e686ba 
					 
					
						
						
							
							Add the configuration target VxWorks.  
						
						 
						
						
						
						
					 
					
						2002-02-14 15:37:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8f06b00373 
					 
					
						
						
							
							make it possible to disable memory checking for timings  
						
						 
						
						
						
						
					 
					
						2002-02-14 14:41:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1dea1f4509 
					 
					
						
						
							
							'-C' is still quite broken  
						
						 
						
						
						
						
					 
					
						2002-02-14 14:30:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						44411db8e0 
					 
					
						
						
							
							fix '-C'  
						
						 
						
						
						
						
					 
					
						2002-02-14 14:25:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						23ac7a1407 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						
						
						
					 
					
						2002-02-14 14:21:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dda640835f 
					 
					
						
						
							
							move ECDSA test right after EC test  
						
						 
						
						
						
						
					 
					
						2002-02-14 14:03:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6cc3700314 
					 
					
						
						
							
							don't call OPENSSL_config(), this does not make any sense during "make test"  
						
						 
						
						
						
						
					 
					
						2002-02-14 13:51:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cc1489d2f2 
					 
					
						
						
							
							Make sure memset() is defined by including string.h  
						
						 
						
						... 
						
						
						
						Notified by Oscar Jacobsson <oscar@jacobsson.org > 
						
						
					 
					
						2002-02-14 13:51:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						016029c69f 
					 
					
						
						
							
							For some reason, getting the topmost error was done the same way as  
						
						 
						
						... 
						
						
						
						getting the bottommost one.  I hope I understood correctly how this
should be done.  It seems to work when running evp_test in an
environment where it can't find openssl.cnf. 
						
						
					 
					
						2002-02-14 13:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						516b848286 
					 
					
						
						
							
							make update, with libeay.num remade to match the 0.9.7-stable one.  
						
						 
						
						
						
						
					 
					
						2002-02-14 13:43:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4202285ef 
					 
					
						
						
							
							The Cygwin shared extension was shifted.  
						
						 
						
						
						
						
					 
					
						2002-02-14 13:36:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						49e045482a 
					 
					
						
						
							
							At Corinna Vinschen's request, change CygWin32 to Cygwin  
						
						 
						
						
						
						
					 
					
						2002-02-14 12:28:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d8309efc72 
					 
					
						
						
							
							EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()  
						
						 
						
						
						
						
					 
					
						2002-02-14 10:23:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f43acc8a50 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2002-02-14 09:59:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba47f5c9b0 
					 
					
						
						
							
							Correct sh, please  
						
						 
						
						
						
						
					 
					
						2002-02-14 02:20:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4d94ae00d5 
					 
					
						
						
							
							ECDSA support  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch <nla@trustcenter.de > 
						
						
					 
					
						2002-02-13 18:21:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60d8bae30d 
					 
					
						
						
							
							some modifications to named curve support  
						
						 
						
						
						
						
					 
					
						2002-02-13 17:57:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0caec9e8f8 
					 
					
						
						
							
							Modify the main trunk version to 0.9.8-dev.  
						
						 
						
						... 
						
						
						
						0.9.7 now lives in the branch OpenSSL_0_9_7-stable. 
						
						
					 
					
						2002-02-13 17:46:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4f85a2e21e 
					 
					
						
						
							
							new locks  
						
						 
						
						
						
						
					 
					
						2002-02-13 17:25:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						945e15a253 
					 
					
						
						
							
							add support for named curves  
						
						 
						
						... 
						
						
						
						Submitted by: Nils Larsch <nla@trustcenter.de > 
						
						
					 
					
						2002-02-13 17:22:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1fe198b6f9 
					 
					
						
						
							
							Update the configuration of CygWin32 to use the new capabilities of  
						
						 
						
						... 
						
						
						
						CygWin 1.3.x, which includes thread and shared library support.
Submitted by Corinna Vinschen <vinschen@redhat.com > and modified a
little bit. 
						
						
					 
					
						2002-02-13 14:44:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						78d6603aad 
					 
					
						
						
							
							We should implement a countermeasure against the predictable-IV CBC  
						
						 
						
						... 
						
						
						
						weakness in SSL/TLS 
						
						
					 
					
						2002-02-13 10:21:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7241ae1a0a 
					 
					
						
						
							
							Move teh silencer to the right place.  
						
						 
						
						
						
						
					 
					
						2002-02-13 10:16:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5f58d6a5e0 
					 
					
						
						
							
							Make link-shard a little bit more efficient.  If there are no  
						
						 
						
						... 
						
						
						
						extensions to link together, there's no point looping at all. 
						
						
					 
					
						2002-02-13 10:15:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						acfe628b6e 
					 
					
						
						
							
							Make removal from session cache more robust.  
						
						 
						
						
						
						
					 
					
						2002-02-10 12:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						182d8435f0 
					 
					
						
						
							
							add a wish  
						
						 
						
						
						
						
					 
					
						2002-02-09 01:49:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4de920c91d 
					 
					
						
						
							
							Do not store unneeded data.  
						
						 
						
						
						
						
					 
					
						2002-02-08 15:15:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3cd039dd8f 
					 
					
						
						
							
							Add notes on the added support for aep and sureware crypto cards in  
						
						 
						
						... 
						
						
						
						0.9.7. 
						
						
					 
					
						2002-02-07 22:15:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						81269a81ee 
					 
					
						
						
							
							Remove an unused variable.  
						
						 
						
						
						
						
					 
					
						2002-02-07 21:55:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3537525e00 
					 
					
						
						
							
							Oops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked  
						
						 
						
						... 
						
						
						
						CRYPTO_LOCK_RAND... 
						
						
					 
					
						2002-02-07 21:49:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d38f3ad1ee 
					 
					
						
						
							
							I forgot to include the aep and sureware vendor header files.  
						
						 
						
						
						
						
					 
					
						2002-02-07 21:43:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e083f91497 
					 
					
						
						
							
							Because AEP and we used the same AEP_R_ prefix for error reasons,  
						
						 
						
						... 
						
						
						
						lets change our prefix to AEPHK_R_.  Otherwise, we get very mysterious
errors because we happen to redefine AEP_R_OK and AEP_R_GENERAL_ERROR. 
						
						
					 
					
						2002-02-07 21:12:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba2cad19cf 
					 
					
						
						
							
							Add aep and sureware implementations and clean up some error reasons  
						
						 
						
						... 
						
						
						
						that were never part of the engine framework.
The aep and sureware implementations are taken directly from 0.9.6c
[engine] and have been modified to fit the newer engine framework and
to be possible to build shared libraries of.
The aep implementation has gone through quite a bunch of tests and is
cleaned up (there were some misunderstandings in it about how to use
locks).
The sureware hasn't been tested at all in this incarnation and is
basically a quick hack to get it to compile properly. 
						
						
					 
					
						2002-02-07 20:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db0a1efcc9 
					 
					
						
						
							
							Certain reasons aren't really part of the engine framework, so let's  
						
						 
						
						... 
						
						
						
						make them ubsec-specific in the ubsec implementation. 
						
						
					 
					
						2002-02-07 20:37:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9074521458 
					 
					
						
						
							
							Generate the individual engines' error strings and macros  
						
						 
						
						... 
						
						
						
						automatically. 
						
						
					 
					
						2002-02-07 20:02:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f924200e1b 
					 
					
						
						
							
							If the intended header file doesn't exist, create it.  
						
						 
						
						
						
						
					 
					
						2002-02-07 19:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						de2f6e4dae 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2002-02-05 17:34:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44bdb056d4 
					 
					
						
						
							
							With the changed des_old API, let's complete the work by renaming the  
						
						 
						
						... 
						
						
						
						functions in ui_compat.  This gave reason to rework that part more
thoroughly, so here are the changes made:
1. Add DES_read_password() and DES_read_2passwords() with the same
   functionality as the corresponding old des_ functions, as a
   convenience to the users.
2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the
   functionality from des_read_pw_string() and des_read_pw(), again as
   a concenience to the users.
3. Rename des_read_password(), des_read_2passwords(),
   des_read_pw_string() and des_read_pw() by changing des_ to
   _ossl_old_des_, and add the usual mapping macros.
4. Move the implementation of des_read_password() and
   des_read_2passwords() to the des directory, since they are tightly
   tied to DES anyway.
This change was inspired by a patch from Assar Westerlund <assar@sics.se >:
There are some functions that didn't get the kick-away-old-des-and-
replace-des-with-DES action.  Here's a patch that adds DES_ and des_
(in des_old.h) versions of des_read_pw_string et al.  This patch
includes some of the first des_old.h semi-colon macro fixes that I've
already sent. 
						
						
					 
					
						2002-02-05 17:15:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c31bbf1e68 
					 
					
						
						
							
							Apply one patch from Assar Westerlund <assar@sics.se>:  
						
						 
						
						... 
						
						
						
						The following patch makes sure that string2key does not use weak DES
keys (then making them non-weak by xor:ing with 0xF0). 
						
						
					 
					
						2002-02-05 15:05:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5e68f8ce15 
					 
					
						
						
							
							Apply three patches from Assar Westerlund <assar@kth.se>:  
						
						 
						
						... 
						
						
						
						This patch makes the macros in des_old.h actually pretend to be
functions.
There's no reason not to define _ossl_old_crypt when using
PERL5/FreeBSD/darwin/Next, since it makes using crypt and including
des.h break.  Here's a trivial patch.
This patch fixes some of the typos used in macro names in des_old.h
and the number of arguments for some of them. 
						
						
					 
					
						2002-02-05 06:02:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9a3ef4c6e 
					 
					
						
						
							
							ASN1_BIT_STRING_set_bit() didn't clear previously set bits  
						
						 
						
						
						
						
					 
					
						2002-02-03 21:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1955b87423 
					 
					
						
						
							
							#undef some things that cause a conflict under Win32 when  
						
						 
						
						... 
						
						
						
						wincrypt.h is included. 
						
						
					 
					
						2002-02-02 13:19:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						866eedb936 
					 
					
						
						
							
							Shut up compiler warnings for inconsistent declarations.  
						
						 
						
						
						
						
					 
					
						2002-01-29 17:14:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f701551f36 
					 
					
						
						
							
							HP-UX 32bit:  
						
						 
						
						... 
						
						
						
						* When linking against shared libraries, the absolute path is remembered.
  - When linking against -L.., '..' is remembered inside the executable,
    so it will fail after "make install" or when not called from inside the
    "apps/" subdirectory of the build tree.
  - When using the "+cdp" option of "ld", the ".." information can be
    exchanged against $(INSTALL_TOP)/lib. In this case the executable
    will however refuse to work before "make install" has been called.
    This makes testing the 'openssl' executable a problem.
* Solution 1:
  Relink the "openssl" executable, when "make install" is called.
  This would however require significant changes to the toplevel Makefile
  and the apps/ Makefile.
* Solution 2:
  Statically link against libssl and libcrypto, so that the "openssl"
  executable is no longer dependant on the openssl shared libraries.
Select option 2 for HP-UX 32bit, as this requires the smallest change. 
						
						
					 
					
						2002-01-29 16:32:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						adc4df3616 
					 
					
						
						
							
							Make SHLIB_TARGET available in subdirs (here: apps/)  
						
						 
						
						
						
						
					 
					
						2002-01-29 16:20:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1199e2d8cf 
					 
					
						
						
							
							Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.  
						
						 
						
						
						
						
					 
					
						2002-01-29 12:36:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0f180d1d1d 
					 
					
						
						
							
							Superflous '\' messes up with HP-UX make.  
						
						 
						
						
						
						
					 
					
						2002-01-28 16:30:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						072569e0f1 
					 
					
						
						
							
							Undo previous change,  X509_check_issued() was correct.  
						
						 
						
						... 
						
						
						
						[See
     Message-ID: <3BB07999.30432AD2@celocom.com >
     Date: Tue, 25 Sep 2001 13:33:29 +0100
     From: Dr S N Henson <drh@celocom.com >
     To: openssl-dev@openssl.org 
     Subject: Re: Error in v3_purp.c
] 
						
						
					 
					
						2002-01-27 17:41:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba9786e4b8 
					 
					
						
						
							
							Spelling correction.  
						
						 
						
						
						
						
					 
					
						2002-01-27 16:12:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						613599ffff 
					 
					
						
						
							
							Correct the number of colons for the targets aix43-cc, aix43-gcc,  
						
						 
						
						... 
						
						
						
						alpha-cc, alpha-cc-rpath, alpha-gcc, alpha164-cc and alphaold-cc. 
						
						
					 
					
						2002-01-27 16:03:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c9c21d3b89 
					 
					
						
						
							
							Detect one-step shifts of the dso_scheme.  
						
						 
						
						
						
						
					 
					
						2002-01-27 15:58:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d0d046eca2 
					 
					
						
						
							
							I got some reports that some targets have weird dso_schemes.  
						
						 
						
						... 
						
						
						
						Therefore, I've added a sanity checker.
Note that it can be combined with almost any other argument (the other
arguments will be completely ignored), with "reconf" as the blatant
exception, since it also has the behavior of ignoring all following
command line arguments.  If --test-sanity and reconf are both used on
the command line, the first one wins. 
						
						
					 
					
						2002-01-27 15:52:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2a81428489 
					 
					
						
						
							
							Remove blanks at begin of empty lines irritating epv_test.c  
						
						 
						
						
						
						
					 
					
						2002-01-26 15:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7073e9e2a0 
					 
					
						
						
							
							Update SCO5 targets.  
						
						 
						
						
						
						
					 
					
						2002-01-26 05:24:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d866df33a1 
					 
					
						
						
							
							Apply a small patch from Dan Lanz <lanz@zolera.com> to get shared  
						
						 
						
						... 
						
						
						
						libraries with debug-linux-elf. 
						
						
					 
					
						2002-01-26 05:08:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b77fcddb6b 
					 
					
						
						
							
							Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that  
						
						 
						
						... 
						
						
						
						makes things more compilable with VC++. 
						
						
					 
					
						2002-01-26 04:50:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6fbd470e3 
					 
					
						
						
							
							It looks like I didn't remove everything that has to do with the  
						
						 
						
						... 
						
						
						
						non-existant aestest.c. 
						
						
					 
					
						2002-01-26 04:45:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						63810d8566 
					 
					
						
						
							
							Apply a small patch from Diego R. Lopez <diego.lopez@rediris.es>,  
						
						 
						
						... 
						
						
						
						making X509_check_issued() properly match an issuer that's found in a
Authority Key Identifier. 
						
						
					 
					
						2002-01-26 04:25:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						123c401967 
					 
					
						
						
							
							GCC uses __i386__.  
						
						 
						
						
						
						
					 
					
						2002-01-26 03:57:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a3fffd648b 
					 
					
						
						
							
							Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> to  
						
						 
						
						... 
						
						
						
						make it possible to produce shared libraries on ReliantUNIX. 
						
						
					 
					
						2002-01-26 03:17:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d57b73a50 
					 
					
						
						
							
							I got a request to make the "old des" symbols more closely tied to  
						
						 
						
						... 
						
						
						
						OpenSSL.  Adding '_ossl' in the name seems to be a good way to do
this. 
						
						
					 
					
						2002-01-26 01:14:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f14845d999 
					 
					
						
						
							
							Apply Neale Ferguson's patch to add a configuration target for linux-s390x  
						
						 
						
						
						
						
					 
					
						2002-01-25 22:06:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						80bb905d3d 
					 
					
						
						
							
							Apply the following changes by Toomas Kiisk <vix@cyber.ee>:  
						
						 
						
						... 
						
						
						
						* make openssl rsa work with -engine chil
* misc changes, including debug-linux-ppro Configure target
  and FORMAT_NETSCAPE-aware load_{,pub}key()
This completes the application of his changes. 
						
						
					 
					
						2002-01-25 19:43:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a297985f42 
					 
					
						
						
							
							Apply a change by Toomas Kiisk <vix@cyber.ee>:  
						
						 
						
						... 
						
						
						
						* Fix a crashbug and a logic bug in hwcrhk_load_pubkey() 
						
						
					 
					
						2002-01-25 17:45:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						404dcc5e8e 
					 
					
						
						
							
							I must learn to compile before I commit...  
						
						 
						
						
						
						
					 
					
						2002-01-25 17:35:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8242a6a9fc 
					 
					
						
						
							
							Document the change in rsautl.  
						
						 
						
						
						
						
					 
					
						2002-01-25 17:00:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						17bcb8d465 
					 
					
						
						
							
							Add -keyform.  Document -engine.  
						
						 
						
						
						
						
					 
					
						2002-01-25 16:51:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72165799a8 
					 
					
						
						
							
							There is no aestest currently.  The EVP tester is used to check the  
						
						 
						
						... 
						
						
						
						AES algorithm. 
						
						
					 
					
						2002-01-25 07:52:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f1c2a9de45 
					 
					
						
						
							
							The 'type' parameter, an EVP_MD pointer, represents the type of digest  
						
						 
						
						... 
						
						
						
						required as well as a default implementation (when no ENGINE provides a
replacement implementation). This change makes sure the correct
implementation's "init()" handler is used rather than assuming 'type'. 
						
						
					 
					
						2002-01-25 03:13:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						52b66a622d 
					 
					
						
						
							
							Keep the NIST AES vectors that were there previously.  
						
						 
						
						
						
						
					 
					
						2002-01-24 18:09:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						273db408a8 
					 
					
						
						
							
							sort functions ...  
						
						 
						
						
						
						
					 
					
						2002-01-24 17:17:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						957b6db3b1 
					 
					
						
						
							
							fix formatting of automatically generated error section  
						
						 
						
						
						
						
					 
					
						2002-01-24 16:20:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a14e2d9dfe 
					 
					
						
						
							
							New functions  
						
						 
						
						... 
						
						
						
						ERR_peek_last_error
    ERR_peek_last_error_line
    ERR_peek_last_error_line_data
(supersedes ERR_peek_top_error).
Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT
because OPENSSL_NO_... indicates disabled algorithms (according to
mkdef.pl). 
						
						
					 
					
						2002-01-24 16:16:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a8b94d6409 
					 
					
						
						
							
							Reword CHANGES entry for _old_des_..., as it was a little complicated  
						
						 
						
						... 
						
						
						
						syntactically. 
						
						
					 
					
						2002-01-24 14:05:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fe19c448f0 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						libeay.num got tweaked so the old des symbols would retain their
positions. 
						
						
					 
					
						2002-01-24 12:31:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fcf6473199 
					 
					
						
						
							
							Because of recent changes, there's no need to hack the des symbols any  
						
						 
						
						... 
						
						
						
						more. 
						
						
					 
					
						2002-01-24 12:30:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1285221370 
					 
					
						
						
							
							To avoid all kinds of link-level clashes, rename all old des_*  
						
						 
						
						... 
						
						
						
						functions to _old_des_*. 
						
						
					 
					
						2002-01-24 12:26:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5dcf517d84 
					 
					
						
						
							
							To avoid all kinds of link-level clashes, rename all old des_*  
						
						 
						
						... 
						
						
						
						functions to _old_des_*. 
						
						
					 
					
						2002-01-24 12:19:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9b2f486c9e 
					 
					
						
						
							
							Document the current behaviour of the DES interface.  
						
						 
						
						
						
						
					 
					
						2002-01-23 10:12:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						24995f3a10 
					 
					
						
						
							
							Support old DES APIs by default.  
						
						 
						
						
						
						
					 
					
						2002-01-22 23:19:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0fc5cf0870 
					 
					
						
						
							
							Make no config file not an error. Move /dev/crypto config to ctrl.  
						
						 
						
						
						
						
					 
					
						2002-01-22 22:29:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f78d4a35f8 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2002-01-22 02:06:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						df5eaa8a52 
					 
					
						
						
							
							default_algorithms option in ENGINE config.  
						
						 
						
						
						
						
					 
					
						2002-01-22 01:40:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6ce46d69f5 
					 
					
						
						
							
							Typos (jsyn <jsyn@openbsd.org>).  
						
						 
						
						
						
						
					 
					
						2002-01-21 18:01:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						575e664a7c 
					 
					
						
						
							
							Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).  
						
						 
						
						
						
						
					 
					
						2002-01-21 17:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7389c848d4 
					 
					
						
						
							
							Use FIPS-197 vectors for AES.  The NIST vectors were constructed by  
						
						 
						
						... 
						
						
						
						reencrypting or redecrypting the ciphertext 10000 times, which of
course gives higly different results. 
						
						
					 
					
						2002-01-21 17:55:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d393410f3 
					 
					
						
						
							
							Add more of the NIST test vectors for AES.  
						
						 
						
						... 
						
						
						
						For some reason, they give incorrect results with the OpenSSL
implementation.  I wonder why... 
						
						
					 
					
						2002-01-21 16:09:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd69750360 
					 
					
						
						
							
							Bring VMS up to date with development.  
						
						 
						
						
						
						
					 
					
						2002-01-21 15:37:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c9501c223f 
					 
					
						
						
							
							Initial ENGINE config module, docs to follow.  
						
						 
						
						... 
						
						
						
						Fix buffer overrun errors in OPENSSL_conf(). 
						
						
					 
					
						2002-01-21 03:02:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						9dd5ae6553 
					 
					
						
						
							
							Constification, add config to /dev/crypto.  
						
						 
						
						
						
						
					 
					
						2002-01-18 16:51:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e1e876072d 
					 
					
						
						
							
							disable broken code  
						
						 
						
						
						
						
					 
					
						2002-01-18 12:28:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						dd2589494f 
					 
					
						
						
							
							Other errors are possible.  
						
						 
						
						
						
						
					 
					
						2002-01-18 12:19:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1cfa8a397f 
					 
					
						
						
							
							Stupid apps should die, not fail silently.  
						
						 
						
						
						
						
					 
					
						2002-01-18 11:46:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bdae099862 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						
						
						
					 
					
						2002-01-18 11:32:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						cca28b291c 
					 
					
						
						
							
							Constification, missing declaration, update dependencies.  
						
						 
						
						
						
						
					 
					
						2002-01-18 10:59:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						062d3e39e7 
					 
					
						
						
							
							Correct for the recent prototype changes.  
						
						 
						
						
						
						
					 
					
						2002-01-17 01:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e29f478a7a 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2002-01-16 19:22:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1b58b616e3 
					 
					
						
						
							
							Produce less confusing statistics when "-out_totals" is used.  
						
						 
						
						
						
						
					 
					
						2002-01-16 05:31:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c70d381775 
					 
					
						
						
							
							The sample certs had expired, so these are newer ones that should last  
						
						 
						
						... 
						
						
						
						quite a bit longer. 
						
						
					 
					
						2002-01-16 05:29:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						508d8b1617 
					 
					
						
						
							
							run test_evp before test_ssl  
						
						 
						
						
						
						
					 
					
						2002-01-15 11:43:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8c74b5e56c 
					 
					
						
						
							
							Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'  
						
						 
						
						... 
						
						
						
						to indicate that a real handshake is taking place (the value will be
lost during multiple invocations). Set s->new_session to 2 instead. 
						
						
					 
					
						2002-01-14 23:40:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c59ba5b528 
					 
					
						
						
							
							Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if  
						
						 
						
						... 
						
						
						
						the SSL_R_LENGTH_MISMATCH error is detected. 
						
						
					 
					
						2002-01-14 12:37:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						45d87a1ffe 
					 
					
						
						
							
							Prototype info function.  
						
						 
						
						
						
						
					 
					
						2002-01-12 15:56:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a3feb21bbe 
					 
					
						
						
							
							Add client_cert_cb prototype.  
						
						 
						
						
						
						
					 
					
						2002-01-12 13:15:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						37530362fa 
					 
					
						
						
							
							Return value could be undefined.  
						
						 
						
						
						
						
					 
					
						2002-01-12 13:13:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						fd69886aed 
					 
					
						
						
							
							- Network errors could pollute the buffers because -1 isn't noticed in an  
						
						 
						
						... 
						
						
						
						"unsigned int".
- Remove redundant processing with machine->ssl is NULL.
- Remove compiler warnings about uninitialised 'ctx' (it's not used
  uninitialised, but gcc can't see that). 
						
						
					 
					
						2002-01-10 06:03:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd795679bb 
					 
					
						
						
							
							Patches to make OpenSSL compilable on MacOS/X.  
						
						 
						
						... 
						
						
						
						Submitted by Pier Fumagalli <pier@betaversion.org > 
						
						
					 
					
						2002-01-08 09:19:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e523f5f389 
					 
					
						
						
							
							- libtool finally annoyed me too much, so I'm nuking it,  
						
						 
						
						... 
						
						
						
						- tidy up some output,
- print a warning when running an SSL server with no cert,
- only log each connect/disconnect if the new "-out_conns" switch is used. 
						
						
					 
					
						2002-01-08 02:58:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e4dd79bbc8 
					 
					
						
						
							
							- Add the same header stuff to aes_locl.h as is in des_locl.h to avoid  
						
						 
						
						... 
						
						
						
						undefined functions (memset, etc).
- Put a .cvsignore in the aes directory too. 
						
						
					 
					
						2002-01-05 12:55:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bc37d996fc 
					 
					
						
						
							
							Experimental configuration code.  
						
						 
						
						... 
						
						
						
						Incomplete, largely untested and subject to change/deletion. 
						
						
					 
					
						2002-01-05 01:37:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						31cafe53c9 
					 
					
						
						
							
							add a sentence previously deleted by accident  
						
						 
						
						
						
						
					 
					
						2002-01-04 15:22:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dc4ddcd2bb 
					 
					
						
						
							
							add documentation for SSLeay_version(SSLEAY_DIR) and  
						
						 
						
						... 
						
						
						
						'openssl version -d'
use some descriptions from Lutz' redundant manual page
instead of the previous ones 
						
						
					 
					
						2002-01-04 15:17:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5256b021f3 
					 
					
						
						
							
							Tsss, SSLeay_version() was already documented, it just was not linked in.  
						
						 
						
						
						
						
					 
					
						2002-01-04 15:05:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1bb68d62ab 
					 
					
						
						
							
							synchronize with engine-0.9.6 tree  
						
						 
						
						
						
						
					 
					
						2002-01-04 15:03:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4ab1e7ceaf 
					 
					
						
						
							
							Add information as provided by Richard Levitte on openssl-users :-)  
						
						 
						
						
						
						
					 
					
						2002-01-04 14:55:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						06623ff028 
					 
					
						
						
							
							Update PEM docs  
						
						 
						
						
						
						
					 
					
						2002-01-04 13:35:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						67d48c8cc8 
					 
					
						
						
							
							fix 'Configure TABLE' output  
						
						 
						
						
						
						
					 
					
						2002-01-04 13:30:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d59fb0dd2f 
					 
					
						
						
							
							Changes that break something should be included in CHANGES  
						
						 
						
						... 
						
						
						
						to make it easier to fix things. 
						
						
					 
					
						2002-01-04 13:27:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						245f44e2ab 
					 
					
						
						
							
							add automatically generated ERR_load_... prototype  
						
						 
						
						
						
						
					 
					
						2002-01-04 13:12:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e5d6528a12 
					 
					
						
						
							
							fix EVP_CIPHER_mode macro  
						
						 
						
						... 
						
						
						
						Submitted by: "Dan S. Camper" <dan@bti.net > 
						
						
					 
					
						2002-01-04 13:04:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						980afccf98 
					 
					
						
						
							
							Constify.  
						
						 
						
						
						
						
					 
					
						2002-01-04 07:01:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9bd2cd745f 
					 
					
						
						
							
							Better clarification on perl  
						
						 
						
						
						
						
					 
					
						2002-01-03 18:53:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						015fbde807 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-01-02 17:31:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ba1b888384 
					 
					
						
						
							
							Implement speed measurement for AES.  
						
						 
						
						... 
						
						
						
						Submitted by Stephen Sprunk <stephen@sprunk.org > as part of his AES
integration patch. 
						
						
					 
					
						2002-01-02 16:57:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f9079fd50 
					 
					
						
						
							
							Because Rijndael is more known as AES, use crypto/aes instead of  
						
						 
						
						... 
						
						
						
						crypto/rijndael.  Additionally, I applied the AES integration patch
from Stephen Sprunk <stephen@sprunk.org > and fiddled it to work
properly with the normal EVP constructs (and incidently work the same
way as all other symmetric cipher implementations).
This results in an API that looks a lot like the rest of the OpenSSL
cipher suite. 
						
						
					 
					
						2002-01-02 16:55:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c938563a81 
					 
					
						
						
							
							The block size may be something other than 8!  
						
						 
						
						
						
						
					 
					
						2002-01-02 16:51:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						40928698bb 
					 
					
						
						
							
							When RSA or DSA are disabled, do not include the stuff that's specific  
						
						 
						
						... 
						
						
						
						to them. 
						
						
					 
					
						2002-01-02 12:45:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						138d8ab0c7 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2002-01-02 12:44:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						47cc5525a2 
					 
					
						
						
							
							RSA counter should only be defined of RSA is available.  
						
						 
						
						
						
						
					 
					
						2002-01-02 12:40:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						67fec850e1 
					 
					
						
						
							
							Allow verification of other types than DATA.  
						
						 
						
						... 
						
						
						
						Submitted by Leonard Janke <leonard@votehere.net > 
						
						
					 
					
						2002-01-02 11:54:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82db6e1646 
					 
					
						
						
							
							Say that recent CygWin perl versions work as well.  
						
						 
						
						... 
						
						
						
						Submitted by Eric Hanchrow <erich@votehere.net > 
						
						
					 
					
						2002-01-02 11:25:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e7227322b3 
					 
					
						
						
							
							Allow 8-bit characters.  This is not really complete, it only marks  
						
						 
						
						... 
						
						
						
						characters with the highest bit set as HIGHBIT.  We need to expand
this to support the UTF-8 character set properly.  However, this
solves the problem that the character 0x80 (which is common in UTF-8)
gets masked to 0x00.
Patch submitted by "Huang Yuzhen" <huangyuzhen@bj.tom.com > 
						
						
					 
					
						2002-01-02 11:06:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5595fde9a 
					 
					
						
						
							
							On Solaris64, cc needs the flag -xarch=v9 when linking shared  
						
						 
						
						... 
						
						
						
						libraries.  Make a general change to support shared library
linking flags in general.
Noted by Nick Briggs <briggs@parc.xerox.com > 
						
						
					 
					
						2002-01-02 10:30:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						95f8c7195c 
					 
					
						
						
							
							Add support for Linux on HP/PA.  
						
						 
						
						... 
						
						
						
						Submitted by "Bryan W. Headley" <bheadley@interaccess.com > 
						
						
					 
					
						2002-01-02 10:00:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						dcbbf83dba 
					 
					
						
						
							
							ssl3_read_bytes bug fix  
						
						 
						
						... 
						
						
						
						Submitted by: D P Chang <dpc@qualys.com >
Reviewed by: Bodo 
						
						
					 
					
						2001-12-28 17:14:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3c89d78dba 
					 
					
						
						
							
							update FAQ and CHANGES file (0.9.6c has been released)  
						
						 
						
						
						
						
					 
					
						2001-12-21 12:29:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						84fcd6f83e 
					 
					
						
						
							
							Status update  
						
						 
						
						
						
						
					 
					
						2001-12-21 03:23:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a92ae07091 
					 
					
						
						
							
							And just for the sake of completeness, let's add some standard macros...  
						
						 
						
						
						
						
					 
					
						2001-12-21 01:12:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						68809d3969 
					 
					
						
						
							
							Better use the same number in all branches, to avoid confusion  
						
						 
						
						
						
						
					 
					
						2001-12-21 01:08:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d6a89fcf88 
					 
					
						
						
							
							Do not forget to compile comp_err.c  
						
						 
						
						
						
						
					 
					
						2001-12-20 22:12:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef5f6a08ff 
					 
					
						
						
							
							Synchronise with the 0.9.6 branch.  
						
						 
						
						
						
						
					 
					
						2001-12-20 16:58:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7c517a04b1 
					 
					
						
						
							
							Security fix.  
						
						 
						
						
						
						
					 
					
						2001-12-20 12:18:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d78e52987e 
					 
					
						
						
							
							Cygwin patch. Submitted by Michael Kobar <mkobar@lymeware.com>  
						
						 
						
						
						
						
					 
					
						2001-12-19 19:37:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						755cc53a6e 
					 
					
						
						
							
							formatting consistency  
						
						 
						
						
						
						
					 
					
						2001-12-17 19:28:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1226c472b7 
					 
					
						
						
							
							oops  
						
						 
						
						
						
						
					 
					
						2001-12-17 19:26:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4d7072f4b5 
					 
					
						
						
							
							remove redundant ERR_load_... declarations  
						
						 
						
						
						
						
					 
					
						2001-12-17 19:22:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b5348a095d 
					 
					
						
						
							
							consistency with 0.9.6 stable "CHANGES"  
						
						 
						
						
						
						
					 
					
						2001-12-17 19:11:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						66df02fd98 
					 
					
						
						
							
							fix BN_rand_range  
						
						 
						
						
						
						
					 
					
						2001-12-14 10:09:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						206eb6a11d 
					 
					
						
						
							
							Change pkcs12 so the certificates coming from -in do not get tossed if  
						
						 
						
						... 
						
						
						
						-certfile is given as well. 
						
						
					 
					
						2001-12-12 16:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f11fd3f4e1 
					 
					
						
						
							
							Implement failover for ubsec.  Submitted by Subramanian Ramamoorthy  
						
						 
						
						... 
						
						
						
						<sram@broadcom.com > with the following comment:
[...] We have implemented failover (ie, if for some reason that the
hardware fails, the implementation detects this failure and performs
this operation as if no hardware is present, ie, in software) for
sometime now and have tested it here with our hardware. [...]
This change was cc:ed to exports@crypto.com  
						
						
					 
					
						2001-12-12 12:53:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						29b108f939 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-12-11 10:57:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						31106cc750 
					 
					
						
						
							
							name confusion with HP library function prototype (?)  
						
						 
						
						
						
						
					 
					
						2001-12-10 18:52:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						ff3fa48fc7 
					 
					
						
						
							
							Improve back compatibility.  
						
						 
						
						
						
						
					 
					
						2001-12-09 21:53:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						87166e1fb6 
					 
					
						
						
							
							fix warnings (one of them was clearly justified)  
						
						 
						
						
						
						
					 
					
						2001-12-07 17:02:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f3e24baddf 
					 
					
						
						
							
							Don't overwrite signing time.  
						
						 
						
						
						
						
					 
					
						2001-12-07 00:36:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a6977ee73d 
					 
					
						
						
							
							HPUX 9.X on m68k with gcc  
						
						 
						
						... 
						
						
						
						("Anton J. Gamel" <gamel@anna.anatomie.uni-freiburg.de >) 
						
						
					 
					
						2001-12-06 13:15:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d4704d5245 
					 
					
						
						
							
							UID was never a lable for uniqueIdentifier.  However, LDAP and certain  
						
						 
						
						... 
						
						
						
						RFCs concerning X.500 directories use UID as a shorter name for the
attribute type userId, which is defined by CCITT and available through
RFCs 1274 and 2247.
Unfortunately, if some applications have used the name "UID" for the
uniqueIdentifier attribute type, they will produce incorrect results.
However, I found it better to follow the standards that are out there
rather than having our own incompatible one. 
						
						
					 
					
						2001-12-04 11:01:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8f0edcb3d2 
					 
					
						
						
							
							I was recently informed that some people wrongly use ssleay.txt as  
						
						 
						
						... 
						
						
						
						main documentation, so let's warn them a little more, so the word
"OBSOLETE" really gets understood. 
						
						
					 
					
						2001-12-04 07:38:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						35e25255e0 
					 
					
						
						
							
							crypto/objects stuff  
						
						 
						
						
						
						
					 
					
						2001-12-03 14:03:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c3fbf5d9a8 
					 
					
						
						
							
							Fix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo in objects.h).  
						
						 
						
						... 
						
						
						
						Fix (?): Delete 'ip-pda 6' (id-pda-pseudonym) because it does not exist
in RFC 3039.
Also change Perl scripts to put auto-generation warning in the
first lines of the file. 
						
						
					 
					
						2001-12-03 13:47:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						55e42c93a8 
					 
					
						
						
							
							EVP_BytesToKey documentation.  
						
						 
						
						
						
						
					 
					
						2001-12-03 03:07:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6a0dec9584 
					 
					
						
						
							
							Make EVP_SealInit() return the correct value.  
						
						 
						
						
						
						
					 
					
						2001-12-01 23:09:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						21a85f1977 
					 
					
						
						
							
							Add -pubkey option to req command.  
						
						 
						
						
						
						
					 
					
						2001-12-01 23:03:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						322de0c8c1 
					 
					
						
						
							
							NO_DSA, NO_RSA patches.  
						
						 
						
						
						
						
					 
					
						2001-12-01 22:41:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6a9af68b56 
					 
					
						
						
							
							Support for QNX (wrat@jump.net (the wharf rat)).  
						
						 
						
						
						
						
					 
					
						2001-11-30 09:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b6e4dac217 
					 
					
						
						
							
							Certain missing algorithms make some SSL versions or TLS impossible to  
						
						 
						
						... 
						
						
						
						build. 
						
						
					 
					
						2001-11-27 11:48:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8a0a9392ab 
					 
					
						
						
							
							discuss -name and default_ca more correctly (I hope)  
						
						 
						
						
						
						
					 
					
						2001-11-26 12:13:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						bcbe4e5254 
					 
					
						
						
							
							This looks to have been a typo.  
						
						 
						
						
						
						
					 
					
						2001-11-24 04:02:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						47ff5c6279 
					 
					
						
						
							
							For future portability reasons MIT is moving all macros to function  
						
						 
						
						... 
						
						
						
						calls.  This patch allows compilation either way.
Submitted by: Jeffrey Altman <jaltman@columbia.edu > 
						
						
					 
					
						2001-11-23 21:50:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						898f856c44 
					 
					
						
						
							
							info on 0.9.6 engine branch  
						
						 
						
						
						
						
					 
					
						2001-11-23 21:12:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						883b0c2274 
					 
					
						
						
							
							fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>  
						
						 
						
						... 
						
						
						
						(in main branch, hn_ncipher.c is already correct) 
						
						
					 
					
						2001-11-23 20:58:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4f94d1a8b1 
					 
					
						
						
							
							check OPENSSL_NO_... before including header files that might be  
						
						 
						
						... 
						
						
						
						disabled 
						
						
					 
					
						2001-11-22 11:13:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1d4581c2dd 
					 
					
						
						
							
							OS/390 support  
						
						 
						
						... 
						
						
						
						Submitted by: Richard Shapiro <rshapiro@abinitio.com > 
						
						
					 
					
						2001-11-22 11:09:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c05940edc7 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2001-11-22 11:08:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c507a16e49 
					 
					
						
						
							
							Cut "ENGINE_ID" to the more concise "ID".  
						
						 
						
						
						
						
					 
					
						2001-11-22 10:08:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						308f028e28 
					 
					
						
						
							
							In this particular error condition, the structural reference wasn't being  
						
						 
						
						... 
						
						
						
						released. 
						
						
					 
					
						2001-11-22 09:20:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e4a6cf421a 
					 
					
						
						
							
							When the "dynamic" ENGINE loads another ENGINE from a shared-library, it  
						
						 
						
						... 
						
						
						
						essentially overwrites itself with the new ENGINE, with the exception of
reference counts, ex_data structures, and other 'admin' elements. However
if the new ENGINE doesn't populate certain elements, there's the risk of
the "dynamic" ENGINE's elements showing through - the "cmd_defns" were just
one of the possibilities. This implements a more comprehensive cleanup. 
						
						
					 
					
						2001-11-22 09:13:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						329636d6e3 
					 
					
						
						
							
							The "openssl" ENGINE is no longer used except as a testing/debugging  
						
						 
						
						... 
						
						
						
						device. This change enables it for building as a self-contained "dynamic"
ENGINE, to help testing such mechanisms. 
						
						
					 
					
						2001-11-22 09:01:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9163b8fb23 
					 
					
						
						
							
							'flags' should only be set inside DSO_load() if constructing a new DSO  
						
						 
						
						... 
						
						
						
						object - otherwise we overwrite any flags that had been previously set in
the DSO before calling DSO_load(). 
						
						
					 
					
						2001-11-22 08:48:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a542db90c6 
					 
					
						
						
							
							Extentions of the explanations to the linking problem on Win32.  Provided by Andrew Gray <agray@iconsinc.com>  
						
						 
						
						
						
						
					 
					
						2001-11-19 20:46:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a7ce69dbd7 
					 
					
						
						
							
							Clarify reference count handling/removal of session  
						
						 
						
						... 
						
						
						
						(shinagawa@star.zko.dec.com ). 
						
						
					 
					
						2001-11-19 11:11:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9d93ce246c 
					 
					
						
						
							
							On VMS, the norm is still that symbols are uppercased, so for now it's better  
						
						 
						
						... 
						
						
						
						to trust that norm.  I might implement a control for this later on 
						
						
					 
					
						2001-11-16 13:12:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						76c4336c43 
					 
					
						
						
							
							wNAFs use does not bring that much performance on Sparcs (where  
						
						 
						
						... 
						
						
						
						elliptic curves are are relatively faster than on PCs anyway) 
						
						
					 
					
						2001-11-16 12:02:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e71adb85c5 
					 
					
						
						
							
							avoid stupid compiler warning  
						
						 
						
						
						
						
					 
					
						2001-11-16 11:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						033c51f0a3 
					 
					
						
						
							
							Build dynamic rsaref engine on VMS.  Tested on VAX so far.  
						
						 
						
						
						
						
					 
					
						2001-11-16 09:14:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						452d1595a6 
					 
					
						
						
							
							End assembler macro correctly.  
						
						 
						
						... 
						
						
						
						On VAX, all global variables are accessed through functions, so skip
doing transfer entries for variables.
Forgot the looping gotos. 
						
						
					 
					
						2001-11-16 09:09:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d197a833c 
					 
					
						
						
							
							On systems that don't do too well including headers from a different  
						
						 
						
						... 
						
						
						
						directory, trust the building scripts to handle it properly. 
						
						
					 
					
						2001-11-16 08:54:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e0031b80ee 
					 
					
						
						
							
							Make sure evp_locl.h can be included (hw_openbsd_dev_crypto.c needs that).  
						
						 
						
						
						
						
					 
					
						2001-11-16 08:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b19941ab05 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2001-11-16 06:22:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						752938daab 
					 
					
						
						
							
							use a more interesting test case  
						
						 
						
						
						
						
					 
					
						2001-11-16 06:22:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c78515f55e 
					 
					
						
						
							
							comments etc.  
						
						 
						
						
						
						
					 
					
						2001-11-15 22:35:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3ba1f11147 
					 
					
						
						
							
							Improve EC efficiency.  
						
						 
						
						
						
						
					 
					
						2001-11-15 22:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bbc206fdf7 
					 
					
						
						
							
							A missing comma added.  
						
						 
						
						
						
						
					 
					
						2001-11-15 22:29:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2bd065dfbe 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-11-15 20:24:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d7dbc12f2 
					 
					
						
						
							
							Add MD digests.  
						
						 
						
						... 
						
						
						
						And this finishes this engine, it now offers all ciphers and digests
that RSAref 2.0 has. 
						
						
					 
					
						2001-11-15 20:23:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83c40e7fc0 
					 
					
						
						
							
							Make it possible to give digest names as -evp arguments.  
						
						 
						
						
						
						
					 
					
						2001-11-15 20:19:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b5fe234588 
					 
					
						
						
							
							Add DES functions.  
						
						 
						
						... 
						
						
						
						Restructure the code and comment it a bit.
Prepare for the presence of digests. 
						
						
					 
					
						2001-11-15 18:52:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e1a00d7d1d 
					 
					
						
						
							
							If an engine isn't built in, try loading it as a shareable library  
						
						 
						
						... 
						
						
						
						instead.  This also makes it possible for users to simply give said
shareable library as argument for the -engine option. 
						
						
					 
					
						2001-11-15 18:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						acf60ef707 
					 
					
						
						
							
							At least for the two common Unixly DSO loading methods, include the  
						
						 
						
						... 
						
						
						
						system error in the error text. 
						
						
					 
					
						2001-11-15 18:24:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c85a157854 
					 
					
						
						
							
							Use the generated error code files.  
						
						 
						
						
						
						
					 
					
						2001-11-15 16:57:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c5d16e4f5 
					 
					
						
						
							
							'make update' + some touches.  
						
						 
						
						
						
						
					 
					
						2001-11-15 16:57:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd2af5e707 
					 
					
						
						
							
							Add targets to update the error code files.  
						
						 
						
						
						
						
					 
					
						2001-11-15 16:56:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						58d55afa6f 
					 
					
						
						
							
							Add a local error code configuration file for the rsaref dynamic  
						
						 
						
						... 
						
						
						
						engine. 
						
						
					 
					
						2001-11-15 16:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6343e2fac3 
					 
					
						
						
							
							Make it possible to build completely static, independent error C  
						
						 
						
						... 
						
						
						
						files. 
						
						
					 
					
						2001-11-15 16:52:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b476df64a1 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						perl util/mkerr.pl -recurse -write -rebuild 
						
						
					 
					
						2001-11-15 12:25:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d46b6b3b9 
					 
					
						
						
							
							Make use of RSAref's header files instead of EAY's crafted rsaref.h.  
						
						 
						
						
						
						
					 
					
						2001-11-14 23:39:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bbb35447c4 
					 
					
						
						
							
							In a Debian Linux environment, it's not a good idea, apparently, to  
						
						 
						
						... 
						
						
						
						manually declare the include directory /usr/include at the same time
as the macro PROTOTYPES is defined with the value 1.  Besides,
/usr/include is the standard include directory anyway, so there's no
need to specify it explicitely. 
						
						
					 
					
						2001-11-14 23:25:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6276f1e100 
					 
					
						
						
							
							Add a demo that reimplements the RSAref glue in form of a dynamically  
						
						 
						
						... 
						
						
						
						loadable engine. 
						
						
					 
					
						2001-11-14 22:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5b8a57ecae 
					 
					
						
						
							
							After loading a dynamic engine, reset the command definitions to the  
						
						 
						
						... 
						
						
						
						empty set.  This prevents engines that do not set the command
definitions themselves to inherit the ones from "dynamic", which would
otherwise be very confusing. 
						
						
					 
					
						2001-11-14 22:32:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						817dfc18a3 
					 
					
						
						
							
							Change the order of events so the capabilities of loaded engines can  
						
						 
						
						... 
						
						
						
						get listed as well. 
						
						
					 
					
						2001-11-14 22:30:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0b0b2a8087 
					 
					
						
						
							
							remove obsolete entry  
						
						 
						
						
						
						
					 
					
						2001-11-14 21:21:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c23d16ac19 
					 
					
						
						
							
							cast to unsigned int, not to int to avoid the warning -- all these  
						
						 
						
						... 
						
						
						
						values really are unsigned 
						
						
					 
					
						2001-11-14 21:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1b28ed575b 
					 
					
						
						
							
							consistency between main branch and stable branch  
						
						 
						
						
						
						
					 
					
						2001-11-14 21:17:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						135c0af1bb 
					 
					
						
						
							
							Implement STARTTLS for certain protocols, currently only supporting SMTP.  
						
						 
						
						
						
						
					 
					
						2001-11-14 13:57:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						475918410b 
					 
					
						
						
							
							Remove temporary files  
						
						 
						
						
						
						
					 
					
						2001-11-14 10:58:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3102792161 
					 
					
						
						
							
							unsigned int vs. int.  
						
						 
						
						
						
						
					 
					
						2001-11-14 10:55:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a291182757 
					 
					
						
						
							
							Exclude .out files  
						
						 
						
						
						
						
					 
					
						2001-11-14 10:53:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b26ca3408c 
					 
					
						
						
							
							synchronise with 0.9.6 stable branch  
						
						 
						
						
						
						
					 
					
						2001-11-12 23:22:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						83978bd37a 
					 
					
						
						
							
							information on 0.9.6c-engine  
						
						 
						
						
						
						
					 
					
						2001-11-12 22:10:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						a3790c0d01 
					 
					
						
						
							
							Phew, finished  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-11-12 20:30:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark J. Cox 
							
						 
					 
					
						
						
							
						
						63b6090f7c 
					 
					
						
						
							
							I've still got one left; the backport of the Broadcom UBSEC driver to  
						
						 
						
						... 
						
						
						
						0.9.6 that we've got - just waiting for clearance on that one
Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-11-12 15:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c5571db0c2 
					 
					
						
						
							
							Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'  
						
						 
						
						... 
						
						
						
						field here, which is left empty).
Various configurations are *only* in the 0.9.6 branch at the moment:
  OpenUNIX
  OpenUNIX-8-gcc-shared
  OpenUNIX-8-shared
Either Configure or CHANGES must be changed to rectify the situation. 
						
						
					 
					
						2001-11-12 15:31:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e0457d5f7c 
					 
					
						
						
							
							the PRNG race conditions were mostly a theoretical issue, remove from NEWS  
						
						 
						
						
						
						
					 
					
						2001-11-12 11:33:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ae52ec9869 
					 
					
						
						
							
							add changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c  
						
						 
						
						
						
						
					 
					
						2001-11-12 11:28:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b33bc6b72 
					 
					
						
						
							
							Add an FAQ.  
						
						 
						
						
						
						
					 
					
						2001-11-12 01:58:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7aa983c6db 
					 
					
						
						
							
							Order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixes  
						
						 
						
						... 
						
						
						
						(nearly) to the top.
Move msg_callback entry to the top as the implementation for SSL 2.0
is based on the s2_clnt.c/s2_srvr.c changes. 
						
						
					 
					
						2001-11-10 15:14:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2b90b1f344 
					 
					
						
						
							
							make code a little more similar to what it looked like before the fixes,  
						
						 
						
						... 
						
						
						
						call ssl2_part_read again to parse error message 
						
						
					 
					
						2001-11-10 10:44:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						65123f8064 
					 
					
						
						
							
							remove incorrect 'callback' prototype  
						
						 
						
						
						
						
					 
					
						2001-11-10 02:12:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1d8634b110 
					 
					
						
						
							
							msg_callback documentation  
						
						 
						
						
						
						
					 
					
						2001-11-10 02:12:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						29e0c30c2a 
					 
					
						
						
							
							more output for SSL 2.0 in our msg_callback  
						
						 
						
						
						
						
					 
					
						2001-11-10 01:17:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cf82191d77 
					 
					
						
						
							
							Implement msg_callback for SSL 2.0.  
						
						 
						
						... 
						
						
						
						Important SSL 2.0 bugfixes (bugs found while implementing msg_callback). 
						
						
					 
					
						2001-11-10 01:16:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3a8a0a3945 
					 
					
						
						
							
							2001, not 2000  
						
						 
						
						
						
						
					 
					
						2001-11-09 13:15:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c5d4ab7e35 
					 
					
						
						
							
							adjust to OpenSSL_0_9_6-stable version  
						
						 
						
						
						
						
					 
					
						2001-11-09 13:09:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b955dbd325 
					 
					
						
						
							
							cast to 'unsigned long' before using ~ if we need an unsigned long result  
						
						 
						
						... 
						
						
						
						Submitted by: "Stefan Marxen" <stefan.marxen@gmx.net > 
						
						
					 
					
						2001-11-09 12:58:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						45582d1e2b 
					 
					
						
						
							
							clarify  
						
						 
						
						
						
						
					 
					
						2001-11-08 14:54:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60c50cbf9c 
					 
					
						
						
							
							Don't define _REENTRANT here in e_os.h.  On systems where we need  
						
						 
						
						... 
						
						
						
						_REENTRANT if threads support is enabled, the ./Configure entry must
define it so that it ends up in CFLAG. 
						
						
					 
					
						2001-11-08 14:32:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3a3619b46a 
					 
					
						
						
							
							PKCS#12 code fixes: initialize and cleanup digests and ciphers  
						
						 
						
						... 
						
						
						
						properly. 
						
						
					 
					
						2001-11-06 13:54:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b83eddc578 
					 
					
						
						
							
							Win32 fixes.  
						
						 
						
						
						
						
					 
					
						2001-11-06 13:40:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f558334ad 
					 
					
						
						
							
							des_old.h doesn't really need to include des.h, so don't.  That will  
						
						 
						
						... 
						
						
						
						avoid clashes with other code that have their own DES_ functions but
really only use OpenSSL's old des_ functions. 
						
						
					 
					
						2001-11-06 11:37:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6229a5607c 
					 
					
						
						
							
							Fix email address delete code.  
						
						 
						
						
						
						
					 
					
						2001-11-06 01:44:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6acc3b9689 
					 
					
						
						
							
							Place the OpenSSL-specific headers back so they always get included,  
						
						 
						
						... 
						
						
						
						or we get a dependency war in Makefile.ssl 
						
						
					 
					
						2001-11-05 18:18:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						66aa856698 
					 
					
						
						
							
							No need to include anything on systems that do not have /dev/crypt  
						
						 
						
						
						
						
					 
					
						2001-11-05 12:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f559f31bef 
					 
					
						
						
							
							DOS and Windows do not like unistd.h  
						
						 
						
						
						
						
					 
					
						2001-11-05 12:43:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3210b4fd14 
					 
					
						
						
							
							If verify fails, say why.  
						
						 
						
						
						
						
					 
					
						2001-11-02 13:29:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a7b42009c4 
					 
					
						
						
							
							Change the shared library support so the shared libraries get built  
						
						 
						
						... 
						
						
						
						sooner and the programs get built against the shared libraries.
This requires a bit more work.  Things like -rpath and the possibility
to still link the programs statically should be included.  Some
cleanup is also needed.  This will be worked on. 
						
						
					 
					
						2001-10-30 08:00:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7b5ffd6834 
					 
					
						
						
							
							Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names  
						
						 
						
						
						
						
					 
					
						2001-10-29 13:05:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9b55da73ca 
					 
					
						
						
							
							Another noemailDN fix.  
						
						 
						
						
						
						
					 
					
						2001-10-27 17:53:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e7156ff2e8 
					 
					
						
						
							
							Allow ca to certify requests containing BMPStrings and UTF8Strings.  
						
						 
						
						
						
						
					 
					
						2001-10-27 17:04:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						437db75b94 
					 
					
						
						
							
							Bugfixes for noemailDN option. Make it use the  
						
						 
						
						... 
						
						
						
						correct name (instead of NULL) if nomailDN is
not set, fix memory leaks and retain DN structure
when deleting emailAddress. 
						
						
					 
					
						2001-10-27 17:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1586365835 
					 
					
						
						
							
							Stop compiler warnings.  
						
						 
						
						
						
						
					 
					
						2001-10-27 00:18:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7d5b04db4e 
					 
					
						
						
							
							Add support for Subject Info Acess extension.  
						
						 
						
						
						
						
					 
					
						2001-10-27 00:16:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48b0cf8b10 
					 
					
						
						
							
							Note BUF_MEM_grow() consistency fix.  
						
						 
						
						
						
						
					 
					
						2001-10-26 14:06:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b693f941fd 
					 
					
						
						
							
							Consistency fix in BUF_MEM_grow: Initialise to zero when new memory  
						
						 
						
						... 
						
						
						
						had to be allocated, not just when reusing the existing buffer. 
						
						
					 
					
						2001-10-26 13:12:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c602e7f4e8 
					 
					
						
						
							
							disable caching in BIO_gethostbyname  
						
						 
						
						
						
						
					 
					
						2001-10-26 13:04:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1fc6d41bf6 
					 
					
						
						
							
							New options to allow req to accept UTF8 strings as input.  
						
						 
						
						
						
						
					 
					
						2001-10-26 12:40:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a41477f92e 
					 
					
						
						
							
							remove compatibility notes that no longer apply  
						
						 
						
						
						
						
					 
					
						2001-10-25 17:45:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5f68c5feef 
					 
					
						
						
							
							Correct some links...  
						
						 
						
						
						
						
					 
					
						2001-10-25 16:56:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ee84a5a7fb 
					 
					
						
						
							
							Change the DES documentation to reflect the current status.  Note that  
						
						 
						
						... 
						
						
						
						some password reading functions are really part of the UI
compatibility library... 
						
						
					 
					
						2001-10-25 16:55:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						66d3e7481e 
					 
					
						
						
							
							Make sure openssl speed is compilable on systems where fork() doesn't  
						
						 
						
						... 
						
						
						
						exist.  For now, that's all the ones we "support" except Unix. 
						
						
					 
					
						2001-10-25 16:08:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0e21156333 
					 
					
						
						
							
							Add paralellism to speed - note that this currently causes a weird memory leak.  
						
						 
						
						
						
						
					 
					
						2001-10-25 14:27:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f533b7780e 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2001-10-25 14:24:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cc2f5a8022 
					 
					
						
						
							
							Like MD_Init, MD now must include a NULL engine pointer in its definition.  
						
						 
						
						
						
						
					 
					
						2001-10-25 08:53:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b441bf9226 
					 
					
						
						
							
							remove redundant definitions that are also in des.h  
						
						 
						
						
						
						
					 
					
						2001-10-25 08:46:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2a9aca32dc 
					 
					
						
						
							
							mention des_old.h  
						
						 
						
						
						
						
					 
					
						2001-10-25 08:44:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						89da653fa6 
					 
					
						
						
							
							Add '-noemailDN' option to 'openssl ca'.  This prevents inclusion of  
						
						 
						
						... 
						
						
						
						the e-mail address in the DN (i.e., it will go into a certificate
extension only).  The new configuration file option 'email_in_dn = no'
has the same effect.
Submitted by: Massimiliano Pala madwolf@openca.org  
						
						
					 
					
						2001-10-25 08:25:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						af50b58c3f 
					 
					
						
						
							
							filenames are des_old.[ch], not des.comp*  
						
						 
						
						
						
						
					 
					
						2001-10-25 08:23:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4d635a7001 
					 
					
						
						
							
							Consistency with s2_... and s23_... variants (no real functional  
						
						 
						
						... 
						
						
						
						change) 
						
						
					 
					
						2001-10-25 08:17:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ce15d5a9dc 
					 
					
						
						
							
							Remove DES_random_seed() but retain des_random_seed() for now.  Change  
						
						 
						
						... 
						
						
						
						the docs to reflect this change and correct libeay.num. 
						
						
					 
					
						2001-10-25 06:46:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ba1c602281 
					 
					
						
						
							
							Assume TLS 1.0 when ClientHello fragment is too short.  
						
						 
						
						
						
						
					 
					
						2001-10-25 06:09:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cfc781be6e 
					 
					
						
						
							
							Have the removal warnings very high up in the source.  
						
						 
						
						
						
						
					 
					
						2001-10-25 05:37:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						84acc3c2bc 
					 
					
						
						
							
							A C file is a C file is a C file!  
						
						 
						
						
						
						
					 
					
						2001-10-24 21:31:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c2e4f17c1a 
					 
					
						
						
							
							Due to an increasing number of clashes between modern OpenSSL and  
						
						 
						
						... 
						
						
						
						libdes (which is still used out there) or other des implementations,
the OpenSSL DES functions are renamed to begin with DES_ instead of
des_.  Compatibility routines are provided and declared by including
openssl/des_old.h.  Those declarations are the same as were in des.h
when the OpenSSL project started, which is exactly how libdes looked
at that time, and hopefully still looks today.
The compatibility functions will be removed in some future release, at
the latest in version 1.0. 
						
						
					 
					
						2001-10-24 21:21:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						979689aa5c 
					 
					
						
						
							
							Fix SSL handshake functions and SSL_clear() such that SSL_clear()  
						
						 
						
						... 
						
						
						
						never resets s->method to s->ctx->method when called from within
one of the SSL handshake functions. 
						
						
					 
					
						2001-10-24 19:03:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a3faebd104 
					 
					
						
						
							
							Deprecate the macro MAC_OS_pre_X.  
						
						 
						
						
						
						
					 
					
						2001-10-24 15:32:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						025c7737b2 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-10-24 15:32:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						513d4b4c16 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-10-24 08:27:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ef701519b 
					 
					
						
						
							
							Correction of the id-pda OID's.  
						
						 
						
						... 
						
						
						
						Submitted by Frederic.Giudicelli@INTRINsec.com  
						
						
					 
					
						2001-10-23 14:30:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50d194af4d 
					 
					
						
						
							
							Sanitize CHANGES entry.  
						
						 
						
						
						
						
					 
					
						2001-10-23 00:54:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						287973746e 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						
						
						
					 
					
						2001-10-22 13:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1558bb424 
					 
					
						
						
							
							Reject certificates with unhandled critical extensions.  
						
						 
						
						
						
						
					 
					
						2001-10-21 02:09:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6ca487992b 
					 
					
						
						
							
							Stop spurious "unable to load config info" errors in req  
						
						 
						
						
						
						
					 
					
						2001-10-21 01:05:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cf3a5cebd7 
					 
					
						
						
							
							Call msg_callback with correct length parameter if ssl3_write_bytes had to  
						
						 
						
						... 
						
						
						
						be called multiple times 
						
						
					 
					
						2001-10-20 18:56:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a661b65357 
					 
					
						
						
							
							New functions SSL[_CTX]_set_msg_callback().  
						
						 
						
						... 
						
						
						
						New macros SSL[_CTX]_set_msg_callback_arg().
Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
New '-msg' option for 'openssl s_client' and 'openssl s_server'
that enable a message callback that displays all protocol messages.
In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
client_version is smaller than the protocol version in use.
Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
client will at least see that alert.
Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
pointer).
Add/update some OpenSSL copyright notices. 
						
						
					 
					
						2001-10-20 17:56:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98e6654938 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2001-10-20 16:22:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cecd263878 
					 
					
						
						
							
							Add missing EVP_CIPHER_CTX_{init,cleanup}  
						
						 
						
						
						
						
					 
					
						2001-10-20 16:18:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						31fe950d2b 
					 
					
						
						
							
							gcc complained about "write" being shadowed even though the "write"  
						
						 
						
						... 
						
						
						
						variable name occured just in a function *prototype* -- so rename it 
						
						
					 
					
						2001-10-17 20:44:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db6a87d8cc 
					 
					
						
						
							
							Wrong place...  
						
						 
						
						
						
						
					 
					
						2001-10-17 17:54:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7beb408771 
					 
					
						
						
							
							The EVP_*Init_ex() functions take one extra argument.  Let's default  
						
						 
						
						... 
						
						
						
						it to NULL. 
						
						
					 
					
						2001-10-17 16:03:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						51008ffce1 
					 
					
						
						
							
							document SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION  
						
						 
						
						
						
						
					 
					
						2001-10-17 11:56:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3811eed8d5 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2001-10-17 01:50:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						581f1c8494 
					 
					
						
						
							
							Modify EVP cipher behaviour in a similar way  
						
						 
						
						... 
						
						
						
						to digests to retain compatibility. 
						
						
					 
					
						2001-10-17 00:37:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						41ebed27fa 
					 
					
						
						
							
							Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).  
						
						 
						
						
						
						
					 
					
						2001-10-16 14:24:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bf21446a2a 
					 
					
						
						
							
							Add per-SSL 'msg_callback' with 'msg_callback_arg'.  
						
						 
						
						... 
						
						
						
						Both have per-SSL_CTX defaults.
These new values can be set by calling SSL[_CTX]_[callback_]ctrl
with codes SSL_CTRL_SET_MSG_CALLBACK and SSL_CTRL_SET_MSG_CALLBACK_ARG.
So far, the callback is never actually called.
Also rearrange some SSL_CTX struct members (some exist just in
SSL_CTXs, others are defaults for SSLs and are either copied
during SSL_new, or used if the value in the SSL is not set;
these three classes of members were not in a logical order),
and add some missing assignments to SSL_dup. 
						
						
					 
					
						2001-10-16 13:09:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e72d734d5f 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2001-10-16 02:22:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						20d2186c87 
					 
					
						
						
							
							Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()  
						
						 
						
						... 
						
						
						
						with existing code.
Modify library to use digest *_ex() functions. 
						
						
					 
					
						2001-10-16 01:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9ba3ec9176 
					 
					
						
						
							
							The message header for fake SSL 3.0/TLS 1.0 client hellos created from  
						
						 
						
						... 
						
						
						
						SSL 2.0 client hellos added with the previous commit was totally wrong --
it must start with the message type, not the protocol version.
(Not that this particular header is actually used anywhere ...) 
						
						
					 
					
						2001-10-16 00:56:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8f71fb8d98 
					 
					
						
						
							
							For consistency, set s->init_num in the 'reuse_message' case  
						
						 
						
						... 
						
						
						
						(if s23_srvr.c faked the message, s->init_num is 0). 
						
						
					 
					
						2001-10-15 20:16:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48948d53b6 
					 
					
						
						
							
							Change ssl3_get_message and the functions using it so that complete  
						
						 
						
						... 
						
						
						
						'Handshake' protocol structures are kept in memory, including
'msg_type' and 'length'.
(This is in preparation of future support for callbacks that get to
peek at handshake messages and the like.) 
						
						
					 
					
						2001-10-15 19:49:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dbec19622e 
					 
					
						
						
							
							make sure .rnd exists  
						
						 
						
						
						
						
					 
					
						2001-10-15 17:58:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2ce15df528 
					 
					
						
						
							
							Fix ssl3_get_message handle message fragmentation correctly.  
						
						 
						
						
						
						
					 
					
						2001-10-15 17:41:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						681bfae499 
					 
					
						
						
							
							the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK  
						
						 
						
						... 
						
						
						
						case of ssl3_accept 
						
						
					 
					
						2001-10-15 17:40:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5dd955dcd2 
					 
					
						
						
							
							openbsd-x86 macros  
						
						 
						
						... 
						
						
						
						Submitted by: Toomas Kiisk <vix@cyber.ee > 
						
						
					 
					
						2001-10-14 00:57:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						56fa8e69cf 
					 
					
						
						
							
							Update information as a partial response to the post  
						
						 
						
						... 
						
						
						
						From: "Chris D. Peterson" <cpeterson@aventail.com >
  Subject: Implementation Issues with OpenSSL
  To: openssl-users@openssl.org 
  Date: Wed, 22 Aug 2001 16:13:17 -0700
The patch included in the original post may improve the internal session
list handling (and is therefore worth a seperate investigation).
No change to the list handling will however solve the problems of incorrect
SSL_SESSION_free() calls. The session list is only one possible point of
failure, dangling pointers would also occur for SSL object currently
using the session. The correct solution is to only use SSL_SESSION_free()
when applicable! 
						
						
					 
					
						2001-10-12 12:29:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						67d0738aba 
					 
					
						
						
							
							In certain cases, no encoding has been set up for the b64 filter.  In  
						
						 
						
						... 
						
						
						
						such cases, a flush should *not* attempt to finalise the encoding, as
the EVP_ENCODE_CTX structure will only be filled with garbage.  For
the same reason, do the same check when a wpending is performed. 
						
						
					 
					
						2001-10-11 19:38:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b8a61e7362 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-10-10 21:52:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dd5e774664 
					 
					
						
						
							
							Add support for md4WithRSAEncryption.  
						
						 
						
						
						
						
					 
					
						2001-10-10 21:37:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6b86bad5ef 
					 
					
						
						
							
							For systems where gcc is used and where we don't know if GNU ld is  
						
						 
						
						... 
						
						
						
						used or not, let's ask collect2 which ld it uses and choose to use the
target do-gnu_shared if GNU ld is used.
This solves the reported problems on Solaris systems where GNU cc is
used but GNU ld isn't, and probably on other systems with similar
setups. 
						
						
					 
					
						2001-10-10 14:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						712557128b 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-10-10 08:27:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3009e9f9ef 
					 
					
						
						
							
							It seems like gcc does canonicalisation of file names.  More  
						
						 
						
						... 
						
						
						
						specifically, a starting './' is removed.  makedepend doesn't do this,
resulting in another possible commit war, so let's fix that by doing a
poor mans canonicalisation of file names that gives the same effect as
doing dependencies through gcc. 
						
						
					 
					
						2001-10-10 08:27:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b30245dae0 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-10-10 07:56:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						116daf4c2f 
					 
					
						
						
							
							To avoid commit wars over dependencies, let's make it so things that  
						
						 
						
						... 
						
						
						
						depend on the environment, like the presence of the OpenBSD crypto
device or of Kerberos, do not change the dependencies within OpenSSL. 
						
						
					 
					
						2001-10-10 07:55:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cb40bdaf57 
					 
					
						
						
							
							makedepend sometimes produces duplicates.  Remove them.  
						
						 
						
						
						
						
					 
					
						2001-10-10 07:44:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4b12506891 
					 
					
						
						
							
							A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>  
						
						 
						
						
						
						
					 
					
						2001-10-09 15:32:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						cf98440178 
					 
					
						
						
							
							evp_test.c and evptests.txt both need to be linked in the test/ directory  
						
						 
						
						... 
						
						
						
						however for different reasons. This separation should prevent the win32
build from interpreting evptests.txt as source code. 
						
						
					 
					
						2001-10-09 01:38:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c500d44735 
					 
					
						
						
							
							Change some EVP prototypes to use "cipher" rather than "type" as a variable  
						
						 
						
						... 
						
						
						
						name. The implementations already use this anyway. 
						
						
					 
					
						2001-10-08 17:25:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						18eda73234 
					 
					
						
						
							
							EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h but  
						
						 
						
						... 
						
						
						
						not implemented. (Bug reported by Martin Szotkowski)
This also changes the non-"_ex" versions to defer directly to
EVP_CipherInit_ex() rather than EVP_CipherInit() to avoid an unecessary
level of indirection. 
						
						
					 
					
						2001-10-08 17:24:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7526e2c043 
					 
					
						
						
							
							As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense for  
						
						 
						
						... 
						
						
						
						it to be defined on all platforms whether or not it is of any practical
use on them. This also resolves linker problems on "special" platforms,
such as win32. 
						
						
					 
					
						2001-10-08 17:08:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6d52f260bf 
					 
					
						
						
							
							Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.  
						
						 
						
						
						
						
					 
					
						2001-10-08 17:06:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						752f2b6785 
					 
					
						
						
							
							Missing pointer in the eng_table_register function. Reported by  
						
						 
						
						... 
						
						
						
						Martin Szotkowski. 
						
						
					 
					
						2001-10-08 14:44:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e1c279b63d 
					 
					
						
						
							
							Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)  
						
						 
						
						
						
						
					 
					
						2001-10-08 08:37:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						467889703a 
					 
					
						
						
							
							Copy evptests.txt to the right place.  
						
						 
						
						
						
						
					 
					
						2001-10-04 21:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3a457cca86 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2001-10-04 19:25:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						285046ec51 
					 
					
						
						
							
							SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.  
						
						 
						
						... 
						
						
						
						Submitted by Massimo Santin <msantin@santineassociati.com >. 
						
						
					 
					
						2001-10-04 12:27:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f8000b9345 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-10-04 07:49:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						77a8eb352f 
					 
					
						
						
							
							Since ossl_typ.h is an exported header, we sure need to export it on  
						
						 
						
						... 
						
						
						
						VMS as well :-). 
						
						
					 
					
						2001-10-04 07:46:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						114697bef3 
					 
					
						
						
							
							Because there's chances we clash with the system's types.h, rename our  
						
						 
						
						... 
						
						
						
						types.h to ossl_typ.h.
Also, it seems like krb5 was forgotten in some places. 
						
						
					 
					
						2001-10-04 07:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2aa9043ad3 
					 
					
						
						
							
							Because there's chances we clash with the system's types.h, rename our  
						
						 
						
						... 
						
						
						
						types.h to ossl_typ.h. 
						
						
					 
					
						2001-10-04 07:32:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a095560f7 
					 
					
						
						
							
							Use the maximum block length for the extra size in the encrypt  
						
						 
						
						... 
						
						
						
						BIO buffer instead of hard coding it as 8. 
						
						
					 
					
						2001-10-03 12:47:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f329b8d73b 
					 
					
						
						
							
							Make EVP_DecryptUpdate work again.  
						
						 
						
						
						
						
					 
					
						2001-10-02 16:19:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d90a32429 
					 
					
						
						
							
							sch isn't an array, how did this pass through gcc?  
						
						 
						
						
						
						
					 
					
						2001-10-02 11:49:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e3a7463c5d 
					 
					
						
						
							
							A lot of things are undeclared unless x509.h is included.  
						
						 
						
						
						
						
					 
					
						2001-10-02 11:06:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						796c6eadcb 
					 
					
						
						
							
							Hmm, everything "open" isn't necessarely "openssl" :-).  
						
						 
						
						... 
						
						
						
						*sigh* habit... 
						
						
					 
					
						2001-10-02 10:03:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b485e5b7e3 
					 
					
						
						
							
							Woopsie...  
						
						 
						
						
						
						
					 
					
						2001-10-01 17:20:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d1cc7b8f22 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-10-01 17:16:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cf9d58cb4 
					 
					
						
						
							
							sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().  
						
						 
						
						... 
						
						
						
						Let's use sk_ENGINE_CLEANUP_ITEM_pop_free() instead. 
						
						
					 
					
						2001-10-01 17:15:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0cff933416 
					 
					
						
						
							
							Addapt seldom compiled code to new semantics of the key schedule (not  
						
						 
						
						... 
						
						
						
						a pointer any more). 
						
						
					 
					
						2001-10-01 17:10:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c41b29e5db 
					 
					
						
						
							
							Some new symbols have very long names...  
						
						 
						
						
						
						
					 
					
						2001-10-01 17:09:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						65fb3fa630 
					 
					
						
						
							
							o_time.c contains symbols with dollar signs in them, so we must tell  
						
						 
						
						... 
						
						
						
						the compiler not to warn about that. 
						
						
					 
					
						2001-10-01 17:08:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0b0f08dbc7 
					 
					
						
						
							
							The cleanup stack in ENGINE changed slightly, so this "make update" is  
						
						 
						
						... 
						
						
						
						needed. 
						
						
					 
					
						2001-10-01 16:39:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5c32657c80 
					 
					
						
						
							
							The STACK macros take care of casting to and from the designated item type  
						
						 
						
						... 
						
						
						
						of the stack, and the (void *) type used in the underlying sk_***
functions.  However, declaring a STACK_OF(type) where type is a *function*
type implicitly involves casts between function pointers and data pointers.
That's a no-no. This changes the ENGINE_CLEANUP handling to use a regular
data type in the stack. 
						
						
					 
					
						2001-10-01 16:26:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						07cee70258 
					 
					
						
						
							
							Make an (overdue) note about the recent ENGINE restructuring. Apart from  
						
						 
						
						... 
						
						
						
						a few items however, most of the details are deferred to the
crypto/engine/README file. 
						
						
					 
					
						2001-10-01 15:56:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4ba163cbf9 
					 
					
						
						
							
							Make "openssl engine -c" list any supported digests as well as supported  
						
						 
						
						... 
						
						
						
						ciphers. 
						
						
					 
					
						2001-10-01 15:41:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2bfb2398e3 
					 
					
						
						
							
							Typos (Chris Pepper <pepper@mail.reppep.com>)  
						
						 
						
						
						
						
					 
					
						2001-10-01 14:43:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4a8f7b3ef 
					 
					
						
						
							
							Change HZ in speed to rely on sysconf() if the clock tick is available  
						
						 
						
						... 
						
						
						
						that way.  Synchronise s_time with these changes. 
						
						
					 
					
						2001-09-28 10:34:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						34c66925aa 
					 
					
						
						
							
							ENGINE_register_all_complete() will register all implementations of all  
						
						 
						
						... 
						
						
						
						algorithms present in all loaded ENGINEs. The result is that if any of
those ENGINEs successfully initialises, and the ENGINE_TABLE_FLAG_NOINIT
flag isn't set, then they will always be used (and cached as defaults) in
preference to software implementations. Ie. accidental auto-detection of
acceleration hardware :-)
This change stops all implementations being automatically registered in
"openssl" sub-commands, so that the "setup_engine()" handler in apps.c
controls which ENGINEs are registered for use. A special case has been
added that will revert to this "auto-detect" logic, ie. if the "-engine"
switch is used as;
   -engine auto 
						
						
					 
					
						2001-09-28 02:25:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cb7fd76f57 
					 
					
						
						
							
							Modernise and fix (ancient) "maurice" demos.  
						
						 
						
						
						
						
					 
					
						2001-09-28 01:48:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de822715b2 
					 
					
						
						
							
							Constify EVP_SealInit, EVP_OpenInit  
						
						 
						
						
						
						
					 
					
						2001-09-28 01:47:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						89f534e1d3 
					 
					
						
						
							
							Make (ancient) sign.c demo compile again.  
						
						 
						
						
						
						
					 
					
						2001-09-28 00:47:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d46c1a8126 
					 
					
						
						
							
							Support fractional seconds in GeneralizedTime  
						
						 
						
						
						
						
					 
					
						2001-09-28 00:44:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e32587d5a6 
					 
					
						
						
							
							Synchronise with Unixly build.  
						
						 
						
						
						
						
					 
					
						2001-09-27 16:07:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7876e4488f 
					 
					
						
						
							
							Stop thinking arguments starting with - are algorithm identifiers.  
						
						 
						
						... 
						
						
						
						Show timing parameters and timing functions used.
It looks like some Linuxen have very weird settings for CLK_TCK.  I'm
very unsure about this change and will investigate further. 
						
						
					 
					
						2001-09-27 15:43:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1a19f83d4c 
					 
					
						
						
							
							Apparently, Linux is identified with __linux__ as well.  
						
						 
						
						
						
						
					 
					
						2001-09-27 15:41:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db8c838c6a 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-09-26 15:23:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37da54b10e 
					 
					
						
						
							
							The #error message must match a very specific regexp (see mkdef.pl,  
						
						 
						
						... 
						
						
						
						currently line 470). 
						
						
					 
					
						2001-09-26 15:18:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0fea7ed4a4 
					 
					
						
						
							
							Don't clean up stuff twice.  
						
						 
						
						
						
						
					 
					
						2001-09-26 15:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						dbeac560aa 
					 
					
						
						
							
							Fixes.  
						
						 
						
						
						
						
					 
					
						2001-09-26 15:14:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						89eeccacde 
					 
					
						
						
							
							Two changes:  
						
						 
						
						... 
						
						
						
						1. if there are several symbols with the same entry number, sort those
   symbols in ASCII order.
2. Do not stop reading the header files when "BEGIN ERROR CODES" is
   found, since mkerr.pl will add a function declaration after that
   comment.  Instead, trigger on "Error codes for the \w+ function",
   which is the actual start of the error code macros.
Additionally, a few more debugging printouts that helped. 
						
						
					 
					
						2001-09-26 15:06:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c9fc143972 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2001-09-26 11:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						004aa803a9 
					 
					
						
						
							
							"FALLBACK" handling was a hack that was thrown out long ago in the  
						
						 
						
						... 
						
						
						
						ENGINE redevelopment. The idea had been that "-1" could be used as a
special "ask me later" 'nid' rather than specifying supported cipher and
digest 'nid's up front. However the idea turned out to be pretty broken. 
						
						
					 
					
						2001-09-25 21:52:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c921a5e1d4 
					 
					
						
						
							
							Make update to bring in all the cipher/digest-related ENGINE changes.  
						
						 
						
						... 
						
						
						
						NB: It looks like mkdef.pl is causing certain cvs wars by continually
flipping the order of some definitions ... 
						
						
					 
					
						2001-09-25 21:47:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0b4b9a11f5 
					 
					
						
						
							
							Put the cipher info back into the "openssl engine" command.  
						
						 
						
						
						
						
					 
					
						2001-09-25 21:45:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d7e0299792 
					 
					
						
						
							
							Fiddling.  
						
						 
						
						
						
						
					 
					
						2001-09-25 21:44:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9dfdf0ad1d 
					 
					
						
						
							
							This change puts the original OpenBSD /dev/crypto support that was in  
						
						 
						
						... 
						
						
						
						crypto/evp/ into the corresponding ENGINE. This code is currently untested. 
						
						
					 
					
						2001-09-25 21:43:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3b04cdd706 
					 
					
						
						
							
							This change adds dummy RC4 and SHA1 support to the "openssl" ENGINE for  
						
						 
						
						... 
						
						
						
						testing. Because of the recent changes (see crypto/engine/README), the
"openssl" ENGINE is no longer needed nor is it loaded automatically or by
ENGINE_load_builtin_engines(). So a explicit ENGINE_load_openssl() call is
required by applications or a modification to eng_all.c before this ENGINE
will be used. This change will send output to stderr as/when its
implementations are used. 
						
						
					 
					
						2001-09-25 21:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						11a57c7be5 
					 
					
						
						
							
							This changes EVP's cipher and digest code to hook via the ENGINE support.  
						
						 
						
						... 
						
						
						
						See crypto/engine/README for details.
- it also removes openbsd_hw.c from the build (that functionality is
  going to be available in the openbsd ENGINE in a upcoming commit)
- evp_test has had the extra initialisation added so it will use (if
  possible) any ENGINEs supporting the algorithms required. 
						
						
					 
					
						2001-09-25 21:37:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b370230b78 
					 
					
						
						
							
							This change adds cipher and digest support into ENGINE using the  
						
						 
						
						... 
						
						
						
						ENGING_TABLE mechanism. The necessary hooks from crypto/evp/ to use this
will be committed shortly. 
						
						
					 
					
						2001-09-25 21:28:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						50a381b789 
					 
					
						
						
							
							indentation.  
						
						 
						
						
						
						
					 
					
						2001-09-25 21:22:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						534aaf3731 
					 
					
						
						
							
							"make update".  
						
						 
						
						
						
						
					 
					
						2001-09-25 20:39:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6dc5d570d0 
					 
					
						
						
							
							Make necessary tweaks to apps/ files due to recent ENGINE surgery. See  
						
						 
						
						... 
						
						
						
						crypto/engine/README for details. 
						
						
					 
					
						2001-09-25 20:35:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						cb78486d97 
					 
					
						
						
							
							This commits changes to various parts of libcrypto required by the recent  
						
						 
						
						... 
						
						
						
						ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE
pointers to manage their hooking with ENGINE. Previously their use of
"method" pointers was replaced by use of ENGINE references. See
crypto/engine/README for details.
Also, remove the ENGINE iterations from evp_test - even when the
cipher/digest code is committed in, this functionality would require a
different set of API calls. 
						
						
					 
					
						2001-09-25 20:23:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9c9aa4f145 
					 
					
						
						
							
							This commits the changes to STACK macros forced by recent ENGINE surgery.  
						
						 
						
						
						
						
					 
					
						2001-09-25 20:17:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b6d1e52d45 
					 
					
						
						
							
							This change replaces the ENGINE's underlying mechanics with the new  
						
						 
						
						... 
						
						
						
						ENGINE_TABLE-based stuff - as described in crypto/engine/README.
Associated miscellaneous changes;
 - the previous cipher/digest hooks that hardwired directly to EVP's
   OBJ_NAME-based storage have been backed out. New cipher/digest support
   has been constructed and will be committed shortly.
 - each implementation defines its own ENGINE_load_<name> function now.
 - the "openssl" ENGINE isn't needed or loaded any more.
 - core (not algorithm or class specific) ENGINE code has been split into
   multiple files to increase readability and decrease linker bloat.
 - ENGINE_cpy() has been removed as it wasn't really a good idea in the
   first place and now, because of registration issues, can't be
   meaningfully defined any more.
 - BN_MOD_EXP[_CRT] support is removed as per the README.
 - a bug in enginetest.c has been fixed.
NB: This commit almost certainly breaks compilation until subsequent
changes are committed. 
						
						
					 
					
						2001-09-25 20:00:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f185e725a0 
					 
					
						
						
							
							Some major restructuring changes to ENGINE, including integrated cipher and  
						
						 
						
						... 
						
						
						
						digest support, are on their way. Rather than having gigantic commit log
messages and/or CHANGES entries, this change to the README will serve as an
outline of what it all is and how it all works. 
						
						
					 
					
						2001-09-25 19:31:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						591ccf586d 
					 
					
						
						
							
							Fix AES CBC mode EVP_CIPHER structures: the IV length is always  
						
						 
						
						... 
						
						
						
						16. 
						
						
					 
					
						2001-09-25 13:49:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b7061c61b0 
					 
					
						
						
							
							'openssl rsa' etc. should include AES support in addition to DES  
						
						 
						
						
						
						
					 
					
						2001-09-25 11:01:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8a428200a6 
					 
					
						
						
							
							'openssl speed' does not include AES support yet  
						
						 
						
						
						
						
					 
					
						2001-09-25 10:30:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						10b2328fea 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2001-09-24 17:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						98c2a26ea6 
					 
					
						
						
							
							In case of memory problems, the va_start() wasn't cleaned with a va_end().  
						
						 
						
						... 
						
						
						
						Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at >. 
						
						
					 
					
						2001-09-24 13:39:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						965b6dad44 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2001-09-24 07:56:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a3d8c0fc5d 
					 
					
						
						
							
							ignore binary  
						
						 
						
						
						
						
					 
					
						2001-09-24 07:56:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a32d795aae 
					 
					
						
						
							
							avoid everything resembling a magic trigraph  
						
						 
						
						
						
						
					 
					
						2001-09-24 07:54:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ef3dc028ef 
					 
					
						
						
							
							The 'no-rijndael' option must define OPENSSL_NO_AES because that is  
						
						 
						
						... 
						
						
						
						what we look for in crypto/evp. 
						
						
					 
					
						2001-09-22 01:40:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2413a3975f 
					 
					
						
						
							
							crypto/idea and crypto/rijndael were missing in the list of  
						
						 
						
						... 
						
						
						
						directories that may have been deleted 
						
						
					 
					
						2001-09-22 01:39:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3b0b5abae3 
					 
					
						
						
							
							bugfix: handle HelloRequest received during handshake correctly  
						
						 
						
						
						
						
					 
					
						2001-09-21 11:18:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b49124f6d9 
					 
					
						
						
							
							Disable session related stuff in SSL_ST_OK case of ssl3_accept if we  
						
						 
						
						... 
						
						
						
						just sent a HelloRequest. 
						
						
					 
					
						2001-09-21 07:01:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2260ad21fb 
					 
					
						
						
							
							Bugfix: correct cleanup after sending a HelloRequest  
						
						 
						
						
						
						
					 
					
						2001-09-21 00:04:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6b0e9facf4 
					 
					
						
						
							
							New function SSL_renegotiate_pending().  
						
						 
						
						... 
						
						
						
						New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION. 
						
						
					 
					
						2001-09-20 22:54:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c404ff7955 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-09-20 22:52:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8e2f6b79ea 
					 
					
						
						
							
							fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest case  
						
						 
						
						
						
						
					 
					
						2001-09-20 21:37:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ee60d9fb28 
					 
					
						
						
							
							Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't  
						
						 
						
						... 
						
						
						
						reveal whether illegal block cipher padding was found or a MAC
verification error occured.
In ssl/s2_pkt.c, verify that the purported number of padding bytes is in
the legal range. 
						
						
					 
					
						2001-09-20 18:35:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						be6d77005f 
					 
					
						
						
							
							comments  
						
						 
						
						
						
						
					 
					
						2001-09-20 15:41:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b263b66746 
					 
					
						
						
							
							Change Makefile so that it works without any additional changes  
						
						 
						
						... 
						
						
						
						at least on Solaris 
						
						
					 
					
						2001-09-18 09:15:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5294dd705d 
					 
					
						
						
							
							Another demo.  
						
						 
						
						
						
						
					 
					
						2001-09-17 19:07:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2b67158673 
					 
					
						
						
							
							Some of the ENGINE file names were changed for 8.3 filename uniqueness  
						
						 
						
						... 
						
						
						
						recently. So comments including file names have been fixed, and copyright
notices brought up to "2001" at the same time. 
						
						
					 
					
						2001-09-14 18:31:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						db744f8950 
					 
					
						
						
							
							Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,  
						
						 
						
						... 
						
						
						
						and DH all conditional upon OPENSSL_NO_RSA. 
						
						
					 
					
						2001-09-14 18:23:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e059b19ddb 
					 
					
						
						
							
							Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was being  
						
						 
						
						... 
						
						
						
						tested previously. 
						
						
					 
					
						2001-09-14 18:21:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						997a54c981 
					 
					
						
						
							
							'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,  
						
						 
						
						... 
						
						
						
						fix a typo and add cleanup operations. This also switches on memory leak
checking (which is how the rest was found). 
						
						
					 
					
						2001-09-14 18:20:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b78e502104 
					 
					
						
						
							
							add comment  
						
						 
						
						
						
						
					 
					
						2001-09-14 13:47:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6d0054a52 
					 
					
						
						
							
							Get rid of junk (deleted/renamed function) by rebuilding  
						
						 
						
						... 
						
						
						
						based on 0.9.6 tree. 
						
						
					 
					
						2001-09-14 09:31:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						117df10db4 
					 
					
						
						
							
							add details  
						
						 
						
						
						
						
					 
					
						2001-09-14 08:45:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d300bcca7f 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2001-09-13 15:18:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d59c3e5046 
					 
					
						
						
							
							One more manual page.  
						
						 
						
						
						
						
					 
					
						2001-09-13 15:05:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6d8566f2eb 
					 
					
						
						
							
							Rework section about return values another time (based on hints from  
						
						 
						
						... 
						
						
						
						Bodo Moeller). 
						
						
					 
					
						2001-09-13 13:21:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4e1b0d8904 
					 
					
						
						
							
							avoid "statement not reached" warning  
						
						 
						
						
						
						
					 
					
						2001-09-13 13:02:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8ce2912fbc 
					 
					
						
						
							
							Updated dependencies from "make update"  
						
						 
						
						
						
						
					 
					
						2001-09-12 02:43:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1372965e2e 
					 
					
						
						
							
							Reduce the header dependencies on engine.h in apps/.  
						
						 
						
						
						
						
					 
					
						2001-09-12 02:39:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1a1422643b 
					 
					
						
						
							
							ENGINE uses a very opaque design, so we can predeclare the structure type  
						
						 
						
						... 
						
						
						
						in "types.h" so that very few headers will need to include engine.h,
generally only C files using API functions will need it (reducing
the header dependencies quite a lot). 
						
						
					 
					
						2001-09-12 02:34:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						409960491d 
					 
					
						
						
							
							ENGINE files were renamed, and error strings are now in eng_err.c  
						
						 
						
						
						
						
					 
					
						2001-09-12 01:54:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						96bd6f730a 
					 
					
						
						
							
							Add certificate and request demos.  
						
						 
						
						... 
						
						
						
						Fix X509V3 macro so they compile. 
						
						
					 
					
						2001-09-12 00:19:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c0f5dd070b 
					 
					
						
						
							
							Make maximum certifcate chain size accepted from the peer application  
						
						 
						
						... 
						
						
						
						settable (proposed by "Douglas E. Engert" <deengert@anl.gov >). 
						
						
					 
					
						2001-09-11 13:08:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9d7a8d3578 
					 
					
						
						
							
							add 'release showstopper' entry  
						
						 
						
						
						
						
					 
					
						2001-09-11 12:46:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4dec4f646d 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2001-09-11 12:26:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2cb924b052 
					 
					
						
						
							
							ex_data situation is no longer that bad  
						
						 
						
						
						
						
					 
					
						2001-09-11 12:20:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						51ac0cfe44 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-09-10 21:18:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						16e819e1d8 
					 
					
						
						
							
							Put all "common" initialisation in the apps_startup() and apps_shutdown()  
						
						 
						
						... 
						
						
						
						macros in apps.h. 
						
						
					 
					
						2001-09-10 21:04:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1023cfe70d 
					 
					
						
						
							
							enginetest needs 'memset' defined.  
						
						 
						
						
						
						
					 
					
						2001-09-10 21:02:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8e0a2d8461 
					 
					
						
						
							
							missed one file  
						
						 
						
						
						
						
					 
					
						2001-09-10 20:16:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e13ae96d7c 
					 
					
						
						
							
							While ispell may not like it, "cancelling" may be spelt with two "l"s  
						
						 
						
						
						
						
					 
					
						2001-09-10 18:59:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9f29ec4721 
					 
					
						
						
							
							fix memory leak (I think)  
						
						 
						
						
						
						
					 
					
						2001-09-10 18:50:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b9a20b5057 
					 
					
						
						
							
							remove an old comment  
						
						 
						
						
						
						
					 
					
						2001-09-10 18:49:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c2222c2ea2 
					 
					
						
						
							
							restore previous revision -- memory leak should be fixed in mem.c  
						
						 
						
						
						
						
					 
					
						2001-09-10 18:47:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						336da5642d 
					 
					
						
						
							
							fix memory leak  
						
						 
						
						
						
						
					 
					
						2001-09-10 18:13:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8573fa1806 
					 
					
						
						
							
							avoid warning ('const' discarded)  
						
						 
						
						
						
						
					 
					
						2001-09-10 17:46:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a52c2fb296 
					 
					
						
						
							
							exclude disabled message digests  
						
						 
						
						
						
						
					 
					
						2001-09-10 17:18:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						41450b27f2 
					 
					
						
						
							
							add AES ciphers  
						
						 
						
						
						
						
					 
					
						2001-09-10 17:12:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e72d5983f2 
					 
					
						
						
							
							Update so that progs.h can indeed be automatically generated  
						
						 
						
						... 
						
						
						
						(Working file: progs.h
     revision 1.24
     date: 2001/02/19 16:06:03;  author: levitte;  state: Exp;  lines: +59 -59
     Make all configuration macros available for application by making
     sure they are available in opensslconf.h, by giving them names starting
     with "OPENSSL_" to avoid conflicts with other packages and by making
     sure e_os2.h will cover all platform-specific cases together with
     opensslconf.h.
     [...]) 
						
						
					 
					
						2001-09-10 17:00:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5a85385387 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2001-09-10 16:57:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5e54b4f364 
					 
					
						
						
							
							Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit case  
						
						 
						
						... 
						
						
						
						distinction (which does not work well because if CRYPTO_MDEBUG is
defined at library compile time, it is not necessarily defined at
application compile time; and memory debugging now can be reconfigured
at run-time anyway).  To get the intended semantics, we could just use
the EVP_DigestInit_dbg unconditionally (which uses the caller's
__FILE__ and __LINE__ for memory leak debugging), but this would make
memory debugging inconsistent.  Instead, callers can use
CRYPTO_push_info() to track down memory leaks. 
						
						
					 
					
						2001-09-10 15:00:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5ba372b17c 
					 
					
						
						
							
							Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit case  
						
						 
						
						... 
						
						
						
						distinction (which does not work well because if CRYPTO_MDEBUG is
defined at library compile time, it is not necessarily defined at
application compile time; and memory debugging now can be reconfigured
at run-time anyway).  To get the intended semantics, we could just use
the EVP_DigestInit_dbg unconditionally (which uses the caller's
__FILE__ and __LINE__ for memory leak debugging), but this would make
memory debugging inconsistent.  Instead, callers can use
CRYPTO_push_info() to track down memory leaks.
Also fix indentation, and add OpenSSL copyright. 
						
						
					 
					
						2001-09-10 14:59:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f9b0f47c0c 
					 
					
						
						
							
							copyright  
						
						 
						
						
						
						
					 
					
						2001-09-10 14:51:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4deeadf7dc 
					 
					
						
						
							
							Delete pointless casts  
						
						 
						
						
						
						
					 
					
						2001-09-10 14:10:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						384eff877c 
					 
					
						
						
							
							Fix apps/openssl.c and ssl/ssltest.c so that they use  
						
						 
						
						... 
						
						
						
						CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
which is the default implementation of the former and should usually
not be directly used by applications (at least if we assume that the
options accepted by the default implementation will also be meaningful
to any other implementations).
Also fix apps/openssl.c and ssl/ssltest such that environment variable
setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
case). 
						
						
					 
					
						2001-09-10 09:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						68dbba9817 
					 
					
						
						
							
							Replace old (and invalid) copyright notice.  
						
						 
						
						
						
						
					 
					
						2001-09-08 12:15:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ea7150b070 
					 
					
						
						
							
							The various hash #includes in rand_lcl.h *are* needed despite  
						
						 
						
						... 
						
						
						
						<openssl/evp.h> is now used (MD_DIGEST_LENGTH definitions!).
No need to include such headers directly in md_rand.c. 
						
						
					 
					
						2001-09-07 23:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cb42ce0b67 
					 
					
						
						
							
							Recognize OpenUNIX-8 with compiler  
						
						 
						
						
						
						
					 
					
						2001-09-07 12:13:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						e8330cf5ac 
					 
					
						
						
							
							Add a cleanup function for MDs.  
						
						 
						
						
						
						
					 
					
						2001-09-07 12:03:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7d34470458 
					 
					
						
						
							
							Look up MD5 by name.  
						
						 
						
						
						
						
					 
					
						2001-09-07 11:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f1047cebea 
					 
					
						
						
							
							Remove duplication.  
						
						 
						
						
						
						
					 
					
						2001-09-07 11:44:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						da8a2e6f90 
					 
					
						
						
							
							Now need sha.h for some reason.  
						
						 
						
						
						
						
					 
					
						2001-09-07 11:44:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						546ec5a9b3 
					 
					
						
						
							
							Redo type-safety fix.  
						
						 
						
						
						
						
					 
					
						2001-09-07 11:43:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e3fefbfd56 
					 
					
						
						
							
							ispell  
						
						 
						
						
						
						
					 
					
						2001-09-07 06:39:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						3b80e3aa9e 
					 
					
						
						
							
							ispell  
						
						 
						
						
						
						
					 
					
						2001-09-07 06:13:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						14cfde9c83 
					 
					
						
						
							
							make engine file names unique in 8.3  
						
						 
						
						
						
						
					 
					
						2001-09-07 04:14:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9cabef963c 
					 
					
						
						
							
							Completely reworked SVR5 shared library support.  
						
						 
						
						
						
						
					 
					
						2001-09-06 19:25:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ce9eab79a7 
					 
					
						
						
							
							unused function  
						
						 
						
						
						
						
					 
					
						2001-09-06 17:02:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e9e202cfa8 
					 
					
						
						
							
							include the proper header file  
						
						 
						
						
						
						
					 
					
						2001-09-06 16:25:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d83ae69455 
					 
					
						
						
							
							double definition  
						
						 
						
						
						
						
					 
					
						2001-09-06 16:24:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bb4f7a8d52 
					 
					
						
						
							
							Even more corrections for OpenUNIX 8  
						
						 
						
						
						
						
					 
					
						2001-09-06 14:28:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						619b2c03dc 
					 
					
						
						
							
							Avoid strdup.  
						
						 
						
						... 
						
						
						
						(Some platforms need _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to get
the declaration, but on other platforms _XOPEN_SOURCE disables
the strdup declaration in <string.h>.) 
						
						
					 
					
						2001-09-06 13:09:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						aa4c2de10e 
					 
					
						
						
							
							Sort out mess of colons...  
						
						 
						
						
						
						
					 
					
						2001-09-06 12:48:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6c36f7a9f2 
					 
					
						
						
							
							Support for shared libraries on Unixware-7 and OpenUNIX-8  
						
						 
						
						... 
						
						
						
						(Boyd Lynn Gerber <gerberb@zenez.com >). 
						
						
					 
					
						2001-09-06 12:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						78f7923580 
					 
					
						
						
							
							Totally get rid of CRYPTO_LOCK_ERR_HASH.  
						
						 
						
						... 
						
						
						
						In err.c, flags int_error_hash_set and int_thread_hash_set
appear superfluous since we can just as well initialize
int_error_hash and int_thread_hash to NULL.
Change some of the err.c formatting to conform with the rest of
OpenSSL. 
						
						
					 
					
						2001-09-06 12:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						978ebf0141 
					 
					
						
						
							
							Build shared libaries for Unixware-7 and OpenUNIX-8 in old (pre 0.9.7)  
						
						 
						
						... 
						
						
						
						style (Boyd Lynn Gerber <gerberb@zenez.com >). 
						
						
					 
					
						2001-09-06 12:28:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a9ed4da8eb 
					 
					
						
						
							
							improve OAEP check  
						
						 
						
						
						
						
					 
					
						2001-09-06 10:42:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e1a4814cd4 
					 
					
						
						
							
							fix formatting so that the file can be view with any tab-width  
						
						 
						
						
						
						
					 
					
						2001-09-06 09:30:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3cad81f6fe 
					 
					
						
						
							
							Mention DSO_up => DSO_up_ref renaming  
						
						 
						
						
						
						
					 
					
						2001-09-05 21:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4450107afb 
					 
					
						
						
							
							Renaming DH_up to DH_up_ref does not warrant a CHANGES entry of its own  
						
						 
						
						... 
						
						
						
						as the functions were only introduced a couple of days ago.
Some '*)' apparently should be '+)' as the changes do not apply
to the 0.9.6 bugfix branch. 
						
						
					 
					
						2001-09-05 19:14:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						908efd3b73 
					 
					
						
						
							
							ENGINEs can now perform structural cleanup.  
						
						 
						
						
						
						
					 
					
						2001-09-05 19:07:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1a7691c059 
					 
					
						
						
							
							This adds "destroy" handlers to the existing ENGINEs that load their own  
						
						 
						
						... 
						
						
						
						error strings - the destroy handler functions unload the error strings so
any pending error state referring to them will not attempt to reference
them after the ENGINE has been destroyed. 
						
						
					 
					
						2001-09-05 19:00:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f524ddbe04 
					 
					
						
						
							
							ENGINE's init() and finish() handler functions are used when the ENGINE is  
						
						 
						
						... 
						
						
						
						being enabled or disabled (respectively) for operation. Additionally, each
ENGINE has a constructor function where it can do more 'structural' level
intialisations such as loading error strings, creating "ex_data" indices,
etc. This change introduces a handler function that gives an ENGINE a
corresponding opportunity to cleanup when the ENGINE is being destroyed. It
also adds the "get/set" API functions that control this "destroy" handler
function in an ENGINE. 
						
						
					 
					
						2001-09-05 18:32:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						541814c403 
					 
					
						
						
							
							Add some missing CHANGES items.  
						
						 
						
						
						
						
					 
					
						2001-09-05 17:50:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5013540224 
					 
					
						
						
							
							Oops^2: It was the correct line, but an incorrect change.  
						
						 
						
						
						
						
					 
					
						2001-09-05 17:28:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						94cb5ee63c 
					 
					
						
						
							
							Oops, wrong line  
						
						 
						
						
						
						
					 
					
						2001-09-05 17:22:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fc9c61bc3b 
					 
					
						
						
							
							-mcpu=i486 vs. -m486 ...  
						
						 
						
						
						
						
					 
					
						2001-09-05 17:18:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e815d3015e 
					 
					
						
						
							
							Change DH_up() -> DH_up_ref()  
						
						 
						
						
						
						
					 
					
						2001-09-05 17:02:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						dc2a33d680 
					 
					
						
						
							
							"DH_up" had been changed to "DH_up_ref" in libeay.num but the function  
						
						 
						
						... 
						
						
						
						declaration and implementation had not. So a recent update recreated the
original definition in libeay.num ... this corrects it and changes the "dh"
code to the "up_ref" variant. 
						
						
					 
					
						2001-09-05 16:54:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7ba45bf133 
					 
					
						
						
							
							Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE is  
						
						 
						
						... 
						
						
						
						defined.
(Preprocessor symbols such as _POSIX_C_SOURCE or _XOPEN_SOURCE are
supposed to disable anything not allowed by the respective
specification; I'm not sure why 'strdup' would be considered
an outlaw though.) 
						
						
					 
					
						2001-09-05 14:40:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d98a4b7366 
					 
					
						
						
							
							bug fix: bn_sqr_recursive output is twice its input size.  
						
						 
						
						
						
						
					 
					
						2001-09-05 04:43:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						889a54c467 
					 
					
						
						
							
							Eric Hanchrow points out that Cygwin perl works.  
						
						 
						
						
						
						
					 
					
						2001-09-05 02:27:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9d07fd03e3 
					 
					
						
						
							
							Use GCC 2.95/3.0 optimization  
						
						 
						
						
						
						
					 
					
						2001-09-05 02:18:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a8a1878256 
					 
					
						
						
							
							Update the ENGINE README, and stock it up with extra verbeage for good  
						
						 
						
						... 
						
						
						
						measure (including info and instructions on "dynamic" ENGINEs). 
						
						
					 
					
						2001-09-04 23:18:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5b46eee0f5 
					 
					
						
						
							
							strsep implementation to allow the file to compile on non-BSD systems  
						
						 
						
						... 
						
						
						
						Submitted by: "Brian Havard" <brianh@kheldar.apana.org.au > 
						
						
					 
					
						2001-09-04 22:19:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e5e6a94fbf 
					 
					
						
						
							
							Make the 'dynamic' ENGINE bundle up the loading application/library's  
						
						 
						
						... 
						
						
						
						locking callbacks to pass to the loaded library (in addition to the
existing mem, ex_data, and err callbacks). Also change the default
implementation of the "bind_engine" function to apply those callbacks, ie.
the IMPLEMENT_DYNAMIC_BIND_FN macro. 
						
						
					 
					
						2001-09-04 21:25:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d9ff889073 
					 
					
						
						
							
							Add a "_up" -> "_up_ref" change to libeay.num that was missing from the  
						
						 
						
						... 
						
						
						
						recent changes. Also, do the same change to the DSO_up() function. 
						
						
					 
					
						2001-09-04 20:40:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e4decc418a 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2001-09-04 11:57:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cf5bfbfc21 
					 
					
						
						
							
							Now that we have ERR_unload_strings(), ERR_load_ERR_strings() must  
						
						 
						
						... 
						
						
						
						always load its strings because they might have been unloaded
since the 'init' flag was deleted.
But build_SYS_str_reasons() can use an 'init' flag. 
						
						
					 
					
						2001-09-04 11:49:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						567fef894e 
					 
					
						
						
							
							changing something requires a write lock, not a read lock  
						
						 
						
						
						
						
					 
					
						2001-09-04 11:15:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6ee2a1365e 
					 
					
						
						
							
							CHANGES should list all API changes relevant for applications  
						
						 
						
						... 
						
						
						
						(here: X509_STORE_CTX_init()) 
						
						
					 
					
						2001-09-04 11:13:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						435037d4e4 
					 
					
						
						
							
							OpenSSL copyright notices ...  
						
						 
						
						
						
						
					 
					
						2001-09-04 11:02:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c5de8996cc 
					 
					
						
						
							
							delete redundant ERR_load_CRYPTO_strings() prototype  
						
						 
						
						
						
						
					 
					
						2001-09-04 10:45:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2dc5383a20 
					 
					
						
						
							
							This changes the existing hardware ENGINE implementations to dynamically  
						
						 
						
						... 
						
						
						
						declare their own error strings so that they can be more easily compiled as
external shared-libraries if desired. Also, each implementation has been
given canonical "dynamic" support at the base of each file and is only
built if the ENGINE_DYNAMIC_SUPPORT symbol is defined.
Also, use "void" prototypes rather than empty prototypes in engine_int.h.
This does not yet;
  (i) remove error strings when unloading,
 (ii) remove the redundant ENGINE_R_*** codes (though ENGINE_F_*** codes
      have gone), or
(iii) provide any instructions on how to build shared-library ENGINEs or
      use them.
All are on their way. 
						
						
					 
					
						2001-09-03 21:33:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9391f97715 
					 
					
						
						
							
							This change adds a new ENGINE called "dynamic" that allows new ENGINE  
						
						 
						
						... 
						
						
						
						implementations to be loaded from self-contained shared-libraries. It also
provides (in engine.h) definitions and macros to help implement a
self-contained ENGINE. Version control is handled in a way whereby the
loader or loadee can veto the load depending on any objections it has with
each other's declared interface level. The way this is currently
implemented assumes a veto will only take place when one side notices the
other's interface level is too *old*. If the other side is newer, it should
be assumed the newer version knows better whether to veto the load or not.
Version checking (like other "dynamic" settings) can be controlled using
the "dynamic" ENGINE's control commands. Also, the semantics for the
loading allow a shared-library ENGINE implementation to handle differing
interface levels on the fly (eg. loading secondary shared-libraries
depending on the versions required).
Code will be added soon to the existing ENGINEs to illustrate how they can
be built as external libraries rather than building statically into
libcrypto.
NB: Applications wanting to support "dynamic"-loadable ENGINEs will need to
add support for ENGINE "control commands". See apps/engine.c for an example
of this, and use "apps/openssl engine -vvvv" to test or experiment. 
						
						
					 
					
						2001-09-03 19:15:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5b16639538 
					 
					
						
						
							
							Note the "ERR_unload_strings" function.  
						
						 
						
						
						
						
					 
					
						2001-09-03 18:27:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1738bb61e1 
					 
					
						
						
							
							Add a new ERR function, "ERR_unload_strings", to complement the existing  
						
						 
						
						... 
						
						
						
						"ERR_load_strings" function. 
						
						
					 
					
						2001-09-03 18:24:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						91b3f0e691 
					 
					
						
						
							
							Correct a typo.  
						
						 
						
						
						
						
					 
					
						2001-09-03 17:24:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6ac4e8bd6e 
					 
					
						
						
							
							Rename recently introduced functions for improved code clarity:  
						
						 
						
						... 
						
						
						
						[DR]SA_up  =>  [DR]SA_up_ref 
						
						
					 
					
						2001-09-03 13:40:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						983495c4b2 
					 
					
						
						
							
							Use uniformly chosen witnesses for Miller-Rabin test  
						
						 
						
						... 
						
						
						
						(by using new BN_pseudo_rand_range function) 
						
						
					 
					
						2001-09-03 12:58:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						931a23a5a5 
					 
					
						
						
							
							rearrange #includes because trying to include <crypto/cryptodev.h>  
						
						 
						
						... 
						
						
						
						is a bad idea if OPENSSL_OPENBSD_DEV_CRYPTO is not defined 
						
						
					 
					
						2001-09-03 12:37:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						72849dce81 
					 
					
						
						
							
							Convert "max" to "mx" for variable names (brought to my attention by Steve  
						
						 
						
						... 
						
						
						
						Henson). Also, reverse a previous change that used an implicit function
pointer cast rather than an explicit data pointer cast in the STACK cleanup
code. 
						
						
					 
					
						2001-09-02 20:41:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2618893114 
					 
					
						
						
							
							Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.  
						
						 
						
						
						
						
					 
					
						2001-09-02 20:05:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						36026dfc01 
					 
					
						
						
							
							Note the "ex_data" changes.  
						
						 
						
						
						
						
					 
					
						2001-09-01 20:20:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						79aa04ef27 
					 
					
						
						
							
							Make the necessary changes to work with the recent "ex_data" overhaul.  
						
						 
						
						... 
						
						
						
						See the commit log message for that for more information.
NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
(initialisation by "memset" won't/can't/doesn't work). This fixes that but
requires that X509_STORE_CTX_init() be able to handle errors - so its
prototype has been changed to return 'int' rather than 'void'. All uses of
that function throughout the source code have been tracked down and
adjusted. 
						
						
					 
					
						2001-09-01 20:02:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3a0799977b 
					 
					
						
						
							
							First step in fixing "ex_data" support. Warning: big commit log ...  
						
						 
						
						... 
						
						
						
						Currently, this change merely addresses where ex_data indexes are stored
and managed, and thus fixes the thread-safety issues that existed at that
level. "Class" code (eg. RSA, DSA, etc) no longer store their own STACKS
and per-class index counters - all such data is stored inside ex_data.c. So
rather than passing both STACK+counter to index-management ex_data
functions, a 'class_index' is instead passed to indicate the class (eg.
CRYPTO_EX_INDEX_RSA). New classes can be dynamically registered on-the-fly
and this is also thread-safe inside ex_data.c (though whether the caller
manages the return value in a thread-safe way is not addressed).
This does not change the "get/set" functions on individual "ex_data"
structures, and so thread-safety at that level isn't (yet) assured.
Likewise, the method of getting and storing per-class indexes has not
changed, so locking may still be required at the "caller" end but is
nonetheless thread-safe inside "ex_data"'s internal implementation.
Typically this occurs when code implements a new method of some kind and
stores its own per-class index in a global variable without locking the
setting and usage of that variable. If the code in question is likely to be
used in multiple threads, locking the setting and use of that index is
still up to the code in question. Possible fixes to this are being
sketched, but definitely require more major changes to the API itself than
this change undertakes.
The underlying implementation in ex_data.c has also been modularised so
that alternative "ex_data" implementations (that control all access to
state) can be plugged in. Eg. a loaded module can have its implementation
set to that of the application loaded it - the result being that
thread-safety and consistency of "ex_data" classes and indexes can be
maintained in the same place rather than the loaded module using its own
copy of ex_data support code and state.
Due to the centralisation of "state" with this change, cleanup of all
"ex_data" state can now be performed properly. Previously all allocation of
ex_data state was guaranteed to leak - and MemCheck_off() had been used to
avoid it flagging up the memory debugging. A new function has been added to
perfrom all this cleanup, CRYPTO_cleanup_all_ex_data(). The "openssl"
command(s) have been changed to use this cleanup, as have the relevant test
programs. External application code may want to do so too - failure to
cleanup will not induce more memory leaking than was the case before, but
the memory debugging is not tricked into hiding it any more so it may
"appear" where it previously did not. 
						
						
					 
					
						2001-09-01 19:56:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e19ea55783 
					 
					
						
						
							
							Only OPENSSL_free() non-NULL pointers.  
						
						 
						
						
						
						
					 
					
						2001-09-01 18:37:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8716dbea40 
					 
					
						
						
							
							undo, didn't work  
						
						 
						
						
						
						
					 
					
						2001-09-01 05:59:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e9bc66c84f 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2001-09-01 05:30:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c078798c60 
					 
					
						
						
							
							strsep implementation to allow the file to compile on non-BSD systems  
						
						 
						
						... 
						
						
						
						Submitted by: "Brian Havard" <brianh@kheldar.apana.org.au > 
						
						
					 
					
						2001-09-01 05:05:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						de73cca923 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-09-01 04:25:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						b1051789d6 
					 
					
						
						
							
							zlib default was broken on most platforms.  
						
						 
						
						... 
						
						
						
						-mcpu=i486 is new as of gcc 2.95, and if you have that, you wouldn't
want to optimize for 486 anyway. 
						
						
					 
					
						2001-09-01 04:18:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4db73c1bb8 
					 
					
						
						
							
							(A version of) gcc had been giving somewhat odd "trigraph" warnings about  
						
						 
						
						... 
						
						
						
						this construct, and Ulf provided the following insight as to why;
> ANSI C compliant compilers must substitute "??)" for "]" because your
> terminal might not have a "]" key if you bought it in the early 1970s.
So we escape the final '?' to avoid this pathological case. 
						
						
					 
					
						2001-08-28 19:32:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3ae34e3a8c 
					 
					
						
						
							
							Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn't  
						
						 
						
						... 
						
						
						
						leave memory debugging turned off.
[Spotted by Götz Babin-Ebell] 
						
						
					 
					
						2001-08-28 15:54:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1f3b65801b 
					 
					
						
						
							
							Fix SSL memory leak.  
						
						 
						
						
						
						
					 
					
						2001-08-28 13:45:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5e2c4e23f4 
					 
					
						
						
							
							Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memory  
						
						 
						
						... 
						
						
						
						leak. 
						
						
					 
					
						2001-08-27 22:12:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						35780c2139 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2001-08-26 21:06:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ceff5fec5a 
					 
					
						
						
							
							gcc can't spot that 'derlst' is not used uninitialised, so appease it.  
						
						 
						
						
						
						
					 
					
						2001-08-26 21:04:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4897dc4056 
					 
					
						
						
							
							Test digests.  
						
						 
						
						
						
						
					 
					
						2001-08-26 17:09:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						35e33f0e52 
					 
					
						
						
							
							Add digests.  
						
						 
						
						
						
						
					 
					
						2001-08-26 17:09:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a844e27baa 
					 
					
						
						
							
							Tidy up some code formatting.  
						
						 
						
						
						
						
					 
					
						2001-08-25 18:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0783bf151c 
					 
					
						
						
							
							Note the "ERR" changes.  
						
						 
						
						
						
						
					 
					
						2001-08-25 17:59:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						566bdf2bda 
					 
					
						
						
							
							This changes the "ERR" code to have all access to state (a hash table of  
						
						 
						
						... 
						
						
						
						error strings and a hash table storing per-thread error state) go via an
ERR_FNS function table. The first time an ERR operation occurs, the
implementation that will be used (from then on) is set to the internal
"defaults" implementation if it has not already been set. The actual LHASH
tables are only accessed by this implementation.
This is primarily for modules that can be loaded at run-time and bound into
an application (or a shared-library version of OpenSSL). If the module has
its own statically-linked copy of OpenSSL code - this mechanism allows it
to *not* create and use ERR information in its own linked "ERR" code, but
instead to use and interact with the state stored in the loader
(application or shared library). The loader calls ERR_get_implementation()
and the return value is what the module should use when calling its own
copy of ERR_set_implementation(). 
						
						
					 
					
						2001-08-25 17:51:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						eb6dc02b23 
					 
					
						
						
							
							Make a note of the "up" functions.  
						
						 
						
						
						
						
					 
					
						2001-08-25 17:37:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						78435364ec 
					 
					
						
						
							
							Changes crypto/evp/ and ssl/ code from directly incrementing reference  
						
						 
						
						... 
						
						
						
						counts in DH, DSA, and RSA structures. Instead they use the new "***_up()"
functions that handle this. 
						
						
					 
					
						2001-08-25 17:28:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5cbc2e8bc1 
					 
					
						
						
							
							Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,  
						
						 
						
						... 
						
						
						
						dependant code has to directly increment the "references" value of each
such structure using the corresponding lock. Apart from code duplication,
this provided no "REF_CHECK/REF_PRINT" checking and violated
encapsulation. 
						
						
					 
					
						2001-08-25 17:24:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e7cf7fcd21 
					 
					
						
						
							
							Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)  
						
						 
						
						
						
						
					 
					
						2001-08-25 11:49:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bb8aab0211 
					 
					
						
						
							
							Wording of comment...  
						
						 
						
						
						
						
					 
					
						2001-08-25 11:33:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0fbf5f7102 
					 
					
						
						
							
							Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).  
						
						 
						
						
						
						
					 
					
						2001-08-25 11:31:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f1b2807478 
					 
					
						
						
							
							More docs.  
						
						 
						
						
						
						
					 
					
						2001-08-24 14:29:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						faacb092f8 
					 
					
						
						
							
							-passin argument not used when actually loading the key  
						
						 
						
						... 
						
						
						
						(found by Massimiliano Pala <madwolf@hackmasters.net >). 
						
						
					 
					
						2001-08-24 13:33:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b439a74620 
					 
					
						
						
							
							Load OCSP responder key before waiting for an incoming  
						
						 
						
						... 
						
						
						
						connection so it can prompt for pass phrase on startup
instead of after the first connection.
Add -port switch to usage message. 
						
						
					 
					
						2001-08-23 23:54:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3132ab8ce6 
					 
					
						
						
							
							Add #ifdefs to some devcrypto code  
						
						 
						
						
						
						
					 
					
						2001-08-23 23:52:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						bfd7bb3eb6 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2001-08-23 17:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						11c8f0b79d 
					 
					
						
						
							
							More manual pages. Constify.  
						
						 
						
						
						
						
					 
					
						2001-08-23 17:22:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c4068186ac 
					 
					
						
						
							
							As discussed recently on openssl-users.  
						
						 
						
						
						
						
					 
					
						2001-08-23 15:00:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0a93a68020 
					 
					
						
						
							
							Make clear, that using the compression layer is currently not recommended.  
						
						 
						
						
						
						
					 
					
						2001-08-23 09:42:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						f2ab7d1392 
					 
					
						
						
							
							typo.  
						
						 
						
						
						
						
					 
					
						2001-08-22 18:35:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c41ab9ade5 
					 
					
						
						
							
							More tests.  
						
						 
						
						
						
						
					 
					
						2001-08-22 16:09:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						141e584998 
					 
					
						
						
							
							One more manual page...  
						
						 
						
						
						
						
					 
					
						2001-08-21 14:54:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						336736ef35 
					 
					
						
						
							
							Documentation on how to handle compression methods.  
						
						 
						
						... 
						
						
						
						Hopefully it is clear enough, that it is currently not recommended. 
						
						
					 
					
						2001-08-21 13:02:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						df7cb13525 
					 
					
						
						
							
							Checked in from the wrong !@#$%&*() copy...  
						
						 
						
						
						
						
					 
					
						2001-08-21 07:27:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d93eb21c7c 
					 
					
						
						
							
							More interdependencies with respect to shutdown behaviour.  
						
						 
						
						
						
						
					 
					
						2001-08-20 14:34:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a403188f92 
					 
					
						
						
							
							Alert description strings for TLSv1 and documentation.  
						
						 
						
						
						
						
					 
					
						2001-08-19 16:20:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						82b2230527 
					 
					
						
						
							
							Add RC4 support to OpenBSD.  
						
						 
						
						
						
						
					 
					
						2001-08-18 16:04:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a8a004987c 
					 
					
						
						
							
							Add AES tests.  
						
						 
						
						
						
						
					 
					
						2001-08-18 16:02:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0e36019977 
					 
					
						
						
							
							Add EVP test program.  
						
						 
						
						
						
						
					 
					
						2001-08-18 13:53:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						354c3ace73 
					 
					
						
						
							
							Add first cut symmetric crypto support.  
						
						 
						
						
						
						
					 
					
						2001-08-18 10:22:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						52129c0b0b 
					 
					
						
						
							
							More details about session timeout settings.  
						
						 
						
						
						
						
					 
					
						2001-08-17 16:36:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a52877a2f1 
					 
					
						
						
							
							One more function documented.  
						
						 
						
						
						
						
					 
					
						2001-08-17 15:54:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cdd7c3ce92 
					 
					
						
						
							
							SSL_shutdown() has even more properties...  
						
						 
						
						
						
						
					 
					
						2001-08-17 15:09:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c1497b4d19 
					 
					
						
						
							
							One more step on the way for complete documentation...  
						
						 
						
						
						
						
					 
					
						2001-08-17 14:32:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b2ed462934 
					 
					
						
						
							
							Unidirectional shutdown is allowed according to the RFC.  
						
						 
						
						
						
						
					 
					
						2001-08-17 09:08:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb766a0ad6 
					 
					
						
						
							
							Make sure evil file name characters, like spaces or ampersands (!),  
						
						 
						
						... 
						
						
						
						don't disturb the rehashing process.
Spotted and suggested patch from Rudo Thomas <rudo@internet.sk > 
						
						
					 
					
						2001-08-17 04:35:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b65f851318 
					 
					
						
						
							
							Make -passin -passout etc work again.  
						
						 
						
						... 
						
						
						
						Fix leak in ca.c when using -passin. 
						
						
					 
					
						2001-08-17 01:09:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						35bf35411c 
					 
					
						
						
							
							Add CRL utility functions to allow CRLs to be  
						
						 
						
						... 
						
						
						
						built up without accessing structures directly.
Update ca.c to use new functions.
Fix ca.c so it now build CRLs correctly again. 
						
						
					 
					
						2001-08-17 00:33:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						54fbc77dc8 
					 
					
						
						
							
							Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.  
						
						 
						
						
						
						
					 
					
						2001-08-16 15:28:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9e09eebf94 
					 
					
						
						
							
							Better description of the behaviour of SSL_shutdown() as it is now, broken  
						
						 
						
						... 
						
						
						
						or not. 
						
						
					 
					
						2001-08-16 14:27:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						45a2f93906 
					 
					
						
						
							
							gcc 3.0 tells me that -m486 is deprecated.  The gcc 2.95 manual tells  
						
						 
						
						... 
						
						
						
						me the same and that the correct option is -mcpu=i486.  I'm assuming
-mcpu has been around for some time, and that it's therefore safe to
change all occurences of -m486 to -mcpu=i486. 
						
						
					 
					
						2001-08-13 14:09:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						6982c0da4e 
					 
					
						
						
							
							The indexes returned by ***_get_ex_new_index() functions are used when  
						
						 
						
						... 
						
						
						
						setting stack (actually, array) values in ex_data. So only increment the
global counters if the underlying CRYPTO_get_ex_new_index() call succeeds.
This change doesn't make "ex_data" right (see the comment at the head of
ex_data.c to know why), but at least makes the source code marginally less
frustrating. 
						
						
					 
					
						2001-08-12 17:14:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b7727ee616 
					 
					
						
						
							
							The indexes returned by ***_get_ex_new_index() functions are used when  
						
						 
						
						... 
						
						
						
						setting stack (actually, array) values in ex_data. So only increment the
global counters if the underlying CRYPTO_get_ex_new_index() call succeeds.
This change doesn't make "ex_data" right (see the comment at the head of
ex_data.c to know why), but at least makes the source code marginally less
frustrating. 
						
						
					 
					
						2001-08-12 16:52:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f0446ca8d7 
					 
					
						
						
							
							Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoids  
						
						 
						
						... 
						
						
						
						problems with leaks and uninitialised structures. 
						
						
					 
					
						2001-08-11 11:32:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6bc847e49e 
					 
					
						
						
							
							Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>  
						
						 
						
						... 
						
						
						
						His comments are:
1) Changes all references for `True64' to be `Tru64', which is the correct
spelling for the OS name.
2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc'
entry that is the same as the previous `alpha-cc'.  The reason is that most
people these days are using the newer compiler, so it should be the default.
3) Adds a bit of commentary to Configure, regarding the name changes of
the OS over the years, so it's not so confusing to people that haven't been
with the OS for a while.
4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically
by Configure under any circumstance) that builds an RPATH into the
shared libraries.  This is explained in the comment in Configure.  It's
very very useful for people that want it, and people that don't want it
just shouldn't choose that target.
5) Adds the `-pthread' flag as the best way to get POSIX thread support
from the newer compiler.
6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc',
or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile
target that includes the `-msym' option when building the shared library.
This is a performance enhancement.
7) Updates `config' so that if it detects you're running version 4 or 5
of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc'
for versions 1-3 of the OS.
8) Updates the comment in opensslv.h, fixing both the OS name typo and
adding a reference to IRIX 6.x, since the shared library semantics are
virtually identical there. 
						
						
					 
					
						2001-08-10 15:26:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3f1c4e49a3 
					 
					
						
						
							
							add missing link  
						
						 
						
						
						
						
					 
					
						2001-08-08 15:09:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						37a7cd1a11 
					 
					
						
						
							
							Bugfix: larger message size in ssl3_get_key_exchange() because  
						
						 
						
						... 
						
						
						
						ServerKeyExchange message may be skipped.
Submitted by:  Petr Lampa <lampa@fee.vutbr.cz > 
						
						
					 
					
						2001-08-07 09:30:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3a2d9c4dd0 
					 
					
						
						
							
							Fix typos (shinagawa@star.zko.dec.com)  
						
						 
						
						
						
						
					 
					
						2001-08-07 07:52:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e51d1321fc 
					 
					
						
						
							
							More typedef'd struct names as search targets  
						
						 
						
						
						
						
					 
					
						2001-08-06 11:57:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b9fdb3eb99 
					 
					
						
						
							
							Reinsert typedef'ed names for structs to help those trying to read the  
						
						 
						
						... 
						
						
						
						sourcecode (including fgrep) 
						
						
					 
					
						2001-08-06 11:49:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d66ace9da5 
					 
					
						
						
							
							Start to reduce some of the header bloat.  
						
						 
						
						
						
						
					 
					
						2001-08-05 18:02:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						db75357110 
					 
					
						
						
							
							Fix memory leak.  
						
						 
						
						
						
						
					 
					
						2001-08-05 16:13:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0713f8abe6 
					 
					
						
						
							
							Parameter correction for CIOFSESSION.  
						
						 
						
						
						
						
					 
					
						2001-08-04 12:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						93d9121a77 
					 
					
						
						
							
							Remove extra whitespace. Sorry.  
						
						 
						
						
						
						
					 
					
						2001-08-03 21:09:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						92dad6cc84 
					 
					
						
						
							
							Reinstate accidentally deleted code.  
						
						 
						
						
						
						
					 
					
						2001-08-03 19:00:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						61454a9f8c 
					 
					
						
						
							
							Get rid of the stuff we, err, got rid of.  
						
						 
						
						
						
						
					 
					
						2001-08-03 18:52:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						bb2297a41d 
					 
					
						
						
							
							Header bloat reduction for EVP_PKEY.  
						
						 
						
						
						
						
					 
					
						2001-08-03 18:48:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						75e98d0563 
					 
					
						
						
							
							This ghastly hack prevents CVS wars over Kerberos (which is disabled by default).  
						
						 
						
						
						
						
					 
					
						2001-08-03 18:45:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e9eb000c53 
					 
					
						
						
							
							Oops, one SSL_OP_NON_EXPORT_FIRST was left.  
						
						 
						
						
						
						
					 
					
						2001-08-03 13:05:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1ba01caaa3 
					 
					
						
						
							
							Make /dev/crypto work with new EVP structures.  
						
						 
						
						
						
						
					 
					
						2001-08-03 11:54:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5cd6571fae 
					 
					
						
						
							
							Make sure memcpy() gets properly declared by including string.h.  
						
						 
						
						
						
						
					 
					
						2001-08-03 10:54:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6383bbe525 
					 
					
						
						
							
							remove a comma  
						
						 
						
						
						
						
					 
					
						2001-08-03 09:28:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						06da6e4977 
					 
					
						
						
							
							Don't disable rollback attack detection as a recommended bug workaround.  
						
						 
						
						
						
						
					 
					
						2001-08-03 08:45:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b72faddc47 
					 
					
						
						
							
							Mention removed option.  
						
						 
						
						
						
						
					 
					
						2001-08-01 10:07:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d92f0bb6e9 
					 
					
						
						
							
							Remove SSL_OP_NON_EXPORT_FIRST:  
						
						 
						
						... 
						
						
						
						It did not work, it was deactivated by #if 0/#endif anyway _and_ we now have
the working SSL_OP_CIPHER_SERVER_PREFERENCE. 
						
						
					 
					
						2001-08-01 10:06:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						710e5d5639 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-07-31 17:07:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6da980e2b5 
					 
					
						
						
							
							Make sure the source file is included among the dependencies.  This is  
						
						 
						
						... 
						
						
						
						the norm for 'gcc -M' but not for 'makedepend', and is merely
introduced here to avoid commit wars. 
						
						
					 
					
						2001-07-31 17:02:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						37f599bcec 
					 
					
						
						
							
							Reworked manual pages with a lot of input from Bodo Moeller.  
						
						 
						
						
						
						
					 
					
						2001-07-31 15:04:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						8408f4fbc7 
					 
					
						
						
							
							Document DES changes better.  
						
						 
						
						
						
						
					 
					
						2001-07-31 13:33:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						534164ef90 
					 
					
						
						
							
							Remove old unused stuff.  
						
						 
						
						
						
						
					 
					
						2001-07-31 12:03:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e32c852e1e 
					 
					
						
						
							
							Indent.  
						
						 
						
						
						
						
					 
					
						2001-07-31 10:19:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dbfc0f8c2b 
					 
					
						
						
							
							Vade retro C++ comments!  
						
						 
						
						... 
						
						
						
						(Latin for "comments", anyone?) 
						
						
					 
					
						2001-07-31 09:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3728974460 
					 
					
						
						
							
							Make as sure as possible that gethostname() will be properly declared.  
						
						 
						
						
						
						
					 
					
						2001-07-31 08:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fdc2bbcacb 
					 
					
						
						
							
							Correct most of the unsigned vs. signed warnings (or int vs. size_t),  
						
						 
						
						... 
						
						
						
						and rename some local variables to avoid name shadowing. 
						
						
					 
					
						2001-07-31 08:45:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c2a3358b60 
					 
					
						
						
							
							Whoops, my fault, a backslash got converted to a slash...  
						
						 
						
						
						
						
					 
					
						2001-07-31 08:44:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						882e891284 
					 
					
						
						
							
							More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>  
						
						 
						
						... 
						
						
						
						His comments are:
First, it corrects a problem introduced in the last patch where the
kssl_map_enc() would intentionally return NULL for valid ENCTYPE
values.  This was done to prevent verification of the kerberos 5
authenticator from being performed when Derived Key ciphers were
in use.  Unfortunately, the authenticator verification routine was
not the only place that function was used.  And it caused core dumps.
Second, it attempt to add to SSL_SESSION the Kerberos 5 Client
Principal Name. 
						
						
					 
					
						2001-07-31 07:21:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						05bbf78afd 
					 
					
						
						
							
							Remove //.  
						
						 
						
						
						
						
					 
					
						2001-07-31 06:47:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						99ecb90a99 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-07-31 06:40:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						dbad169019 
					 
					
						
						
							
							Really add the EVP and all of the DES changes.  
						
						 
						
						
						
						
					 
					
						2001-07-30 23:57:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3ba5d1cf2e 
					 
					
						
						
							
							Make EVPs allocate context memory, thus making them extensible. Rationalise  
						
						 
						
						... 
						
						
						
						DES's keyschedules.
I know these two should be separate, and I'll back out the DES changes if they
are deemed to be an error.
Note that there is a memory leak lurking in SSL somewhere in this version. 
						
						
					 
					
						2001-07-30 17:46:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						be2e2c3297 
					 
					
						
						
							
							Only set the verify callback if there's one to set!  
						
						 
						
						
						
						
					 
					
						2001-07-30 17:17:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ed0015284b 
					 
					
						
						
							
							Just a "get to know your system" bit.  
						
						 
						
						
						
						
					 
					
						2001-07-30 16:46:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6d03b73e35 
					 
					
						
						
							
							Enhanced support for IA-64 Linux and HP-UX (as well as better support for  
						
						 
						
						... 
						
						
						
						HP-UX in common in ./config). Note that for the moment of this writing
none of 64-bit platforms pass bntest. I'm committing this anyway as it's
too frustrating to patch snapshots over and over while 0.9.6 is known to
work. 
						
						
					 
					
						2001-07-30 16:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						622d3d3592 
					 
					
						
						
							
							Support for Intel and HP-UXi assemblers.  
						
						 
						
						
						
						
					 
					
						2001-07-30 15:54:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0e06354402 
					 
					
						
						
							
							ANSIfication.  
						
						 
						
						
						
						
					 
					
						2001-07-30 15:33:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						62c271610b 
					 
					
						
						
							
							Typo in stty command lines.  
						
						 
						
						
						
						
					 
					
						2001-07-30 14:33:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						db089ad60d 
					 
					
						
						
							
							Don't miss files...  
						
						 
						
						
						
						
					 
					
						2001-07-30 11:50:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1f0c9ad7e1 
					 
					
						
						
							
							Fix inconsistent behaviour with respect to verify_callback handling.  
						
						 
						
						
						
						
					 
					
						2001-07-30 11:45:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						06efc222f9 
					 
					
						
						
							
							Forgot to mention second fix.  
						
						 
						
						
						
						
					 
					
						2001-07-30 11:33:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						de3333bae4 
					 
					
						
						
							
							length of secret exponent is needed only when we create one  
						
						 
						
						
						
						
					 
					
						2001-07-27 22:45:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						924875e53b 
					 
					
						
						
							
							Undo DH_generate_key() change: s3_srvr.c was using it correctly  
						
						 
						
						
						
						
					 
					
						2001-07-27 22:34:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3a64458217 
					 
					
						
						
							
							Another uninitialized static that may lead to problems on Solaris under some  
						
						 
						
						... 
						
						
						
						circumstances. 
						
						
					 
					
						2001-07-27 12:35:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ea71c22731 
					 
					
						
						
							
							Addapt VMS script to the latest changes in the makefiles.  
						
						 
						
						
						
						
					 
					
						2001-07-27 07:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dc706cd35f 
					 
					
						
						
							
							Make sure *outl is always initialized in EVP_EncryptUpdate().  
						
						 
						
						
						
						
					 
					
						2001-07-27 02:24:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1241126adf 
					 
					
						
						
							
							More linker bloat reorganisation:  
						
						 
						
						... 
						
						
						
						Split private key PEM and normal PEM handling. Private key
handling needs to link in stuff like PKCS#8.
Relocate the ASN1 *_dup() functions, to the relevant ASN1
modules using new macro IMPLEMENT_ASN1_DUP_FUNCTION. Previously
these were all in crypto/x509/x_all.c along with every ASN1
BIO/fp function which linked in *every* ASN1 function if
a single dup was used.
Move the authority key id ASN1 structure to a separate file.
This is used in the X509 routines and its previous location
linked in all the v3 extension code.
Also move ASN1_tag2bit to avoid linking in a_bytes.c which
is now largely obsolete.
So far under Linux stripped binary with single PEM_read_X509
is now 238K compared to 380K before these changes. 
						
						
					 
					
						2001-07-27 02:22:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						19da130053 
					 
					
						
						
							
							First of several reorganisations to  
						
						 
						
						... 
						
						
						
						reduce linker bloat. For example the
single line:
PEM_read_X509()
results in a binary of around 400K in Linux!
This first step separates some of the PEM functions and
avoids linking in some PKCS#7 and PKCS#12 code. 
						
						
					 
					
						2001-07-26 22:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a75b191502 
					 
					
						
						
							
							Fix problem occuring when used from OpenSSH on Solaris 8.  
						
						 
						
						
						
						
					 
					
						2001-07-26 09:02:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e5cb260365 
					 
					
						
						
							
							DH key generation should not use a do ... while loop,  
						
						 
						
						... 
						
						
						
						or bogus DH parameters can be used for launching DOS attacks 
						
						
					 
					
						2001-07-25 17:48:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6aecef815c 
					 
					
						
						
							
							Don't preserve existing keys in DH_generate_key.  
						
						 
						
						
						
						
					 
					
						2001-07-25 17:20:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						daba492c3a 
					 
					
						
						
							
							md_rand.c thread safety  
						
						 
						
						
						
						
					 
					
						2001-07-25 17:17:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24cff6ced5 
					 
					
						
						
							
							always reject data >= n  
						
						 
						
						
						
						
					 
					
						2001-07-25 17:02:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						ac7b42610f 
					 
					
						
						
							
							Support for 64-bit Solaris build with GCC 3.0 and later. It should be  
						
						 
						
						... 
						
						
						
						explicitely noted that 64-bit SPARCv9 ABI is not officially supported
by GCC 3.0 (support is scheduled for 3.1 release), but it appears to
work, at the very least 'make test' passes... 
						
						
					 
					
						2001-07-25 15:58:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7abe76e1bd 
					 
					
						
						
							
							Fix wrong information about SSL_set_connect_state()...  
						
						 
						
						
						
						
					 
					
						2001-07-25 12:12:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7bc03ded12 
					 
					
						
						
							
							add a comment  
						
						 
						
						
						
						
					 
					
						2001-07-25 10:04:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ea3b8af50a 
					 
					
						
						
							
							avoid warnings  
						
						 
						
						
						
						
					 
					
						2001-07-24 14:20:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						badb910f3c 
					 
					
						
						
							
							Avoid race condition.  
						
						 
						
						... 
						
						
						
						Submitted by: Travis Vitek <vitek@roguewave.com > 
						
						
					 
					
						2001-07-24 12:31:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3866752e7e 
					 
					
						
						
							
							- New INSTALL document describing different ways to build "tunala" and  
						
						 
						
						... 
						
						
						
						possible problems.
- New file breakage.c handles (so far) missing functions.
- Get rid of some signed/unsigned/const warnings thanks to solaris-cc
- Add autoconf/automake input files, and helper scripts to populate missing
  (but auto-generated) files.
This change adds a configure.in and Makefile.am to build everything using
autoconf, automake, and libtool - and adds "gunk" scripts to generate the
various files those things need (and clean then up again after). This means
that "autogunk.sh" needs to be run first on a system with the autotools,
but the resulting directory should be "configure"able and compilable on
systems without those tools. 
						
						
					 
					
						2001-07-23 19:03:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3e3dac9f97 
					 
					
						
						
							
							Additional inline reference.  
						
						 
						
						
						
						
					 
					
						2001-07-23 12:57:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						397ba0f08a 
					 
					
						
						
							
							Add missing reference.  
						
						 
						
						
						
						
					 
					
						2001-07-23 12:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						07ad8f5d17 
					 
					
						
						
							
							Tidy up "cvs update" output a bit.  
						
						 
						
						
						
						
					 
					
						2001-07-22 23:21:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						47c3448a97 
					 
					
						
						
							
							Not all platforms have the OpenBSD crypto device.  
						
						 
						
						
						
						
					 
					
						2001-07-21 11:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4db48ec0bd 
					 
					
						
						
							
							Documentation about ephemeral key exchange  
						
						 
						
						
						
						
					 
					
						2001-07-21 11:02:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c518ade1fd 
					 
					
						
						
							
							Clean up EVP macros, rename DES EDE3 modes correctly, temporary support for  
						
						 
						
						... 
						
						
						
						OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery
is available). 
						
						
					 
					
						2001-07-21 10:24:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						acdf4afb91 
					 
					
						
						
							
							More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.  
						
						 
						
						... 
						
						
						
						His comments are:
This patch fixes the problem of modern Kerberos using "derived keys"
to encrypt the authenticator by disabling the authenticator check
for all derived keys enctypes.
I think I've got all the bugfixes that Jeffrey and I discussed rolled
into this.  There were some problems with Jeffrey's code to convert
the authenticator's Kerberos timestring into struct tm (e.g. Z, -1900;
it helps to have an actual decryptable authenticator to play with).
So I've shamelessly pushed in my code, while stealing some bits from
Jeffrey. 
						
						
					 
					
						2001-07-21 09:43:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						6d3dec92fb 
					 
					
						
						
							
							Updated explanation.  
						
						 
						
						
						
						
					 
					
						2001-07-20 19:23:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2d3b6a5be7 
					 
					
						
						
							
							Some more documentation bits.  
						
						 
						
						
						
						
					 
					
						2001-07-20 18:57:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						81d1998e09 
					 
					
						
						
							
							Currently, RSA code, when using no padding scheme, simply checks that input  
						
						 
						
						... 
						
						
						
						does not contain more bytes than the RSA modulus 'n' - it does not check
that the input is strictly *less* than 'n'. Whether this should be the
case or not is open to debate - however, due to security problems with
returning miscalculated CRT results, the 'rsa_mod_exp' implementation in
rsa_eay.c now performs a public-key exponentiation to verify the CRT result
and in the event of an error will instead recalculate and return a non-CRT
(more expensive) mod_exp calculation. As the mod_exp of 'I' is equivalent
to the mod_exp of 'I mod n', and the verify result is automatically between
0 and n-1 inclusive, the verify only matches the input if 'I' was less than
'n', otherwise even a correct CRT calculation is only congruent to 'I' (ie.
they differ by a multiple of 'n'). Rather than rejecting correct
calculations and doing redundant and slower ones instead, this changes the
equality check in the verification code to a congruence check. 
						
						
					 
					
						2001-07-20 15:16:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						6b46ca135a 
					 
					
						
						
							
							Missing line 0.9.6b release and IA-64 patch advertisement:-)  
						
						 
						
						
						
						
					 
					
						2001-07-17 14:39:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fa293e4e4b 
					 
					
						
						
							
							SSL_get_rfc were documented but not implemented.  
						
						 
						
						
						
						
					 
					
						2001-07-16 10:50:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						24cbf3efc6 
					 
					
						
						
							
							SSL_get_[rw]fd were documented but not implemented.  
						
						 
						
						
						
						
					 
					
						2001-07-15 20:11:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						534a1ed0cb 
					 
					
						
						
							
							Allow OCSP server to handle multiple requests.  
						
						 
						
						... 
						
						
						
						Document new OCSP options. 
						
						
					 
					
						2001-07-13 13:13:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ee306a1332 
					 
					
						
						
							
							Initial OCSP server support, using index.txt format.  
						
						 
						
						... 
						
						
						
						This can process internal requests or behave like a
mini responder.
Todo: documentation, update usage info. 
						
						
					 
					
						2001-07-12 20:41:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						45442167b0 
					 
					
						
						
							
							Prevent KSSL server from requesting a client certificate.  
						
						 
						
						... 
						
						
						
						Submitted by Jeffrey Altman <jaltman@columbia.edu > 
						
						
					 
					
						2001-07-12 16:17:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						131645ecce 
					 
					
						
						
							
							paddr may be NULL.  Do not crash if it is.  
						
						 
						
						
						
						
					 
					
						2001-07-12 15:54:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f1ca5f5b89 
					 
					
						
						
							
							Clarify that zlib-dynamic is the default choice.  
						
						 
						
						
						
						
					 
					
						2001-07-12 09:19:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e452de9d87 
					 
					
						
						
							
							Add the possibility to specify the use of zlib compression and  
						
						 
						
						... 
						
						
						
						decompression.  It can be set up to link at link time or to load the
zlib library at run-time. 
						
						
					 
					
						2001-07-12 09:11:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a0256f462a 
					 
					
						
						
							
							Clarify actual state.  
						
						 
						
						
						
						
					 
					
						2001-07-12 08:53:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82d5d46c14 
					 
					
						
						
							
							Some of the Kerberos code had dissapeared.  Reapply.  
						
						 
						
						
						
						
					 
					
						2001-07-12 08:51:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0665dd6852 
					 
					
						
						
							
							Document the recent Kerberos SSL changes.  
						
						 
						
						
						
						
					 
					
						2001-07-12 04:23:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						98fc09b18a 
					 
					
						
						
							
							Delete extra ;  
						
						 
						
						
						
						
					 
					
						2001-07-11 22:54:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						192ebef8cf 
					 
					
						
						
							
							In ocsp_match_issuerid() we are passed the CA that signed the responder  
						
						 
						
						... 
						
						
						
						certificate so need to match its subject with the certificate IDs in the
response. 
						
						
					 
					
						2001-07-11 22:42:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b01ab14338 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						Note that since some private kssl functions were exported, the
simplest way to rebuild the number table was to toss everything that
was new since OpenSSL 0.9.6b.  This is safe, since those functions
have not yet been exported in an OpenSSL release.  Beware, people who
trust intermediary snapshots! 
						
						
					 
					
						2001-07-11 21:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2a96235bf7 
					 
					
						
						
							
							Include kssl_lcl.h where needed.  
						
						 
						
						
						
						
					 
					
						2001-07-11 21:11:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cf9bf00f4 
					 
					
						
						
							
							Private functions do not belong in an exported header file, so move  
						
						 
						
						... 
						
						
						
						them to one that won't get exported. 
						
						
					 
					
						2001-07-11 21:09:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5224c3420 
					 
					
						
						
							
							Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>  
						
						 
						
						... 
						
						
						
						His comments are:
 . adds use of replay cache to protect against replay attacks
 . adds functions kssl_tgt_is_available() and
   kssl_keytab_is_available() which are used within s3_lib.c
   and ssl_lib.c to determine at runtime whether or not
   KRB5 ciphers can be supported during the current session. 
						
						
					 
					
						2001-07-11 19:03:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						af436bc158 
					 
					
						
						
							
							openssl speed is quite useful for testing hardware support (among other  
						
						 
						
						... 
						
						
						
						things), especially as the RSA keys are fixed. However, DSA only fixes the
DSA parameters and then generates the public and private components on the
fly each time - this commit hard-codes some sampled key values so that this
is no longer the case. 
						
						
					 
					
						2001-07-11 18:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ab603c6987 
					 
					
						
						
							
							Code to avoid the use of non-standard strptime().  By  
						
						 
						
						... 
						
						
						
						Jeffrey Altman <jaltman@columbia.edu >
(Really, the time that's being parsed is a GeneralizedTime, so if
ASN1_GENERALIZEDTIME_get() ever gets implemented, it should be used
instead) 
						
						
					 
					
						2001-07-11 16:13:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9c11a0e541 
					 
					
						
						
							
							Typo...  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:49:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8de83bf876 
					 
					
						
						
							
							Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>  
						
						 
						
						... 
						
						
						
						His comments are:
 . Fixed all of the Windows dynamic loading functions, prototypes, etc.
 . Corrected all of the unsigned/signed comparison warnings
 . Replaced the references to krb5_cksumarray[] for two reasons.
   First, it was an internal variable that should not have been
   referenced outside the library; nor could it have been with
   a shared library with restricted exports.  Second, the
   variable is no longer used in current Kerberos implementations.
   I replaced the code with equivalent functionality using functions
   that are exported from the library. 
						
						
					 
					
						2001-07-11 15:31:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						679df234b7 
					 
					
						
						
							
							What is an '-engine' version?  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:31:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26eaab0990 
					 
					
						
						
							
							The implementation of the TKTBODY ASN.1 functions was missing.  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:29:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7be96d7c9f 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:16:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d11493934c 
					 
					
						
						
							
							Make sure crypto/krb5/krb5_asn.h is copied to the directory of  
						
						 
						
						... 
						
						
						
						exported header files. 
						
						
					 
					
						2001-07-11 15:15:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c62da732a4 
					 
					
						
						
							
							Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:14:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a1a63a4239 
					 
					
						
						
							
							Clarify! (based on recent mailing-list discussions)  
						
						 
						
						
						
						
					 
					
						2001-07-11 15:10:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						103a434386 
					 
					
						
						
							
							One forgotten function.  
						
						 
						
						
						
						
					 
					
						2001-07-11 07:10:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						567671e291 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-07-10 21:00:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d8a750ee7f 
					 
					
						
						
							
							EVP_Digest() takes one more parameter.  
						
						 
						
						
						
						
					 
					
						2001-07-10 20:58:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9c10b2c8d3 
					 
					
						
						
							
							For consistency with the terminology used in my SAC2001 paper, avoid  
						
						 
						
						... 
						
						
						
						the term "simultaneous multiplication" (which -- acording to the
paper, at least -- applies only to certain methods which we don't use
here) 
						
						
					 
					
						2001-07-10 11:41:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						56a106115f 
					 
					
						
						
							
							comment change  
						
						 
						
						
						
						
					 
					
						2001-07-10 11:28:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e9ad0d2c31 
					 
					
						
						
							
							Fix PRNG.  
						
						 
						
						
						
						
					 
					
						2001-07-10 10:49:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						97639f0d73 
					 
					
						
						
							
							In version numbers, there is just one "M" nybble.  
						
						 
						
						
						
						
					 
					
						2001-07-10 10:04:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e3a4f8b84c 
					 
					
						
						
							
							Precomputation will not necessarily be LIm-Lee precomputation.  
						
						 
						
						
						
						
					 
					
						2001-07-10 10:04:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7e99812432 
					 
					
						
						
							
							If I define _XOPEN_SOURCE before including *any* system header file,  
						
						 
						
						... 
						
						
						
						things will work much more smoothly. 
						
						
					 
					
						2001-07-09 21:51:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2a1ef75435 
					 
					
						
						
							
							Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in  
						
						 
						
						... 
						
						
						
						SSL according to RFC 2712.  His comment is:
This is a patch to openssl-SNAP-20010702 to support Kerberized SSL
authentication.  I'm expecting to have the full kssl-0.5 kit up on
sourceforge by the end of the week.  The full kit includes patches
for mod-ssl, apache, and a few text clients.  The sourceforge URL
is http://sourceforge.net/projects/kssl/  .
Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ
message with a real KerberosWrapper struct.  I think this is fully
RFC 2712 compliant now, including support for the optional
authenticator field.  I also added openssl-style ASN.1 macros for
a few Kerberos structs; see crypto/krb5/ if you're interested. 
						
						
					 
					
						2001-07-09 21:46:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						c148d70978 
					 
					
						
						
							
							A better compromise between encrypt and decrypt (but why isn't it as fast  
						
						 
						
						... 
						
						
						
						for encrypt?). 
						
						
					 
					
						2001-07-09 21:00:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						7b6055d1af 
					 
					
						
						
							
							Handle the common case first (where input size is a multiple of block size).  
						
						 
						
						... 
						
						
						
						Worth around 5% for encrypt. Slows down decrypt slightly, but I expect to
regain that later. 
						
						
					 
					
						2001-07-08 19:42:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f31b12503e 
					 
					
						
						
							
							Use & instead of % - worth about 4% for 8 byte blocks.  
						
						 
						
						
						
						
					 
					
						2001-07-08 17:27:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						f82197ad75 
					 
					
						
						
							
							Don't update argc, argv for decrypt flag!  
						
						 
						
						
						
						
					 
					
						2001-07-08 12:58:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						3f37e73bae 
					 
					
						
						
							
							Speed test decrypt EVP operations.  
						
						 
						
						
						
						
					 
					
						2001-07-08 12:14:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						0774f470d9 
					 
					
						
						
							
							Correct const-ness.  
						
						 
						
						
						
						
					 
					
						2001-07-08 11:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						d7a9e91688 
					 
					
						
						
							
							Remove unnecessary casts.  
						
						 
						
						
						
						
					 
					
						2001-07-06 22:06:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						601cb9be20 
					 
					
						
						
							
							Constification.  
						
						 
						
						
						
						
					 
					
						2001-07-06 21:35:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f3229ee19a 
					 
					
						
						
							
							Use one address consistently.  
						
						 
						
						
						
						
					 
					
						2001-07-05 10:20:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						219a3580b7 
					 
					
						
						
							
							Change info to correct values.  
						
						 
						
						
						
						
					 
					
						2001-07-05 10:19:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d63c6bd397 
					 
					
						
						
							
							Align with 0.9.6-stable CHANGES file, and make some corrections.  
						
						 
						
						
						
						
					 
					
						2001-07-04 20:56:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fdb61e583a 
					 
					
						
						
							
							Engine memory leaks have been fixed by now.  
						
						 
						
						
						
						
					 
					
						2001-07-04 20:56:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b8e2f83ae6 
					 
					
						
						
							
							Call ENGINE_cleanup() to avoid memory leak.  
						
						 
						
						
						
						
					 
					
						2001-07-04 20:55:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						93dbd83570 
					 
					
						
						
							
							Entry for Andy's mips3.s fix.  
						
						 
						
						
						
						
					 
					
						2001-07-04 20:17:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						5be022712a 
					 
					
						
						
							
							Update nCipher header with more liberal licence.  
						
						 
						
						
						
						
					 
					
						2001-07-04 12:26:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						43f9391bcc 
					 
					
						
						
							
							When only the key is given to "enc", the IV is undefined  
						
						 
						
						... 
						
						
						
						(found by Andy Brown <logic@warthog.com >). 
						
						
					 
					
						2001-07-03 10:31:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c1c971654b 
					 
					
						
						
							
							Make an extra note about shared libraries and backward compatibility.  
						
						 
						
						
						
						
					 
					
						2001-07-03 01:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72b1072fbd 
					 
					
						
						
							
							Let's include cryptlib.h *before* things like NO_SYSLOG are tested or  
						
						 
						
						... 
						
						
						
						used. 
						
						
					 
					
						2001-07-02 20:43:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3bfd99bfbb 
					 
					
						
						
							
							[Forgotten commits?]  
						
						 
						
						... 
						
						
						
						Changes to have OpenSSL compile on OS/2.
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au > 
						
						
					 
					
						2001-07-02 20:41:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						a169e82065 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2001-07-02 12:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c80410c50c 
					 
					
						
						
							
							Insuline shot  
						
						 
						
						
						
						
					 
					
						2001-07-01 23:15:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dc01b6b1f2 
					 
					
						
						
							
							Changes to have OpenSSL compile on OS/2.  
						
						 
						
						... 
						
						
						
						Contributed by "Brian Havard" <brianh@kheldar.apana.org.au > 
						
						
					 
					
						2001-07-01 22:39:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b7a26e6daf 
					 
					
						
						
							
							Modify apps to use NCONF code instead of old CONF code.  
						
						 
						
						... 
						
						
						
						Add new extension functions which work with NCONF.
Tidy up extension config routines and remove redundant code.
Fix NCONF_get_number().
Todo: more testing of apps to see they still work... 
						
						
					 
					
						2001-06-28 11:41:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ce16450a89 
					 
					
						
						
							
							Make better use of load_cert, load_certs and load_key.  
						
						 
						
						
						
						
					 
					
						2001-06-27 09:12:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d2e51c199 
					 
					
						
						
							
							Another empty X509_NAME fix.  
						
						 
						
						
						
						
					 
					
						2001-06-26 12:39:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1e325f6149 
					 
					
						
						
							
							Handle empty X509_NAME in printing routines.  
						
						 
						
						
						
						
					 
					
						2001-06-26 12:04:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c458a33196 
					 
					
						
						
							
							DSA verification should insist that r and s are in the allowed range.  
						
						 
						
						
						
						
					 
					
						2001-06-26 09:48:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7953b8ff1b 
					 
					
						
						
							
							Make better use of load_cert, load_certs and load_key.  
						
						 
						
						
						
						
					 
					
						2001-06-25 14:23:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b1460627f3 
					 
					
						
						
							
							Make get_ip() a bit more strict in it's parsing of IP addresses, and  
						
						 
						
						... 
						
						
						
						at the same time a bit more accepting with host names. 
						
						
					 
					
						2001-06-25 14:12:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5abc8ae6f9 
					 
					
						
						
							
							Make better use of load_cert, load_certs and load_key.  
						
						 
						
						
						
						
					 
					
						2001-06-25 14:00:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6a184a6098 
					 
					
						
						
							
							Translate into valid C (don't call functions with wrong prototypes).  
						
						 
						
						
						
						
					 
					
						2001-06-25 10:09:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d5e97f560 
					 
					
						
						
							
							Call apps_shutdown() to take down what apps_startup() set up.  
						
						 
						
						
						
						
					 
					
						2001-06-25 08:35:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						54c7559a7e 
					 
					
						
						
							
							Make sure we don't return 0 on error.  
						
						 
						
						
						
						
					 
					
						2001-06-24 07:00:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0c9de428ae 
					 
					
						
						
							
							In {RSA,DSA,DH}_new_method(x) need to increase the reference  
						
						 
						
						... 
						
						
						
						count of the ENGINE is x is not NULL since it will be freed
in {RSA,DSA,DH}_free(). 
						
						
					 
					
						2001-06-23 23:07:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f13def508c 
					 
					
						
						
							
							Use the new UI features, among others the new boolean input.  
						
						 
						
						... 
						
						
						
						NOTE: Boolean input hasn't been very well tested yet, so this part may
fail miserably. 
						
						
					 
					
						2001-06-23 16:46:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1ae6ddac91 
					 
					
						
						
							
							Including stdio.h before setting _XOPEN_SOURCE and  
						
						 
						
						... 
						
						
						
						_XOPEN_SOURCE_EXTENDED wasn't very smart... 
						
						
					 
					
						2001-06-23 16:44:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55dcfa421c 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-06-23 16:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c04f8cf44a 
					 
					
						
						
							
							Use apps_shutdown() in all applications, in case someone decides not  
						
						 
						
						... 
						
						
						
						to go the monolith way (does anyone do that these days?).
NOTE: a few applications are missing in this commit.  I've a few more
changes in them that I haven't tested yet. 
						
						
					 
					
						2001-06-23 16:37:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						870d986131 
					 
					
						
						
							
							apps_startup() needs a corresponding apps_shutdown().  
						
						 
						
						
						
						
					 
					
						2001-06-23 16:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4f272c17f5 
					 
					
						
						
							
							Make use of new features in UI's.  Among others, the application  
						
						 
						
						... 
						
						
						
						password callbak doesn't need to check for sizes any more. 
						
						
					 
					
						2001-06-23 16:30:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd3e027faa 
					 
					
						
						
							
							Oops, applies to 0.9.7 only.  
						
						 
						
						
						
						
					 
					
						2001-06-23 16:28:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						235dd0a22a 
					 
					
						
						
							
							Document recent changes.  
						
						 
						
						
						
						
					 
					
						2001-06-23 16:27:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b589977b9e 
					 
					
						
						
							
							Do not loop i the OpenSSL UI method any more.  Instead, letthe  
						
						 
						
						... 
						
						
						
						application do that.
NOTE: there's no requirement for other UI_METHODs to avoid this kind
of loop.  For example, a GUI UI_METHOD would probably check the
lengths of the answers from within instead of being constantly
redisplayed for everything that is wrong. 
						
						
					 
					
						2001-06-23 16:25:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						291e4a6ebe 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-06-23 16:23:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d2ed9dffd 
					 
					
						
						
							
							Implement boolean (yes/no or OK/Cancel, ...) input.  
						
						 
						
						... 
						
						
						
						Implement UI controls.  Current controls are the possibility to output
the OpenSSL error stack on the same channel from within UI_process()
and to check if the same user interface can be redone without being
rebuilt (this is often more a question of philosophy than
technicalities). 
						
						
					 
					
						2001-06-23 16:22:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8ada6e7705 
					 
					
						
						
							
							New error printing function that gives the possibility to print the  
						
						 
						
						... 
						
						
						
						errors through an arbitrary function. 
						
						
					 
					
						2001-06-23 15:06:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f657f342a 
					 
					
						
						
							
							Include the UI error strings.  
						
						 
						
						
						
						
					 
					
						2001-06-23 15:04:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20e8f0ee27 
					 
					
						
						
							
							For the UI functions that return an int, 0 or any positive number is a  
						
						 
						
						... 
						
						
						
						success return, any negative number is a failure.  Make sure we check
the return value with that in mind. 
						
						
					 
					
						2001-06-23 14:51:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						429266b7e4 
					 
					
						
						
							
							Fix hwcrhk_insert_card.  
						
						 
						
						
						
						
					 
					
						2001-06-23 12:50:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c7bc88d78 
					 
					
						
						
							
							Fix UI leak in apps.  
						
						 
						
						
						
						
					 
					
						2001-06-23 12:48:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						54f7ebe789 
					 
					
						
						
							
							In UI_dup_*() function, use the duped string, not the original.  
						
						 
						
						
						
						
					 
					
						2001-06-23 11:51:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dd499e74de 
					 
					
						
						
							
							Update my config entry to allow use of DSOs.  
						
						 
						
						
						
						
					 
					
						2001-06-23 11:49:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						19a6e8b32c 
					 
					
						
						
							
							This fixes "Spurious test failures on IRIX?" reported in April. Apparently  
						
						 
						
						... 
						
						
						
						I was wrong in conclusions about when addition starts overflowing in combaX
routines. 
						
						
					 
					
						2001-06-22 19:17:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ed5538dc2b 
					 
					
						
						
							
							Fix memory leak when RAND is used: need to cleanup  
						
						 
						
						... 
						
						
						
						RANDs ENGINE reference in ENGINE_cleanup(). 
						
						
					 
					
						2001-06-21 12:19:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b8ffcf49ed 
					 
					
						
						
							
							Update my status.  
						
						 
						
						
						
						
					 
					
						2001-06-20 15:11:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eb929eef14 
					 
					
						
						
							
							Since there is a way to create UI_METHODs, implement a destructor as  
						
						 
						
						... 
						
						
						
						well.
This probably requires reference counters and locks as well.  To be
implemented later. 
						
						
					 
					
						2001-06-20 15:00:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2cd3ad9bdd 
					 
					
						
						
							
							Modify "openssl engine" to handle and display internal control  
						
						 
						
						... 
						
						
						
						commands appropriately. 
						
						
					 
					
						2001-06-20 06:35:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						323f289c48 
					 
					
						
						
							
							Change all calls to low level digest routines in the library and  
						
						 
						
						... 
						
						
						
						applications to use EVP. Add missing calls to HMAC_cleanup() and
don't assume HMAC_CTX can be copied using memcpy().
Note: this is almost identical to the patch submitted to openssl-dev
by Verdon Walker <VWalker@novell.com > except some redundant
EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
made to avoid compiler warnings. 
						
						
					 
					
						2001-06-19 22:30:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a45e4a5537 
					 
					
						
						
							
							Fix memory leaks.  
						
						 
						
						
						
						
					 
					
						2001-06-19 17:13:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b7fe2f9675 
					 
					
						
						
							
							cp is only used when DSA is built.  
						
						 
						
						
						
						
					 
					
						2001-06-19 16:40:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6dcd1c9109 
					 
					
						
						
							
							Do a proof of concept.  "openssl genrsa" will make the name of the  
						
						 
						
						... 
						
						
						
						file part of the password prompt unless it's standard input...
More will be added... 
						
						
					 
					
						2001-06-19 16:34:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2fe5adc36c 
					 
					
						
						
							
							Change the common application routines to use a UI_METHOD for password  
						
						 
						
						... 
						
						
						
						prompting, even when done through the callback. 
						
						
					 
					
						2001-06-19 16:26:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						839590f576 
					 
					
						
						
							
							- Add the possibility to control engines through control names but  
						
						 
						
						... 
						
						
						
						with arbitrary arguments instead of just a string.
- Change the key loaders to take a UI_METHOD instead of a callback
  function pointer.  NOTE: this breaks binary compatibility with
  earlier versions of OpenSSL [engine].
- Addapt the nCipher code for these new conditions and add a card
  insertion callback. 
						
						
					 
					
						2001-06-19 16:12:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e0a8d1f94e 
					 
					
						
						
							
							The default flag should be for default passwords only.  Otherwise,  
						
						 
						
						... 
						
						
						
						someone having a default that is not a password will be confused. 
						
						
					 
					
						2001-06-19 15:54:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ad0f6812f 
					 
					
						
						
							
							Enhance the user interface with better support for dialog box  
						
						 
						
						... 
						
						
						
						prompting, application-defined prompts, the possibility to use
defaults (for example default passwords from somewhere else) and
interrupts/cancelations. 
						
						
					 
					
						2001-06-19 15:52:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a3376fe8fc 
					 
					
						
						
							
							make apps compile again  
						
						 
						
						
						
						
					 
					
						2001-06-19 00:23:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3cc1f498a1 
					 
					
						
						
							
							Don't set pointer if add_lock_callback used.  
						
						 
						
						
						
						
					 
					
						2001-06-19 00:04:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c6c0035ea5 
					 
					
						
						
							
							One feature wasn't quite commited yet  
						
						 
						
						
						
						
					 
					
						2001-06-18 06:30:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						531d630b5c 
					 
					
						
						
							
							Provide an application-common setup function for engines and use it  
						
						 
						
						... 
						
						
						
						everywhere. 
						
						
					 
					
						2001-06-18 06:22:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						853b1eb424 
					 
					
						
						
							
							Fix a memory leak (there's another around here somewhere, though).  
						
						 
						
						... 
						
						
						
						PR: 
						
						
					 
					
						2001-06-17 14:42:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						09a2615fb2 
					 
					
						
						
							
							Delete a redundant line.  
						
						 
						
						
						
						
					 
					
						2001-06-16 21:51:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						285b42756a 
					 
					
						
						
							
							pay attention to blocksize before attempting decryption  
						
						 
						
						
						
						
					 
					
						2001-06-15 18:05:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						508f15cdab 
					 
					
						
						
							
							For MSDOS, the tty filename still is "con", not "/dev/tty" ...  
						
						 
						
						
						
						
					 
					
						2001-06-11 15:21:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						52c0d30078 
					 
					
						
						
							
							Get rid of "possible WAW dependency" warnings.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-06-11 12:47:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						10997ee8ab 
					 
					
						
						
							
							even use of default engines leaks memory  
						
						 
						
						
						
						
					 
					
						2001-06-11 09:55:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8a774dc9a6 
					 
					
						
						
							
							Add directory name to the entry on /crypto/ui/.  
						
						 
						
						
						
						
					 
					
						2001-06-11 09:55:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						200bc9e3e8 
					 
					
						
						
							
							Earlier OpenSSL versions printed prompts to stderr.  
						
						 
						
						... 
						
						
						
						In the new crypto/ui/, this was changed into tty (which is usually
/dev/tty), i.e. the FILE * used for reading passwords from the user.
However stdio buffering for read/write streams is not without pitfalls
(passwords would be echoed on some systems).
To avoid problems, split tty into tty_in and tty_out (which are
opened separately). 
						
						
					 
					
						2001-06-11 09:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						7dd0ee0495 
					 
					
						
						
							
							Make update  
						
						 
						
						
						
						
					 
					
						2001-06-11 00:48:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76569fc662 
					 
					
						
						
							
							Initialize UI ex_data.  
						
						 
						
						
						
						
					 
					
						2001-06-11 00:45:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2a253e0dd 
					 
					
						
						
							
							Add support for MS CSP Name PKCS#12 attribute.  
						
						 
						
						
						
						
					 
					
						2001-06-11 00:43:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0ad0eaf61c 
					 
					
						
						
							
							more error codes fixed  
						
						 
						
						
						
						
					 
					
						2001-06-08 14:16:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						47b0f48dd9 
					 
					
						
						
							
							ERR_peek_error() returns "unsigned long".  
						
						 
						
						
						
						
					 
					
						2001-06-07 17:20:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						44e48abc44 
					 
					
						
						
							
							Use memmove() instead of memcpy() on areas that may overlap.  
						
						 
						
						... 
						
						
						
						Spotted by Nalin Dahyabhai <nalin@redhat.com > 
						
						
					 
					
						2001-06-07 04:42:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f420de027f 
					 
					
						
						
							
							Don't forget to initialise.  
						
						 
						
						
						
						
					 
					
						2001-06-06 23:12:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ecf186065c 
					 
					
						
						
							
							OAEP fix  
						
						 
						
						
						
						
					 
					
						2001-06-06 21:44:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						20e021bf41 
					 
					
						
						
							
							when checking OAEP, signal just a single kind of 'decoding error'  
						
						 
						
						
						
						
					 
					
						2001-06-06 18:48:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8ca2ae775d 
					 
					
						
						
							
							move check to avoid memory leak.  
						
						 
						
						
						
						
					 
					
						2001-06-06 17:23:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ee8aa8217a 
					 
					
						
						
							
							make sure we don't write to seed[-1]  
						
						 
						
						
						
						
					 
					
						2001-06-06 17:17:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2b49dd1e8f 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-06-05 20:32:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						30a54b9085 
					 
					
						
						
							
							Defining __USE_XOPEN_EXTENDED was the wrong thing.  Instead, define  
						
						 
						
						... 
						
						
						
						_XOPEN_SOURCE. 
						
						
					 
					
						2001-06-05 20:29:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1e7e62f8cd 
					 
					
						
						
							
							A good use of the UI interface is as a password callback replacement  
						
						 
						
						... 
						
						
						
						(for new functions...).  One might still want to be able to pass down
a user-data pointer to be used by the UI.  However, ex_data doesn't
quite cut it, since that means the appropriate index to it might need
to be shared between parts that aren't really related in that sense,
and would require the currently hidden (static) index holders to be
uncovered.  Not a good thing.  Therefore, add the possibility to add a
user-data pointer to a UI. 
						
						
					 
					
						2001-06-05 19:05:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5352823fbf 
					 
					
						
						
							
							Small detail about AIX forgotten...  
						
						 
						
						
						
						
					 
					
						2001-06-05 04:41:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20251f01ea 
					 
					
						
						
							
							Accept digits in symbol names.  Spotted by Brian Havard <brianh@kheldar.apana.org.au>  
						
						 
						
						
						
						
					 
					
						2001-06-04 16:34:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						528f6b81db 
					 
					
						
						
							
							More info on SRP.  
						
						 
						
						
						
						
					 
					
						2001-06-04 16:23:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						27bfba299e 
					 
					
						
						
							
							Added more info in SRP.  
						
						 
						
						
						
						
					 
					
						2001-06-04 06:51:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1690863acc 
					 
					
						
						
							
							Confusion between algorithms resolved.  
						
						 
						
						
						
						
					 
					
						2001-06-01 15:30:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						397211323c 
					 
					
						
						
							
							nCipher callbacks shall return 0 on success, something else otherwise.  
						
						 
						
						
						
						
					 
					
						2001-06-01 15:29:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a87f50fb5a 
					 
					
						
						
							
							Stop mishandling the type number in dynlock locking  
						
						 
						
						
						
						
					 
					
						2001-06-01 15:21:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						31bc51c8cf 
					 
					
						
						
							
							Fix Bleichenbacher PKCS  #1  1.5 countermeasure.  
						
						 
						
						... 
						
						
						
						(The attack against SSL 3.1 and TLS 1.0 is impractical anyway,
otherwise this would be a security relevant patch.) 
						
						
					 
					
						2001-06-01 09:41:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						be487c429e 
					 
					
						
						
							
							increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)  
						
						 
						
						
						
						
					 
					
						2001-06-01 08:38:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						80340f1fe9 
					 
					
						
						
							
							Don't decrement the reference counter twice when destroying dynamic  
						
						 
						
						... 
						
						
						
						links. 
						
						
					 
					
						2001-05-31 22:25:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d918f85146 
					 
					
						
						
							
							Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy up  
						
						 
						
						... 
						
						
						
						a bit of weird code in sk_new. 
						
						
					 
					
						2001-05-31 19:01:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						a95541d61e 
					 
					
						
						
							
							Get rid of RAW dependency warnings.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-05-30 22:01:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						30b4c2724e 
					 
					
						
						
							
							Extend all the loading functions to take an engine pointer, a pass  
						
						 
						
						... 
						
						
						
						string (some engines may have certificates protected by a PIN!) and
a description to put into error messages.
Also, have our own password callback that we can send both a password
and some prompt info to.  The default password callback in EVP assumes
that the passed parameter is a password, which isn't always the right
thing, and the ENGINE code (at least the nCipher one) makes other
assumptions...
Also, in spite of having the functions to load keys, some utilities
did the loading all by themselves...  That's changed too. 
						
						
					 
					
						2001-05-30 15:29:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2adc929367 
					 
					
						
						
							
							A wish was expressed.  
						
						 
						
						
						
						
					 
					
						2001-05-30 14:59:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7e97837274 
					 
					
						
						
							
							Don't forget responsible person so that its clear who is to blame.  
						
						 
						
						
						
						
					 
					
						2001-05-29 13:52:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						4cb73bf8e4 
					 
					
						
						
							
							Assembler support for IA-64. See the source code commentary for further  
						
						 
						
						... 
						
						
						
						details (performance numbers and accompanying discussions:-). Note that
the code is not engaged in ./Configure yet. I'll add it later this week
along with updates for .spec file.
Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-05-28 20:02:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						79bb8d0077 
					 
					
						
						
							
							Document the latest change in ENGINEs.  
						
						 
						
						
						
						
					 
					
						2001-05-26 16:58:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6c1a3e4f58 
					 
					
						
						
							
							We had the password callback for ENGINEs pretty much wrong.  And  
						
						 
						
						... 
						
						
						
						passwords that were given to the key loading functions were completely
ignored, at least in the ncipher code, and then we made the assumption
that the callback wanted a prompt as user argument.
All that is now changed, and the application author is forced to give
a callback function of type pem_callback_cb and possibly an argument
for it, just as for all other functions that want to generate password
prompting.
NOTE: this change creates binary and source incompatibilities with
previous versions of OpenSSL [engine].  It's worth it this time, to
get it right (or at least better and with a chance that it'll work). 
						
						
					 
					
						2001-05-25 21:08:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						76c919c1a3 
					 
					
						
						
							
							Add missing variable length cipher flag for Blowfish.  
						
						 
						
						... 
						
						
						
						Only use trust settings if either trust or reject settings
are present, otherwise use compatibility mode. This stops
root CAs being rejected if they have alias of keyid set. 
						
						
					 
					
						2001-05-24 22:58:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						98405f240b 
					 
					
						
						
							
							VMS doesn't support more than on period in a file name  
						
						 
						
						
						
						
					 
					
						2001-05-22 12:47:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						181355616e 
					 
					
						
						
							
							Add examples to EVP_EncryptInit manual page.  
						
						 
						
						
						
						
					 
					
						2001-05-17 13:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b49a5b2dc0 
					 
					
						
						
							
							Fix for new UI functions under Win32.  
						
						 
						
						... 
						
						
						
						For some unknown reason fopen("con", "w") is the
only way to make this work. Using "r+" and "w+"
causes the fopen call to fail and the fallback
(using stdin) doesn't work because writing to stdin
fails. 
						
						
					 
					
						2001-05-17 11:47:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						713f226114 
					 
					
						
						
							
							Add a requirements section for OpenVMS.  
						
						 
						
						
						
						
					 
					
						2001-05-17 04:21:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d57d85ff35 
					 
					
						
						
							
							Add a few more details on what one might need.  make and a development  
						
						 
						
						... 
						
						
						
						environment were a part of a Unix operating systems, but these days
you see an increasing number of installations that do not necessarely
have these crucial parts by default, so it's needs mentioning. 
						
						
					 
					
						2001-05-17 04:16:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						74daa124c2 
					 
					
						
						
							
							Add missing item(s) SSL_ERROR_WANT_CONNECT, SSL_ERROR_WANT_ACCEPT.  
						
						 
						
						
						
						
					 
					
						2001-05-16 09:43:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b8e35bd66e 
					 
					
						
						
							
							New internal function OPENSSL_gmtime, which is intended to do the same  
						
						 
						
						... 
						
						
						
						as gmtime_r() on the systems where that is defined. 
						
						
					 
					
						2001-05-16 08:44:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e8734731d3 
					 
					
						
						
							
							Increase ENTROPY_NEEDED to support Rijndael's larger key size.  
						
						 
						
						
						
						
					 
					
						2001-05-15 16:02:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9e0fcabeca 
					 
					
						
						
							
							Do not forget to increment the pointers...  
						
						 
						
						
						
						
					 
					
						2001-05-15 15:49:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6482dec1bb 
					 
					
						
						
							
							Low-case the names of the system routines, since some versions of  
						
						 
						
						... 
						
						
						
						DEC C only have them declared that way (it doesn't really matter,
since the linker is case-insensitive by default) 
						
						
					 
					
						2001-05-15 05:15:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						81b5eeed6a 
					 
					
						
						
							
							branch on equal is beql, not beq...  
						
						 
						
						
						
						
					 
					
						2001-05-14 22:10:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						365359dd79 
					 
					
						
						
							
							Make sure strdup() is properly declared.  
						
						 
						
						
						
						
					 
					
						2001-05-14 12:23:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2757be06de 
					 
					
						
						
							
							Make sure memset() is properly declared.  
						
						 
						
						
						
						
					 
					
						2001-05-14 12:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d0afe49d3e 
					 
					
						
						
							
							ui was forgotten when installing libcrypto and it's headers.  
						
						 
						
						
						
						
					 
					
						2001-05-14 12:22:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						81b31b7087 
					 
					
						
						
							
							ui_compat.h was forgotten in the "symlinking" routine.  
						
						 
						
						
						
						
					 
					
						2001-05-14 12:21:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2643b122fc 
					 
					
						
						
							
							Remove the password reading objects from LIB_DES.  
						
						 
						
						
						
						
					 
					
						2001-05-14 11:59:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88db657ac2 
					 
					
						
						
							
							Make more short aliases for symbols that are longer than 31  
						
						 
						
						... 
						
						
						
						characters. 
						
						
					 
					
						2001-05-14 11:58:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1f0af2c073 
					 
					
						
						
							
							len is a size_t, which is an unsigned integer.  Therefore, some  
						
						 
						
						... 
						
						
						
						compilers will complain against the check for less than zero. 
						
						
					 
					
						2001-05-14 11:56:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2ed2d1515e 
					 
					
						
						
							
							Use ui_compat.h to get the password reading functions.  
						
						 
						
						
						
						
					 
					
						2001-05-14 11:54:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb5b16a36c 
					 
					
						
						
							
							Make it so the compiler doesn't inform me about the dollars in some  
						
						 
						
						... 
						
						
						
						symbols. 
						
						
					 
					
						2001-05-14 11:53:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						5892855c5f 
					 
					
						
						
							
							Typos.  
						
						 
						
						
						
						
					 
					
						2001-05-14 09:52:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a6e859e9ec 
					 
					
						
						
							
							One more point to clarify, pointed out by "Greg Stark" <ghstark@pobox.com>  
						
						 
						
						
						
						
					 
					
						2001-05-14 09:02:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						99c65cef0f 
					 
					
						
						
							
							It seems like the removal of "extern" before "static" wasn't a  
						
						 
						
						... 
						
						
						
						mistake. 
						
						
					 
					
						2001-05-13 17:55:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						496da8b918 
					 
					
						
						
							
							Document the addition.  
						
						 
						
						
						
						
					 
					
						2001-05-13 10:37:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						739862384c 
					 
					
						
						
							
							A randomizer for OpenVMS, using the statistics that are easily  
						
						 
						
						... 
						
						
						
						reachable.
It's completely untested for now.  To be done in the next few days. 
						
						
					 
					
						2001-05-13 10:34:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a647c2b8b 
					 
					
						
						
							
							Define `ok' and better error detection.  
						
						 
						
						
						
						
					 
					
						2001-05-13 05:34:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						429e4f0de8 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-05-13 05:16:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2d10c7156c 
					 
					
						
						
							
							Win16 too :-).  
						
						 
						
						
						
						
					 
					
						2001-05-13 05:01:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						299053becd 
					 
					
						
						
							
							des_read_password() and des_read_2passwords() can only appear if DES  
						
						 
						
						... 
						
						
						
						is compiled. 
						
						
					 
					
						2001-05-13 04:59:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1449bda052 
					 
					
						
						
							
							When doing rewrites on ssleay.num, the file was prematurely closed.  
						
						 
						
						... 
						
						
						
						Make rewrites the default, since it works, and people get confused if
changed information doesn't get rewritten automagically. 
						
						
					 
					
						2001-05-13 04:48:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56bb1a7c83 
					 
					
						
						
							
							Move the password reading functions completely away from the DES  
						
						 
						
						... 
						
						
						
						section.
Add ui_compat.h for inclusion by those who want the old functions and
provide all of them, not just the higher-level ones, in ui_compat.c. 
						
						
					 
					
						2001-05-13 04:40:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						96aaf806d8 
					 
					
						
						
							
							Put back a removed "extern", or many compilers will complain about  
						
						 
						
						... 
						
						
						
						redefined variables. 
						
						
					 
					
						2001-05-13 04:34:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d70e5100c0 
					 
					
						
						
							
							#if 0 out deleted (?) functions to stop Win32 DLL  
						
						 
						
						... 
						
						
						
						build falling over. 
						
						
					 
					
						2001-05-13 00:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4831e626aa 
					 
					
						
						
							
							Change Win32 to use EXPORT_VAR_AS_FN.  
						
						 
						
						... 
						
						
						
						Fix OPENSSL_IMPLEMENT_GLOBAL.
Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl
make update. 
						
						
					 
					
						2001-05-12 23:57:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						33ab4699ba 
					 
					
						
						
							
							Clarify behaviour with respect to SSL/TLS records.  
						
						 
						
						
						
						
					 
					
						2001-05-12 09:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						595cc5b4b8 
					 
					
						
						
							
							Under VC++ _DLL is set to indicate that the application  
						
						 
						
						... 
						
						
						
						will be linked against the DLL runtime library. It is
automatically set when /MD is used.
As a result OpenSSL shouldn't use _DLL to determine if
it should set OPENSSL_OPT_WINDLL because this will
cause linkage conflicts with static builds which do
include the /MD compiler switch. 
						
						
					 
					
						2001-05-12 00:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29fb08c2de 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2001-05-12 00:09:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7babdf2029 
					 
					
						
						
							
							e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...  
						
						 
						
						... 
						
						
						
						(basically: whooops :-)) 
						
						
					 
					
						2001-05-11 11:20:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						4b3270f78e 
					 
					
						
						
							
							Clarify behaviour of SSL_write() by mentioning SSL_MODE_ENABLE_PARTIAL_WRITE  
						
						 
						
						... 
						
						
						
						flag as discussed on the mailing list. 
						
						
					 
					
						2001-05-11 09:53:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3351b8d007 
					 
					
						
						
							
							Update changelog to reflect additional changes made to the egd-locations.  
						
						 
						
						
						
						
					 
					
						2001-05-10 09:45:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4b49bf6a93 
					 
					
						
						
							
							restore change undone in 1.831 (apparently by accident)  
						
						 
						
						
						
						
					 
					
						2001-05-10 09:33:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						926a56bfe3 
					 
					
						
						
							
							Purpose and trust setting functions for X509_STORE.  
						
						 
						
						... 
						
						
						
						Tidy existing code. 
						
						
					 
					
						2001-05-10 00:13:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d6f188be71 
					 
					
						
						
							
							Fix warning with DEBUG_SAFESTACK  
						
						 
						
						
						
						
					 
					
						2001-05-10 00:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						016cadfb54 
					 
					
						
						
							
							Fix to allow multiple NONE libraries in mkerr.pl .  
						
						 
						
						
						
						
					 
					
						2001-05-10 00:07:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bdee69f718 
					 
					
						
						
							
							Allow various X509_STORE_CTX properties to be  
						
						 
						
						... 
						
						
						
						inherited from X509_STORE.
Add CRL checking options to other applications. 
						
						
					 
					
						2001-05-09 00:30:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ff43e2e155 
					 
					
						
						
							
							fix an old entry  
						
						 
						
						
						
						
					 
					
						2001-05-08 12:45:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f53948856e 
					 
					
						
						
							
							There is no uitest  
						
						 
						
						
						
						
					 
					
						2001-05-08 04:23:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14056ee2ee 
					 
					
						
						
							
							Don't forget crypto/ui...  
						
						 
						
						
						
						
					 
					
						2001-05-08 04:09:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b545dc6775 
					 
					
						
						
							
							Initial CRL based revocation checking.  
						
						 
						
						
						
						
					 
					
						2001-05-07 22:52:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						027902999e 
					 
					
						
						
							
							Clarify the license and copyright, make preprocessor dirctives a  
						
						 
						
						... 
						
						
						
						little bit clearer and use the new OPENSSL_SYS_* macros. 
						
						
					 
					
						2001-05-07 06:33:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9a310a5d4e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-05-06 23:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a63d5eaab2 
					 
					
						
						
							
							Add a general user interface API.  This is designed to replace things  
						
						 
						
						... 
						
						
						
						like des_read_password and friends (backward compatibility functions
using this new API are provided).  The purpose is to remove prompting
functions from the DES code section as well as provide for prompting
through dialog boxes in a window system and the like. 
						
						
					 
					
						2001-05-06 23:19:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6af59bc095 
					 
					
						
						
							
							the backslash is significant...  
						
						 
						
						
						
						
					 
					
						2001-05-04 15:03:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24cc290b85 
					 
					
						
						
							
							.rnd issues  
						
						 
						
						
						
						
					 
					
						2001-05-03 09:27:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8e264a933f 
					 
					
						
						
							
							bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)  
						
						 
						
						
						
						
					 
					
						2001-05-03 08:50:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f0b54fefe9 
					 
					
						
						
							
							Some platforms (most notably Windows) do not have a $HOME by default.  
						
						 
						
						... 
						
						
						
						For those, unless the environment variables RANDFILE or HOME are
defined (the default case!), RAND_file_name() will return NULL.
This change adds a default HOME for those platforms.
To add a default HOME for any platform, just define DEFAULT_HOME in
the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h. 
						
						
					 
					
						2001-05-03 07:50:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf2d9e09b3 
					 
					
						
						
							
							Add support for Sun C on Solaris x86.  Contributed by Ben <mouring@etoh.eviladmin.org>  
						
						 
						
						
						
						
					 
					
						2001-05-03 06:14:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d02408ad8a 
					 
					
						
						
							
							Remove part conflict indicator...  
						
						 
						
						
						
						
					 
					
						2001-05-02 07:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7ae551fd03 
					 
					
						
						
							
							In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the  
						
						 
						
						... 
						
						
						
						ENGINE code does not return a default, set an error. 
						
						
					 
					
						2001-04-30 15:24:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c2e45f6ddf 
					 
					
						
						
							
							Win32 fixes:  
						
						 
						
						... 
						
						
						
						define LLONG properly for VC++.
stop compiler complaining about signed/unsigned mismatch in apps/engine.c 
						
						
					 
					
						2001-04-29 16:30:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f9a4ad4fa6 
					 
					
						
						
							
							A method to create shared libraries on AIX, and according to  
						
						 
						
						... 
						
						
						
						"Howard Chu" <hyc@highlandsun.com >, it may be general enough
to work on any Unixly system. 
						
						
					 
					
						2001-04-27 21:33:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						10645a4f13 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-04-27 08:59:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						06cb0353e5 
					 
					
						
						
							
							For some inexplicable reason, I'd (a) left the debugging irreversibly  
						
						 
						
						... 
						
						
						
						turned on, and (b) left a somewhat curious debugging string in the output. 
						
						
					 
					
						2001-04-27 00:31:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b41f836e5f 
					 
					
						
						
							
							Some fixes to the reference-counting in ENGINE code. First, there were a  
						
						 
						
						... 
						
						
						
						few statements equivalent to "ENGINE_add(ENGINE_openssl())" etc. The inner
call to ENGINE_openssl() (as with other functions like it) orphans a
structural reference count. Second, the ENGINE_cleanup() function also
needs to clean up the functional reference counts held internally as the
list of "defaults" (ie. as used when RSA_new() requires an appropriate
ENGINE reference). So ENGINE_clear_defaults() was created and is called
from within ENGINE_cleanup(). Third, some of the existing code was
logically broken in its treatment of reference counts and locking (my
fault), so the necessary bits have been restructured and tidied up.
To test this stuff, compiling with ENGINE_REF_COUNT_DEBUG will cause every
reference count change (both structural and functional) to log a message to
'stderr'. Using with "openssl engine" for example shows this in action
quite well as the 'engine' sub-command cleans up after itself properly.
Also replaced some spaces with tabs. 
						
						
					 
					
						2001-04-26 23:04:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26a81abffc 
					 
					
						
						
							
							Make proper use of all disabling variables.  
						
						 
						
						
						
						
					 
					
						2001-04-26 21:02:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ab03b0df4c 
					 
					
						
						
							
							"make update"  
						
						 
						
						
						
						
					 
					
						2001-04-26 20:56:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e5a77633cf 
					 
					
						
						
							
							Make notes about ENGINE changes.  
						
						 
						
						
						
						
					 
					
						2001-04-26 20:42:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f8a82c7af 
					 
					
						
						
							
							Linux shared libraries can be linked with debug symbols.  
						
						 
						
						... 
						
						
						
						Tru64 shared libraries can be linked with static libraries. 
						
						
					 
					
						2001-04-26 20:17:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7a7f47ea80 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-04-26 19:45:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0ce5f3e4f5 
					 
					
						
						
							
							This adds 2 things to the ENGINE code.  
						
						 
						
						... 
						
						
						
						* "ex_data" - a CRYPTO_EX_DATA structure in the ENGINE structure itself
   that allows an ENGINE to store its own information there rather than in
   global variables. It follows the declarations and implementations used
   in RSA code, for better or worse. However there's a problem when storing
   state with ENGINEs because, unlike related structure types in OpenSSL,
   there is no ENGINE-vs-ENGINE_METHOD separation. Because of what ENGINE
   is, it has method pointers as its structure elements ...  which leads
   to;
 * ENGINE_FLAGS_BY_ID_COPY - if an ENGINE should not be used just as a
   reference to an "implementation" (eg. to get to a hardware device), but
   should also be able to maintain state, then this flag can be set by the
   ENGINE implementation. The result is that any call to ENGINE_by_id()
   will not result in the existing ENGINE being returned (with its
   structural reference count incremented) but instead a new copy of the
   ENGINE will be returned that can maintain its own state independantly of
   any other copies returned in the past or future. Eg. key-generation
   might involve a series of ENGINE-specific control commands to set
   algorithms, sizes, module-keys, ids, ACLs, etc. A final command could
   generate the key. An ENGINE doing this would *have* to declare
   ENGINE_FLAGS_BY_ID_COPY so that the state of that process can be
   maintained "per-handle" and unaffected by other code having a reference
   to the same ENGINE structure. 
						
						
					 
					
						2001-04-26 19:35:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						21023745e2 
					 
					
						
						
							
							Clean up ENGINE before exiting.  
						
						 
						
						
						
						
					 
					
						2001-04-26 16:08:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a679116f6f 
					 
					
						
						
							
							Provide the possibility to clean up internal ENGINE structures.  This  
						
						 
						
						... 
						
						
						
						takes care of what would otherwise be seen as a memory leak. 
						
						
					 
					
						2001-04-26 16:07:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3988bb34aa 
					 
					
						
						
							
							gcc warns when certain values of an enumeration aren't taken care of,  
						
						 
						
						... 
						
						
						
						unless there's a default clause. 
						
						
					 
					
						2001-04-26 15:53:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9e78e6c3f8 
					 
					
						
						
							
							Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disable  
						
						 
						
						... 
						
						
						
						appropriate code if any of them is defined. 
						
						
					 
					
						2001-04-26 15:45:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3caff6092a 
					 
					
						
						
							
							engine.h includes all the needed header files, so don't do it again  
						
						 
						
						... 
						
						
						
						here. 
						
						
					 
					
						2001-04-26 15:04:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0d96bf8950 
					 
					
						
						
							
							We shouldn't skip over header files to avoid functions of disabled algorithms.  The selection is done in a different way  
						
						 
						
						
						
						
					 
					
						2001-04-26 12:01:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						91dc71f98d 
					 
					
						
						
							
							User OPENSSL_UNISTD instead of <unistd.h>.  
						
						 
						
						... 
						
						
						
						Spotted by Mark Crispin <MRC@Panda.COM > 
						
						
					 
					
						2001-04-26 08:26:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b7b6c047ca 
					 
					
						
						
							
							This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filename  
						
						 
						
						... 
						
						
						
						or symbol name to the error stack in the event a load or bind operation
failed. 
						
						
					 
					
						2001-04-25 22:40:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0ea659475c 
					 
					
						
						
							
							Typo (reported by Petr Lancaric <Petr.Lancaric@ips-ag.cz>)  
						
						 
						
						
						
						
					 
					
						2001-04-25 15:24:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1e20bb0648 
					 
					
						
						
							
							Make update.  
						
						 
						
						
						
						
					 
					
						2001-04-22 17:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c962479bdf 
					 
					
						
						
							
							Fix ASN1 bug when decoding OTHER type.  
						
						 
						
						... 
						
						
						
						Various S/MIME DSA related fixes. 
						
						
					 
					
						2001-04-21 12:06:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b31ccc362c 
					 
					
						
						
							
							Script to create shareable images (shared libraries in Unixly terms)  
						
						 
						
						... 
						
						
						
						on VMS. 
						
						
					 
					
						2001-04-20 13:09:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0cd5866726 
					 
					
						
						
							
							VMS was behind when it comes to OCSP.  
						
						 
						
						
						
						
					 
					
						2001-04-20 12:37:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2a8a10eda6 
					 
					
						
						
							
							Add notes about the new ENGINE functionality.  
						
						 
						
						
						
						
					 
					
						2001-04-19 23:06:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f11bc84080 
					 
					
						
						
							
							Changes to "openssl engine" to support the new control command code in  
						
						 
						
						... 
						
						
						
						ENGINE.
 * Extra verbosity can be added with more "v"'s, eg. '-vvv' gives
   information about input flags and descriptions for each control command
   in each ENGINE. Check the output of "openssl engine -vvv" for example.
 * '-pre <cmd>' and '-post <cmd>' can be used to invoke control commands on
   the specified ENGINE (or on all of them if no engine id is specified,
   although that usually gets pretty ugly). '-post' commands are only
   attempted if '-t' is specified and the engine successfully initialises.
   '-pre' commands are always attempted whether or not '-t' causes an
   initialisation to be tried afterwards. Multiple '-pre' and/or '-post'
   commands can be specified and they will be called in the order they
   occur on the command line.
Parameterised commands (the normal case, there are currently no
unparameterised ones) are split into command and argument via a separating
colon. Eg. "openssl engine -pre SO_PATH:/lib/libdriver.so <id>" results in
the call;
    ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libdriver.so", 0);
Application code should similarly allow arbitrary name-value string pairs
to be passed into ENGINEs in a manner matching that in apps/engine.c,
either using the same colon-separated format, or entered as two distinct
strings. Eg. as stored in a registry. The last parameter of
ENGINE_ctrl_cmd_string can be changed from 0 to 1 if the command should
only be attempted if it's supported by the specified ENGINE (eg. for
commands like "FORK_CHECK:1" that may or may not apply to the run-time
ENGINE). 
						
						
					 
					
						2001-04-19 02:08:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e2f3ae1252 
					 
					
						
						
							
							Some more tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						This change adds some basic control commands to the existing ENGINEs
(except the software 'openssl' engine). All these engines currently load
shared-libraries for hardware APIs, so they've all been given "SO_PATH"
commands that will configure the chosen ENGINE to load its shared library
from the given path. Eg. by calling;
    ENGINE_ctrl_cmd_string(e, "SO_PATH", <path>, 0).
The nCipher 'chil' ENGINE has also had "FORK_CHECK" and "THREAD_LOCKING"
commands added so these settings could be handled via application-level
configuration rather than in application source code.
Changes to "openssl engine" to test and examine these control commands will
be made shortly. It will also provide the necessary tips to application
programs wanting to support these dynamic control commands. 
						
						
					 
					
						2001-04-19 01:45:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						40fcda292f 
					 
					
						
						
							
							Some BIG tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						This change adds some new functionality to the ENGINE code and API to
make it possible for ENGINEs to describe and implement their own control
commands that can be interrogated and used by calling applications at
run-time. The source code includes numerous comments explaining how it all
works and some of the finer details. But basically, an ENGINE will normally
declare an array of ENGINE_CMD_DEFN entries in its ENGINE - and the various
new ENGINE_CTRL_*** command types take care of iterating through this list
of definitions, converting command numbers to names, command names to
numbers, getting descriptions, getting input flags, etc. These
administrative commands are handled directly in the base ENGINE code rather
than in each ENGINE's ctrl() handler, unless they specify the
ENGINE_FLAGS_MANUAL_CMD_CTRL flag (ie. if they're doing something clever or
dynamic with the command definitions).
There is also a new function, ENGINE_cmd_is_executable(), that will
determine if an ENGINE control command is of an "executable" type that
can be used in another new function, ENGINE_ctrl_cmd_string(). If not, the
control command is not supposed to be exposed out to user/config level
access - eg. it could involve the exchange of binary data, returning
results to calling code, etc etc. If the command is executable then
ENGINE_ctrl_cmd_string() can be called using a name/arg string pair. The
control command's input flags will be used to determine necessary
conversions before the control command is called, and commands of this
form will always return zero or one (failure or success, respectively).
This is set up so that arbitrary applications can support control commands
in a consistent way so that tweaking particular ENGINE behaviour is
specific to the ENGINE and the host environment, and independant of the
application or OpenSSL.
Some code demonstrating this stuff in action will applied shortly to the
various ENGINE implementations, as well as "openssl engine" support for
executing arbitrary control commands before and/or after initialising
various ENGINEs. 
						
						
					 
					
						2001-04-19 00:41:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						59bc3126c5 
					 
					
						
						
							
							Some more tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						The existing ENGINEs (including the default 'openssl' software engine) were
static, declared inside the source file for each engine implementation. The
reason this was not going boom was that all the ENGINEs had reference
counts that never hit zero (once linked into the internal list, each would
always have at least 1 lasting structural reference).
To fix this so it will stay standing when an "unload" function is added to
match ENGINE_load_builtin_engines(), the "constructor" functions for each
ENGINE implementation have been changed to dynamically allocate and
construct their own ENGINEs using API functions. The other benefit of this
is that no ENGINE implementation has to include the internal "engine_int.h"
header file any more. 
						
						
					 
					
						2001-04-18 21:46:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4d6115a5cc 
					 
					
						
						
							
							Make a note of the recent ENGINE developments.  
						
						 
						
						
						
						
					 
					
						2001-04-18 21:12:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3a25b96caf 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2001-04-18 15:11:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6e6d04e29a 
					 
					
						
						
							
							fix md_rand.c locking bugs  
						
						 
						
						
						
						
					 
					
						2001-04-18 15:07:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						48ff225300 
					 
					
						
						
							
							Make the shared library name and function symbol for the "nuron" ENGINE  
						
						 
						
						... 
						
						
						
						static data where they could be parameterised by ctrl() commands. 
						
						
					 
					
						2001-04-18 04:47:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a4a9d97a3e 
					 
					
						
						
							
							Some more tweaks from ENGINE code.  
						
						 
						
						... 
						
						
						
						Previously RAND_get_rand_method was returning a non-const pointer, but it
should be const. As with all other such cases, METHOD pointers are stored and
returned as "const". The only methods one should be able to alter are methods
"local" to the relevant code, in which case a non-const handle to the methods
should already exist.
This change has been forced by the constifying of the ENGINE code (before
which RAND_METHOD was the only method pointer in an ENGINE structure that was
not constant). 
						
						
					 
					
						2001-04-18 04:18:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						404f952aa3 
					 
					
						
						
							
							Some more tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						ENGINE handler functions should take the ENGINE structure as a parameter -
this is because ENGINE structures can be copied, and like other
structure/method setups in OpenSSL, it should be possible for init(),
finish(), ctrl(), etc to adjust state inside the ENGINE structures rather
than globally. This commit includes the dependant changes in the ENGINE
implementations. 
						
						
					 
					
						2001-04-18 03:57:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						dcd87618ab 
					 
					
						
						
							
							Some more tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						Previous changes permanently removed the commented-out old code for where
it was possible to create and use an ENGINE statically, and this code gets
rid of the ENGINE_FLAGS_MALLOCED flag that supported the distinction with
dynamically allocated ENGINEs. It also moves the area for ENGINE_FLAGS_***
values from engine_int.h to engine.h - because it should be possible to
declare ENGINEs just from declarations in exported headers. 
						
						
					 
					
						2001-04-18 03:03:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d54bf14559 
					 
					
						
						
							
							Some more tweaks to ENGINE code.  
						
						 
						
						... 
						
						
						
						* Constify the get/set functions, and add some that functions were missing.
* Add a new 'ENGINE_cpy()' function that will produce a new ENGINE based
  copied from an original (except for the references, ie. the new copy will
  be like an ENGINE returned from 'ENGINE_new()' - a structural reference).
* Removed the "null parameter" checking in the get/set functions - it is
  legitimate to set NULL values as a way of *changing* an ENGINE (ie.
  removing a handler that previously existed). Also, passing a NULL pointer
  for an ENGINE is obviously wrong for these functions, so don't bother
  checking for it. The result is a number of error codes and strings could
  be removed. 
						
						
					 
					
						2001-04-18 02:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ea3a429efe 
					 
					
						
						
							
							Structural references should never be decremented directly - so leave that  
						
						 
						
						... 
						
						
						
						to ENGINE_free(). Also, remove "#if 0" code that has no useful future. 
						
						
					 
					
						2001-04-18 01:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e3f1223fe4 
					 
					
						
						
							
							This moves string constants out of vendor headers and into C files.  
						
						 
						
						
						
						
					 
					
						2001-04-18 00:43:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7ef6e3fe2f 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-04-17 23:53:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						197322455d 
					 
					
						
						
							
							Clarify request of client certificates. This is a FAQ.  
						
						 
						
						
						
						
					 
					
						2001-04-17 13:18:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4f19a0672b 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2001-04-16 03:00:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						854e076df8 
					 
					
						
						
							
							Constify (Jason Molenda <jason@molenda.com>)  
						
						 
						
						
						
						
					 
					
						2001-04-14 14:50:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cb2a0e1319 
					 
					
						
						
							
							Missing link ("Greg Stark" <gstark@ethentica.com>)  
						
						 
						
						
						
						
					 
					
						2001-04-12 21:11:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						638b0d4277 
					 
					
						
						
							
							Fix wrong information with respect to CAs listed to the client  
						
						 
						
						... 
						
						
						
						(follows from technical discussion with Amit Chopra <amitc@pspl.co.in >). 
						
						
					 
					
						2001-04-12 16:02:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f2346808de 
					 
					
						
						
							
							update so that changes going into the 0.9.6 tree can be logged  
						
						 
						
						
						
						
					 
					
						2001-04-12 12:42:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d7818facb9 
					 
					
						
						
							
							undo previous change ...  
						
						 
						
						
						
						
					 
					
						2001-04-12 12:03:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bcf95a2183 
					 
					
						
						
							
							update from 0.9.6a  
						
						 
						
						
						
						
					 
					
						2001-04-12 12:01:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f7181a9179 
					 
					
						
						
							
							Typo (Jun-ichiro itojun Hagino <itojun@iijlab.net>)  
						
						 
						
						
						
						
					 
					
						2001-04-12 11:45:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9237ba8b66 
					 
					
						
						
							
							Correct typo.  
						
						 
						
						
						
						
					 
					
						2001-04-11 14:14:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						95874603b0 
					 
					
						
						
							
							Add -keyform.  
						
						 
						
						
						
						
					 
					
						2001-04-11 14:11:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ed2e24d564 
					 
					
						
						
							
							Show an example of moving the emailAddress object from the subkect DN  
						
						 
						
						... 
						
						
						
						to subjectAltName when signing a certificate. 
						
						
					 
					
						2001-04-11 13:04:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c9fd77e9dd 
					 
					
						
						
							
							Make it possible to move the emailAddress object to the subjectAltName  
						
						 
						
						... 
						
						
						
						extension instead of just copying it.  That makes a certificate comply
even more with PKIX recommendations according to RFC 2459. 
						
						
					 
					
						2001-04-11 12:55:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a9d2bc4902 
					 
					
						
						
							
							Add information on 0.9.6a (in a form such that the list can be  
						
						 
						
						... 
						
						
						
						verified by looking at 'diff -u ../openssl-0.9.6a/CHANGES CHANGES') 
						
						
					 
					
						2001-04-11 10:35:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c3bdbcf639 
					 
					
						
						
							
							NetBSD and OpenBSD use TOD as well  
						
						 
						
						
						
						
					 
					
						2001-04-11 10:06:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d9a770e6ea 
					 
					
						
						
							
							Mention automatically queried EGD sockets (OpenSSL 0.9.7).  
						
						 
						
						... 
						
						
						
						0.9.5 is obsolete, so we don't have to discuss its 'openssl rsa'
seeding bug. 
						
						
					 
					
						2001-04-10 07:59:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						35feed50f0 
					 
					
						
						
							
							Some clarifications about $RANDFILE usage.  
						
						 
						
						
						
						
					 
					
						2001-04-09 16:01:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a116afa42e 
					 
					
						
						
							
							OpenSSH 1.2.2p1 is dead and gone. Errors detecting the OpenSSL library  
						
						 
						
						... 
						
						
						
						are however still common and are solved by checking config.log. 
						
						
					 
					
						2001-04-09 15:55:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b4542fb307 
					 
					
						
						
							
							Correct info in the FAQ.  
						
						 
						
						
						
						
					 
					
						2001-04-09 14:17:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1f224bf029 
					 
					
						
						
							
							Adjust BN_mod_inverse algorithm selection according to experiments on  
						
						 
						
						... 
						
						
						
						Ultra-Sparcs (both 32-bit and 64-bit compilations) 
						
						
					 
					
						2001-04-09 09:28:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4d231b4359 
					 
					
						
						
							
							update (0.9.6a)  
						
						 
						
						
						
						
					 
					
						2001-04-09 07:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ac0f1d0b14 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2001-04-08 18:47:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						124d8cf701 
					 
					
						
						
							
							code documentation  
						
						 
						
						
						
						
					 
					
						2001-04-08 18:41:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7d0d0996aa 
					 
					
						
						
							
							binary algorithm for modular inversion  
						
						 
						
						
						
						
					 
					
						2001-04-08 18:23:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9cddbf14db 
					 
					
						
						
							
							avoid '||' since Ultrix apparently doesn't understand it  
						
						 
						
						
						
						
					 
					
						2001-04-08 18:22:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5f1fddbbe7 
					 
					
						
						
							
							'||', '&&' and 'test -x' apparently don't work on Ultrix;  
						
						 
						
						... 
						
						
						
						also 'test' appears to be available as '[' only in 'if' conditions. 
						
						
					 
					
						2001-04-08 13:49:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						027e257b1d 
					 
					
						
						
							
							Avoid assert() in the library.  
						
						 
						
						
						
						
					 
					
						2001-04-08 13:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						93f117003e 
					 
					
						
						
							
							Add forgotten "-passin" option to smime.c usage help.  
						
						 
						
						
						
						
					 
					
						2001-04-08 10:51:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						42748c084e 
					 
					
						
						
							
							Resize a local buffer to accomodate the size requirements of AES.  
						
						 
						
						... 
						
						
						
						Protect against future mistakes with an assert(). 
						
						
					 
					
						2001-04-08 05:41:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						77dd9c1850 
					 
					
						
						
							
							Add the possibility to have AES removed in Windows as well.  
						
						 
						
						... 
						
						
						
						Spotted by Harald Koch <chk@pobox.com > 
						
						
					 
					
						2001-04-08 04:35:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						83d968df60 
					 
					
						
						
							
							Don't use 'tt' uninitialized when reporting an error  
						
						 
						
						... 
						
						
						
						(we don't have an ASN1_TEMPLATE to complain about at this stage,
so  errtt == NULL  should be OK) 
						
						
					 
					
						2001-04-05 11:40:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4ac881ede3 
					 
					
						
						
							
							Fix couple of memory leaks in PKCS7_dataDecode().  
						
						 
						
						... 
						
						
						
						(provided by Stephen) 
						
						
					 
					
						2001-04-05 10:19:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ccd2cd3e64 
					 
					
						
						
							
							Unixware config.  
						
						 
						
						
						
						
					 
					
						2001-04-05 10:09:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6186ef9338 
					 
					
						
						
							
							don't use shell functions  
						
						 
						
						
						
						
					 
					
						2001-04-04 16:26:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6bcac6e578 
					 
					
						
						
							
							Correct a typo.  linux != linus.  
						
						 
						
						
						
						
					 
					
						2001-04-04 16:03:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						967d95f096 
					 
					
						
						
							
							Incorporate some changes that make OpenSSL compilable in CygWin.  
						
						 
						
						
						
						
					 
					
						2001-04-04 15:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26c7750827 
					 
					
						
						
							
							Since vms.mar handles 32-bit integers, do not use it on Alpha, that's  
						
						 
						
						... 
						
						
						
						just a slowdown. 
						
						
					 
					
						2001-04-04 13:52:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5a16d270ab 
					 
					
						
						
							
							OpenVMS/Alpha should use 64 bits.  If nothing else, there's  
						
						 
						
						... 
						
						
						
						performance to gain. 
						
						
					 
					
						2001-04-04 13:51:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3a465d5ec9 
					 
					
						
						
							
							Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent linux-shared  
						
						 
						
						
						
						
					 
					
						2001-04-04 04:24:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						413a4a0461 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2001-04-03 14:03:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a95d2c5133 
					 
					
						
						
							
							Make sure OPENSSL_SYS_... is defined when we need it.  
						
						 
						
						
						
						
					 
					
						2001-04-03 14:03:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1876cc32ae 
					 
					
						
						
							
							This change should be suitable as a workaround for the Solaris x86  
						
						 
						
						... 
						
						
						
						compiler bug reported in <01032110293775.22278@weba3.iname.net >
(the '++seq[i]' condition is evaluated as 256 rather than 0
when the previous value is 255). 
						
						
					 
					
						2001-04-03 13:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e2a08ddd4 
					 
					
						
						
							
							Plug a memory leak.  Spotted by "Shijin" <shijin@comex.com>  
						
						 
						
						
						
						
					 
					
						2001-04-03 09:42:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						61e2c34a10 
					 
					
						
						
							
							Reports on Windows, DG-UX and older OpenVMS.  
						
						 
						
						
						
						
					 
					
						2001-04-03 09:02:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e56b54a376 
					 
					
						
						
							
							libfisdef.h and LIB do not exist on older VMS versions  
						
						 
						
						
						
						
					 
					
						2001-04-03 08:31:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0da945bb20 
					 
					
						
						
							
							Remove a typo in dgux-R4-gcc.  
						
						 
						
						
						
						
					 
					
						2001-04-03 08:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						69443d0da0 
					 
					
						
						
							
							ENGINE_load_[private|public]_key had error handling that could return  
						
						 
						
						... 
						
						
						
						without releasing a lock. This is the same fix as applied to
OpenSSL-engine-0_9_6-stable, minus the ENGINE_ctrl() change - the HEAD
already had that fixed. 
						
						
					 
					
						2001-04-02 17:47:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e4dc18d7e5 
					 
					
						
						
							
							Actually there were two error cases that could return without releasing the  
						
						 
						
						... 
						
						
						
						lock - stupidly, my last change addressed only one of them. 
						
						
					 
					
						2001-04-02 17:21:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3f86a2b147 
					 
					
						
						
							
							Don't return an error until the global lock is released.  
						
						 
						
						
						
						
					 
					
						2001-04-02 17:06:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fd664b9fc6 
					 
					
						
						
							
							Reports on VMS.  
						
						 
						
						
						
						
					 
					
						2001-04-02 14:39:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						722ca2781c 
					 
					
						
						
							
							Rewrite CHOICE field setting code to properly handle  
						
						 
						
						... 
						
						
						
						combine in CHOICE options.
This was causing d2i_DSAPublicKey() to misbehave. 
						
						
					 
					
						2001-04-02 00:59:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c72eebf89 
					 
					
						
						
							
							A few more reports.  
						
						 
						
						
						
						
					 
					
						2001-04-01 15:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69ce8bb952 
					 
					
						
						
							
							Note reports.  
						
						 
						
						
						
						
					 
					
						2001-03-31 14:03:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						50b8ba0201 
					 
					
						
						
							
							avoid buffer overflow  
						
						 
						
						
						
						
					 
					
						2001-03-31 07:48:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c9fd9152bd 
					 
					
						
						
							
							Note the Alpha asm change  
						
						 
						
						
						
						
					 
					
						2001-03-31 01:23:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f891abccf2 
					 
					
						
						
							
							linux-elf verified.  
						
						 
						
						
						
						
					 
					
						2001-03-30 21:43:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e2effdbc6b 
					 
					
						
						
							
							Beta 3 has been released and announced.  
						
						 
						
						
						
						
					 
					
						2001-03-30 20:54:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b10ae320f7 
					 
					
						
						
							
							this time *really* fix the /../ check ...  
						
						 
						
						
						
						
					 
					
						2001-03-30 14:55:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5d3ab9b096 
					 
					
						
						
							
							For -WWW, fix test for ".." directory references (and avoid warning for  
						
						 
						
						... 
						
						
						
						index -1). 
						
						
					 
					
						2001-03-30 10:47:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4fea8145e2 
					 
					
						
						
							
							News for 0.9.6a.  
						
						 
						
						
						
						
					 
					
						2001-03-30 10:46:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						884e26080f 
					 
					
						
						
							
							Fix bctest, and add a workaround that should solve the problem with  
						
						 
						
						... 
						
						
						
						FreeBSD's /bin/sh. 
						
						
					 
					
						2001-03-30 09:19:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9946491fcc 
					 
					
						
						
							
							Complete the des_encrypt to des_encrypt1 rename in the main  
						
						 
						
						... 
						
						
						
						development line as well. 
						
						
					 
					
						2001-03-30 07:26:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ae6dfff5bf 
					 
					
						
						
							
							One des_encrypt to des_encrypt1 I forgot to commit...  
						
						 
						
						
						
						
					 
					
						2001-03-29 20:30:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						307bf4dae2 
					 
					
						
						
							
							Stress the news about the name change.  
						
						 
						
						
						
						
					 
					
						2001-03-29 15:15:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						96d65fc022 
					 
					
						
						
							
							I forgot to rename des_encrypt to des_encrypt1 in libeay.num.  
						
						 
						
						
						
						
					 
					
						2001-03-29 10:49:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						080b8cadfa 
					 
					
						
						
							
							Since there has been reports of clashes between OpenSSL's  
						
						 
						
						... 
						
						
						
						des_encrypt() and des_encrypt() defined on some systems (Solaris and
Unixware and maybe others), we rename des_encrypt() to des_encrypt1().
This should have very little impact on external software unless
someone has written a mode of DES, since that's all des_encrypt() is
meant for. 
						
						
					 
					
						2001-03-29 07:45:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7cdd2aa128 
					 
					
						
						
							
							Add news section for OpenSSL 0.9.6a.  Please add what's missing  
						
						 
						
						
						
						
					 
					
						2001-03-28 13:36:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7d7672f119 
					 
					
						
						
							
							check CRT  
						
						 
						
						
						
						
					 
					
						2001-03-28 05:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6a5b52efa0 
					 
					
						
						
							
							check CRT  
						
						 
						
						
						
						
					 
					
						2001-03-28 04:56:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6d864b7030 
					 
					
						
						
							
							mips  
						
						 
						
						
						
						
					 
					
						2001-03-28 02:41:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						71a39dd4be 
					 
					
						
						
							
							Restore asm/mips3.s to be compiled and linked in, since the bug has  
						
						 
						
						... 
						
						
						
						(at least hopefully :-)) been fixed. 
						
						
					 
					
						2001-03-27 23:42:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Polyakov 
							
						 
					 
					
						
						
							
						
						500230ee94 
					 
					
						
						
							
							The IRIX fix. Asm recap and corresponding declation.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2001-03-27 22:30:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						347177e052 
					 
					
						
						
							
							Include bn.h so we get BN_LLONG properly defined.  Otherwise, we can forget things like %lld  
						
						 
						
						
						
						
					 
					
						2001-03-27 18:34:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b7883fbb6e 
					 
					
						
						
							
							Reports seem to show that asm/mips3.s has faults.  To be investigated, but let's avoid using it in the mean time  
						
						 
						
						
						
						
					 
					
						2001-03-27 09:13:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a77e023ab4 
					 
					
						
						
							
							For mips3 and alpha, put the assembler file directives in separate  
						
						 
						
						... 
						
						
						
						variables and disable the Alpha assembler for now, since it has been
shown to fail.
The Alpha failure can be shown by adding the following numbers:
FFFFFFFFFFFFFF0000FF2E00000000EBFFFFFF0000D1
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46FFE0FFFF0000
The result is:
1FFFFFFFFFFFEFF0000FF2E0000000032FFE0FEFF00D1
The result should really be:
1FFFFFFFFFFFFFF0000FF2E0000000032FFE0FEFF00D1 
						
						
					 
					
						2001-03-26 16:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						812cb5638c 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-03-24 12:39:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						77a0f1d727 
					 
					
						
						
							
							When using the native tools on Solaris, make damn sure the native ld  
						
						 
						
						... 
						
						
						
						is used, even if the user has GNU ld earlier in his $PATH. 
						
						
					 
					
						2001-03-24 12:31:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b9a18f3b8d 
					 
					
						
						
							
							gcc uses collect2, not ld, to link things.  Therefore, when using gcc  
						
						 
						
						... 
						
						
						
						there's no need fooling ourselves, it's the gnu-shared method that we
should use.  Do it for Solaris to begin with. 
						
						
					 
					
						2001-03-24 12:29:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						73aeb61c3f 
					 
					
						
						
							
							ln on Solaris expects -f to come before -s.  
						
						 
						
						... 
						
						
						
						The linux-shared method is actually gcc-specific, so call it
gnu-shared as well. 
						
						
					 
					
						2001-03-24 11:45:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3041903844 
					 
					
						
						
							
							Small AIX problems solved.  
						
						 
						
						
						
						
					 
					
						2001-03-22 22:13:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ad8ee98617 
					 
					
						
						
							
							A lot of reports.  
						
						 
						
						
						
						
					 
					
						2001-03-22 21:32:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bc29d0e5d4 
					 
					
						
						
							
							We really have no need for PEX_LIBS, so empty it.  
						
						 
						
						
						
						
					 
					
						2001-03-22 21:20:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f89aebb1c4 
					 
					
						
						
							
							Add missing '#ifndef OPENSSL_NO_DSA'.  
						
						 
						
						
						
						
					 
					
						2001-03-22 15:06:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d7fb4f0c5 
					 
					
						
						
							
							Remove redundant operations and update version info.  
						
						 
						
						
						
						
					 
					
						2001-03-22 12:14:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						81a6c7817f 
					 
					
						
						
							
							Harmonize CHANGES and STATUS files between the 0.9.6a branch and  
						
						 
						
						... 
						
						
						
						the trunk to keep diffs small. 
						
						
					 
					
						2001-03-22 10:59:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5238fccc15 
					 
					
						
						
							
							Use stdlib.h to get size_t.  
						
						 
						
						
						
						
					 
					
						2001-03-21 18:43:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fba9046490 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2001-03-21 15:25:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8a2908a24a 
					 
					
						
						
							
							Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to  
						
						 
						
						... 
						
						
						
						be "#if 0"'d, or they will (re)appear as existing functions in
util/libeay.num. 
						
						
					 
					
						2001-03-21 12:34:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e8b12f7a6f 
					 
					
						
						
							
							Tag EC_GFp_{nist,recp}_method as "NOEXIST" because they have  
						
						 
						
						... 
						
						
						
						not yet been implemented. 
						
						
					 
					
						2001-03-21 09:58:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						271da5a2e0 
					 
					
						
						
							
							avoid linking problems when OpenSSL is built with no-dsa.  Spotted by Hellan,Kim KHE <khe@kmd.dk>  
						
						 
						
						
						
						
					 
					
						2001-03-20 15:36:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						26fbabf3d1 
					 
					
						
						
							
							Increase boundaries in EC_window_bits_for_scalar_size table.  
						
						 
						
						
						
						
					 
					
						2001-03-20 11:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						37cdcb4d8a 
					 
					
						
						
							
							Table for window sizes.  
						
						 
						
						
						
						
					 
					
						2001-03-19 22:38:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						57b6534e53 
					 
					
						
						
							
							Update.  
						
						 
						
						
						
						
					 
					
						2001-03-19 22:38:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8bf49ea170 
					 
					
						
						
							
							New cofiguration for Unixwre and SCO,with slightly better granularity.  Contributed by Tim Rice <tim@multitalents.net>  
						
						 
						
						
						
						
					 
					
						2001-03-18 14:25:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02ee8626fb 
					 
					
						
						
							
							Fix PKCS#12 key generation bug.  
						
						 
						
						
						
						
					 
					
						2001-03-18 02:11:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6276e5b41b 
					 
					
						
						
							
							Explicitly ignore the exit code of ./bctest.  Usually the shell  
						
						 
						
						... 
						
						
						
						ignores it anyway in command substitution, but Ultrix reportedly
aborted the test when bctest returned 1. 
						
						
					 
					
						2001-03-17 09:51:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						51740b12ae 
					 
					
						
						
							
							Correct a typo which might have lead to a dump.  
						
						 
						
						... 
						
						
						
						Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com > 
						
						
					 
					
						2001-03-16 10:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6e6783056e 
					 
					
						
						
							
							An enhanced bctest submitted by Tim Rice <tim@multitalents.net>.  
						
						 
						
						... 
						
						
						
						It now looks along $PATH for a working bc and returns the absolute
path to one that does work. 
						
						
					 
					
						2001-03-16 09:13:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						791bd0cd2b 
					 
					
						
						
							
							Add copy_extensions option to 'ca' utility.  
						
						 
						
						
						
						
					 
					
						2001-03-16 02:04:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e890dcdb19 
					 
					
						
						
							
							Add 'align' option to nameopt.  
						
						 
						
						... 
						
						
						
						Add default values for display by the 'ca' utility
to openssl.cnf
Update docs. 
						
						
					 
					
						2001-03-15 22:45:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ddcb8664a 
					 
					
						
						
							
							Minimise the amount of -L. when linking the shared libraries.  It  
						
						 
						
						... 
						
						
						
						seems like some Unixen (SCO) have opinions about too many -L. 
						
						
					 
					
						2001-03-15 22:10:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						09c4b4e0b7 
					 
					
						
						
							
							bsdi-elf needs to link with -ldl.  
						
						 
						
						
						
						
					 
					
						2001-03-15 20:48:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						368101778e 
					 
					
						
						
							
							For AIX 4.3 or above, allow the use of dlfcn.  
						
						 
						
						
						
						
					 
					
						2001-03-15 20:23:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						535d79da63 
					 
					
						
						
							
							Overhaul the display of certificate details in  
						
						 
						
						... 
						
						
						
						the 'ca' utility. This can now be extensively
customised in the configuration file and handles
multibyte strings and extensions properly.
This is required when extensions copying from
certificate requests is supported: the user
must be able to view the extensions before
allowing a certificate to be issued. 
						
						
					 
					
						2001-03-15 19:13:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4f69172d25 
					 
					
						
						
							
							Completely remove mont2 stuff.  
						
						 
						
						... 
						
						
						
						It does not appear to be faster than the current Montgomery code
except for very small moduli (somewhere between 192 and 224 bits
in a 64-bit Sun environment, and even less than 192 bits
on 32 bit systems). 
						
						
					 
					
						2001-03-15 18:17:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						eb272ac0b0 
					 
					
						
						
							
							Forgot "cvs add", so only the surrounding changes made it... sigh.  
						
						 
						
						
						
						
					 
					
						2001-03-15 12:42:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						63c43dcc59 
					 
					
						
						
							
							avoid infinite loop  
						
						 
						
						
						
						
					 
					
						2001-03-15 11:31:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8562801137 
					 
					
						
						
							
							error codes are longs, not ints  
						
						 
						
						
						
						
					 
					
						2001-03-15 11:30:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5d8094143e 
					 
					
						
						
							
							More error_data memory leaks  
						
						 
						
						
						
						
					 
					
						2001-03-15 11:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb6dcb54f9 
					 
					
						
						
							
							It is a good thing to prepare the .def files.  
						
						 
						
						
						
						
					 
					
						2001-03-15 06:51:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0a3ea5d34a 
					 
					
						
						
							
							Document the -certopt option to the x509 utility.  
						
						 
						
						... 
						
						
						
						Add no_issuer option.
Fix X509_print_ex() so it prints out newlines when
certain fields are omitted. 
						
						
					 
					
						2001-03-15 01:15:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a5e4c0bb9e 
					 
					
						
						
							
							The former ULTRASPARC preprocessor symbol is now called  
						
						 
						
						... 
						
						
						
						OPENSSL_SYSNAME_ULTRASPARC, so we'd better check for that one 
						
						
					 
					
						2001-03-14 14:02:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cad4b840c8 
					 
					
						
						
							
							Fix: return 0 if no error occured.  
						
						 
						
						
						
						
					 
					
						2001-03-13 22:17:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						37a92e9ce4 
					 
					
						
						
							
							make update.  
						
						 
						
						
						
						
					 
					
						2001-03-13 21:47:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1896ce3558 
					 
					
						
						
							
							We need to build MINFO.  
						
						 
						
						
						
						
					 
					
						2001-03-13 21:38:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0357422d14 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2001-03-13 16:30:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d3ee37c5d9 
					 
					
						
						
							
							Use err_clear_data macro  
						
						 
						
						
						
						
					 
					
						2001-03-13 07:02:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f51cf14b85 
					 
					
						
						
							
							fix memory leak in err.c  
						
						 
						
						
						
						
					 
					
						2001-03-12 18:07:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						194dd04699 
					 
					
						
						
							
							Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,  
						
						 
						
						... 
						
						
						
						which indicate its purpose more clearly. 
						
						
					 
					
						2001-03-12 07:26:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						14f7ee4916 
					 
					
						
						
							
							Add various X9.62 OIDs. (GF(2^n) mostly left out.)  
						
						 
						
						
						
						
					 
					
						2001-03-11 21:54:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a29d78e90b 
					 
					
						
						
							
							Initial docs for PEM routines.  
						
						 
						
						
						
						
					 
					
						2001-03-11 20:29:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5b054c6955 
					 
					
						
						
							
							EC_METHOD based on bn_mont2 (not used in the library)  
						
						 
						
						
						
						
					 
					
						2001-03-11 17:43:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						10654d3a74 
					 
					
						
						
							
							Forcibly enable memory leak checking during "make test"  
						
						 
						
						
						
						
					 
					
						2001-03-11 14:49:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6017e604f8 
					 
					
						
						
							
							Timings are not supposed to be enabled by default ...  
						
						 
						
						
						
						
					 
					
						2001-03-11 12:30:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3837491174 
					 
					
						
						
							
							Add functions EC_POINT_mul and EC_GROUP_precompute.  
						
						 
						
						... 
						
						
						
						The latter does nothing for now, but its existence means
that applications can request precomputation when appropriate. 
						
						
					 
					
						2001-03-11 12:27:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						86a921af06 
					 
					
						
						
							
							handle negative scalars correctly when doing point multiplication  
						
						 
						
						
						
						
					 
					
						2001-03-11 08:44:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						616df35633 
					 
					
						
						
							
							use fflush  
						
						 
						
						
						
						
					 
					
						2001-03-11 08:27:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e44fcedadf 
					 
					
						
						
							
							Change timing output: We don't have "exponents" here, curves are  
						
						 
						
						... 
						
						
						
						considered additive 
						
						
					 
					
						2001-03-10 23:49:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6f8f443170 
					 
					
						
						
							
							comment and error code update  
						
						 
						
						
						
						
					 
					
						2001-03-10 23:37:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d18af3f37e 
					 
					
						
						
							
							Remove files from Lenka's EC implementation.  
						
						 
						
						
						
						
					 
					
						2001-03-10 23:26:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						48fe4d6233 
					 
					
						
						
							
							More EC stuff, including EC_POINTs_mul() for simultaneous scalar  
						
						 
						
						... 
						
						
						
						multiplication of an arbitrary number of points. 
						
						
					 
					
						2001-03-10 23:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7b8250053b 
					 
					
						
						
							
							Document the change.  
						
						 
						
						
						
						
					 
					
						2001-03-10 16:28:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						251cb4cfed 
					 
					
						
						
							
							For some experiments, it is sometimes nice to serve files with complete  
						
						 
						
						... 
						
						
						
						HTTP responses. 
						
						
					 
					
						2001-03-10 16:20:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						24a93e6cdd 
					 
					
						
						
							
							In crypto/ec #if 0 out structures which reference (currently)  
						
						 
						
						... 
						
						
						
						non existent functions because this breaks shared libraries. 
						
						
					 
					
						2001-03-10 12:37:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						40e15f9d78 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2001-03-10 01:57:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b4f682d32f 
					 
					
						
						
							
							Add the 'ec' directory to mkdef.pl and mkfiles.pl  
						
						 
						
						... 
						
						
						
						so the Windows build can see it.
Fixup mkdef.pl so it doesn't mess up with function
names longer than 39 characters in length. 
						
						
					 
					
						2001-03-10 01:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83d0e5e512 
					 
					
						
						
							
							Use 32bit longs on Alpha as well, because that's what the VMS  
						
						 
						
						... 
						
						
						
						assembler code works with.
Of course, the assembler code could differ between platforms.  That
might happen in the future. 
						
						
					 
					
						2001-03-09 15:27:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4e20b1a656 
					 
					
						
						
							
							Instead of telling both 'make' and the user that ranlib  
						
						 
						
						... 
						
						
						
						errors can be tolerated, hide the error from 'make'.
This gives shorter output both if ranlib fails and if
it works. 
						
						
					 
					
						2001-03-09 14:01:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cc5ba6a7b6 
					 
					
						
						
							
							Update docs.  
						
						 
						
						
						
						
					 
					
						2001-03-09 13:57:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0396479dec 
					 
					
						
						
							
							Workaround for solaris64 linking problem (explicit "ar rs" is needed  
						
						 
						
						... 
						
						
						
						to create a symbol table).
Sun patches such as 109147-06 probably fix this problem,
but we can easily avoid it. 
						
						
					 
					
						2001-03-09 13:04:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e34cfcf7e1 
					 
					
						
						
							
							Consistently use 'void *' for SSL read, peek and write functions.  
						
						 
						
						
						
						
					 
					
						2001-03-09 10:09:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1358835050 
					 
					
						
						
							
							Change the EVP_somecipher() and EVP_somedigest()  
						
						 
						
						... 
						
						
						
						functions to return constant EVP_MD and EVP_CIPHER
pointers.
Update docs. 
						
						
					 
					
						2001-03-09 02:51:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						754d494bef 
					 
					
						
						
							
							Bug fixes.  
						
						 
						
						
						
						
					 
					
						2001-03-09 01:13:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						42909e3968 
					 
					
						
						
							
							Fix ec_GFp_simple_cmp.  
						
						 
						
						... 
						
						
						
						Use example group from Annex I of X9.62 in ectest.c. 
						
						
					 
					
						2001-03-08 22:52:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c108108028 
					 
					
						
						
							
							ssl23_peek  
						
						 
						
						
						
						
					 
					
						2001-03-08 21:55:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5451e0d924 
					 
					
						
						
							
							add ssl23_peek  
						
						 
						
						
						
						
					 
					
						2001-03-08 21:54:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4ea3855514 
					 
					
						
						
							
							Avoid problems with multi-line NAME sections.  
						
						 
						
						
						
						
					 
					
						2001-03-08 21:52:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20a9b1a7cf 
					 
					
						
						
							
							Too many dollars...  
						
						 
						
						
						
						
					 
					
						2001-03-08 21:12:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						156e85578d 
					 
					
						
						
							
							Implement EC_GFp_mont_method.  
						
						 
						
						
						
						
					 
					
						2001-03-08 20:55:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b28ec12420 
					 
					
						
						
							
							Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for example)  
						
						 
						
						
						
						
					 
					
						2001-03-08 19:34:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bb62a8b0c5 
					 
					
						
						
							
							More method functions for elliptic curves,  
						
						 
						
						... 
						
						
						
						and an ectest.c that actually tests something. 
						
						
					 
					
						2001-03-08 19:14:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a75d8bebd2 
					 
					
						
						
							
							Bugfix: previously the serial number file could turn negative  
						
						 
						
						... 
						
						
						
						because an incompletely initialized ASN1_INTEGER was used. 
						
						
					 
					
						2001-03-08 19:13:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b72ff47037 
					 
					
						
						
							
							Add newly learned knowledge from yesterday's discussion.  
						
						 
						
						
						
						
					 
					
						2001-03-08 17:24:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a2b03690a8 
					 
					
						
						
							
							Write a small comment so we know...  
						
						 
						
						
						
						
					 
					
						2001-03-08 17:22:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						abb48d5a5f 
					 
					
						
						
							
							Build ectest too.  
						
						 
						
						
						
						
					 
					
						2001-03-08 17:22:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e99546424 
					 
					
						
						
							
							Some EC function names are really long.  Make aliases for VMS on VAX.  
						
						 
						
						
						
						
					 
					
						2001-03-08 17:20:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						bd9e2e4c53 
					 
					
						
						
							
							note the rand_win.c change  
						
						 
						
						
						
						
					 
					
						2001-03-08 17:00:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ff612904d2 
					 
					
						
						
							
							Comment  
						
						 
						
						
						
						
					 
					
						2001-03-08 16:53:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						429cf462d0 
					 
					
						
						
							
							old MSVC versions don't have rdtsc  
						
						 
						
						... 
						
						
						
						use _emit instead
Pointed out by Jeremy Cooper <jeremy@baymoo.org > 
						
						
					 
					
						2001-03-08 16:46:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c62b26fdc6 
					 
					
						
						
							
							Hide BN_CTX structure details.  
						
						 
						
						... 
						
						
						
						Incease the number of BIGNUMs in a BN_CTX. 
						
						
					 
					
						2001-03-08 15:56:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e0a9ba9c3c 
					 
					
						
						
							
							VMS catches up on the EC modifications.  
						
						 
						
						
						
						
					 
					
						2001-03-08 14:40:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2dc769a1c1 
					 
					
						
						
							
							Make EVP_Digest*() routines return a value.  
						
						 
						
						... 
						
						
						
						TODO: update docs, and make soe other routines
which use EVP_Digest*() check return codes. 
						
						
					 
					
						2001-03-08 14:04:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4f98cbabde 
					 
					
						
						
							
							avoid compiler warning  
						
						 
						
						
						
						
					 
					
						2001-03-08 14:02:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						98499135d7 
					 
					
						
						
							
							Constify BN_value_one.  
						
						 
						
						
						
						
					 
					
						2001-03-08 13:58:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3285076c8e 
					 
					
						
						
							
							Integrate ec_err.[co].  
						
						 
						
						... 
						
						
						
						"make depend" 
						
						
					 
					
						2001-03-08 12:30:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3b4cfea688 
					 
					
						
						
							
							Throw out *all* absolute pathnames, not matter what they look like.  
						
						 
						
						... 
						
						
						
						The filenames we are interested in for Makefile dependencies
are always relative. 
						
						
					 
					
						2001-03-08 12:27:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						de10f6900d 
					 
					
						
						
							
							Sort openssl.ec, the configuration file for mkerr.pl.  
						
						 
						
						... 
						
						
						
						Change mkerr.pl so that it puts the ERR_load_..._strings()
prototype in header files that it writes. 
						
						
					 
					
						2001-03-08 12:14:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						adfe54b7be 
					 
					
						
						
							
							Integrate ectest.c (which does not yet do anything).  
						
						 
						
						
						
						
					 
					
						2001-03-08 11:59:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b576337e8b 
					 
					
						
						
							
							Order ERR_load_... calls like the stuff in err.h.  
						
						 
						
						
						
						
					 
					
						2001-03-08 11:59:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4de633dd5f 
					 
					
						
						
							
							Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.  
						
						 
						
						... 
						
						
						
						(It cannot possibly help to avoid duplicate 'name of file' strings
in object files because the preprocessor does not work at object file
level.) 
						
						
					 
					
						2001-03-08 11:45:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						91f29a38a0 
					 
					
						
						
							
							Let EC_POINT_copy do nothing if dest==src  
						
						 
						
						
						
						
					 
					
						2001-03-08 11:18:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1d5bd6cf71 
					 
					
						
						
							
							More 'TODO' items.  
						
						 
						
						
						
						
					 
					
						2001-03-08 11:16:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						226cc7ded4 
					 
					
						
						
							
							More method functions for EC_GFp_simple_method.  
						
						 
						
						
						
						
					 
					
						2001-03-08 01:23:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e869d4bd32 
					 
					
						
						
							
							More method functions.  
						
						 
						
						
						
						
					 
					
						2001-03-07 20:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60428dbf0a 
					 
					
						
						
							
							Some actual method functions (not enough yet to use the EC library, though),  
						
						 
						
						... 
						
						
						
						including EC arithmetics derived from Lenka Fibikova's code (with some
additional optimizations). 
						
						
					 
					
						2001-03-07 19:54:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						70d70a3c81 
					 
					
						
						
							
							Code for better build under Darwin (MacOS X).  
						
						 
						
						... 
						
						
						
						Submitted by Brad Dominy <jdominy@darwinuser.org > 
						
						
					 
					
						2001-03-07 10:04:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f1f25544e0 
					 
					
						
						
							
							..._init functions are method-specific too  
						
						 
						
						... 
						
						
						
						(they can't do much useful, but they will have to set pointers
to NULL) 
						
						
					 
					
						2001-03-07 09:53:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2e0db07627 
					 
					
						
						
							
							Optimized EC_METHODs need specific 'set_curve' and 'free' functions.  
						
						 
						
						
						
						
					 
					
						2001-03-07 09:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						58fc62296f 
					 
					
						
						
							
							The next bunch of vaporware.  
						
						 
						
						
						
						
					 
					
						2001-03-07 09:29:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						df9cc1535e 
					 
					
						
						
							
							extra_data 'mixin'.  
						
						 
						
						... 
						
						
						
						(This will be used for Lim/Lee precomputation data.) 
						
						
					 
					
						2001-03-07 09:03:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c4b36ff474 
					 
					
						
						
							
							Oops ...  
						
						 
						
						
						
						
					 
					
						2001-03-07 01:41:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f418f8c17c 
					 
					
						
						
							
							In clear_free, clear the complete structure just in case  
						
						 
						
						... 
						
						
						
						the method misses something. 
						
						
					 
					
						2001-03-07 01:37:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5277d7cb7c 
					 
					
						
						
							
							Fix ERR_R_... problems.  
						
						 
						
						
						
						
					 
					
						2001-03-07 01:19:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0657bf9c14 
					 
					
						
						
							
							Implement dispatcher for EC_GROUP and EC_POINT method functions.  
						
						 
						
						... 
						
						
						
						Initial EC_GROUP_new_curve_GFp implementation. 
						
						
					 
					
						2001-03-07 01:17:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5b438e9b0f 
					 
					
						
						
							
							Add a few 'const's  
						
						 
						
						
						
						
					 
					
						2001-03-06 22:30:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7b4c588f58 
					 
					
						
						
							
							Forgot a '$'.  
						
						 
						
						
						
						
					 
					
						2001-03-06 15:36:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1d00800e88 
					 
					
						
						
							
							Change obj_... generation so that it does not generate rubbish or  
						
						 
						
						... 
						
						
						
						abort with errors if no name is defined for some object, which was the
case for 'pilotAttributeType 27'.
Also avoid this very situation by assigning the name
'pilotAttributeType27'. 
						
						
					 
					
						2001-03-06 08:58:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						774530f412 
					 
					
						
						
							
							'is_at_infinity' tests don't need a BN_CTX.  
						
						 
						
						
						
						
					 
					
						2001-03-06 08:55:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fb171e534e 
					 
					
						
						
							
							New function declarations.  
						
						 
						
						
						
						
					 
					
						2001-03-06 07:01:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7d7db13e67 
					 
					
						
						
							
							Add BN_CTX arguments where appropriate.  
						
						 
						
						... 
						
						
						
						Rename 'EC_GROUP_set'-related functions to names similar to 'EC_GROUP_set_curve'
because they don't care about the generator.
Add new functions. 
						
						
					 
					
						2001-03-06 06:20:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						45abac85a9 
					 
					
						
						
							
							DEC  
						
						 
						
						
						
						
					 
					
						2001-03-06 03:26:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24b8dc9a55 
					 
					
						
						
							
							Add EC_GROUP_new_GFp prototype.  
						
						 
						
						
						
						
					 
					
						2001-03-05 22:29:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d8c79c7f72 
					 
					
						
						
							
							Change comments.  
						
						 
						
						
						
						
					 
					
						2001-03-05 21:59:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3a12ce0137 
					 
					
						
						
							
							Some declarations that outline what I intend to implement.  
						
						 
						
						
						
						
					 
					
						2001-03-05 21:54:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9bd35f6376 
					 
					
						
						
							
							Update the VMS build scripts for EC  
						
						 
						
						
						
						
					 
					
						2001-03-05 21:17:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						62763f682b 
					 
					
						
						
							
							Another file I had forgotten to add.  
						
						 
						
						
						
						
					 
					
						2001-03-05 20:32:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						38e3c5815c 
					 
					
						
						
							
							Add yet another (still empty) source code file that I forgot.  
						
						 
						
						
						
						
					 
					
						2001-03-05 20:31:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f8fe20e0d9 
					 
					
						
						
							
							Add more EC vaporware (empty source code files I missed in my  
						
						 
						
						... 
						
						
						
						previous commit). 
						
						
					 
					
						2001-03-05 20:14:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						65e8167079 
					 
					
						
						
							
							Move ec.h to ec2.h because it is not compatible with what we will use.  
						
						 
						
						... 
						
						
						
						Add EC vaporware: change relevant Makefiles and add some empty source
files.
"make update". 
						
						
					 
					
						2001-03-05 20:13:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						757a8b4621 
					 
					
						
						
							
							Document the SSLv2 session reuse fix.  
						
						 
						
						
						
						
					 
					
						2001-03-05 13:59:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5cac59b6c1 
					 
					
						
						
							
							Add the possibility for option macros and start using it to indicate  
						
						 
						
						... 
						
						
						
						for Windows compilations if DLL linkage is required or not. 
						
						
					 
					
						2001-03-05 13:45:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bad4058574 
					 
					
						
						
							
							New option '-subj arg' for 'openssl req' and 'openssl ca'.  This  
						
						 
						
						... 
						
						
						
						sets the subject name for a new request or supersedes the
subject name in a given request.
Add options '-batch' and '-verbose' to 'openssl req'.
Submitted by: Massimiliano Pala <madwolf@hackmasters.net >
Reviewed by: Bodo Moeller 
						
						
					 
					
						2001-03-05 11:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d8c2adae57 
					 
					
						
						
							
							increase emailAddress_max  
						
						 
						
						
						
						
					 
					
						2001-03-04 01:33:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						786e0c2424 
					 
					
						
						
							
							EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.  
						
						 
						
						... 
						
						
						
						The computations for which h was used can be done more efficiently
by using BN_rshift1. 
						
						
					 
					
						2001-03-03 15:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						794103d285 
					 
					
						
						
							
							For SSLv2, return the SSLv2 method, not the SSLv23 method.  This way,  
						
						 
						
						... 
						
						
						
						it's possible to reuse an SSLv2 session. 
						
						
					 
					
						2001-03-02 12:17:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c454dbcd32 
					 
					
						
						
							
							Sort platforms lexicographically as well.  Also, support more than two  
						
						 
						
						... 
						
						
						
						variants of a symbol. 
						
						
					 
					
						2001-03-02 12:14:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f3a3106807 
					 
					
						
						
							
							Spelling corrected.  
						
						 
						
						
						
						
					 
					
						2001-03-02 10:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						62dc5aad06 
					 
					
						
						
							
							Introduce the possibility to access global variables through  
						
						 
						
						... 
						
						
						
						functions on platform were that's the best way to handle exporting
global variables in shared libraries.  To enable this functionality,
one must configure with "EXPORT_VAR_AS_FN" or defined the C macro
"OPENSSL_EXPORT_VAR_AS_FUNCTION" in crypto/opensslconf.h (the latter
is normally done by Configure or something similar).
To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
in the source file (foo.c) like this:
	OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
	OPENSSL_IMPLEMENT_GLOBAL(double,bar);
To declare a global variable, use the macros OPENSSL_DECLARE_GLOBAL
and OPENSSL_GLOBAL_REF in the header file (foo.h) like this:
	OPENSSL_DECLARE_GLOBAL(int,foo);
	#define foo OPENSSL_GLOBAL_REF(foo)
	OPENSSL_DECLARE_GLOBAL(double,bar);
	#define bar OPENSSL_GLOBAL_REF(bar)
The #defines are very important, and therefore so is including the
header file everywere where the defined globals are used.
The macro OPENSSL_EXPORT_VAR_AS_FUNCTION also affects the definition
of ASN.1 items, but that structure is a bt different.
The largest change is in util/mkdef.pl which has been enhanced with
better and easier to understand logic to choose which symbols should
go into the Windows .def files as well as a number of fixes and code
cleanup (among others, algorithm keywords are now sorted
lexicographically to avoid constant rewrites). 
						
						
					 
					
						2001-03-02 10:38:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						45ecfb1973 
					 
					
						
						
							
							Typo, spotted by "Greg Stark" <gstark@ethentica.com>.  
						
						 
						
						
						
						
					 
					
						2001-03-01 16:50:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f23478c314 
					 
					
						
						
							
							Fix bug in copy_email() which would not  
						
						 
						
						... 
						
						
						
						find emailAddress at start of subject name. 
						
						
					 
					
						2001-03-01 13:32:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3d2e469cfa 
					 
					
						
						
							
							Fix a bug which caused BN_div to produce the  
						
						 
						
						... 
						
						
						
						wrong result if rm==num and num < 0. 
						
						
					 
					
						2001-02-28 00:51:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						bf401a2aef 
					 
					
						
						
							
							%f conversion bug fix  
						
						 
						
						... 
						
						
						
						Submitted by: Henrik Eriksson <henrik.eriksson@axis.com > 
						
						
					 
					
						2001-02-27 23:59:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						06a2b07bb0 
					 
					
						
						
							
							don't read from tty in test mode  
						
						 
						
						
						
						
					 
					
						2001-02-27 21:10:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8700e7b3cf 
					 
					
						
						
							
							run self-test with no-krb5  
						
						 
						
						
						
						
					 
					
						2001-02-27 21:05:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f19d42e9d 
					 
					
						
						
							
							MacOSX doesn't have ftime().  
						
						 
						
						... 
						
						
						
						Spotted by Pieter Bowman <bowman@math.utah.edu > 
						
						
					 
					
						2001-02-27 08:14:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7bbd31efe 
					 
					
						
						
							
							Typo in comment.  
						
						 
						
						
						
						
					 
					
						2001-02-26 23:34:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						fafc7f9875 
					 
					
						
						
							
							Enhance OCSP_request_verify() so it finds the signers certificate  
						
						 
						
						... 
						
						
						
						properly and supports several flags. 
						
						
					 
					
						2001-02-26 14:17:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d88a26c489 
					 
					
						
						
							
							make update  
						
						 
						
						... 
						
						
						
						Note that all *_it variables are suddenly non-existant according to
libeay.num.  This is a bug that will be corrected.  Please be patient. 
						
						
					 
					
						2001-02-26 10:54:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						64b48877fa 
					 
					
						
						
							
							Add the CCITT pilot directory OIDs.  
						
						 
						
						
						
						
					 
					
						2001-02-26 10:27:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b31cc2d9f7 
					 
					
						
						
							
							Trap an invalid ASN1_ITEM construction and print out  
						
						 
						
						... 
						
						
						
						the errant field for more ASN1 error conditions. 
						
						
					 
					
						2001-02-25 14:11:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f196522159 
					 
					
						
						
							
							New function and options to check OCSP response validity.  
						
						 
						
						
						
						
					 
					
						2001-02-24 13:50:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4ff18c8c3e 
					 
					
						
						
							
							Print out OID of unknown signature or public key  
						
						 
						
						... 
						
						
						
						algorithms. 
						
						
					 
					
						2001-02-24 01:42:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						db4a465974 
					 
					
						
						
							
							Stop PKCS7_verify() core dumping with unknown public  
						
						 
						
						... 
						
						
						
						key algorithms and leaking if the signature verify
fails. 
						
						
					 
					
						2001-02-24 01:38:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						3cdc8ad07a 
					 
					
						
						
							
							Describe new callback for session id generation.  
						
						 
						
						
						
						
					 
					
						2001-02-23 21:38:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						2c1571b4ff 
					 
					
						
						
							
							SSL_get_version() was an easy one :-)  
						
						 
						
						
						
						
					 
					
						2001-02-23 21:05:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6767a53669 
					 
					
						
						
							
							That statement seems to be not true. In fact, I have said that I would  
						
						 
						
						... 
						
						
						
						like to use libtool, but not automake.
Let's investigate that further, or leave the question open for now. 
						
						
					 
					
						2001-02-23 18:22:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ba93fd6a38 
					 
					
						
						
							
							autoconf would be useful...  
						
						 
						
						
						
						
					 
					
						2001-02-23 18:00:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d7c06e9ec7 
					 
					
						
						
							
							Make OCSP cert id code tolerate a missing issuer certificate  
						
						 
						
						... 
						
						
						
						or serial number. 
						
						
					 
					
						2001-02-23 13:04:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						386828d029 
					 
					
						
						
							
							Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.  
						
						 
						
						
						
						
					 
					
						2001-02-23 13:02:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d339187b1a 
					 
					
						
						
							
							Get rid of ASN1_ITEM_FUNCTIONS dummy function  
						
						 
						
						... 
						
						
						
						prototype hack. This unfortunately means that
every ASN1_*_END construct cannot have a
trailing ; 
						
						
					 
					
						2001-02-23 12:47:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						61fca8b69b 
					 
					
						
						
							
							make depend.  
						
						 
						
						
						
						
					 
					
						2001-02-23 11:57:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bb5ea36b96 
					 
					
						
						
							
							Initial support for ASN1_ITEM_FUNCTION option to  
						
						 
						
						... 
						
						
						
						change the way ASN1 modules are exported.
Still needs a bit of work for example the hack which a
dummy function prototype to avoid compilers warning about
multiple ;s. 
						
						
					 
					
						2001-02-23 03:16:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						e3a9164073 
					 
					
						
						
							
							I missed one.  
						
						 
						
						
						
						
					 
					
						2001-02-23 00:09:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f85c9904c6 
					 
					
						
						
							
							Fix an oversight - when checking a potential session ID for conflicts with  
						
						 
						
						... 
						
						
						
						an SSL_CTX's session cache, it is necessary to compare the ssl_version at
the same time (a conflict is defined, courtesy of SSL_SESSION_cmp(), as a
matching id/id_length pair and a matching ssl_version). However, the
SSL_SESSION that will result from the current negotiation does not
necessarily have the same ssl version as the "SSL_METHOD" in use by the
SSL_CTX - part of the work in a handshake is to agree on an ssl version!
This is fixed by having the check function accept an SSL pointer rather
than the SSL_CTX it belongs to.
[Thanks to Lutz for illuminating the full extent of my stupidity] 
						
						
					 
					
						2001-02-23 00:02:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48bf4aae24 
					 
					
						
						
							
							Define the right macro for Linux and other GNU-based systems to get a correct declaration of strdup()  
						
						 
						
						
						
						
					 
					
						2001-02-22 18:03:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6231576088 
					 
					
						
						
							
							e_os.h defines Getenv()  
						
						 
						
						
						
						
					 
					
						2001-02-22 17:59:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4270144b39 
					 
					
						
						
							
							CONF_METHOD is one of the few places where you find MS_FAR.  I can't  
						
						 
						
						... 
						
						
						
						really see why we need to define these function pointers with MS_FAR
if it's not done cosistently everywhere.
If we decide to support MS_FAR modifiers, it's better to have the
named something more unique for OpenSSL and to define them in e_os2.h. 
						
						
					 
					
						2001-02-22 17:41:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5031a89dc3 
					 
					
						
						
							
							Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications thathaven't yet been changed  
						
						 
						
						
						
						
					 
					
						2001-02-22 17:36:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bbd1c84e6e 
					 
					
						
						
							
							e_os.h problems have been solved in the main branch.  
						
						 
						
						
						
						
					 
					
						2001-02-22 15:10:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a2cf08cc23 
					 
					
						
						
							
							undo previous change: "e_os.h" is now the official name for the file  
						
						 
						
						... 
						
						
						
						to include (but the OpenSSL_0_9_6-stable branche still has
inconsistencies) 
						
						
					 
					
						2001-02-22 15:08:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d3a73875e2 
					 
					
						
						
							
							include e_os.h as "openssl/e_os.h" (as elsewhere)  
						
						 
						
						
						
						
					 
					
						2001-02-22 14:58:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						41d2a336ee 
					 
					
						
						
							
							e_os.h does not belong with the exported headers.  Do not put it there  
						
						 
						
						... 
						
						
						
						and make all files the depend on it include it without prefixing it
with openssl/.
This means that all Makefiles will have $(TOP) as one of the include
directories. 
						
						
					 
					
						2001-02-22 14:45:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						627774fd87 
					 
					
						
						
							
							Since RAND_file_name() uses strlen, make sure the number that's  
						
						 
						
						... 
						
						
						
						compared to it has the type size_t.  Included the needed headers to
make that happen. 
						
						
					 
					
						2001-02-22 14:40:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a5bc1e8568 
					 
					
						
						
							
							Use e_os2.h rather than opensslconf.h, since some needed macros are  
						
						 
						
						... 
						
						
						
						defined there. 
						
						
					 
					
						2001-02-22 14:37:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c38171ba1f 
					 
					
						
						
							
							Exported header files should not include e_os.h.  
						
						 
						
						
						
						
					 
					
						2001-02-22 14:27:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb3ee8e75d 
					 
					
						
						
							
							Since opensslconf.h might be included over and over, undefine  
						
						 
						
						... 
						
						
						
						OPENSSL_UNISTD before redefining it, to avoid compiler warnings. 
						
						
					 
					
						2001-02-22 14:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						32654e792b 
					 
					
						
						
							
							One indirection level too little compared to the  
						
						 
						
						... 
						
						
						
						pre-CRYPTO_MEM_LEAK_CB time. 
						
						
					 
					
						2001-02-22 14:23:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						19f2192136 
					 
					
						
						
							
							Windows does not know of strigs.h or strcasecmp, so when in Windows,  
						
						 
						
						... 
						
						
						
						make strcasecmp a macro to _stricmp. 
						
						
					 
					
						2001-02-22 14:21:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1961b327eb 
					 
					
						
						
							
							Always include opensslconf.h, even if it's already been done before.  
						
						 
						
						... 
						
						
						
						The reason is that some parts are only included when certain other
include files have been included.
Also, it seems that the rest of the OpenSSL code assumes that all
kinds of M$ Windows are MSDOS as well... 
						
						
					 
					
						2001-02-22 13:59:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2ae87d465e 
					 
					
						
						
							
							When inside a #if 0..#endif, do not define anything.  
						
						 
						
						
						
						
					 
					
						2001-02-22 13:24:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e3ef8d2e6b 
					 
					
						
						
							
							Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,  
						
						 
						
						... 
						
						
						
						there's no point creating an alias for it. 
						
						
					 
					
						2001-02-22 13:22:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						65a87c7d01 
					 
					
						
						
							
							Include e_os2.h instead of opensslconf.h.  
						
						 
						
						... 
						
						
						
						SSL_add_dir_cert_subjects_to_stack is not implemented on WIN32 and
VMS, so declare it the same way. 
						
						
					 
					
						2001-02-22 13:19:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						72e3c20c14 
					 
					
						
						
							
							Rebuild ASN1 error codes to remove unused function and reason codes.  
						
						 
						
						
						
						
					 
					
						2001-02-22 00:39:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ec0f19597e 
					 
					
						
						
							
							If a callback is generating a new session ID for SSLv2, then upon exiting,  
						
						 
						
						... 
						
						
						
						the ID will be padded out to 16 bytes if the callback attempted to generate
a shorter one. The problem is that the uniqueness checking function used in
callbacks may mistakenly think a 9-byte ID is unique when in fact its
padded 16-byte version is not. This makes the checking function detect
SSLv2 cases, and ensures the padded form is checked rather than the shorter
one passed by the callback. 
						
						
					 
					
						2001-02-21 21:38:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						fa2b8db499 
					 
					
						
						
							
							Note changes re: session ID generation callbacks, etc.  
						
						 
						
						
						
						
					 
					
						2001-02-21 18:48:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1aa0d94781 
					 
					
						
						
							
							This adds command-line support to s_server for controlling the generation  
						
						 
						
						... 
						
						
						
						of session IDs. Namely, passing "-id_prefix <text>" will set a
generate_session_id() callback that generates session IDs as random data
with <text> block-copied over the top of the start of the ID. This can be
viewed by watching the session ID s_client's output when it connects.
This is mostly useful for testing any SSL/TLS code (eg. proxies) that wish
to deal with multiple servers, when each of which might be generating a
unique range of session IDs (eg. with a certain prefix). 
						
						
					 
					
						2001-02-21 18:38:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						dc644fe229 
					 
					
						
						
							
							This change allows a callback to be used to override the generation of  
						
						 
						
						... 
						
						
						
						SSL/TLS session IDs in a server. According to RFC2246, the session ID is an
arbitrary value chosen by the server. It can be useful to have some control
over this "arbitrary value" so as to choose it in ways that can aid in
things like external session caching and balancing (eg. clustering). The
default session ID generation is to fill the ID with random data.
The callback used by default is built in to ssl_sess.c, but registering a
callback in an SSL_CTX or in a particular SSL overrides this. BTW: SSL
callbacks will override SSL_CTX callbacks, and a new SSL structure inherits
any callback set in its 'parent' SSL_CTX. The header comments describe how
this mechanism ticks, and source code comments describe (hopefully) why it
ticks the way it does.
Man pages are on the way ...
[NB: Lutz was also hacking away and helping me to figure out how best to do
this.] 
						
						
					 
					
						2001-02-21 18:06:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						47ddf355b4 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-02-21 17:43:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						941181ec0f 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2001-02-21 14:12:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d399fdf877 
					 
					
						
						
							
							Modify mkdef.pl to recognise and parse prprocessor conditionals of the  
						
						 
						
						... 
						
						
						
						form '#if defined(...) || defined(...) || ...' and '#if !defined(...)
&& !defined(...) && ...'.  This also avoids the growing number of
special cases it was previously handling (some of them wrongly). 
						
						
					 
					
						2001-02-21 14:12:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						487550b61d 
					 
					
						
						
							
							I had forgotten to change mkerr.pl to use the new macro system.  
						
						 
						
						
						
						
					 
					
						2001-02-21 12:03:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						35618bf6ad 
					 
					
						
						
							
							strdup() is a X/Open extension.  
						
						 
						
						
						
						
					 
					
						2001-02-20 20:00:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						460fe31f0c 
					 
					
						
						
							
							With later version of DEC C on VMS, some functions (strcmp(), for  
						
						 
						
						... 
						
						
						
						example) are declared with some extra linkage information.  This
generates a warning when using the function name as a value to a
regular function pointer with the "correct" definition of the
function.  Therefore, use a macro to cast the appropriate function on
VMS. 
						
						
					 
					
						2001-02-20 19:13:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14565bedaf 
					 
					
						
						
							
							Some functions, like strdup() and strcasecmp(), are defined in  
						
						 
						
						... 
						
						
						
						strings.h according to X/Open. 
						
						
					 
					
						2001-02-20 19:05:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						02cc82ff8a 
					 
					
						
						
							
							I forgot there was a reason why the inclusions and definition of u_int  
						
						 
						
						... 
						
						
						
						was made in a certain sequence.  This change restores the earlier
"chain of command". 
						
						
					 
					
						2001-02-20 17:37:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						38f3b3e29c 
					 
					
						
						
							
							OpenVMS catches up.  
						
						 
						
						
						
						
					 
					
						2001-02-20 17:14:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4dc719fc37 
					 
					
						
						
							
							The callbacks in the NAME_FUNCS structure are not used directly as LHASH  
						
						 
						
						... 
						
						
						
						callbacks, and their prototypes were consistent as they were. These casts
need reversing.
Also, I personally find line breaks during parameter lists (ie a line
ending in a comma) easier to read at a glance than line breaks at the end
of a function call and before a dereference on the return value (ie a line
ending in a closed-bracket followed by a line starting with "->"). 
						
						
					 
					
						2001-02-20 16:31:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						48f2ef8d00 
					 
					
						
						
							
							make it a loop as in dsa  
						
						 
						
						
						
						
					 
					
						2001-02-20 16:17:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						be1bd9239f 
					 
					
						
						
							
							Get e_os2.h to get all the system definitions correctly.  
						
						 
						
						
						
						
					 
					
						2001-02-20 14:07:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b8feddae71 
					 
					
						
						
							
							Get the right cast for lhash callback functions.  
						
						 
						
						
						
						
					 
					
						2001-02-20 14:00:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a9daa46758 
					 
					
						
						
							
							Include string.h so mem*() functions get properly declared.  
						
						 
						
						
						
						
					 
					
						2001-02-20 13:41:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						569afce4b0 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
						
					 
					
						2001-02-20 13:30:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a9aa3d580c 
					 
					
						
						
							
							A new bunch of too long symbols to hack.  
						
						 
						
						... 
						
						
						
						OCSP_CRLID_new and OCSP_crlID_new clash on case-insensitive systems. 
						
						
					 
					
						2001-02-20 13:26:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56a6ccc84f 
					 
					
						
						
							
							DEC C on VMS is pedantic by definition.  
						
						 
						
						
						
						
					 
					
						2001-02-20 13:24:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03c4d82fa1 
					 
					
						
						
							
							Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS  
						
						 
						
						... 
						
						
						
						get a chance to be defined.
Make a batter file name translator (uhm, no, that's not the finished
variant :-)). 
						
						
					 
					
						2001-02-20 13:23:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ab1a39181 
					 
					
						
						
							
							Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS  
						
						 
						
						... 
						
						
						
						get a chance to be defined. 
						
						
					 
					
						2001-02-20 13:22:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56dde3ebe6 
					 
					
						
						
							
							Include opensslconf.h or the like early to make sure system macros get  
						
						 
						
						... 
						
						
						
						correctly defined. 
						
						
					 
					
						2001-02-20 13:11:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6525ced540 
					 
					
						
						
							
							Let VMS catch up.  
						
						 
						
						
						
						
					 
					
						2001-02-20 13:10:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						32d0ad41a4 
					 
					
						
						
							
							DEC C on VMS is pedantic by definition.  
						
						 
						
						
						
						
					 
					
						2001-02-20 13:06:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e28e42a549 
					 
					
						
						
							
							Use sk_*_new_null() instead of sk_*_new(NULL).  That avoids getting  
						
						 
						
						... 
						
						
						
						lots of silly warnings from the compiler. 
						
						
					 
					
						2001-02-20 13:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ff055b5c89 
					 
					
						
						
							
							honour '-no_tmp_rsa'  
						
						 
						
						
						
						
					 
					
						2001-02-20 12:59:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d8770f3ece 
					 
					
						
						
							
							Include string.h so mem* functions get properly declared.  
						
						 
						
						
						
						
					 
					
						2001-02-20 12:51:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4981372d03 
					 
					
						
						
							
							Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS  
						
						 
						
						... 
						
						
						
						get a chance to be defined. 
						
						
					 
					
						2001-02-20 12:44:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3ebac273f5 
					 
					
						
						
							
							Include string.h so mem* functions get properly declared.  
						
						 
						
						
						
						
					 
					
						2001-02-20 12:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5af18f65f4 
					 
					
						
						
							
							Use 0 instead of NULL, at least for function casts, since there are  
						
						 
						
						... 
						
						
						
						variants of stdio.h that define NULL in such a way that it's "unsafe"
to use for function pointer casting. 
						
						
					 
					
						2001-02-20 12:40:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a9b34991d9 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2001-02-20 11:36:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bc36ee6227 
					 
					
						
						
							
							Use new-style system-id macros everywhere possible.  I hope I haven't  
						
						 
						
						... 
						
						
						
						missed any.
This compiles and runs on Linux, and external applications have no
problems with it.  The definite test will be to build this on VMS. 
						
						
					 
					
						2001-02-20 08:13:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f2bc668429 
					 
					
						
						
							
							Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.  
						
						 
						
						... 
						
						
						
						Mention BN_[pseudo_]rand with top=-1 in CHANGES. 
						
						
					 
					
						2001-02-20 08:10:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8120813066 
					 
					
						
						
							
							Use new-style system-id macros.  
						
						 
						
						
						
						
					 
					
						2001-02-20 07:43:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7242cd8f8f 
					 
					
						
						
							
							I'm sick of the warnings about long long...  
						
						 
						
						
						
						
					 
					
						2001-02-20 07:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						12c2fe8d53 
					 
					
						
						
							
							Use BN_rand_range().  
						
						 
						
						
						
						
					 
					
						2001-02-20 00:43:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						28143c66e1 
					 
					
						
						
							
							Fix warning.  
						
						 
						
						
						
						
					 
					
						2001-02-20 00:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						335c4f0966 
					 
					
						
						
							
							BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.  
						
						 
						
						
						
						
					 
					
						2001-02-20 00:23:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5003a61b9f 
					 
					
						
						
							
							note OPENSSL_issetugid().  
						
						 
						
						
						
						
					 
					
						2001-02-19 23:58:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7bd51947e5 
					 
					
						
						
							
							Temporary fix for build break.  
						
						 
						
						... 
						
						
						
						It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing. 
						
						
					 
					
						2001-02-19 23:42:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4901b41653 
					 
					
						
						
							
							Make sure time() is properly declared.  
						
						 
						
						
						
						
					 
					
						2001-02-19 22:47:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						74cd365b03 
					 
					
						
						
							
							Use the new-style system-identity macros.  
						
						 
						
						
						
						
					 
					
						2001-02-19 22:04:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2affbab9fc 
					 
					
						
						
							
							I forgot to document the system identification macros  
						
						 
						
						
						
						
					 
					
						2001-02-19 16:15:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cf1b7d9664 
					 
					
						
						
							
							Make all configuration macros available for application by making  
						
						 
						
						... 
						
						
						
						sure they are available in opensslconf.h, by giving them names starting
with "OPENSSL_" to avoid conflicts with other packages and by making
sure e_os2.h will cover all platform-specific cases together with
opensslconf.h.
I've checked fairly well that nothing breaks with this (apart from
external software that will adapt if they have used something like
NO_KRB5), but I can't guarantee it completely, so a review of this
change would be a good thing. 
						
						
					 
					
						2001-02-19 16:06:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						649c5a2b09 
					 
					
						
						
							
							Remove temporary files when done.  
						
						 
						
						
						
						
					 
					
						2001-02-19 15:23:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						07247321c6 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2001-02-19 14:00:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c43540433 
					 
					
						
						
							
							An obvious but hard-to-see cut'n'paste error corrected.  
						
						 
						
						
						
						
					 
					
						2001-02-19 13:57:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						acba75c59d 
					 
					
						
						
							
							New -set_serial options to 'req' and 'x509'.  
						
						 
						
						... 
						
						
						
						Remove the old broken bio read of serial numbers in the 'ca' index
file. This would choke if a revoked certificate was specified with
a negative serial number.
Fix typo in uid.c 
						
						
					 
					
						2001-02-19 13:38:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						267a1927eb 
					 
					
						
						
							
							Do not insert things in syms{} and kind{} when parsing the header  
						
						 
						
						... 
						
						
						
						files.  Instead, insert proper information in the $def string, which
will be properly munged later on. 
						
						
					 
					
						2001-02-19 13:33:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b0c8638650 
					 
					
						
						
							
							Make the choice of "makedepend" program choosable through a switch.  
						
						 
						
						
						
						
					 
					
						2001-02-19 12:51:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b36c170d1b 
					 
					
						
						
							
							VMS follows suit.  
						
						 
						
						
						
						
					 
					
						2001-02-19 11:30:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						934397ec66 
					 
					
						
						
							
							Memory leak detection bugfixes for multi-threading.  
						
						 
						
						
						
						
					 
					
						2001-02-19 10:32:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0f8631495d 
					 
					
						
						
							
							Add uid.{c,o}  
						
						 
						
						
						
						
					 
					
						2001-02-19 10:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						95ffe86dbc 
					 
					
						
						
							
							Perl code patch contributed by "Kurt J. Pires" <kjpires@iat.com>  
						
						 
						
						... 
						
						
						
						His own words are:
The patch adds no new functionality (other than a simple test package)
to the libraries, but it allows them to be compiled with Perl5.6.0.
It has only been tested under "Red Hat Linux release 7.0 (Guinness)"
with the unpatched verion of OpenSSL 0.9.6 released last September. 
						
						
					 
					
						2001-02-19 09:29:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						87b79c3ef3 
					 
					
						
						
							
							Make it possible to use gcc to generate the dependency tables.  
						
						 
						
						
						
						
					 
					
						2001-02-16 13:55:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						52d160d85d 
					 
					
						
						
							
							ispell  
						
						 
						
						
						
						
					 
					
						2001-02-16 02:09:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						54ff1e6ae5 
					 
					
						
						
							
							pod format error  
						
						 
						
						
						
						
					 
					
						2001-02-16 01:44:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a6b7ffddac 
					 
					
						
						
							
							New options to 'ca' utility to support CRL entry extensions.  
						
						 
						
						... 
						
						
						
						Add revelant new X509V3 extensions.
Add OIDs.
Fix ASN1 memory leak code to pop info if external allocation used. 
						
						
					 
					
						2001-02-16 01:35:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f30d34f3a8 
					 
					
						
						
							
							Move entry to match chronologic orderering.  
						
						 
						
						
						
						
					 
					
						2001-02-15 14:18:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						84a2173797 
					 
					
						
						
							
							Don't forget to mention minor change.  
						
						 
						
						
						
						
					 
					
						2001-02-15 10:35:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						52b621db88 
					 
					
						
						
							
							Add "-rand" option to s_client and s_server.  
						
						 
						
						
						
						
					 
					
						2001-02-15 10:22:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a6ed5dd674 
					 
					
						
						
							
							That was misleading. The problem won't happen with 0.9.6a anyway.  
						
						 
						
						
						
						
					 
					
						2001-02-14 16:55:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1417f2dccb 
					 
					
						
						
							
							Include the newly reported problem with bc on FreeBSD 4.2.  
						
						 
						
						
						
						
					 
					
						2001-02-14 07:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f2e5ca84d4 
					 
					
						
						
							
							Option to disable standard block padding with EVP API.  
						
						 
						
						... 
						
						
						
						Add -nopad option to enc command.
Update docs. 
						
						
					 
					
						2001-02-14 02:11:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						36fafffae2 
					 
					
						
						
							
							New function OPENSSL_issetugid(). Needs more work.  
						
						 
						
						
						
						
					 
					
						2001-02-14 01:35:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cdc7b8cc60 
					 
					
						
						
							
							Initial OCSP SSL support.  
						
						 
						
						
						
						
					 
					
						2001-02-14 01:12:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						720235eeec 
					 
					
						
						
							
							IRIX bugfix  
						
						 
						
						
						
						
					 
					
						2001-02-14 00:14:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8e495e4ac7 
					 
					
						
						
							
							Finish first round of session cache documentation.  
						
						 
						
						
						
						
					 
					
						2001-02-13 14:00:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2afbd6fa08 
					 
					
						
						
							
							Update of linux-ppc.  Contributed by MATSUURA Takanori  
						
						 
						
						... 
						
						
						
						<t-matsuu@protein.osaka-u.ac.jp > 
						
						
					 
					
						2001-02-13 13:08:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						f282ca7413 
					 
					
						
						
							
							New manual page: SSL_CTX_set_mode.  
						
						 
						
						
						
						
					 
					
						2001-02-13 11:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						67c1801924 
					 
					
						
						
							
							New function OCSP_parse_url() and -url option for ocsp utility.  
						
						 
						
						... 
						
						
						
						Doesn't handle SSL URLs yet. 
						
						
					 
					
						2001-02-13 00:37:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						46a58ab946 
					 
					
						
						
							
							Modify OCSP nonce behaviour.  
						
						 
						
						
						
						
					 
					
						2001-02-12 23:28:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						94fcd01349 
					 
					
						
						
							
							Work around for libsafe "error".  
						
						 
						
						
						
						
					 
					
						2001-02-12 03:22:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						9a04387362 
					 
					
						
						
							
							Re-order a couple of static functions and "#if 0" out unused ones - this  
						
						 
						
						... 
						
						
						
						gets rid of gcc warnings. 
						
						
					 
					
						2001-02-12 02:30:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						282d8b1c38 
					 
					
						
						
							
							This change was a quick experiment that I'd wanted to try that works quite  
						
						 
						
						... 
						
						
						
						well (and is a good demonstration of how encapsulating the SSL in a
memory-based state machine can make it easier to apply to different
situations).
The change implements a new command-line switch "-flipped <0|1>" which, if
set to 1, reverses the usual interpretation of a client and server for SSL
tunneling. Normally, an ssl client (ie. "-server 0") accepts "cleartext"
connections and conducts SSL/TLS over a proxied connection acting as an SSL
client. Likewise, an ssl server (ie. "-server 1") accepts connections and
conducts SSL/TLS (as an SSL server) over them and passes "cleartext" over
the proxied connection. With "-flipped 1", an SSL client (specified with
"-server 0") in fact accepts SSL connections and proxies clear, whereas an
SSL server ("-server 1") accepts clear and proxies SSL. NB: most of this
diff is command-line handling, the actual meat of the change is simply the
line or two that plugs "clean" and "dirty" file descriptors into the item
that holds the state-machine - reverse them and you get the desired
behaviour.
This allows a network server to be an SSL client, and a network client to
be an SSL server. Apart from curiosity value, there's a couple of possibly
interesting applications - SSL/TLS is inherently vulnerable to trivial DoS
attacks, because the SSL server usually has to perform a private key
operation first, even if the client is authenticated. With this scenario,
the network client is the SSL server and performs the first private key
operation, whereas the network server serves as the SSL client. Another
possible application is when client-only authentication is required (ie.
the underlying protocol handles (or doesn't care about) authenticating the
server). Eg. an SSL/TLS version of 'ssh' could be concocted where the
client's signed certificate is used to validate login to a server system -
whether or not the client needs to validate who the server is can be
configured at the client end rather than at the server end (ie. a complete
inversion of what happens in normal SSL/TLS).
NB: This is just an experiment/play-thing, using "-flipped 1" probably
creates something that is interoperable with exactly nothing. :-) 
						
						
					 
					
						2001-02-12 02:28:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						41ecaba97e 
					 
					
						
						
							
							More about session caching.  
						
						 
						
						
						
						
					 
					
						2001-02-11 17:01:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						96dfab9e0e 
					 
					
						
						
							
							Include information that automatic query is a new feature.  
						
						 
						
						
						
						
					 
					
						2001-02-10 19:10:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1b65ce7db3 
					 
					
						
						
							
							Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.  
						
						 
						
						
						
						
					 
					
						2001-02-10 16:21:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7b9cb4a224 
					 
					
						
						
							
							Manual page for SSL_CTX_set_options(). Unfortunately for some of the  
						
						 
						
						... 
						
						
						
						options someone much longer working with OpenSSL/SSLeay is needed. 
						
						
					 
					
						2001-02-10 16:18:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bc2dfde4b3 
					 
					
						
						
							
							Oops: It's RegTP, not RegPT ...  
						
						 
						
						
						
						
					 
					
						2001-02-10 13:35:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ec9dc137e7 
					 
					
						
						
							
							Add German SiG root certificates (extracted from the official cert registry  
						
						 
						
						... 
						
						
						
						file http://www.nrca-ds.de/ftp/pkd.ttp , which contains a total of 288
certificates issued by the RegPT so far) 
						
						
					 
					
						2001-02-10 13:16:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						620cea37e0 
					 
					
						
						
							
							disable stdin buffering in load_cert  
						
						 
						
						
						
						
					 
					
						2001-02-10 13:12:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c15e036398 
					 
					
						
						
							
							use case-insensitive comparison in set_table_opts  
						
						 
						
						... 
						
						
						
						(similar to how arguments such as -inform/-outform specifications
are treated) 
						
						
					 
					
						2001-02-10 11:21:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ccb08f98ae 
					 
					
						
						
							
							Fix CRL printing to correctly show when there are no revoked certificates.  
						
						 
						
						... 
						
						
						
						Make ca.c correctly initialize the revocation date.
Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the
string type: so they can initialize ASN1_TIME structures properly. 
						
						
					 
					
						2001-02-10 00:56:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e306892994 
					 
					
						
						
							
							Simplify BN_rand_range  
						
						 
						
						
						
						
					 
					
						2001-02-10 00:34:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						836f996010 
					 
					
						
						
							
							New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override  
						
						 
						
						... 
						
						
						
						the clients choice; in SSLv2 the client uses the server's preferences. 
						
						
					 
					
						2001-02-09 19:56:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						1613c4d3bf 
					 
					
						
						
							
							Typo  
						
						 
						
						
						
						
					 
					
						2001-02-09 19:05:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b5f6d9dc6e 
					 
					
						
						
							
							Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.  
						
						 
						
						
						
						
					 
					
						2001-02-09 19:03:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c063f2c5ec 
					 
					
						
						
							
							Various Win32 related fixed. Make no-krb5 work in mkdef.pl .  
						
						 
						
						... 
						
						
						
						Fix warning in apps/engine.c
Remove definitions of deleted functions.
Add missing definition of X509_VAL. 
						
						
					 
					
						2001-02-09 18:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c47c619680 
					 
					
						
						
							
							Various updates to mkdef.pl to cope with new aes  
						
						 
						
						... 
						
						
						
						and ASN1 code. 
						
						
					 
					
						2001-02-09 13:16:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						93cd57a578 
					 
					
						
						
							
							fix editing error  
						
						 
						
						
						
						
					 
					
						2001-02-09 09:40:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						49ce63cd7c 
					 
					
						
						
							
							add linux-s390 configuration (based on information submitted by  
						
						 
						
						... 
						
						
						
						Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca >) 
						
						
					 
					
						2001-02-09 08:34:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b3f2e399d2 
					 
					
						
						
							
							Add missing \n's to ocsp usage message.  
						
						 
						
						
						
						
					 
					
						2001-02-09 03:09:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8c950429a9 
					 
					
						
						
							
							Allow various options to be included for signing and verify of  
						
						 
						
						... 
						
						
						
						OCSP responses.
Documentation to follow...
Urgh.. this conflicted with the -VAfile patch I hope I haven't
broken it. 
						
						
					 
					
						2001-02-08 19:36:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c2bf70a27c 
					 
					
						
						
							
							The check for request including a nonce and response not having it was  
						
						 
						
						... 
						
						
						
						inversed.  Corrected.  Hopefully, this will make it work without
dumping core. 
						
						
					 
					
						2001-02-08 19:28:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9235adbf47 
					 
					
						
						
							
							Add the -VAfile option to 'openssl ocsp'.  This option will give the  
						
						 
						
						... 
						
						
						
						client code certificates to use to only check response signatures.
I'm not entirely sure if the way I just implemented the verification
is the right way to do it, and would be happy if someone would like to
review this. 
						
						
					 
					
						2001-02-08 17:59:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a71b5abfa4 
					 
					
						
						
							
							use <= instead of ==  
						
						 
						
						
						
						
					 
					
						2001-02-08 17:45:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						928cc3a6de 
					 
					
						
						
							
							point out that RAND_load_file() etc are only for seed files, not for  
						
						 
						
						... 
						
						
						
						entropy devices or sockets. 
						
						
					 
					
						2001-02-08 17:22:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						466e4249ab 
					 
					
						
						
							
							Note that EGD is used automatically.  
						
						 
						
						
						
						
					 
					
						2001-02-08 17:16:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9fbc45b159 
					 
					
						
						
							
							cleanup  
						
						 
						
						
						
						
					 
					
						2001-02-08 17:14:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						792e2ce7f4 
					 
					
						
						
							
							Another comment change.  (Previous comment does not apply  
						
						 
						
						... 
						
						
						
						for range = 11000000... or range = 100000...) 
						
						
					 
					
						2001-02-08 12:34:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3952584571 
					 
					
						
						
							
							Change comments.  (The expected number of iterations in BN_rand_range  
						
						 
						
						... 
						
						
						
						never exceeds 1.333...). 
						
						
					 
					
						2001-02-08 12:27:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a5d2acfc79 
					 
					
						
						
							
							oops -- remove observation code  
						
						 
						
						
						
						
					 
					
						2001-02-08 12:24:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						35ed8cb8b6 
					 
					
						
						
							
							Integrate my implementation of a countermeasure against  
						
						 
						
						... 
						
						
						
						Bleichenbacher's DSA attack.  With this implementation, the expected
number of iterations never exceeds 2.
New semantics for BN_rand_range():
BN_rand_range(r, min, range) now generates r such that
     min <= r < min+range.
(Previously, BN_rand_range(r, min, max) generated r such that
     min <= r < max.
It is more convenient to have the range; also the previous
prototype was misleading because max was larger than
the actual maximum.) 
						
						
					 
					
						2001-02-08 12:14:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7edc5ed90a 
					 
					
						
						
							
							platform specific CFLAGS don't belong into this Makefile  
						
						 
						
						
						
						
					 
					
						2001-02-08 11:15:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						420125f996 
					 
					
						
						
							
							Update documentation to match the state at 0.9.6 _and_ the recent changes.  
						
						 
						
						
						
						
					 
					
						2001-02-08 10:42:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						57e7d3ce15 
					 
					
						
						
							
							Bleichenbacher's DSA attack  
						
						 
						
						
						
						
					 
					
						2001-02-07 22:24:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						a8ebe4697e 
					 
					
						
						
							
							Modify access to EGD socket to deal with EINTR etc that can appear  
						
						 
						
						... 
						
						
						
						during connect() and other calls. First seen on Unixware-7.
Unify access to EGD-socket for all RAND_egd_*() methods. 
						
						
					 
					
						2001-02-07 22:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						deb2c1a1c5 
					 
					
						
						
							
							Fix AES code.  
						
						 
						
						... 
						
						
						
						Update Rijndael source to v3.0
Add AES OIDs.
Change most references of Rijndael to AES.
Add new draft AES ciphersuites. 
						
						
					 
					
						2001-02-07 18:15:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d4219c485b 
					 
					
						
						
							
							Change preferences for sockets of EGD-style entropy daemons to a more  
						
						 
						
						... 
						
						
						
						reasonable selection. 
						
						
					 
					
						2001-02-07 14:26:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						73fc98a7bf 
					 
					
						
						
							
							Fix typo preventing correct usage of -out option.  
						
						 
						
						
						
						
					 
					
						2001-02-07 14:15:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						259810e05b 
					 
					
						
						
							
							Rijdael CBC mode and partial undebugged SSL support.  
						
						 
						
						
						
						
					 
					
						2001-02-06 14:09:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						171cc53a96 
					 
					
						
						
							
							Improve the state machine.  
						
						 
						
						
						
						
					 
					
						2001-02-06 13:13:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9eea2be6f1 
					 
					
						
						
							
							Avoid coredumps for CONF_get_...(NULL, ...)  
						
						 
						
						
						
						
					 
					
						2001-02-06 10:26:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						69a03c1799 
					 
					
						
						
							
							don't dump core  
						
						 
						
						
						
						
					 
					
						2001-02-06 09:47:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4327aae816 
					 
					
						
						
							
							format strings  
						
						 
						
						
						
						
					 
					
						2001-02-06 02:57:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						741a9690df 
					 
					
						
						
							
							Fix potential buffer overrun for EBCDIC.  
						
						 
						
						
						
						
					 
					
						2001-02-06 02:54:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e24e40657f 
					 
					
						
						
							
							Fix a memory leak in BIO_get_accept_socket().  This leak was small and  
						
						 
						
						... 
						
						
						
						only happened when the port number wasn't parsable ot the host wasn't
possible to convert to an IP address.
Contributed by Niko Baric <Niko.Baric@epost.de > 
						
						
					 
					
						2001-02-05 09:15:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						448361a86c 
					 
					
						
						
							
							Include string.h (whis is in all relevant standards) instead of  
						
						 
						
						... 
						
						
						
						memory.h (which is not). 
						
						
					 
					
						2001-02-05 09:07:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						26e083ccb7 
					 
					
						
						
							
							New function to copy nonce values from OCSP  
						
						 
						
						... 
						
						
						
						request to response. 
						
						
					 
					
						2001-02-05 00:35:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						4978361212 
					 
					
						
						
							
							Make depend.  
						
						 
						
						
						
						
					 
					
						2001-02-04 21:06:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						247c1361f3 
					 
					
						
						
							
							BN assembler is no longer option on x86.  
						
						 
						
						
						
						
					 
					
						2001-02-04 21:03:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1618bc7921 
					 
					
						
						
							
							Can't remember why this was needed?  
						
						 
						
						
						
						
					 
					
						2001-02-04 21:02:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1b843d3c69 
					 
					
						
						
							
							Fix a warning.  
						
						 
						
						
						
						
					 
					
						2001-02-04 21:01:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0bc6597d4d 
					 
					
						
						
							
							Documenting session caching, 2nd step.  
						
						 
						
						
						
						
					 
					
						2001-02-04 18:05:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2b916952a8 
					 
					
						
						
							
							Fix ASN1_TIME_to_generlizedtime().  
						
						 
						
						... 
						
						
						
						Add protoype for OCSP_response_create().
Add OCSP_request_sign() and OCSP_basic_sign()
private key and certificate checks and make
OCSP_NOCERTS consistent with PKCS7_NOCERTS 
						
						
					 
					
						2001-02-04 03:04:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02e4fbed3d 
					 
					
						
						
							
							Various OCSP responder utility functions.  
						
						 
						
						... 
						
						
						
						Delete obsolete OCSP functions.
Largely untested at present... 
						
						
					 
					
						2001-02-03 19:20:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						7403c34b0b 
					 
					
						
						
							
							Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.  
						
						 
						
						
						
						
					 
					
						2001-02-03 15:15:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						9022f2403b 
					 
					
						
						
							
							Typo: on my screen it nicely wrapped around at 80 :-)  
						
						 
						
						
						
						
					 
					
						2001-02-03 11:02:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						08f3f07212 
					 
					
						
						
							
							If the source has already been succesfully queried, do not try to open it  
						
						 
						
						... 
						
						
						
						again as file. 
						
						
					 
					
						2001-02-03 10:59:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						8cbceba610 
					 
					
						
						
							
							Document session caching, first step.  
						
						 
						
						
						
						
					 
					
						2001-02-02 14:40:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						88ce56f8c1 
					 
					
						
						
							
							Various function for commmon operations.  
						
						 
						
						
						
						
					 
					
						2001-02-02 00:45:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						664d83bb23 
					 
					
						
						
							
							Tidy up the mess in bss_sock.c and bss_fd.c  
						
						 
						
						... 
						
						
						
						by placing them socket/fd code in separate
files rather than trying to have them both
share the same one. 
						
						
					 
					
						2001-02-02 00:31:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8cff6331c9 
					 
					
						
						
							
							Tolerate some "variations" used in some  
						
						 
						
						... 
						
						
						
						certificates.
One is a valid CA which has no basicConstraints
but does have certSign keyUsage.
Other is S/MIME signer with nonRepudiation but
no digitalSignature. 
						
						
					 
					
						2001-02-01 01:57:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cd6aa710b5 
					 
					
						
						
							
							New manual page for a hardly known but important item :-)  
						
						 
						
						
						
						
					 
					
						2001-01-31 14:14:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						903872d65e 
					 
					
						
						
							
							Document the change.  
						
						 
						
						
						
						
					 
					
						2001-01-30 13:47:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						16a44ae7e9 
					 
					
						
						
							
							Increase consistency of header data (some mail readers really do not  
						
						 
						
						... 
						
						
						
						like spaces before the semicolon, and besides, other parts of this
file makes the values without those spaces), and move spacing of
continuation lines to support BIO's that break lines after each
write. 
						
						
					 
					
						2001-01-30 13:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						739423fceb 
					 
					
						
						
							
							Remove serial number file during 'make clean'.  
						
						 
						
						
						
						
					 
					
						2001-01-29 11:41:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						78f3a2aad7 
					 
					
						
						
							
							Comment and indentation  
						
						 
						
						
						
						
					 
					
						2001-01-28 14:38:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b847024026 
					 
					
						
						
							
							Make sk_sort tolearate a NULL argument.  
						
						 
						
						
						
						
					 
					
						2001-01-28 14:20:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						50d5199120 
					 
					
						
						
							
							New OCSP response verify option OCSP_TRUSTOTHER  
						
						 
						
						
						
						
					 
					
						2001-01-26 01:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9020b86250 
					 
					
						
						
							
							Documentation language corrections, contributed by Chris Pepper <pepper@mail.reppep.com>  
						
						 
						
						
						
						
					 
					
						2001-01-25 14:46:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a342cc5a70 
					 
					
						
						
							
							Zero the premaster secret after deriving the master secret in DH  
						
						 
						
						... 
						
						
						
						ciphersuites. 
						
						
					 
					
						2001-01-25 13:15:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						67c3cf0675 
					 
					
						
						
							
							Insert a missing space to stop pod2man giving stroppy "malformed" warnings.  
						
						 
						
						
						
						
					 
					
						2001-01-25 02:26:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9a875a3574 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2001-01-24 22:39:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a43cf9fae9 
					 
					
						
						
							
							Add debugging info to new ASN1 code to trace memory leaks.  
						
						 
						
						... 
						
						
						
						Fix PKCS7 and PKCS12 memory leaks.
Initialise encapsulated content type properly. 
						
						
					 
					
						2001-01-24 18:39:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9ae9c221de 
					 
					
						
						
							
							Update "OAEP reconsidered" comment  
						
						 
						
						
						
						
					 
					
						2001-01-24 14:59:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4256650d68 
					 
					
						
						
							
							new year  
						
						 
						
						
						
						
					 
					
						2001-01-24 02:56:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ae0665b8f1 
					 
					
						
						
							
							EVP_add_digest_alias additions to SS_library_init  
						
						 
						
						
						
						
					 
					
						2001-01-23 16:39:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						75802000c8 
					 
					
						
						
							
							There is no C version of bn_div_3_words  
						
						 
						
						
						
						
					 
					
						2001-01-23 16:26:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						325ae88efb 
					 
					
						
						
							
							For improved compatibility with 'strange' certificates, add some  
						
						 
						
						... 
						
						
						
						digest aliases (as found in OpenSSL_add_all_digests). 
						
						
					 
					
						2001-01-23 13:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a25b265d27 
					 
					
						
						
							
							Use OpenSSL_add_all_algorithms instead of the backwards compatibility  
						
						 
						
						... 
						
						
						
						alias SSLeay_add_all_algorithms 
						
						
					 
					
						2001-01-23 13:36:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d0a8af61b1 
					 
					
						
						
							
							More on the e_os.h mess ...  
						
						 
						
						
						
						
					 
					
						2001-01-23 12:30:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						e58d808a4c 
					 
					
						
						
							
							Copy over just written manpage to the ones still missing.  
						
						 
						
						
						
						
					 
					
						2001-01-23 11:04:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						751b5e8ff2 
					 
					
						
						
							
							Add entries for new manpages...  
						
						 
						
						
						
						
					 
					
						2001-01-23 10:47:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						36f74d60b3 
					 
					
						
						
							
							Definition of NO_KRB5 in ssl.h for external applications.  
						
						 
						
						
						
						
					 
					
						2001-01-22 18:46:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9756da13dd 
					 
					
						
						
							
							Use the correct number of arguments in the example.  
						
						 
						
						
						
						
					 
					
						2001-01-21 19:46:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						893b76c544 
					 
					
						
						
							
							Mention the ./config script fixes.  
						
						 
						
						
						
						
					 
					
						2001-01-21 18:45:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b5a6f0a92d 
					 
					
						
						
							
							Documentation about SSL_get_ex_data_X509_STORE_CTX_idx and  
						
						 
						
						... 
						
						
						
						SSL_get_ex_new_index() functionality. Extended verify_callback()
example to show the usage. 
						
						
					 
					
						2001-01-20 16:22:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ba8e28248f 
					 
					
						
						
							
							Fix to stop X509_time_adj() using GeneralizedTime.  
						
						 
						
						
						
						
					 
					
						2001-01-20 13:38:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bfcec27d61 
					 
					
						
						
							
							Update ocsp utility documentation.  
						
						 
						
						
						
						
					 
					
						2001-01-20 01:26:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e8972bb68 
					 
					
						
						
							
							Fixes to various ASN1_INTEGER routines for negative case.  
						
						 
						
						... 
						
						
						
						Enhance s2i_ASN1_INTEGER(). 
						
						
					 
					
						2001-01-19 14:21:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						57108f0ad5 
					 
					
						
						
							
							Fix openssl passwd -1  
						
						 
						
						
						
						
					 
					
						2001-01-19 07:37:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73758d435b 
					 
					
						
						
							
							Additional functionality in ocsp utility: print summary  
						
						 
						
						... 
						
						
						
						of status info. Check nonce values. Option to disable
verify. Update usage message.
Rename status to string functions and make them global. 
						
						
					 
					
						2001-01-19 01:32:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						90f63e8f83 
					 
					
						
						
							
							Don't shadow.  
						
						 
						
						
						
						
					 
					
						2001-01-18 01:36:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						e8af92fcb1 
					 
					
						
						
							
							Implement remaining OCSP verify checks in  
						
						 
						
						... 
						
						
						
						accordance with RFC2560. 
						
						
					 
					
						2001-01-18 01:35:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						361ef5f4dc 
					 
					
						
						
							
							Make the change log on the RAND_poll change a bit more explicit.  Suggested by Bodo Moeller.  
						
						 
						
						
						
						
					 
					
						2001-01-17 13:43:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b3466895e6 
					 
					
						
						
							
							Keep up with Unix  
						
						 
						
						
						
						
					 
					
						2001-01-17 01:35:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						81f169e95c 
					 
					
						
						
							
							Initial OCSP certificate verify. Not complete,  
						
						 
						
						... 
						
						
						
						it just supports a "trusted OCSP global root CA". 
						
						
					 
					
						2001-01-17 01:31:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a068630a20 
					 
					
						
						
							
							link to the new manpage.  
						
						 
						
						
						
						
					 
					
						2001-01-15 22:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dfebac32c0 
					 
					
						
						
							
							New '-extfile' option for 'openssl ca'.  
						
						 
						
						... 
						
						
						
						This allows keeping extensions in a separate configuration file.
Submitted by: Massimiliano Pala <madwolf@comune.modena.it > 
						
						
					 
					
						2001-01-15 11:35:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ab5db00717 
					 
					
						
						
							
							Update the LHASH man page.  
						
						 
						
						... 
						
						
						
						* Correct some prototypes and macros with respect to "const"ness.
* Add the extra macros and examples due to the lh_doall[_arg] modifications
  made recently. The existing example is also reworked for consistency.
* Rewrite, tweak, and supplement bits of the existing comments that seemed
  (IMHO) to be a little convoluted and misleading.
* Add a NOTE section that explains the use of macros and avoiding function
  casts (ie. generate a wrapper as with the macros, or prototype any
  callback functions exactly to not require casting). Also, explain the
  "const" approach taken in LHASH for the purposes of API comprehensibility
  and also application code auditing. 
						
						
					 
					
						2001-01-14 23:37:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6308af199d 
					 
					
						
						
							
							Change PKCS#12 key derivation routines to cope with  
						
						 
						
						... 
						
						
						
						non null terminated passwords. 
						
						
					 
					
						2001-01-14 14:07:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e5b6314ef 
					 
					
						
						
							
							Fix warning in apps/ca.c  
						
						 
						
						
						
						
					 
					
						2001-01-14 13:58:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b4b1bdd5d3 
					 
					
						
						
							
							Preliminary ocsp utility documentation.  
						
						 
						
						... 
						
						
						
						Fix ocsp usage message. 
						
						
					 
					
						2001-01-14 00:52:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5782ceb298 
					 
					
						
						
							
							New OCSP utility. This can generate, parse and print  
						
						 
						
						... 
						
						
						
						OCSP requests. It can also query reponders and parse or
print out responses.
Still needs some more work: OCSP response checks and
of course documentation. 
						
						
					 
					
						2001-01-13 01:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cc85ec447b 
					 
					
						
						
							
							Disable RegQueryValueEx() call.  
						
						 
						
						... 
						
						
						
						Problem reported by "Wolfgang Marczy" <WMarczy@topcall.co.at >
in a message to openssl-dev (19 Dec 2000 13:40:51 +0100). 
						
						
					 
					
						2001-01-12 15:16:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c67cdb50d2 
					 
					
						
						
							
							New 'openssl ca -status <serial>' and 'openssl ca -updatedb'  
						
						 
						
						... 
						
						
						
						commands.
Submitted by: Massimiliano Pala <madwolf@comune.modena.it > 
						
						
					 
					
						2001-01-12 14:50:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						af5473c45a 
					 
					
						
						
							
							isspace must be used only on *unsigned* chars  
						
						 
						
						
						
						
					 
					
						2001-01-12 14:45:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f2c46006e7 
					 
					
						
						
							
							note strncpy problem  
						
						 
						
						
						
						
					 
					
						2001-01-12 14:06:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						69e42952e1 
					 
					
						
						
							
							When we are waiting for user action, we should say this explicitly.  
						
						 
						
						
						
						
					 
					
						2001-01-12 10:34:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						adf87b2df5 
					 
					
						
						
							
							Fix typo in OCSP ASN1 module, this caused  
						
						 
						
						... 
						
						
						
						invalid format in OCSP request signatures.
Add spaces to OCSP HTTP header.
Change X509_NAME_set() there's no reason
why it should return an error if the
destination points to NULL... though it
should if the destination is NULL. 
						
						
					 
					
						2001-01-11 23:24:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						40753f760d 
					 
					
						
						
							
							Remove "AVAILABLE PATCH" that has now been applied.  
						
						 
						
						... 
						
						
						
						Move ex_data.c entry from "NEEDS PATCH" to "OPEN ISSUES". 
						
						
					 
					
						2001-01-11 13:33:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d199858e89 
					 
					
						
						
							
							New -newreq-nodes option to CA.pl.  
						
						 
						
						... 
						
						
						
						Submitted by: Damien Miller <djm@mindrot.org > 
						
						
					 
					
						2001-01-11 13:23:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						10a2975a27 
					 
					
						
						
							
							Add configuration for GNU Hurd.  
						
						 
						
						
						
						
					 
					
						2001-01-11 12:58:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9b4dc8308f 
					 
					
						
						
							
							OCSP basic response verify. Very incomplete  
						
						 
						
						... 
						
						
						
						but will verify the signatures on a response
and locate the signers certifcate.
Still needs to implement a proper OCSP certificate
verify.
Fix warning in RAND_egd(). 
						
						
					 
					
						2001-01-11 00:52:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b93642c5cc 
					 
					
						
						
							
							No functional change, but slightly improved code clarity.  
						
						 
						
						
						
						
					 
					
						2001-01-10 19:26:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a5435e8b29 
					 
					
						
						
							
							After discussion with Richard, change the new API for extended memory  
						
						 
						
						... 
						
						
						
						allocation callbacks so that it is no longer visible to applications
that these live at a different call level than conventional memory
allocation callbacks. 
						
						
					 
					
						2001-01-10 18:09:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						72e2d9138c 
					 
					
						
						
							
							It's silly to use a different default for PERL than in the top  
						
						 
						
						... 
						
						
						
						Makefile.  (The default is never actually used though because
the top Makefile passes its value of PERL down to sub-Makefiles.) 
						
						
					 
					
						2001-01-10 16:46:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1dd080bca4 
					 
					
						
						
							
							Pass ${PERL} down to the Makefile in sub-directory "test" in  
						
						 
						
						... 
						
						
						
						"make tests" 
						
						
					 
					
						2001-01-10 16:43:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f648590991 
					 
					
						
						
							
							Use $(PERL) in place of hard-coded perl  
						
						 
						
						
						
						
					 
					
						2001-01-10 16:40:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a14280d41e 
					 
					
						
						
							
							Add new items:  
						
						 
						
						... 
						
						
						
						- 0.9.6a is under development
- a couple of illegal includes of <openssl/e_os.h> should be purged
- ex_data sucks 
						
						
					 
					
						2001-01-10 16:37:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						91b842c972 
					 
					
						
						
							
							Last time I asked, no-one appeared to remember if these "NEEDS PATCH"  
						
						 
						
						... 
						
						
						
						entries are still current or what they are about:
    o  non-blocking socket on AIX
    o  $(PERL) in */Makefile.ssl
So I'll remove them for now. 
						
						
					 
					
						2001-01-10 16:25:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						eddf82a36a 
					 
					
						
						
							
							make indentation consistent  
						
						 
						
						
						
						
					 
					
						2001-01-10 15:31:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						673b3fde82 
					 
					
						
						
							
							Add SSLEAY_DIR argument code for SSLeay_version.  
						
						 
						
						... 
						
						
						
						Add '-d' option for 'openssl version' (included in '-a'). 
						
						
					 
					
						2001-01-10 15:15:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a87e50a945 
					 
					
						
						
							
							'char' argument to islower must be converted to 'unsigned char'  
						
						 
						
						
						
						
					 
					
						2001-01-10 14:58:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b62a0c4cab 
					 
					
						
						
							
							Add a pointer to digest options in the description of -fingerprint.  
						
						 
						
						
						
						
					 
					
						2001-01-10 14:35:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c06648f7f0 
					 
					
						
						
							
							Fix C code generate by 'openssl dsaparam -C'.  
						
						 
						
						
						
						
					 
					
						2001-01-10 14:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cd56182b41 
					 
					
						
						
							
							Change prototypes for new CRYPTO_..._mem_ex_functions functions so  
						
						 
						
						... 
						
						
						
						that they match the function definitions (namely, remove file/line
parameters from free_func). 
						
						
					 
					
						2001-01-10 14:10:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						65a22e8e4d 
					 
					
						
						
							
							As response to a user request to be able to use external memory  
						
						 
						
						... 
						
						
						
						handling routines that need file name and line number information,
I've added a call level to our memory handling routines to allow that
kind of hooking. 
						
						
					 
					
						2001-01-10 13:14:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						cbf0f45f90 
					 
					
						
						
							
							Fix uni2asc() so it can properly convert zero length  
						
						 
						
						... 
						
						
						
						unicode strings. Certain PKCS#12 files contain these
in BMPStrings and it used to crash on them. 
						
						
					 
					
						2001-01-10 01:06:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						b2293b1e9b 
					 
					
						
						
							
							rsa_num is not used with NO_RSA  
						
						 
						
						
						
						
					 
					
						2001-01-09 21:39:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						04e53c273f 
					 
					
						
						
							
							oops, void functions shouldn't try and return a value. Strangely, gcc  
						
						 
						
						... 
						
						
						
						didn't even give a warning for this yet HPUX cc considered it an error.
Reported by Lutz(@openssl.org). 
						
						
					 
					
						2001-01-09 16:59:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						599c03530a 
					 
					
						
						
							
							Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are  
						
						 
						
						... 
						
						
						
						only queried when the /dev/[u]random devices did not return enough
entropy. Only the amount of entropy missing to reach the required minimum
is queried, as EGD may be drained.
Queried locations are: /etc/entropy, /var/run/egd-pool 
						
						
					 
					
						2001-01-09 16:44:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						56a67adb64 
					 
					
						
						
							
							It was correctly pointed out to me that my CHANGES entry was a little thin  
						
						 
						
						... 
						
						
						
						on details. :-) 
						
						
					 
					
						2001-01-09 16:39:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						28e5428d5d 
					 
					
						
						
							
							Don't cheat: when only getting several bytes from each source, n is incremented  
						
						 
						
						... 
						
						
						
						correctly, but RAND_add(..,n) counts the increasing n several times.
Only RAND_add(..,n) once entropy collection is finished. 
						
						
					 
					
						2001-01-09 10:58:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3c91484052 
					 
					
						
						
							
							Move all the existing function pointer casts associated with LHASH's two  
						
						 
						
						... 
						
						
						
						"doall" functions to using type-safe wrappers. As and where required, this
can be replaced by redeclaring the underlying callbacks to use the
underlying "void"-based prototypes (eg. if performance suffers from an
extra level of function invocation). 
						
						
					 
					
						2001-01-09 00:24:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						98d517c5da 
					 
					
						
						
							
							Get rid of the function pointer casting in the debugging memory code due  
						
						 
						
						... 
						
						
						
						to LHASH usage. NB: The callback type used as been suctioned off into
crypto.h as CRYPTO_MEM_LEAK_CB to improve clarity. 
						
						
					 
					
						2001-01-09 00:13:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						18602745de 
					 
					
						
						
							
							This adds macros to implement (and/or declare) type-safe wrapper functions  
						
						 
						
						... 
						
						
						
						around the callbacks required in the LHASH code for the "doall" functions.
Also - fix the evil function pointer casting in the two lh_doall functions
by deferring to a static utility function. Previously lh_doall() was
invoking lh_doall_arg() by casting the callback to the 2-parameter
prototype and passing in a NULL argument. This appears to have been working
thus far but it's not a hot idea. If the extra level of indirection becomes
a performance hit, we can just provide two virtually identical
implementations for each variant later on. 
						
						
					 
					
						2001-01-09 00:02:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ad2e032049 
					 
					
						
						
							
							Whilst in the process of fixing outstanding function-pointer casts in the  
						
						 
						
						... 
						
						
						
						LHASH code, this evil was uncovered. The cast was obscuring the fact that
the function was prototyped to take 2 parameters when in fact it is being
used as a callback that should take only one. Anyway, the function itself
ignores the second parameter (thankfully). A proper cure is on the way but
for now this corrects the inconsistency. 
						
						
					 
					
						2001-01-08 22:03:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						601140b363 
					 
					
						
						
							
							Keep up with Unix code.  It's beginning to be  time to rethink the VMS  
						
						 
						
						... 
						
						
						
						build system... 
						
						
					 
					
						2001-01-08 21:32:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e02cc10ea4 
					 
					
						
						
							
							Because /dev/urandom has a better chance of giving us a good and  
						
						 
						
						... 
						
						
						
						quick answer, take that one first. 
						
						
					 
					
						2001-01-08 21:27:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						b5524a3ac3 
					 
					
						
						
							
							Add prototypes for new OCSP functions.  
						
						 
						
						... 
						
						
						
						Fix bug in OCSP_find_status(). 
						
						
					 
					
						2001-01-08 13:39:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c61e299b3 
					 
					
						
						
							
							Change RAND_poll for Unix to try a number of devices and only read  
						
						 
						
						... 
						
						
						
						them for a short period of time (actually, poll them with select(),
then read() whatever is there), which is about 10ms (hard-coded value)
each.
Separate Windows and Unixly code, and start on a VMS variant that
currently just returns 0. 
						
						
					 
					
						2001-01-08 10:59:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						0b33bc65cd 
					 
					
						
						
							
							Add set of OCSP client functions. All experimental  
						
						 
						
						... 
						
						
						
						and subject to addition, modifcation or deletion.
Add two OCSP nonce utility functions.
Fix typo in status code name. 
						
						
					 
					
						2001-01-08 01:21:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0f5fa24a7c 
					 
					
						
						
							
							Keep up with the Unixly changes.  
						
						 
						
						
						
						
					 
					
						2001-01-07 18:51:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8e96183506 
					 
					
						
						
							
							Modify OCSP API to more closely reflect  
						
						 
						
						... 
						
						
						
						application needs.
Add OCSP library name to error code. 
						
						
					 
					
						2001-01-05 03:31:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						a8312c0e24 
					 
					
						
						
							
							Fix typo in OCSP nonce extension.  
						
						 
						
						... 
						
						
						
						Set correct type in ASN1_STRING for
INTEGER and ENUMERATED types.
Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
return -1 for invalid type rather than 0 (which is
often valid). -1 may also be valid but this is less
likely.
Load OCSP error strings in ERR_load_crypto_strings(). 
						
						
					 
					
						2001-01-04 19:53:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bf0d176e48 
					 
					
						
						
							
							Update OCSP API.  
						
						 
						
						... 
						
						
						
						Remove extensions argument from various functions
because it is not needed with the new extension
code.
New function OCSP_cert_to_id() to convert a pair
of certificates into an OCSP_CERTID.
New simple OCSP HTTP function. This is rather primitive
but just about adequate to send OCSP requests and
parse the response.
Fix typo in CRL distribution points extension.
Fix ASN1 code so it adds a final null to constructed
strings. 
						
						
					 
					
						2001-01-04 01:46:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec5add8784 
					 
					
						
						
							
							Fix the S/MIME code so it now works again and  
						
						 
						
						... 
						
						
						
						uses the new ASN1 code. 
						
						
					 
					
						2000-12-31 17:31:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						856d456a71 
					 
					
						
						
							
							Make the DSO code for VMS work again.  First attempt.  
						
						 
						
						
						
						
					 
					
						2000-12-31 01:55:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f2113a2d5 
					 
					
						
						
							
							The option line may start with a space, which gives an empty option.  
						
						 
						
						... 
						
						
						
						Make sure those are purged... 
						
						
					 
					
						2000-12-31 01:54:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						97f56446a3 
					 
					
						
						
							
							Look for no-krb5 and add the definition of NO_KRB5 if it's there.  
						
						 
						
						... 
						
						
						
						I've no idea were the KRB5 header files and libraries are placed on
Win32.  When there's better knowledge, we might be able to process the
other KRB5-related arguments as well... 
						
						
					 
					
						2000-12-31 01:43:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5d92be8cc6 
					 
					
						
						
							
							Temporary measure: if no KRB5 is defined, add "no-krb5" to the  
						
						 
						
						... 
						
						
						
						options.  This is so mk1mf.pl can pick it up from Makefile. 
						
						
					 
					
						2000-12-31 01:41:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e102a3dcfd 
					 
					
						
						
							
							Since asn1.h gets included recursively from many places, the easiest  
						
						 
						
						... 
						
						
						
						is to have asn1.h include e_os.h and e_os2.h.  Of course, this makes
the unofficial "non-export" status of e_os.h a bit delicate... 
						
						
					 
					
						2000-12-31 01:18:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ecbe07817a 
					 
					
						
						
							
							Rewrite PKCS#12 code and remove some of the old  
						
						 
						
						... 
						
						
						
						horrible macros.
Fix two evil ASN1 bugs. Attempt to use 'ctx' when
NULL if input is indefinite length constructed
in asn1_check_tlen() and invalid pointer to ASN1_TYPE
when reusing existing structure (this took *ages* to
find because the new PKCS#12 code triggered it). 
						
						
					 
					
						2000-12-31 01:13:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						71db02813c 
					 
					
						
						
							
							Remove RSAref-related things.  
						
						 
						
						
						
						
					 
					
						2000-12-31 00:48:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a6574c21eb 
					 
					
						
						
							
							Document.  
						
						 
						
						
						
						
					 
					
						2000-12-31 00:26:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26da3e65ac 
					 
					
						
						
							
							If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto  
						
						 
						
						... 
						
						
						
						objects) or OPENSSL_BUILD_SHLIBSSL (for files that end up as libssl
objects) is defined, redefine OPENSSL_EXTERN to be OPENSSL_EXPORT.
This is actually only important on Win32, and can safely be ignored in
all other cases, at least for now. 
						
						
					 
					
						2000-12-31 00:23:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						21cd437886 
					 
					
						
						
							
							Define OPENSSL_EXPORT and OPENSSL_IMPORT and give OPENSSL_EXTERN the  
						
						 
						
						... 
						
						
						
						default value OPENSSL_IMPORT.  Explain the use of all those macros. 
						
						
					 
					
						2000-12-31 00:15:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f09628e42f 
					 
					
						
						
							
							Remove anything connected to RSAref, since that's gone by now.  
						
						 
						
						... 
						
						
						
						Add the C macros OPENSSL_BUILD_SHLIBCRYPTO and OPENSSL_BUILD_SHLIBSSL
to the build of the object files as appropriate for each library. 
						
						
					 
					
						2000-12-31 00:06:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6f346c7115 
					 
					
						
						
							
							Uhmm, the keyword TRUE does not exist of course...  
						
						 
						
						
						
						
					 
					
						2000-12-31 00:00:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d8ecc56c9d 
					 
					
						
						
							
							Delete PKCS#12 redundant files.  
						
						 
						
						
						
						
					 
					
						2000-12-30 12:26:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e1209ebf8 
					 
					
						
						
							
							ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of  
						
						 
						
						... 
						
						
						
						most of the old wrappers. A few of the old versions remain
because they are non standard and the corresponding ASN1
code has not been reimplemented yet. 
						
						
					 
					
						2000-12-30 02:40:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						78d3b819f0 
					 
					
						
						
							
							Replace the old ASN1_dup() with ASN1_item_dup() and  
						
						 
						
						... 
						
						
						
						zap some evil function pointers casts along the way... 
						
						
					 
					
						2000-12-29 18:23:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						200b24e391 
					 
					
						
						
							
							Check for deselection of KRB5.  In fact, skip it completely on VMS for now...  
						
						 
						
						
						
						
					 
					
						2000-12-29 01:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1690c2b26e 
					 
					
						
						
							
							Correct a typo.  
						
						 
						
						
						
						
					 
					
						2000-12-29 01:41:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						701adceb12 
					 
					
						
						
							
							"make update" plus a rewrite of both .num files.  
						
						 
						
						
						
						
					 
					
						2000-12-29 00:19:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3f07fe09b5 
					 
					
						
						
							
							Enhancements to mkdef.pl:  
						
						 
						
						... 
						
						
						
						* detect "unknown" algorithms (any C macro starting with NO_ that is
  not explicitely mentioned in mkdef.pl as a known algorithm) and
  report.
* add a number of algorithms that can be deselected.
* look in ssl/kssl.h as well.
* accept multiple whitespace (not just one SPC) in preprocessor lines. 
						
						
					 
					
						2000-12-29 00:05:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f86c5c9ac7 
					 
					
						
						
							
							ASN1_ITEM version of ASN1_dup(). Might want  
						
						 
						
						... 
						
						
						
						something more efficient later... 
						
						
					 
					
						2000-12-28 22:41:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						66a0def81b 
					 
					
						
						
							
							Update VMS build procedures to match the current status.  
						
						 
						
						
						
						
					 
					
						2000-12-28 22:26:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						73e92de577 
					 
					
						
						
							
							Add NO_ASN1_OLD to remove some old style functions:  
						
						 
						
						... 
						
						
						
						currently OpenSSL itself wont compile with this set
because some old style stuff remains.
Change old functions X509_sign(), X509_verify() etc
to use new item based functions.
Replace OCSP function declarations with DECLARE macros. 
						
						
					 
					
						2000-12-28 22:24:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						09ab755c55 
					 
					
						
						
							
							ASN1_ITEM versions of sign, verify, pack and unpack.  
						
						 
						
						... 
						
						
						
						The old function pointer versions will eventually go
away. 
						
						
					 
					
						2000-12-28 19:18:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						ec558b6548 
					 
					
						
						
							
							New OCSP extension functions.  
						
						 
						
						
						
						
					 
					
						2000-12-28 01:05:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						037a9f9c1a 
					 
					
						
						
							
							Get rid of unused error code.  
						
						 
						
						
						
						
					 
					
						2000-12-27 23:42:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						29e1fdf3f2 
					 
					
						
						
							
							Avoid compiler warnings in hw_ubsec.c: unused static  
						
						 
						
						... 
						
						
						
						functions and signed/unsigned mismatch.
This will of course change if some of the unused functions
suddenly get used... 
						
						
					 
					
						2000-12-27 19:20:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						28ddfc61dc 
					 
					
						
						
							
							X509V3_add_i2d() needs to be able to allocate a  
						
						 
						
						... 
						
						
						
						STACK_OF(X509_EXTENSION) so it should be passed
STACK_OF(X509_EXTENSION) ** in the first argument.
Modify wrappers appropriately. 
						
						
					 
					
						2000-12-27 13:42:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						725c88879c 
					 
					
						
						
							
							Finish SSL_peek/SSL_pending fixes.  
						
						 
						
						
						
						
					 
					
						2000-12-26 12:07:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a0aae68cf6 
					 
					
						
						
							
							Fix SSL_peek and SSL_pending.  
						
						 
						
						
						
						
					 
					
						2000-12-25 18:40:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						57d2f21782 
					 
					
						
						
							
							New function X509V3_add_i2d() this is used for  
						
						 
						
						... 
						
						
						
						encoding, replacing and deleting extensions.
Fix X509V3_get_d2i() so it uses takes note of
new critical behaviour. 
						
						
					 
					
						2000-12-24 18:02:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						895959b736 
					 
					
						
						
							
							Re-order the options in tunala and add command switches like s_server for  
						
						 
						
						... 
						
						
						
						disabling different SSL/TLS protocol versions. 
						
						
					 
					
						2000-12-21 02:49:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3c07b4c2ee 
					 
					
						
						
							
							Various Win32 related fixes. Doesn't compile yet on  
						
						 
						
						... 
						
						
						
						Win32 but it is getting there...
Update mkdef.pl to handle ASN1_ANY and fix headers.
Stop various VC++ warnings.
Include some fixes from "Peter 'Luna' Runestig"
<peter@runestig.com >
Remove external declaration for des_set_weak_key_flag:
it doesn't exist. 
						
						
					 
					
						2000-12-21 01:38:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1cc0b0a66a 
					 
					
						
						
							
							This adds support to 'tunala' for supplying DH parameters (without which it  
						
						 
						
						... 
						
						
						
						will not support EDH cipher suites). The parameters can either be loaded
from a file (via "-dh_file"), generated by the application on start-up
("-dh_special generate"), or be standard DH parameters (as used in
s_server, etc). 
						
						
					 
					
						2000-12-20 22:14:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						beb23252a6 
					 
					
						
						
							
							Some minor changes to the "tunala" demo.  
						
						 
						
						... 
						
						
						
						* Seal off some buffer functions so that only the higher-level IO functions
  are exposed.
* Using the above change to buffer, add support to tunala for displaying
  traffic totals when a tunnel closes. Useful in debugging and analysis -
  you get to see the total encrypted traffic versus the total tunneled
  traffic. This shows not only how much expansion your data suffers from
  SSL (a lot if you send/receive a few bytes at a time), but also the
  overhead of SSL handshaking relative to the payload sent through the
  tunnel. This is controlled by the "-out_totals" switch to tunala.
* Fix and tweak some bits in the README.
Eg. sample output of "-out_totals" from a tunnel client when tunneling a brief
"telnet" session.
Tunnel closing, traffic stats follow
    SSL (network) traffic to/from server;     7305 bytes in,     3475 bytes out
    tunnelled data to/from server;            4295 bytes in,      186 bytes out 
						
						
					 
					
						2000-12-20 19:30:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						3ba25ee86a 
					 
					
						
						
							
							branches have been merged.  
						
						 
						
						
						
						
					 
					
						2000-12-20 15:42:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0be35f5c51 
					 
					
						
						
							
							Stop build when an error occurs.  
						
						 
						
						... 
						
						
						
						"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com > 
						
						
					 
					
						2000-12-20 15:23:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						60f7492646 
					 
					
						
						
							
							Don't access non-existing element buf[256], use buf[255] instead.  
						
						 
						
						... 
						
						
						
						Submitted by: draslar <draslar@elray.ch > 
						
						
					 
					
						2000-12-20 10:11:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1456d1860e 
					 
					
						
						
							
							Split a CHANGES entry so that one of the halves matches the  
						
						 
						
						... 
						
						
						
						corresponding new entry in the OpenSSL_0_9_6-stable branch. 
						
						
					 
					
						2000-12-20 10:09:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						5755cab49d 
					 
					
						
						
							
							Fixes to OCSP print code.  
						
						 
						
						... 
						
						
						
						Don't try to print request certificates if signature is not present.
Remove unnecessary test for certificates being NULL.
Fix typos in printed output.
Tidy up output.
Fix for typo in OCSP_SERVICELOC ASN1 template.
Also give a bit more info in CHANGES about the ASN1 revision. 
						
						
					 
					
						2000-12-20 00:46:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						975842f9fb 
					 
					
						
						
							
							fix indentation  
						
						 
						
						
						
						
					 
					
						2000-12-19 12:39:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						126fe085db 
					 
					
						
						
							
							Don't hold CRYPTO_LOCK_RSA during time-consuming operations.  
						
						 
						
						
						
						
					 
					
						2000-12-19 12:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						123d24d600 
					 
					
						
						
							
							Add a comment (intended change)  
						
						 
						
						
						
						
					 
					
						2000-12-18 16:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3880cd35ad 
					 
					
						
						
							
							Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.  
						
						 
						
						
						
						
					 
					
						2000-12-18 11:35:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cb38052b3a 
					 
					
						
						
							
							Comment correction.  
						
						 
						
						
						
						
					 
					
						2000-12-18 09:18:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f640ee90c3 
					 
					
						
						
							
							Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX  
						
						 
						
						... 
						
						
						
						structures and setting rsa->_method_mod_{n,p,q}.
Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com > 
						
						
					 
					
						2000-12-18 09:00:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						09f4278d25 
					 
					
						
						
							
							undo previous change: '-prexit' is already available in current versions of s_client  
						
						 
						
						
						
						
					 
					
						2000-12-18 08:18:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1f47ec53a2 
					 
					
						
						
							
							Redo OCSP response printing. Remove duplicate or  
						
						 
						
						... 
						
						
						
						obsolete code. Delete some redundant files. 
						
						
					 
					
						2000-12-17 14:09:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						959f67d6a4 
					 
					
						
						
							
							When mentioning features that don't exist in current releases of  
						
						 
						
						... 
						
						
						
						OpenSSL (such as the new undocumented '-prexit' option to s_client),
the FAQ should point out that they don't: The FAQ is not just part
of the release, it's current version is also published on the web. 
						
						
					 
					
						2000-12-17 00:32:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b2e7419a1d 
					 
					
						
						
							
							Simplify preprocessor statements.  
						
						 
						
						
						
						
					 
					
						2000-12-17 00:30:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6546fdfaf8 
					 
					
						
						
							
							Add OCSP service locator extension.  
						
						 
						
						
						
						
					 
					
						2000-12-16 12:51:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3a3ca1d474 
					 
					
						
						
							
							Do not poll DEVRANDOM if weäre building without an file pointer API.  
						
						 
						
						... 
						
						
						
						Spotted by "David Schwartz" <davids@webmaster.com >. 
						
						
					 
					
						2000-12-16 11:19:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7522254b48 
					 
					
						
						
							
							Make sure each FAQ item has an index entry.  
						
						 
						
						
						
						
					 
					
						2000-12-16 11:14:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						f1a6a0d4dd 
					 
					
						
						
							
							Add support for the noCheck OCSP extension. This is  
						
						 
						
						... 
						
						
						
						just a NULL and appears in a certificate. 
						
						
					 
					
						2000-12-16 01:58:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9c67ab2f26 
					 
					
						
						
							
							Make mkdef.pl parse some ASN1 IMPLEMENT macros.  
						
						 
						
						... 
						
						
						
						Initial support for variables in DEF files. 
						
						
					 
					
						2000-12-16 01:19:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						1a7b2d33f4 
					 
					
						
						
							
							Add a couple of FAQs.  
						
						 
						
						
						
						
					 
					
						2000-12-16 01:07:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6e2dad1cc7 
					 
					
						
						
							
							"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid  
						
						 
						
						... 
						
						
						
						compiler switch. 
						
						
					 
					
						2000-12-15 20:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2c0d10123e 
					 
					
						
						
							
							If CONF_get_string returns NULL and we want to tolerate this  
						
						 
						
						... 
						
						
						
						(e.g., use a default), we have to call ERR_clear_error(). 
						
						
					 
					
						2000-12-15 16:59:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3ac82faae5 
					 
					
						
						
							
							Locking issues.  
						
						 
						
						
						
						
					 
					
						2000-12-15 16:40:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						c08523d862 
					 
					
						
						
							
							Implement some standard OCSP extensions in the v3 code. These  
						
						 
						
						... 
						
						
						
						are all raw print only extensions at present. 
						
						
					 
					
						2000-12-15 13:42:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						137e601277 
					 
					
						
						
							
							The C version of bn_sub_part_words is needed not only  
						
						 
						
						... 
						
						
						
						in NO_ASM configurations 
						
						
					 
					
						2000-12-15 10:54:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						09f4bd2a39 
					 
					
						
						
							
							Very few in the "README" is up-to-date  
						
						 
						
						
						
						
					 
					
						2000-12-15 10:42:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2fc0d1f15e 
					 
					
						
						
							
							Add OCSP nonce extension to supported extensions.  
						
						 
						
						... 
						
						
						
						This is a little unusual because it can contain no
structure i.e. the extension OCTET STRING content
octets do not contain a DER encoded structure. 
						
						
					 
					
						2000-12-14 23:27:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						2a86064f95 
					 
					
						
						
							
							Make a note of the new engine.  
						
						 
						
						
						
						
					 
					
						2000-12-14 21:49:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						016d7d250a 
					 
					
						
						
							
							This is an engine contributed by Broadcom - it is meant to support the  
						
						 
						
						... 
						
						
						
						BCM5805 and BCM5820 units. So far I've merely taken a skim over the code
and changed a few things from their original contributed source
(de-shadowing variables, removing variables from the header, and
re-constifying some functions to remove warnings). If this gives
compilation problems on any system, please let me know. We will hopefully
know for sure whether this actually functions on a system with the relevant
hardware in a day or two.  :-) 
						
						
					 
					
						2000-12-14 21:41:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c15d426b9 
					 
					
						
						
							
							New function X509V3_extensions_print() this removes extension duplication  
						
						 
						
						... 
						
						
						
						from the print routines.
Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't
work fully because OCSP extensions aren't reimplemented yet.
Implement some ASN1 functions needed to compile OCSP code. 
						
						
					 
					
						2000-12-14 18:42:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bdcfe1d165 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2000-12-14 17:47:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3b28dbce7e 
					 
					
						
						
							
							The BN_mul bug test apparently is no longer needed  
						
						 
						
						
						
						
					 
					
						2000-12-14 17:46:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5a4fbc69c3 
					 
					
						
						
							
							First step towards SSL_peek fix.  
						
						 
						
						
						
						
					 
					
						2000-12-14 17:36:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e7c8952b5 
					 
					
						
						
							
							Update.  
						
						 
						
						
						
						
					 
					
						2000-12-14 17:29:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						de487514ae 
					 
					
						
						
							
							New function X509_signature_print() to remove some duplicate  
						
						 
						
						... 
						
						
						
						code from certificate, CRL and request printing routines. 
						
						
					 
					
						2000-12-14 00:53:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						06db4253e2 
					 
					
						
						
							
							Change the PKCS7 structure to use SEQUENCE OF for the  
						
						 
						
						... 
						
						
						
						authenticated attributes: this is used to retain the
original encoding and not break signatures.
Support for a SET OF which reorders the STACK when
encoding a structure. This will be used with the
PKCS7 code. 
						
						
					 
					
						2000-12-13 23:54:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4ce7894c4a 
					 
					
						
						
							
							c&p error spotted by Martin Forssen  
						
						 
						
						
						
						
					 
					
						2000-12-13 23:00:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						36f554d43c 
					 
					
						
						
							
							Replace the old style OCSP ASN1 module.  
						
						 
						
						
						
						
					 
					
						2000-12-13 18:21:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8d28d5f81b 
					 
					
						
						
							
							Constification of the data of a hash table.  This means the callback  
						
						 
						
						... 
						
						
						
						functions need to be constified, and therefore meant a number of easy
changes a little everywhere.
Now, if someone could explain to me why OBJ_dup() cheats... 
						
						
					 
					
						2000-12-13 17:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						53b407da84 
					 
					
						
						
							
							Problem: bn_mul_normal() misbehaves if the size of b is 0.  
						
						 
						
						... 
						
						
						
						Solution: multiply a with 0, putting the result in r, and return. 
						
						
					 
					
						2000-12-13 15:29:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						765e531159 
					 
					
						
						
							
							In bn_mul_recursive(), make sure the comba routines are only called  
						
						 
						
						... 
						
						
						
						when both a and b are of the exact right size.  This may change to
something better later. 
						
						
					 
					
						2000-12-13 14:47:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						de282fe3ba 
					 
					
						
						
							
							When using -pedantic, it's a good thing to define PEDANTIC as well.  
						
						 
						
						... 
						
						
						
						Also, define a second debugging configuration without assembler. 
						
						
					 
					
						2000-12-13 14:04:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						36ac656a1b 
					 
					
						
						
							
							Stop extension creation code core dumping.  
						
						 
						
						... 
						
						
						
						This was caused by no initialising the buffer
to NULL when using the auto allocating version
if i2d. 
						
						
					 
					
						2000-12-13 13:55:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2aff7727f7 
					 
					
						
						
							
							Rewrite the extension code to use an ASN1_ITEM structure  
						
						 
						
						... 
						
						
						
						for its ASN1 operations as well as the old style function
pointers (i2d, d2i, new, free). Change standard extensions
to support this.
Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'. 
						
						
					 
					
						2000-12-13 13:47:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						cc93ae3ef4 
					 
					
						
						
							
							Add description of SSL_[CTX_]_check_private_key().  
						
						 
						
						
						
						
					 
					
						2000-12-12 21:06:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						34d69d3b23 
					 
					
						
						
							
							SSL_new() may potentially add a certfificate.  Therefore, wen  
						
						 
						
						... 
						
						
						
						duplicating the certificate that is in the original SSL, remove the
one that SSL_new() provided, if any.
Spotted by: Mike Zeoli <zeoli@roguewave.com > 
						
						
					 
					
						2000-12-12 08:08:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						daea0ff8a9 
					 
					
						
						
							
							Change/add comments  
						
						 
						
						
						
						
					 
					
						2000-12-11 17:28:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						448701473a 
					 
					
						
						
							
							Stop on bntest error.  
						
						 
						
						
						
						
					 
					
						2000-12-10 04:25:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						572f0017d5 
					 
					
						
						
							
							*** empty log message ***  
						
						 
						
						
						
						
					 
					
						2000-12-10 04:22:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						df2c442a6d 
					 
					
						
						
							
							Make TYPE_RSA the default type instead of just setting it when -new is  
						
						 
						
						... 
						
						
						
						given.  That also allows the arguments to come in any order (-new
last, for example). 
						
						
					 
					
						2000-12-09 11:11:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						23e2947cc8 
					 
					
						
						
							
							Use continuation lines in test/bctest as far as it is possible  
						
						 
						
						... 
						
						
						
						to dermine what the expression should look like.
Apparently CVS does not like lines longer than about 2^10 characters. 
						
						
					 
					
						2000-12-09 10:07:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						44b51ca36c 
					 
					
						
						
							
							Don't throw away bctest's error messages.  
						
						 
						
						
						
						
					 
					
						2000-12-09 10:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						bbf848ce8d 
					 
					
						
						
							
							Test for SCO bc bug  
						
						 
						
						
						
						
					 
					
						2000-12-09 02:45:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d0fa136ce2 
					 
					
						
						
							
							Next step in tidying up the LHASH code.  
						
						 
						
						... 
						
						
						
						DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
wrapper functions that avoid the use of function pointer casting yet retain
type-safety for type-specific callbacks. However, most of the usage within
OpenSSL itself doesn't really require the extra function because the hash
and compare callbacks are internal functions declared only for use by the
hash table. So this change catches all those cases and reimplements the
functions using the base-level LHASH prototypes and does per-variable
casting inside those functions to convert to the appropriate item type.
The exception so far is in ssl_lib.c where the hash and compare callbacks
are not static - they're exposed in ssl.h so their prototypes should not be
changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
intact. 
						
						
					 
					
						2000-12-08 20:02:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						15156cce0e 
					 
					
						
						
							
							bn_part_sub_word prototype.  
						
						 
						
						
						
						
					 
					
						2000-12-08 19:10:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						9d6b1ce644 
					 
					
						
						
							
							Merge from the ASN1 branch of new ASN1 code  
						
						 
						
						... 
						
						
						
						to main trunk.
Lets see if the makes it to openssl-cvs :-) 
						
						
					 
					
						2000-12-08 19:09:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						66ebbb6a56 
					 
					
						
						
							
							Add manual pages for certficate/key loading and friends.  
						
						 
						
						
						
						
					 
					
						2000-12-08 14:29:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c5e48d8b01 
					 
					
						
						
							
							Placeholder for SCO bc bug detection  
						
						 
						
						
						
						
					 
					
						2000-12-08 08:30:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8dea52fa42 
					 
					
						
						
							
							Fix some things that look like bugs.  
						
						 
						
						... 
						
						
						
						One problem that looked like a problem in bn_recp.c at first turned
out to be a BN_mul bug.  An example is given in bn_recp.c; finding
the bug responsible for this is left as an exercise. 
						
						
					 
					
						2000-12-07 22:06:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f7356b677b 
					 
					
						
						
							
							TEST_MUL and TEST_SQR added.  
						
						 
						
						
						
						
					 
					
						2000-12-07 11:11:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						80d89e6a6a 
					 
					
						
						
							
							Sign-related fixes (and tests).  
						
						 
						
						... 
						
						
						
						BN_mod_exp_mont does not work properly yet if modulus m
is negative (we want computations to be carried out
modulo |m|). 
						
						
					 
					
						2000-12-07 08:48:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bc5f2740d2 
					 
					
						
						
							
							Move 'q->neg = 0' to those places where it is needed  
						
						 
						
						... 
						
						
						
						(just in cases someone uses a negative modulus) 
						
						
					 
					
						2000-12-07 07:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						aa66eba7c8 
					 
					
						
						
							
							BN_mod_sqrt documentation/comment  
						
						 
						
						
						
						
					 
					
						2000-12-06 21:33:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						f27b45d237 
					 
					
						
						
							
							Don't check for bc at all. We can now run a meaningful test even if  
						
						 
						
						... 
						
						
						
						it is missing. 
						
						
					 
					
						2000-12-06 16:39:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						3bb4736289 
					 
					
						
						
							
							remove a comment that shouldn't have been there any more  
						
						 
						
						
						
						
					 
					
						2000-12-06 16:30:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bac685417a 
					 
					
						
						
							
							Faster BN_mod_sqrt algorithm for p == 5 (8).  
						
						 
						
						
						
						
					 
					
						2000-12-06 12:25:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1a4d6400ae 
					 
					
						
						
							
							Printing "verify ..." should not be counted as a test for the  
						
						 
						
						... 
						
						
						
						"xxx tests passed" message. 
						
						
					 
					
						2000-12-06 12:24:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						322006dcb1 
					 
					
						
						
							
							During the self test, we only want to know what bctest says on  
						
						 
						
						... 
						
						
						
						stderr... 
						
						
					 
					
						2000-12-06 10:58:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						db01d55671 
					 
					
						
						
							
							Have the self test use bctest to check that bc is sane.  
						
						 
						
						
						
						
					 
					
						2000-12-06 10:54:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						0a52d38b31 
					 
					
						
						
							
							Use bc's "print" feature whenever it is available,  
						
						 
						
						... 
						
						
						
						not just on certain platforms. 
						
						
					 
					
						2000-12-06 10:32:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						902d1051b1 
					 
					
						
						
							
							Add a comment.  
						
						 
						
						
						
						
					 
					
						2000-12-06 09:53:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f67868ff4c 
					 
					
						
						
							
							Workaround for broken (or missing) bc.  
						
						 
						
						
						
						
					 
					
						2000-12-06 09:48:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a6576c56dd 
					 
					
						
						
							
							remove useless instruction  
						
						 
						
						
						
						
					 
					
						2000-12-06 04:48:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						240f516939 
					 
					
						
						
							
							Intel assembler version for bn_sub_part_words().  I haven't got  
						
						 
						
						... 
						
						
						
						reliable timings yet, please try it out! 
						
						
					 
					
						2000-12-06 04:16:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ef8f14a882 
					 
					
						
						
							
							another fix for the debug print  
						
						 
						
						
						
						
					 
					
						2000-12-06 04:14:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						aecb0b018f 
					 
					
						
						
							
							test_mod_mul is useful, let's run it more often.  
						
						 
						
						
						
						
					 
					
						2000-12-06 04:14:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e4d56bab5b 
					 
					
						
						
							
							move constants for debug functions to end of file  
						
						 
						
						
						
						
					 
					
						2000-12-06 00:19:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1435ccfba1 
					 
					
						
						
							
							Update the internal docs.  
						
						 
						
						
						
						
					 
					
						2000-12-05 19:18:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						d766a23deb 
					 
					
						
						
							
							Typo and additional information about cert-chain building.  
						
						 
						
						
						
						
					 
					
						2000-12-05 16:47:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						b1e21f8fac 
					 
					
						
						
							
							Add EXAMPLES for SSL_CIPHER_description() output.  
						
						 
						
						
						
						
					 
					
						2000-12-05 16:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9347ba487c 
					 
					
						
						
							
							Discuss  http://www.shoup.net/papers/oaep.ps.Z  
						
						 
						
						
						
						
					 
					
						2000-12-05 10:30:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c28500900e 
					 
					
						
						
							
							On Windows, Rainbow uses _stdcall convention under Windows.  
						
						 
						
						... 
						
						
						
						Spotted by plin <plin@rainbow.com > 
						
						
					 
					
						2000-12-05 08:16:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e4c5391ddb 
					 
					
						
						
							
							push the flags too  
						
						 
						
						
						
						
					 
					
						2000-12-05 06:38:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0c34556cbd 
					 
					
						
						
							
							looks like it works now  
						
						 
						
						
						
						
					 
					
						2000-12-05 05:39:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						b50118ca3e 
					 
					
						
						
							
							save registers in the debug output code (return value is overwritten too)  
						
						 
						
						
						
						
					 
					
						2000-12-05 05:10:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a57ecb95f6 
					 
					
						
						
							
							more of the same: add printf() for perlasm.  
						
						 
						
						
						
						
					 
					
						2000-12-05 04:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						428a55a0fe 
					 
					
						
						
							
							minor modification to the previous change  
						
						 
						
						
						
						
					 
					
						2000-12-05 03:57:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						cc74659fcc 
					 
					
						
						
							
							PERLASM - the wierdest programming language since Intercal.  
						
						 
						
						... 
						
						
						
						add debug output facilities. 
						
						
					 
					
						2000-12-05 03:51:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						90e7ce363a 
					 
					
						
						
							
							Use assert as in the rest of the BN library.  
						
						 
						
						
						
						
					 
					
						2000-12-05 02:00:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a47b505e37 
					 
					
						
						
							
							Improve formatting.  
						
						 
						
						
						
						
					 
					
						2000-12-04 19:04:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9f49524331 
					 
					
						
						
							
							It's completely unnecessary to add a compression algorithm that is  
						
						 
						
						... 
						
						
						
						really undefined.
Spotted by Jeffrey Altman <jaltman@columbia.edu > 
						
						
					 
					
						2000-12-04 17:17:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6a2347ee45 
					 
					
						
						
							
							Remove the last bn_wexpand()s that made us break constness.  Of  
						
						 
						
						... 
						
						
						
						course, that means we need to handle the cases where the two arrays to
bn_mul_recursive() and bn_mul_part_recursive() differ in size.
I haven't yet changed the comments that describe bn_mul_recursive()
and bn_mul_part_recursive().  I want this to be tested by more people
before I consider this change final.  Please test away! 
						
						
					 
					
						2000-12-04 17:11:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e5164b7041 
					 
					
						
						
							
							Change error message to "bignum too long"  
						
						 
						
						
						
						
					 
					
						2000-12-04 09:24:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ebff44b83a 
					 
					
						
						
							
							Sync up with a minor change in lhash.h  
						
						 
						
						
						
						
					 
					
						2000-12-04 04:54:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						c0e7c3aab9 
					 
					
						
						
							
							ANSI C doesn't allow trailing semi-colons after a function's closing brace  
						
						 
						
						... 
						
						
						
						so these macros probably shouldn't be used like that at all. So, this
change removes the misleading comment and also adds an implicit trailing
semi-colon to the DECLARE macros so they too don't require one. 
						
						
					 
					
						2000-12-04 04:52:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						733777275b 
					 
					
						
						
							
							Update the documentation to the current state of the LHASH changes. There  
						
						 
						
						... 
						
						
						
						will probably be more when the lh_doall[_arg] callbacks are similarly
tidied up, but this 'pod' should now be current. 
						
						
					 
					
						2000-12-04 04:35:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f1919c3df9 
					 
					
						
						
							
							Make a note of the LHASH changes.  
						
						 
						
						
						
						
					 
					
						2000-12-04 03:35:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						97b1719583 
					 
					
						
						
							
							Make the remaining LHASH macro changes. This should leave no remaining  
						
						 
						
						... 
						
						
						
						cases of function pointer casting in lh_new() calls - and leave only the
lh_doall and lh_doall_arg cases to be finished. 
						
						
					 
					
						2000-12-04 03:02:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						b0dc680f71 
					 
					
						
						
							
							Fix warnings.  
						
						 
						
						
						
						
					 
					
						2000-12-03 10:04:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						addb309ad6 
					 
					
						
						
							
							include <limits.h>  
						
						 
						
						
						
						
					 
					
						2000-12-03 09:55:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						152a689cf9 
					 
					
						
						
							
							Don't allow BIGNUMs to become so large that computations with dmax  
						
						 
						
						... 
						
						
						
						might overflow. 
						
						
					 
					
						2000-12-03 09:39:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						35a99b6380 
					 
					
						
						
							
							Use the new LHASH macros to declare type-safe wrapper functions that can  
						
						 
						
						... 
						
						
						
						be used as the hash/compare callbacks without function pointer casting.
For now, this is just happening in the apps/ directory whilst a few people
check the approach. The rest of the library will be moved across to the
same idea if there's no problems with this. 
						
						
					 
					
						2000-12-02 23:16:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						dfa46e502d 
					 
					
						
						
							
							Next step in tidying up the LHASH code. This commit defines DECLARE and  
						
						 
						
						... 
						
						
						
						IMPLEMENT macros for defining wrapper functions for "hash" and "cmp" callbacks
that are specific to the underlying item type in a hash-table. This prevents
function pointer casting altogether, and also provides some type-safety
because the macro does per-variable casting from the (void *) type used in
LHASH itself to the type declared in the macro - and if that doesn't match the
prototype expected by the "hash" or "cmp" function then a compiler error will
result.
NB: IMPLEMENT macros are not required unless predeclared forms are required
(either in a header file, or further up in a C file than the implementation
needs to be). The DECLARE macros must occur after the type-specific hash/cmp
callbacks are declared. Also, the IMPLEMENT and DECLARE macros are such that
they can be prefixed with "static" if desired and a trailing semi-colon should
be appended (making it look more like a regular declaration and easier on
auto-formatting text-editors too).
Now that these macros are defined, I will next be commiting changes to a
number of places in the library where the casting was doing bad things. After
that, the final step will be to make the analogous changes for the lh_doall
and lh_doall_arg functions (more specifically, their callback parameters). 
						
						
					 
					
						2000-12-02 23:08:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c21c35e6a4 
					 
					
						
						
							
							Add a comment to explain the purpose of bn_cmp_part_words().  
						
						 
						
						
						
						
					 
					
						2000-12-02 21:16:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						b26f84cbbd 
					 
					
						
						
							
							last commit was wrong. Now it works. :)  
						
						 
						
						
						
						
					 
					
						2000-12-02 20:51:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0dba0613ea 
					 
					
						
						
							
							argl  
						
						 
						
						
						
						
					 
					
						2000-12-02 19:34:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						e0c875081e 
					 
					
						
						
							
							remember the problem with ftime()  
						
						 
						
						
						
						
					 
					
						2000-12-02 18:50:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						ea1b7fe6d4 
					 
					
						
						
							
							forgot to remove the loop variable  
						
						 
						
						
						
						
					 
					
						2000-12-02 16:20:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						db88223baa 
					 
					
						
						
							
							Loops like this one:  
						
						 
						
						... 
						
						
						
						if (bp == NULL)
                        for (j=0; j<10000; j++)
                                BN_add(&c,&a,&b);
seem to be pretty useless, and bp never is NULL anyway. 
						
						
					 
					
						2000-12-02 16:13:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d29b63bc9b 
					 
					
						
						
							
							Move the rijndael "test" to the bf and cast tests.  
						
						 
						
						
						
						
					 
					
						2000-12-02 08:11:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1946cd8bc2 
					 
					
						
						
							
							Note the bntest change.  
						
						 
						
						... 
						
						
						
						The *_part_words functions are not static. 
						
						
					 
					
						2000-12-02 07:50:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						111482cf2e 
					 
					
						
						
							
							New function BN_bntest_rand() to detect more BN library bugs.  
						
						 
						
						... 
						
						
						
						The bn_cmp_part_words bug was only caught in the BN_mod_mul() test,
not in the BN_mul() test, so apparently the choice of parameters in
some cases is bad. 
						
						
					 
					
						2000-12-02 07:32:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						52a1bab2d9 
					 
					
						
						
							
							Fix bn_cmp_part_words() and move it to bn_lib.c.  
						
						 
						
						
						
						
					 
					
						2000-12-02 07:28:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0826c85f4c 
					 
					
						
						
							
							remove unused static function  
						
						 
						
						
						
						
					 
					
						2000-12-02 07:20:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						385d81380c 
					 
					
						
						
							
							First step in tidying up the LHASH code. The callback prototypes (and  
						
						 
						
						... 
						
						
						
						casts) used in the lhash code are about as horrible and evil as they can
be. For starters, the callback prototypes contain empty parameter lists.
Yuck.
This first change defines clearer prototypes - including "typedef"'d
function pointer types to use as "hash" and "compare" callbacks, as well as
the callbacks passed to the lh_doall and lh_doall_arg iteration functions.
Now at least more explicit (and clear) casting is required in all of the
dependant code - and that should be included in this commit.
The next step will be to hunt down and obliterate some of the function
pointer casting being used when it's not necessary - a particularly evil
variant exists in the implementation of lh_doall. 
						
						
					 
					
						2000-12-01 20:31:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						862e973b50 
					 
					
						
						
							
							Write a first HOWTO on how to create certificates.  This is currently  
						
						 
						
						... 
						
						
						
						a draft. 
						
						
					 
					
						2000-12-01 17:44:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2efff10cfa 
					 
					
						
						
							
							Correct a mail address...  
						
						 
						
						
						
						
					 
					
						2000-12-01 16:49:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						33479d275a 
					 
					
						
						
							
							Document the addition of Kerberos stuff.  
						
						 
						
						
						
						
					 
					
						2000-12-01 14:40:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3e7a6396ed 
					 
					
						
						
							
							Typo corrected.  
						
						 
						
						
						
						
					 
					
						2000-12-01 14:33:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5a12df5c40 
					 
					
						
						
							
							functionality for BN_mod_sqrt timings  
						
						 
						
						
						
						
					 
					
						2000-12-01 09:41:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b5a25a430a 
					 
					
						
						
							
							"make depend"  
						
						 
						
						
						
						
					 
					
						2000-12-01 08:48:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						592c784ffe 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2000-12-01 08:46:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						17e757478a 
					 
					
						
						
							
							GPL FAQ.  
						
						 
						
						... 
						
						
						
						I hope this adequately summarizes the results of all those disussions. 
						
						
					 
					
						2000-12-01 02:47:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a023052580 
					 
					
						
						
							
							Borland C fix.  
						
						 
						
						
						
						
					 
					
						2000-12-01 01:53:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						4b757c830d 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2000-12-01 01:51:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9b7a552f4b 
					 
					
						
						
							
							Recognise Darwin as well.  For now, have it do exactly the same thing as for Rhapsody  
						
						 
						
						
						
						
					 
					
						2000-12-01 01:11:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8df788c97f 
					 
					
						
						
							
							COMP_zlib should always be declared, even if it is not functional.  
						
						 
						
						... 
						
						
						
						Don't dump core in ssltest. 
						
						
					 
					
						2000-11-30 23:41:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						12cfcc128c 
					 
					
						
						
							
							Fix the recently introduced test that checks if the result is 0  
						
						 
						
						
						
						
					 
					
						2000-11-30 22:58:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f9b3bff6f7 
					 
					
						
						
							
							First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS.  Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>  
						
						 
						
						
						
						
					 
					
						2000-11-30 22:53:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fc2e05c2d5 
					 
					
						
						
							
							Fix BN_rshift, which caused lots of trouble.  
						
						 
						
						
						
						
					 
					
						2000-11-30 22:34:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b2993bdea1 
					 
					
						
						
							
							Remove randomness from the test. These constants give me a segment  
						
						 
						
						... 
						
						
						
						violation in test_kron on a 32 bit system. 
						
						
					 
					
						2000-11-30 21:03:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						470fa98f8a 
					 
					
						
						
							
							BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.  
						
						 
						
						... 
						
						
						
						But even if this is avoided, there are still segmentation violations
(during one of the BN_free()s at the end of test_kron
in some cases, in other cases during BN_kronecker, or
later in BN_sqrt; choosing a different exponentiation
algorithm in bntest.c appears to influence when the SIGSEGV
takes place). 
						
						
					 
					
						2000-11-30 20:03:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						de6e207db6 
					 
					
						
						
							
							It's "#elif", not "#elsif".  
						
						 
						
						
						
						
					 
					
						2000-11-30 19:35:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1363155145 
					 
					
						
						
							
							A few bug fixes for Windows.  
						
						 
						
						
						
						
					 
					
						2000-11-30 17:41:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						db5bda670f 
					 
					
						
						
							
							Changes to Lenka's Montgomery implementation.  
						
						 
						
						... 
						
						
						
						Submitted by: Lenka Fibikova 
						
						
					 
					
						2000-11-30 17:35:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0ae485dc07 
					 
					
						
						
							
							New format for the FAQ.  We now have different sections for different  
						
						 
						
						... 
						
						
						
						types of questions.  Hopefully, that'll make them easier to spot, and
specially, easier to refer to. 
						
						
					 
					
						2000-11-30 13:04:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						19cda70045 
					 
					
						
						
							
							Corrections to the comments in BN_mod_inverse.  
						
						 
						
						
						
						
					 
					
						2000-11-30 12:53:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4751717cd8 
					 
					
						
						
							
							The compression method may be undefined for some reason that has  
						
						 
						
						... 
						
						
						
						generated errors.  Therefore, print whatever error there may be... 
						
						
					 
					
						2000-11-30 12:53:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bd68b6b1f6 
					 
					
						
						
							
							Simplify and provide the possibility to clean a compression method.  
						
						 
						
						
						
						
					 
					
						2000-11-30 12:22:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd9b7d7c35 
					 
					
						
						
							
							comp_methods in a SSL_CTX points at an internal database.  Do *not*  
						
						 
						
						... 
						
						
						
						free that, since it's shared by all SSL_CTX's, present and future. 
						
						
					 
					
						2000-11-30 12:21:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						058123afb6 
					 
					
						
						
							
							Turn off memory checking when loading new compression algorithms.  
						
						 
						
						
						
						
					 
					
						2000-11-30 12:19:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4614bf06d 
					 
					
						
						
							
							COMP_METHOD has a new argument since some time back...  
						
						 
						
						
						
						
					 
					
						2000-11-30 12:18:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						23f80f46a4 
					 
					
						
						
							
							Make it possible to test SSL compression  
						
						 
						
						
						
						
					 
					
						2000-11-30 11:57:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4438dc0e5 
					 
					
						
						
							
							Change c_zlib further to allow loading a shared zlib on all operating  
						
						 
						
						... 
						
						
						
						systems where such an operation is supported. 
						
						
					 
					
						2000-11-30 11:56:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						04ca16890b 
					 
					
						
						
							
							BN_mod_exp problems ...  
						
						 
						
						
						
						
					 
					
						2000-11-30 11:47:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						20f88b9bd4 
					 
					
						
						
							
							Changes to c_zlib.c to make ZLIB.DLL dynamically loadable under  
						
						 
						
						... 
						
						
						
						Windows.  Really, this should probably be done on Unix as well, but
that will be a later story... 
						
						
					 
					
						2000-11-30 10:25:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						25439b76ad 
					 
					
						
						
							
							Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.  
						
						 
						
						... 
						
						
						
						Fix BN_mod_exp_simple for a==0 (mod m).
Skip useless round in BN_mod_sqrt (1 is always a square, no need
to test BN_kronecker for it). 
						
						
					 
					
						2000-11-30 09:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						3465dd3853 
					 
					
						
						
							
							* Fix a slight bug in the state-machine. This caused the client end of a  
						
						 
						
						... 
						
						
						
						tunnel to not pro-actively close down when failing an SSL handshake.
* Change the cert-chain callback - originally this was the same one used in
  s_client and s_server but the output's as ugly as sin, so I've prettied
  tunala's copy output up a bit (and made the output level configurable).
* Remove the superfluous "errors" from the SSL state callback - these are just
  non-blocking side-effects. 
						
						
					 
					
						2000-11-30 01:34:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						ac445acf69 
					 
					
						
						
							
							bn_modfs.c is no longer needed, a BN_sqrt implementation  
						
						 
						
						... 
						
						
						
						exists in bn_sqrt.c now 
						
						
					 
					
						2000-11-30 00:43:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						77ac92d00a 
					 
					
						
						
							
							Fix bntest.c problem -- one of the primes got lost  
						
						 
						
						
						
						
					 
					
						2000-11-30 00:37:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						73c2522c7c 
					 
					
						
						
							
							Handle special cases correctly in exponentation functions.  
						
						 
						
						... 
						
						
						
						test_bn still fails in the BN_sqrt test because
small primes appear to turn into zero for no
obvious reason, leading to "div by zero" errors. 
						
						
					 
					
						2000-11-30 00:33:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6b5d39e82d 
					 
					
						
						
							
							BN_mod_sqrt  
						
						 
						
						
						
						
					 
					
						2000-11-30 00:20:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cd2eebfd64 
					 
					
						
						
							
							BN_sqrt  
						
						 
						
						
						
						
					 
					
						2000-11-30 00:18:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						06676624fc 
					 
					
						
						
							
							Add a warning about the usage of the montgomery functions (if the inputs  
						
						 
						
						... 
						
						
						
						are not reduced modulo m, the outputs won't be either). 
						
						
					 
					
						2000-11-29 22:37:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ef8b601789 
					 
					
						
						
							
							Amend the original CHANGES log entry. The ex_data handling has been  
						
						 
						
						... 
						
						
						
						similarly modified now on DH and DSA. 
						
						
					 
					
						2000-11-29 20:02:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						01e62900c7 
					 
					
						
						
							
							BN_legendre is no longer needed now that OpenSSL has BN_kronecker.  
						
						 
						
						
						
						
					 
					
						2000-11-29 19:59:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d50f1bdfac 
					 
					
						
						
							
							Do to DH and DSA what has already been done to RSA. This involves moving  
						
						 
						
						... 
						
						
						
						the initialisation and cleanup of "ex_data" elements to before an init()
handler and after a finish() handler respectively. 
						
						
					 
					
						2000-11-29 19:59:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						38b40c624c 
					 
					
						
						
							
							mark a bug  
						
						 
						
						
						
						
					 
					
						2000-11-29 19:29:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						eb1f1b0a34 
					 
					
						
						
							
							Fix BN_kronecker so that it works correctly if 'a' is negative  
						
						 
						
						... 
						
						
						
						(we need the two's complement of BN_lsw then). 
						
						
					 
					
						2000-11-29 19:26:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						a9376dbff9 
					 
					
						
						
							
							More little changes to the tunala demo;  
						
						 
						
						... 
						
						
						
						* A little bit of code-cleanup
* Reformat the usage string (not so wide)
* Allow adding an alternative (usually DSA) cert/key pair (a la s_server)
* Allow control over cert-chain verify depth 
						
						
					 
					
						2000-11-29 19:22:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						14697d9d6d 
					 
					
						
						
							
							BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,  
						
						 
						
						... 
						
						
						
						so we have to reduce the random numbers used in test_mont.
Before this change, test_mont failed in [debug-]solaris-sparcv9-gcc
configurations ("Montgomery multiplication test failed!" because
the multiplication result obtained with Montgomery multiplication
differed from the result obtained by BN_mod_mul).
Substituing the old version of bn_gcd.c (BN_mod_inverse) did not avoid
the problem.
The strange thing is that it I did not observe any problems
when using debug-solaris-sparcv8-gcc and solaris-sparcv9-cc,
as well as when compiling OpenSSL 0.9.6 in the solaric-sparcv9-gcc
configuration on the same system. 
						
						
					 
					
						2000-11-29 18:08:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						c6a926d9e2 
					 
					
						
						
							
							Log security relevant change.  
						
						 
						
						
						
						
					 
					
						2000-11-29 18:06:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c1db5bfc08 
					 
					
						
						
							
							fix for Borland C  
						
						 
						
						
						
						
					 
					
						2000-11-29 16:43:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						429b8162c6 
					 
					
						
						
							
							add missing braces  
						
						 
						
						
						
						
					 
					
						2000-11-29 16:43:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						0dd2254d76 
					 
					
						
						
							
							Store verify_result with sessions to avoid potential security hole.  
						
						 
						
						... 
						
						
						
						For the server side this was already done one year ago :-( 
						
						
					 
					
						2000-11-29 16:04:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						03a0848922 
					 
					
						
						
							
							Fix warnings in expspeed.c (but the segmentation fault remains)  
						
						 
						
						... 
						
						
						
						Improve readability of bn_shift.c.
Add comment in bn_lib.c (why zero data between top and max?)
Change bntest.c output for BN_kronecker test 
						
						
					 
					
						2000-11-29 13:40:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						9161672950 
					 
					
						
						
							
							BN_bin2bn did *not* contain an off-by-one error;  
						
						 
						
						... 
						
						
						
						I'm still investigating what caused the segementation fault
(maybe "make clean; make" will cure it ...).
But BN_bin2bn should always reset ret->neg. 
						
						
					 
					
						2000-11-29 12:53:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a08bcccc67 
					 
					
						
						
							
							Expand expspeed.c to make BN_kronecker timings.  
						
						 
						
						... 
						
						
						
						This caused a segmentation fault in calls to malloc, so I cleaned up
bn_lib.c a little so that it is easier to see what is going on.
The bug turned out to be an off-by-one error in BN_bin2bn. 
						
						
					 
					
						2000-11-29 12:32:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						bdec3c5323 
					 
					
						
						
							
							Implement BN_kronecker test.  
						
						 
						
						... 
						
						
						
						Modify "CHANGES" entry for BN_mod_inverse (it's not just avoiding BN_div
that increases performance, avoiding BN_mul also helps) 
						
						
					 
					
						2000-11-29 11:06:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						53d286797c 
					 
					
						
						
							
							avoid segmentation fault  
						
						 
						
						
						
						
					 
					
						2000-11-29 11:04:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b6cafbd7d8 
					 
					
						
						
							
							Make BN_mod_inverse a little faster  
						
						 
						
						
						
						
					 
					
						2000-11-29 09:57:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						499e167fda 
					 
					
						
						
							
							Improve BN_mod_inverse performance.  
						
						 
						
						... 
						
						
						
						Get the BN_mod_exp_mont bugfix (for handling negative inputs) correct
this time. 
						
						
					 
					
						2000-11-29 09:41:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0135e33511 
					 
					
						
						
							
							Copy and paste error...  bn_add_part_words() should of course call  
						
						 
						
						... 
						
						
						
						bn_add_words(), not bn_sub_words()... 
						
						
					 
					
						2000-11-29 09:36:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						f2cc7559dd 
					 
					
						
						
							
							Make s_client/s_server-style cert verification output configurable by  
						
						 
						
						... 
						
						
						
						command line, and make the peer-authentication similarly configurable. 
						
						
					 
					
						2000-11-29 01:29:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fe8686ba4b 
					 
					
						
						
							
							use standard C  
						
						 
						
						
						
						
					 
					
						2000-11-29 00:07:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						4aa69fe0b6 
					 
					
						
						
							
							Minor tweaks and improvements to the tunala demo.  
						
						 
						
						... 
						
						
						
						- Add "-cipher" and "-out_state" command line arguments to control SSL
  cipher-suites and handshake debug output respectively.
- Implemented error handling for SSL handshakes that break down. This uses
  a cheat - storing a non-NULL pointer as "app_data" in the SSL structure
  when the SSL should be killed. 
						
						
					 
					
						2000-11-28 23:27:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						b984cd2b01 
					 
					
						
						
							
							A typo and a couple of logic errors fixed. I think there may still be one  
						
						 
						
						... 
						
						
						
						or two kinks lurking around, but it now appears to deal with the basic
test cases ok. 
						
						
					 
					
						2000-11-28 19:09:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						adcc64cd9e 
					 
					
						
						
							
							Use BN_pseudo_rand instead of BN_rand  
						
						 
						
						
						
						
					 
					
						2000-11-28 11:49:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c94b6de017 
					 
					
						
						
							
							Timings.  
						
						 
						
						
						
						
					 
					
						2000-11-28 11:47:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						000e21779c 
					 
					
						
						
							
							Note that SSL_peek has been disabled.  
						
						 
						
						
						
						
					 
					
						2000-11-28 11:13:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f1d6f64c8e 
					 
					
						
						
							
							Addapt to added files in the BIGNUM section  
						
						 
						
						
						
						
					 
					
						2000-11-28 10:20:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						d79cab27a5 
					 
					
						
						
							
							Correct a bug in BN_kronecker.  
						
						 
						
						... 
						
						
						
						Sketch the test for BN_kronecker. 
						
						
					 
					
						2000-11-28 07:53:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						24b44446e2 
					 
					
						
						
							
							Comments on SSL_peek deficiencies  
						
						 
						
						
						
						
					 
					
						2000-11-28 06:58:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						87739b2c53 
					 
					
						
						
							
							Disable SSL_peek until it is fixed.  
						
						 
						
						
						
						
					 
					
						2000-11-28 06:48:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c782089611 
					 
					
						
						
							
							Add test_kron function, which will contain a test for BN_kronecker.  
						
						 
						
						
						
						
					 
					
						2000-11-28 06:41:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						265592b99a 
					 
					
						
						
							
							Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.  
						
						 
						
						... 
						
						
						
						Also add the next file in advance so that I can't forget this one :-) 
						
						
					 
					
						2000-11-28 06:37:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						077ff61eef 
					 
					
						
						
							
							Undo previous commit, which was an accident.  
						
						 
						
						
						
						
					 
					
						2000-11-27 21:22:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						dcbd0d74d5 
					 
					
						
						
							
							Fix BN_is_... macros.  
						
						 
						
						... 
						
						
						
						Fix BN_gcd.
Analyze BN_mod_inverse.
Add BN_kronecker.
"make update". 
						
						
					 
					
						2000-11-27 21:17:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						1ec0a3862e 
					 
					
						
						
							
							Change submitted files so that they compile (in particular,  
						
						 
						
						... 
						
						
						
						use BN_CTX_start/get/end instead of accessing ctx->tos).
Change indentation to "EAY" style. 
						
						
					 
					
						2000-11-26 19:20:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						946cd9a540 
					 
					
						
						
							
							Change submitted files so that they compile (in particular,  
						
						 
						
						... 
						
						
						
						use BN_CTX_start/get/end instead of accessing ctx->tos).
Change indentation to "EAY" style. 
						
						
					 
					
						2000-11-26 19:13:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						0ac87024e3 
					 
					
						
						
							
							It was a small change, but it *could* conceivably affect people - so I'm  
						
						 
						
						... 
						
						
						
						making a note in the CHANGES file. 
						
						
					 
					
						2000-11-26 18:39:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7abe830501 
					 
					
						
						
							
							Ensure that the "ex_data" member of an RSA structure is initialised before  
						
						 
						
						... 
						
						
						
						the RSA_METHOD's "init()" handler is called, and is cleaned up after the
RSA_METHOD's "finish()" handler is called. Custom RSA_METHODs may wish to
initialise contexts and other specifics in the RSA structure upon creation
and that was previously not possible - "ex_data" is where that stuff
should go and it was being initialised too late for it to be used. 
						
						
					 
					
						2000-11-26 18:34:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5acaa49504 
					 
					
						
						
							
							More BN_mod_... functions.  
						
						 
						
						
						
						
					 
					
						2000-11-26 18:31:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						535b9b5724 
					 
					
						
						
							
							Add bn_mod.c (should have happend in the previous commit ...).  
						
						 
						
						... 
						
						
						
						BN_swap manual page. 
						
						
					 
					
						2000-11-26 16:46:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						78a0c1f18d 
					 
					
						
						
							
							modular arithmetics  
						
						 
						
						... 
						
						
						
						"make update" 
						
						
					 
					
						2000-11-26 16:42:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6cc5e19d47 
					 
					
						
						
							
							Remove CR at line ends.  
						
						 
						
						
						
						
					 
					
						2000-11-26 12:55:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7e0c5264e7 
					 
					
						
						
							
							Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.  
						
						 
						
						... 
						
						
						
						These new files will not be included literally in OpenSSL, but I intend
to integrate most of their contents.  Most file names will change,
and when the integration is done, the superfluous files will be deleted.
Submitted by: Lenka Fibikova <fibikova@exp-math.uni-essen.de > 
						
						
					 
					
						2000-11-26 12:12:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						73343ac38a 
					 
					
						
						
							
							Correct a number of syntax errors.  
						
						 
						
						
						
						
					 
					
						2000-11-22 18:20:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d53d271728 
					 
					
						
						
							
							Addapt the VMS scripts to the changes in the Makefiles.  
						
						 
						
						
						
						
					 
					
						2000-11-22 18:17:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						37fc8c3747 
					 
					
						
						
							
							Remove RSAREF (not used).  
						
						 
						
						... 
						
						
						
						You can still get the code using tag "rsaref". 
						
						
					 
					
						2000-11-22 16:52:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						01412ec600 
					 
					
						
						
							
							Addapt the VMS scripts to the changes in the Makefiles.  
						
						 
						
						
						
						
					 
					
						2000-11-22 04:54:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c4f3542abf 
					 
					
						
						
							
							Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.  
						
						 
						
						... 
						
						
						
						I'm a little bit nervous about bn_div_words, as I don't know what it's
supposed to return on overflow.  For now, I trust the rest of the
system to give it numbers that will not cause any overflow... 
						
						
					 
					
						2000-11-21 23:32:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c799770060 
					 
					
						
						
							
							Avoid getting warnings about unary - being used on unsigned integer.  
						
						 
						
						
						
						
					 
					
						2000-11-21 23:29:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						cd26e6c79d 
					 
					
						
						
							
							Oops! Read a full buffer instead of some spurious number from elswhere.  
						
						 
						
						
						
						
					 
					
						2000-11-21 21:37:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e773226f5 
					 
					
						
						
							
							'echo on' works better all over than 'echo=on'.  We had the same  
						
						 
						
						... 
						
						
						
						problem in some other file, but I can't recall which. 
						
						
					 
					
						2000-11-20 21:30:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						646d56956b 
					 
					
						
						
							
							Better handling of EVP names, add EVP to speed.  
						
						 
						
						
						
						
					 
					
						2000-11-20 04:14:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0cc1115643 
					 
					
						
						
							
							Make sure bs is assigned NULL when it's free'd, or there will be an  
						
						 
						
						... 
						
						
						
						(incorrect) attempt to free it once more... 
						
						
					 
					
						2000-11-19 14:14:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						257341b5b4 
					 
					
						
						
							
							I wonder if I do too much...  
						
						 
						
						
						
						
					 
					
						2000-11-19 14:11:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						83f2571782 
					 
					
						
						
							
							Add news items early.  Please fill in with what I have forgotten.  
						
						 
						
						
						
						
					 
					
						2000-11-19 14:10:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						baa257f1ed 
					 
					
						
						
							
							Remove two bn_wexpand() from BN_mul(), which is a step toward getting  
						
						 
						
						... 
						
						
						
						BN_mul() correctly constified, avoids two realloc()'s that aren't
really necessary and saves memory to boot.  This required a small
change in bn_mul_part_recursive() and the addition of variants of
bn_cmp_words(), bn_add_words() and bn_sub_words() that can take arrays
with differing sizes.
The test results show a performance that very closely matches the
original code from before my constification.  This may seem like a
very small win from a performance point of view, but if one remembers
that the variants of bn_cmp_words(), bn_add_words() and bn_sub_words()
are not at all optimized for the moment (and there's no corresponding
assembler code), and that their use may be just as non-optimal, I'm
pretty confident there are possibilities...
This code needs reviewing! 
						
						
					 
					
						2000-11-18 22:58:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e06cc57118 
					 
					
						
						
							
							Remove a declaration for a function that does not exist.  
						
						 
						
						
						
						
					 
					
						2000-11-18 20:52:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0450d28759 
					 
					
						
						
							
							Make the definition of bn_add_words() match the definition.  
						
						 
						
						
						
						
					 
					
						2000-11-18 20:49:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f56097c65 
					 
					
						
						
							
							I might want to debug the assembler modules...  
						
						 
						
						
						
						
					 
					
						2000-11-18 20:44:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7396958515 
					 
					
						
						
							
							Increase permissible ClientKeyExchange message length.  
						
						 
						
						
						
						
					 
					
						2000-11-17 14:42:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3c758be86e 
					 
					
						
						
							
							include 'err' label only when it is actually used  
						
						 
						
						
						
						
					 
					
						2000-11-17 13:08:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						227385b719 
					 
					
						
						
							
							Make sure BN_DIV2W is not defining when defining it, and remove the  
						
						 
						
						... 
						
						
						
						declarations of bn_add_part_words() and bn_sub_part_words() since they
do not exist. 
						
						
					 
					
						2000-11-17 12:01:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f7a059316f 
					 
					
						
						
							
							tag SSL_peek bugs  
						
						 
						
						
						
						
					 
					
						2000-11-17 11:49:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b1d6e3f551 
					 
					
						
						
							
							Documentation on using the SSL library with non-blocking I/O.  
						
						 
						
						
						
						
					 
					
						2000-11-17 10:25:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						db70a3fd6e 
					 
					
						
						
							
							Improve usability of 'openssl passwd' by including  
						
						 
						
						... 
						
						
						
						password verification where it makes sense. 
						
						
					 
					
						2000-11-17 09:03:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						28fd5c60de 
					 
					
						
						
							
							Constify bn_dump1 implementation so that it matches the prototype  
						
						 
						
						... 
						
						
						
						in bn.h 
						
						
					 
					
						2000-11-17 08:36:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cbd48ba626 
					 
					
						
						
							
							More constification of the BN library.  
						
						 
						
						
						
						
					 
					
						2000-11-16 22:43:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						67d93e6f49 
					 
					
						
						
							
							Make sure to print the BN counting (BN_COUNT) to stderr instead of  
						
						 
						
						... 
						
						
						
						stdout.  bc gets so confused by bean counts. 
						
						
					 
					
						2000-11-16 22:42:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						afb83c45e6 
					 
					
						
						
							
							Oops, when I clean, I should do it thoroughly.  
						
						 
						
						
						
						
					 
					
						2000-11-16 22:41:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						43fcc1b096 
					 
					
						
						
							
							I've checked again and again.  There really is no need to expand a to  
						
						 
						
						... 
						
						
						
						4 times it's size when bn_sqr_recursive() won't look farther than the
original length.  Thereby, constification is no longer a problem. 
						
						
					 
					
						2000-11-16 21:35:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d5695a26a6 
					 
					
						
						
							
							/proc/cpuinfo can have several lines containing the word "type".  We want the one that is "type", plain and simple.  Caught by Raoul Borenius <borenius@shuttle.de>  
						
						 
						
						
						
						
					 
					
						2000-11-16 18:59:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						8bfc8f934f 
					 
					
						
						
							
							I have no idea how this comment got there, but it's certainly not  
						
						 
						
						... 
						
						
						
						applicable to ENGINE_ctrl() 
						
						
					 
					
						2000-11-16 00:17:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ef02b10a16 
					 
					
						
						
							
							Many applications that use OpenSSL with ENGINE support might face a  
						
						 
						
						... 
						
						
						
						situation where they've initialised the ENGINE, loaded keys (which are then
linked to that ENGINE), and performed other checks (such as verifying
certificate chains etc). At that point, if the application goes
multi-threaded or multi-process it creates problems for any ENGINE
implementations that are either not thread/process safe or that perform
optimally when they do not have to perform locking and other contention
management tasks at "run-time".
This defines a new ENGINE_ctrl() command that can be supported by engines
at their discretion. If ENGINE_ctrl(..., ENGINE_CTRL_HUP,...) returns an
error then the caller should check if the *_R_COMMAND_NOT_IMPLEMENTED error
reason was set - it may just be that the engine doesn't support or need the
HUP command, or it could be that the attempted reinitialisation failed. A
crude alternative is to ignore the return value from ENGINE_ctrl() (and
clear any errors with ERR_clear_error()) and perform a test operation
immediately after the "HUP". Very crude indeed.
ENGINEs can support this command to close and reopen connections, files,
handles, or whatever as an alternative to run-time locking when such things
would otherwise be needed. In such a case, it's advisable for the engine
implementations to support locking by default but disable it after the
arrival of a HUP command, or any other indication by the application that
locking is not required. NB: This command exists to allow an ENGINE to
reinitialise without the ENGINE's functional reference count having to sink
down to zero and back up - which is what is normally required for the
finish() and init() handlers to get invoked. It would also be a bad idea
for engine_lib to catch this command itself and interpret it by calling the
engine's init() and finish() handlers directly, because reinitialisation
may need special handling on a case-by-case basis that is distinct from a
finish/init pair - eg. calling a finish() handler may invalidate the state
stored inside individual keys that have already loaded for this engine. 
						
						
					 
					
						2000-11-16 00:15:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						803e4e93d4 
					 
					
						
						
							
							Fill in missing information about the string returned from  
						
						 
						
						... 
						
						
						
						SSL_CIPHER_description(), as there is no other API function to find
out details about the cipher used besides the number of bits or protocol used. 
						
						
					 
					
						2000-11-15 18:42:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						60b8607727 
					 
					
						
						
							
							ignore  
						
						 
						
						
						
						
					 
					
						2000-11-14 19:18:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						159564ae9f 
					 
					
						
						
							
							Modify () to (void), since that's what is actually defined in the  
						
						 
						
						... 
						
						
						
						engine structure, and some ANSI C compilers will complain otherwise. 
						
						
					 
					
						2000-11-14 15:33:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cd1bf28e2c 
					 
					
						
						
							
							Two OCSP functions that aren't yet implemented.  
						
						 
						
						
						
						
					 
					
						2000-11-14 13:50:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						74e10aa58b 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-11-14 13:39:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5f524accc1 
					 
					
						
						
							
							Get the Rijndael function declarations.  
						
						 
						
						
						
						
					 
					
						2000-11-14 13:24:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						451e60e99f 
					 
					
						
						
							
							Detect and mark functions that no longer exist.  
						
						 
						
						
						
						
					 
					
						2000-11-14 13:20:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						89c16ab53e 
					 
					
						
						
							
							Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.  
						
						 
						
						... 
						
						
						
						For performance reasons, it is also recommended to make the (mmap'ed)
shared library 'read-only'.
-> New permissions for installed shared libraries = 555
This doesn't hurt anybody, provided the installation is performed with
'cp -f' :-) 
						
						
					 
					
						2000-11-14 11:05:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						820aaa5fc5 
					 
					
						
						
							
							Typo, was "time" instead of "tim".  
						
						 
						
						... 
						
						
						
						Caught by Jeffrey Altman <jaltman@columbia.edu > 
						
						
					 
					
						2000-11-14 10:52:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						993ea851f5 
					 
					
						
						
							
							Add Rijndael as things to look through.  
						
						 
						
						
						
						
					 
					
						2000-11-14 10:51:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lutz Jänicke 
							
						 
					 
					
						
						
							
						
						305db17b5f 
					 
					
						
						
							
							HP-UX shared libraries do not build any longer, as EX_LIBS contains  
						
						 
						
						... 
						
						
						
						"-Wl,+s" instead of +s:
* Hardcoded necessary references to -ldld/-ldl into the build rules and
  removed EX_LIBS.
HP-UX records the pathnames of dependent libraries when the shared libs
are built, so that ./libcrypto.sl... is recorded in libssl.sl..., with
"./" not being resolvable when running an application linked against -lssl:
* Build libssl without explicit reference to libcrypto, applications will
  be linked with "-lssl -lcrypto" anyway.
Document these informations in Makefile.org. 
						
						
					 
					
						2000-11-13 14:40:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						6a8ba34f9d 
					 
					
						
						
							
							in some new file names the first 8 characters were not unique  
						
						 
						
						
						
						
					 
					
						2000-11-12 22:32:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f777408fc5 
					 
					
						
						
							
							For a long time, I've wanted to be able to easily run one or a few  
						
						 
						
						... 
						
						
						
						individual tests.  I finally got myself to implement it... 
						
						
					 
					
						2000-11-12 20:24:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2984b0ae24 
					 
					
						
						
							
							Additional explanations for SSL_ERROR_WANT_READ/WRITE.  
						
						 
						
						
						
						
					 
					
						2000-11-12 19:17:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3d6001f7b9 
					 
					
						
						
							
							Enhance granularity on what I want to debug for the moment by changing  
						
						 
						
						... 
						
						
						
						LEVITTE_DEBUG to LEVITTE_DEBUG_MEM. 
						
						
					 
					
						2000-11-12 18:25:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f6a8898fc3 
					 
					
						
						
							
							Update my own debugging configuration entry  
						
						 
						
						
						
						
					 
					
						2000-11-12 16:20:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						757e392d4e 
					 
					
						
						
							
							Make Rijndael work! Those long flights have some good points.  
						
						 
						
						
						
						
					 
					
						2000-11-12 02:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2f9f0c72de 
					 
					
						
						
							
							Make this stuff compile.  
						
						 
						
						
						
						
					 
					
						2000-11-12 02:11:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cb4ae6c0d3 
					 
					
						
						
							
							Point to SSL_set_bio(3) early because that manpage provides  
						
						 
						
						... 
						
						
						
						information that is essential for using BIO pairs. 
						
						
					 
					
						2000-11-10 07:50:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						359fd02fec 
					 
					
						
						
							
							add missing word  
						
						 
						
						
						
						
					 
					
						2000-11-10 07:46:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e1a8ac495b 
					 
					
						
						
							
							tmp2 is not used in BN_mod_mul_montgomery.  
						
						 
						
						
						
						
					 
					
						2000-11-09 16:39:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0b5806b5f5 
					 
					
						
						
							
							Really stupid glitch (a comment not properly ended) fixed.  
						
						 
						
						
						
						
					 
					
						2000-11-08 18:10:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ccb9643f02 
					 
					
						
						
							
							Remove references to RSAref.  The glue library is but a memory to fade  
						
						 
						
						... 
						
						
						
						away now... 
						
						
					 
					
						2000-11-08 17:51:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						7f7b8d6871 
					 
					
						
						
							
							BN_CTX-related fixes.  
						
						 
						
						
						
						
					 
					
						2000-11-08 10:05:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bb7e632aef 
					 
					
						
						
							
							Constification of LHASH.  Contributed by "Paul D. Smith" <psmith@gnu.org>  
						
						 
						
						... 
						
						
						
						I didn't apply all his patches yet, since I have some hesitance about
unconstifying.  To be pondered. 
						
						
					 
					
						2000-11-07 23:43:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55d892e373 
					 
					
						
						
							
							Document that the Nuron hardware has been added and remove the  
						
						 
						
						... 
						
						
						
						requirement for an engine utility since we now have that. 
						
						
					 
					
						2000-11-07 14:31:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f971ccb264 
					 
					
						
						
							
							Constify DH-related code.  
						
						 
						
						
						
						
					 
					
						2000-11-07 14:30:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4aba800d9 
					 
					
						
						
							
							Constify DSA-related code.  
						
						 
						
						
						
						
					 
					
						2000-11-07 13:54:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						669cefdd35 
					 
					
						
						
							
							Make sure ERR_get_error() is declared.  
						
						 
						
						
						
						
					 
					
						2000-11-07 13:53:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7be7c2eda5 
					 
					
						
						
							
							A few more constifications of some RSA routines that I forgot  
						
						 
						
						... 
						
						
						
						yesterday. 
						
						
					 
					
						2000-11-07 13:49:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8de2910b5c 
					 
					
						
						
							
							Lutz tells me HP cc uses the same syntax for flags that should be  
						
						 
						
						... 
						
						
						
						passed down to ld as GNU cc. 
						
						
					 
					
						2000-11-07 13:23:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						74489a3668 
					 
					
						
						
							
							When ENGINE_by_id() couldn't find the given engine id, it generates an  
						
						 
						
						... 
						
						
						
						error.  When checking like engine_add() is, those errors are actually
good, so remove them. 
						
						
					 
					
						2000-11-07 13:21:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e06433d9ba 
					 
					
						
						
							
							shl_load() also needs to load along a path given through an  
						
						 
						
						... 
						
						
						
						environment variable, SHLIB_PATH.  This change makes that possible. 
						
						
					 
					
						2000-11-07 11:25:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e0bf5c11ea 
					 
					
						
						
							
							Handle BN_copy failure after successful BN_new.  
						
						 
						
						
						
						
					 
					
						2000-11-07 09:39:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						58f0f52e67 
					 
					
						
						
							
							handle the case when BN_new returns NULL  
						
						 
						
						
						
						
					 
					
						2000-11-07 09:35:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						55b3c877c7 
					 
					
						
						
							
							Document recent constifications.  
						
						 
						
						
						
						
					 
					
						2000-11-06 23:29:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bbbc96a87e 
					 
					
						
						
							
							Constification of CRYPTO_get_ex_data() needed for the sake of  
						
						 
						
						... 
						
						
						
						RSA_get_ext_data(). 
						
						
					 
					
						2000-11-06 23:24:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5e4ca4220e 
					 
					
						
						
							
							The consequence of constification is that to pass the address to a  
						
						 
						
						... 
						
						
						
						pointer to a const double pointe parameter, the pointer must point to
const data as well. 
						
						
					 
					
						2000-11-06 23:16:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e5828cd46f 
					 
					
						
						
							
							Constify the RSAref glue code.  
						
						 
						
						
						
						
					 
					
						2000-11-06 23:15:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7081f3bd89 
					 
					
						
						
							
							Constify the RSA parts of the ASN.1 library.  Note some ugly casts  
						
						 
						
						... 
						
						
						
						that are needed in the ASN.1 macros.  Hopefully, we can get rid of
those in an elegant way in the future. 
						
						
					 
					
						2000-11-06 23:04:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0413ba429c 
					 
					
						
						
							
							Constify the RSA library.  
						
						 
						
						
						
						
					 
					
						2000-11-06 22:49:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						29c1f0615b 
					 
					
						
						
							
							Constify the RSA library.  
						
						 
						
						
						
						
					 
					
						2000-11-06 22:34:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						10e473e930 
					 
					
						
						
							
							As a consequence of the BIGNUM constification, the ENGINE code needs a  
						
						 
						
						... 
						
						
						
						few small constifying changes, and why not throw in a couple of extras
while I'm at it? 
						
						
					 
					
						2000-11-06 22:15:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e7ef1a561a 
					 
					
						
						
							
							Make all engines available in the openssl application.  
						
						 
						
						
						
						
					 
					
						2000-11-06 22:03:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						458d356db9 
					 
					
						
						
							
							looks like a cut&paste error  
						
						 
						
						
						
						
					 
					
						2000-11-06 21:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						020fc820dc 
					 
					
						
						
							
							Constify the BIGNUM routines a bit more.  The only trouble were the  
						
						 
						
						... 
						
						
						
						two functions that did expansion on in parameters (BN_mul() and
BN_sqr()).  The problem was solved by making bn_dup_expand() which is
a mix of bn_expand2() and BN_dup(). 
						
						
					 
					
						2000-11-06 21:15:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bc8a9f1f0f 
					 
					
						
						
							
							mode used too early in EVP_PKEY_save_parameters.  
						
						 
						
						... 
						
						
						
						Spotted by Ken Lalonde <ken@torus.ca > 
						
						
					 
					
						2000-11-06 21:12:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6b77e6d7f3 
					 
					
						
						
							
							Make sure that shared libraries get the internal name engine with the  
						
						 
						
						... 
						
						
						
						full version number and not just 0.  This should mark the shared
libraries as not backward compatible.  Of course, this should be
changed again when we can guarantee backward binary compatibility. 
						
						
					 
					
						2000-11-06 06:52:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						361c7f2b52 
					 
					
						
						
							
							Set the CryptoAPI randomness estimate back to 0.  
						
						 
						
						... 
						
						
						
						The randomness may not actually be very good (we don't know). 
						
						
					 
					
						2000-11-04 03:33:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9f6fe8dbe7 
					 
					
						
						
							
							increase the value a bit  
						
						 
						
						
						
						
					 
					
						2000-11-03 23:07:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ee78e1fc8b 
					 
					
						
						
							
							Richard moved hw_nuron.c over to DSO-land recently, so this include isn't  
						
						 
						
						... 
						
						
						
						needed now. 
						
						
					 
					
						2000-11-03 17:09:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						864170286a 
					 
					
						
						
							
							Minor corrections (HPUX).  
						
						 
						
						... 
						
						
						
						From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE > 
						
						
					 
					
						2000-11-03 16:35:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						02af65b347 
					 
					
						
						
							
							avoid memory leak  
						
						 
						
						
						
						
					 
					
						2000-11-03 15:40:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2f13ee21ea 
					 
					
						
						
							
							Instead of just STACK, use STACK_OF(ASN1_OBJECT).  
						
						 
						
						
						
						
					 
					
						2000-11-03 00:59:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d833a9910 
					 
					
						
						
							
							Update the standards list to the current status  
						
						 
						
						
						
						
					 
					
						2000-11-02 22:55:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						11c0f1201c 
					 
					
						
						
							
							Change the engine library so the application writer has to explicitely  
						
						 
						
						... 
						
						
						
						load the "external" built-in engines (those that require DSO).  This
makes linking with libdl or other dso libraries non-mandatory.
Change 'openssl engine' accordingly.
Change the engine header files so some declarations (that differed at
that!) aren't duplicated, and make sure engine_int.h includes
engine.h.  That way, there should be no way of missing the needed
info. 
						
						
					 
					
						2000-11-02 20:33:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						69e7805f54 
					 
					
						
						
							
							'openssl engine' can now list engine capabilities.  The current  
						
						 
						
						... 
						
						
						
						implementation is contained in the application, and the capability
string building part should really be part of the engine library.
This is therefore an experimental hack, and will be changed in the
near future. 
						
						
					 
					
						2000-11-02 19:24:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e264cfe17a 
					 
					
						
						
							
							Better error reporting in 'openssl engine'  
						
						 
						
						
						
						
					 
					
						2000-11-02 18:58:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8224b0cbe5 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-11-02 18:53:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						15d52ddb55 
					 
					
						
						
							
							Never call load_dh_param(NULL) because this leads to an illegal  
						
						 
						
						... 
						
						
						
						fopen(NULL). 
						
						
					 
					
						2000-11-02 10:35:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d48f487e2c 
					 
					
						
						
							
							-t is supported, so display some help about it.  
						
						 
						
						
						
						
					 
					
						2000-11-01 23:55:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ce23b0f73e 
					 
					
						
						
							
							oops, remove comments that are no longer true.  
						
						 
						
						
						
						
					 
					
						2000-11-01 23:14:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d313047f63 
					 
					
						
						
							
							Explanation, tips, etc.  
						
						 
						
						
						
						
					 
					
						2000-11-01 23:12:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						d1855cc7af 
					 
					
						
						
							
							This is a demo that performs SSL tunneling (client and/or server) and is  
						
						 
						
						... 
						
						
						
						built using an abstracted state machine with a non-blocking IP wrapper
around it. README will follow in the next commit. 
						
						
					 
					
						2000-11-01 23:11:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						14c6d27d63 
					 
					
						
						
							
							Add application to enumerate, list and test engines with.  
						
						 
						
						
						
						
					 
					
						2000-11-01 02:57:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dcea8e12e2 
					 
					
						
						
							
							Add support for shared libraries under Irix.  
						
						 
						
						... 
						
						
						
						Submitted by Albert Chin-A-Young <china@thewrittenword.com > 
						
						
					 
					
						2000-11-01 00:05:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						26b264795d 
					 
					
						
						
							
							Rename true64 to the correct tru64.  
						
						 
						
						... 
						
						
						
						Suggested by Albert Chin-A-Young <china@thewrittenword.com > 
						
						
					 
					
						2000-10-31 23:39:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						501ebf16b6 
					 
					
						
						
							
							Improvements to openssl.spec.  
						
						 
						
						... 
						
						
						
						Submitted by Damien Miller <djm@mindrot.org >
This change has been CC:ed to crypt@bxa.doc.gov  
						
						
					 
					
						2000-10-31 23:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						815c83f70a 
					 
					
						
						
							
							Add configuration option to build on Linux on both big-endian and  
						
						 
						
						... 
						
						
						
						little-endian MIPS.
Submitted by Ralf Baechle <ralf@uni-koblenz.de > 
						
						
					 
					
						2000-10-31 23:14:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						92125ffaec 
					 
					
						
						
							
							Make flag variables int instead of char.  This avoids getting into trouble on systems where char is unsigned by default  
						
						 
						
						
						
						
					 
					
						2000-10-31 11:58:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7db2fcaa81 
					 
					
						
						
							
							_lrotl() is a call to the C runtime library!  
						
						 
						
						
						
						
					 
					
						2000-10-30 20:14:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						7d09713d09 
					 
					
						
						
							
							DSO_load() should also work when it is passed a NULL - a new DSO is created  
						
						 
						
						... 
						
						
						
						automatically, however some code was still referring to the original
pointer rather than the internal one (and thus to NULL instead of the
created pointer). 
						
						
					 
					
						2000-10-30 18:47:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3aba98e787 
					 
					
						
						
							
							Document the change.  
						
						 
						
						
						
						
					 
					
						2000-10-28 22:44:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						32d862ede4 
					 
					
						
						
							
							Add the possibility to use keys handled by engines in more  
						
						 
						
						... 
						
						
						
						applications. 
						
						
					 
					
						2000-10-28 22:40:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a44f26d5c9 
					 
					
						
						
							
							Small documentation change  
						
						 
						
						
						
						
					 
					
						2000-10-28 22:21:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						3e126d3610 
					 
					
						
						
							
							-engine is gone.  
						
						 
						
						
						
						
					 
					
						2000-10-27 20:43:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5660eb489e 
					 
					
						
						
							
							NetBSD doesn't use ftime().  
						
						 
						
						
						
						
					 
					
						2000-10-27 20:28:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7c155330de 
					 
					
						
						
							
							Document the OCSP addition.  
						
						 
						
						
						
						
					 
					
						2000-10-27 11:22:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8bb4ad88d8 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-10-27 11:09:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						eb64730b9c 
					 
					
						
						
							
							The majority of the OCSP code from CertCo.  
						
						 
						
						
						
						
					 
					
						2000-10-27 11:05:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						34a1488220 
					 
					
						
						
							
							.  
						
						 
						
						
						
						
					 
					
						2000-10-26 22:24:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5270e7025e 
					 
					
						
						
							
							Merge the engine branch into the main trunk.  All conflicts resolved.  
						
						 
						
						... 
						
						
						
						At the same time, add VMS support for Rijndael. 
						
						
					 
					
						2000-10-26 21:07:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						1df586bec2 
					 
					
						
						
							
							Add a note about the recent DSO changes in CHANGES.  
						
						 
						
						
						
						
					 
					
						2000-10-26 20:02:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						551e5990d2 
					 
					
						
						
							
							On HP-UX, at least when shl_* are used, the libraries have the  
						
						 
						
						... 
						
						
						
						extension .sl instead of .so. 
						
						
					 
					
						2000-10-26 18:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d9efa3616a 
					 
					
						
						
							
							For the operating systems where it matters, it is sometimes good to  
						
						 
						
						... 
						
						
						
						translate library names by only adding ".so" to them without
prepending them with "lib".  Add the flag DSO_FLAG_NAME_TRANSLATION_EXT_ONLY
for that purpose. 
						
						
					 
					
						2000-10-26 18:30:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						51c8dc37dd 
					 
					
						
						
							
							This changes the behaviour of the DSO mechanism for determining an  
						
						 
						
						... 
						
						
						
						appropriate filename translation on the host system. Apart from this point,
users should also note that there's a slight change in the API functions
too. The DSO now contains its own to-be-converted filename
("dso->filename"), and at the time the DSO loads the "dso->loaded_filename"
value is set to the translated form. As such, this also provides an impicit
way of determining if the DSO is currently loaded or not. Except, perhaps,
VMS .... :-)
The various DSO_METHODs have been updated for this mechanism except VMS
which is deliberately broken for now, Richard is going to look at how to
fit it in (the source comments in there explain "the issue").
Basically, the new callback scheme allows the filename conversion to
(a) be turned off altogether through the use of the
    DSO_FLAG_NO_NAME_TRANSLATION flag,
(b) be handled in the default way using the default DSO_METHOD's converter
(c) overriden per-DSO by setting the override callback
(d) a mix of (b) and (c) - eg. implement an override callback that;
    (i) checks if we're win32 "if(strstr(dso->meth->name, "win32"))..."
        and if so, convert "blah" into "blah32.dll" (the default is
	otherwise to make it "blah.dll").
    (ii) default to the normal behaviour - eg. we're not on win32, so
         finish with (return dso->meth->dso_name_converter(dso,NULL)).
(e) be retried a number of times by writing a new DSO_METHOD where the
    "dso_load()" handler will call the converter repeatedly. Then the
    custom converter could use state information in the DSO to suggest
    different conversions or paths each time it is invoked. 
						
						
					 
					
						2000-10-26 17:38:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						28967cf079 
					 
					
						
						
							
							rsautl.c requires RSA.  
						
						 
						
						
						
						
					 
					
						2000-10-26 12:05:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a2bbe59401 
					 
					
						
						
							
							s_server not s_client  
						
						 
						
						
						
						
					 
					
						2000-10-23 19:13:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						421cb50b2d 
					 
					
						
						
							
							Cert chain verification is useable by now.  
						
						 
						
						... 
						
						
						
						Whether Steve is still working on 'proper' verification is up to
him to decide ... 
						
						
					 
					
						2000-10-23 14:36:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						0fa504b68d 
					 
					
						
						
							
							Correction from Tani Hosokawa <unknown@riverstyx.net>  
						
						 
						
						
						
						
					 
					
						2000-10-23 14:02:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						705bfcf8e7 
					 
					
						
						
							
							internal_verify now does know about extensions  
						
						 
						
						
						
						
					 
					
						2000-10-23 08:01:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						4fb40db932 
					 
					
						
						
							
							Don't ever set 'seeded' if RAND_status() returned 0  
						
						 
						
						... 
						
						
						
						(although maybe this static variable should be abolished totally,
it was introduced before RAND_status existed). 
						
						
					 
					
						2000-10-23 07:37:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9dd0463852 
					 
					
						
						
							
							When building shared libraries on HP-UX 10.20 and HP-UX 11.00 (32bit),  
						
						 
						
						... 
						
						
						
						ld warns that -Fl "may not be supported in future releases".  We know
that, and are doing things in HP-UX 11 (64bit), so turn off that
warning with +vnocompatwarnings. 
						
						
					 
					
						2000-10-22 21:37:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5cb5715f97 
					 
					
						
						
							
							It seems like grep isn't as capable as I thought on some Unix systems.  
						
						 
						
						... 
						
						
						
						Use egrep instead. 
						
						
					 
					
						2000-10-22 16:46:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9a583aa26 
					 
					
						
						
							
							Pointer error corrected  
						
						 
						
						
						
						
					 
					
						2000-10-22 12:47:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f3f316f13f 
					 
					
						
						
							
							If the functions get_dh*() are declared static, they should be defined the same way  
						
						 
						
						
						
						
					 
					
						2000-10-22 12:45:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						99b1aaf2ec 
					 
					
						
						
							
							On some operating systems, MAX is defined.  Call ours OSSL_MAX instead  
						
						 
						
						
						
						
					 
					
						2000-10-22 12:44:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						53400da75c 
					 
					
						
						
							
							Document  
						
						 
						
						
						
						
					 
					
						2000-10-21 22:53:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2b59a6ac14 
					 
					
						
						
							
							There's no reason why app_RAND_load_file() should return 0 when  
						
						 
						
						... 
						
						
						
						RAND_status() hasn't.
Reported by Dale Stimson <dale@accentre.com >. 
						
						
					 
					
						2000-10-21 22:43:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						48d89b560c 
					 
					
						
						
							
							Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbin  
						
						 
						
						... 
						
						
						
						since NetBSD 1.5. 
						
						
					 
					
						2000-10-21 22:18:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b5a43800ef 
					 
					
						
						
							
							FreeBSD-elf can do threads.  However, there seems to be confusion if  
						
						 
						
						... 
						
						
						
						you should defined _THREAD_SAFE (I found that in an include file, and
that's what everybody tells me) or _THREADSAFE (that's what the gcc
manual says in the FreeBSD-specific section), so I defined both, just
to be safe. 
						
						
					 
					
						2000-10-21 22:05:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0fd44e2ddb 
					 
					
						
						
							
							Add what's needed to get shared libraries on HP-UX.  
						
						 
						
						... 
						
						
						
						N.B.: This has not been tested at all, that's my next step. 
						
						
					 
					
						2000-10-21 21:24:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0a2221f9ad 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-10-21 20:15:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						567f17cfe0 
					 
					
						
						
							
							Document the change to NCONF.  
						
						 
						
						
						
						
					 
					
						2000-10-21 20:01:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						627ec355d8 
					 
					
						
						
							
							Fix for bug (?) in assembly language routines for SHA1. This  
						
						 
						
						... 
						
						
						
						causes MASM to complain and not produce valid debug info.
Hopefully this wont break anything else...
Also fix typo in e_rd.c 
						
						
					 
					
						2000-10-20 00:36:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4184a78761 
					 
					
						
						
							
							Move expired CA certificate.  
						
						 
						
						
						
						
					 
					
						2000-10-19 23:16:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						bbdc9c98a8 
					 
					
						
						
							
							give pseudo prototypes instead of macro definitions for better clarity  
						
						 
						
						
						
						
					 
					
						2000-10-19 22:02:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						11b62699a1 
					 
					
						
						
							
							"DESCRIPTION" is required.  
						
						 
						
						
						
						
					 
					
						2000-10-19 19:40:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						14a74a21f0 
					 
					
						
						
							
							correction from Lutz  
						
						 
						
						
						
						
					 
					
						2000-10-19 15:19:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c8cda405e7 
					 
					
						
						
							
							Keep binary backward compatibility by putting new method function  
						
						 
						
						... 
						
						
						
						pointers at the end of the structure. 
						
						
					 
					
						2000-10-19 08:29:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						befb3e7a4d 
					 
					
						
						
							
							Make it possible for methods to load from something other than a BIO,  
						
						 
						
						... 
						
						
						
						by providing a function pointer that is given a name instead of a BIO.
For example, this could be used to load configuration data from an
LDAP server. 
						
						
					 
					
						2000-10-19 08:26:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c6f1787bbd 
					 
					
						
						
							
							NCONF_get_number() has no error checking at all.  As a replacement,  
						
						 
						
						... 
						
						
						
						NCONF_get_number_e() is defined (_e for "error checking") and is
promoted strongly.  The old NCONF_get_number is kept around for
binary backward compatibility. 
						
						
					 
					
						2000-10-19 08:03:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9bd3bd227f 
					 
					
						
						
							
							Add short overview, move header files section further down.  
						
						 
						
						
						
						
					 
					
						2000-10-18 23:08:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d0ef53bd2d 
					 
					
						
						
							
							cosmetic changes  
						
						 
						
						
						
						
					 
					
						2000-10-18 22:51:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8d3f155a66 
					 
					
						
						
							
							cosmetic change  
						
						 
						
						
						
						
					 
					
						2000-10-18 22:01:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef0ab7f94f 
					 
					
						
						
							
							John Denney <jdenney@ca.mdis.com> reports that we forgot to convert  
						
						 
						
						... 
						
						
						
						Free to OPENSSL_free in the SSL demos. 
						
						
					 
					
						2000-10-18 19:36:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bf55ece1c1 
					 
					
						
						
							
							Two questions have been asked quite often lately.  
						
						 
						
						
						
						
					 
					
						2000-10-17 16:16:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						51754ec835 
					 
					
						
						
							
							Update test server certificate in apps/server.pem (it was expired).  
						
						 
						
						
						
						
					 
					
						2000-10-16 22:56:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						1bc5dd3efc 
					 
					
						
						
							
							Always return a value.  
						
						 
						
						... 
						
						
						
						Submitted by:
Reviewed by:
PR: 
						
						
					 
					
						2000-10-16 13:08:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0ded1638ba 
					 
					
						
						
							
							CRYPTO_get_ex_new_index would never return an error.  
						
						 
						
						
						
						
					 
					
						2000-10-16 06:01:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						71d525c9f6 
					 
					
						
						
							
							Fix for typo in certificate directory lookup code.  
						
						 
						
						
						
						
					 
					
						2000-10-14 23:51:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3ab5651112 
					 
					
						
						
							
							The experimental Rijndael code moved to the main trunk.  
						
						 
						
						... 
						
						
						
						make update done. 
						
						
					 
					
						2000-10-14 20:09:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						82ce0b2308 
					 
					
						
						
							
							Even when you don't want to create shared libraries, it's a good idea  
						
						 
						
						... 
						
						
						
						to have the full extension information, so residual shared libraries
can be removed so the applications and test programs do not get linked
against them by mistake... 
						
						
					 
					
						2000-10-13 16:04:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a22fb399cb 
					 
					
						
						
							
							Rework the system to generate shared libraries:  
						
						 
						
						... 
						
						
						
						- Make note of the expected extension for the shared libraries and
    if there is a need for symbolic links from for example libcrypto.so.0
    to libcrypto.so.0.9.7.  There is extended info in Configure for
    that.
  - Make as few rebuilds of the shared libraries as possible.
  - Still avoid linking the OpenSSL programs with the shared libraries.
  - When installing, install the shared libraries separately from the
    static ones. 
						
						
					 
					
						2000-10-13 15:25:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8df8f27513 
					 
					
						
						
							
							Bump the shared library version (should have been done a while ago).  
						
						 
						
						
						
						
					 
					
						2000-10-13 15:09:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cde70093ac 
					 
					
						
						
							
							Make the new conf implementatoin bug-compatible with the old one.  
						
						 
						
						... 
						
						
						
						Actually, it's a feature that it goes looking at environment
variables.  It's just a pity that it's at the cost of the error
checking...  I'll see if I can come up with a better interface for
this. 
						
						
					 
					
						2000-10-13 08:30:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5f97f508e4 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-10-13 08:27:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						553615f500 
					 
					
						
						
							
							New docs and new facts in older docs.  
						
						 
						
						... 
						
						
						
						Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE > 
						
						
					 
					
						2000-10-12 09:56:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						924046ce75 
					 
					
						
						
							
							Make non blocking I/O work for accept BIOs.  
						
						 
						
						
						
						
					 
					
						2000-10-12 01:50:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						9e2c0f41d7 
					 
					
						
						
							
							fix problems in the selftest  
						
						 
						
						
						
						
					 
					
						2000-10-11 00:08:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ef67042f9 
					 
					
						
						
							
							Do a favor to those who get weird compiles and report if RAND_pseudo_bytes  
						
						 
						
						... 
						
						
						
						returns -1... 
						
						
					 
					
						2000-10-10 15:08:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						53fe8d5be5 
					 
					
						
						
							
							A few small corrections to the SSL documentation.  
						
						 
						
						... 
						
						
						
						Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE > 
						
						
					 
					
						2000-10-10 09:15:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						8c23788dd1 
					 
					
						
						
							
							BIO_sock_init() returns 1 for success and -1 for failure, not 0;  
						
						 
						
						... 
						
						
						
						thus the condition '!BIO_sock_init()' doesn't make sense. 
						
						
					 
					
						2000-10-09 16:40:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						ef76e3dbda 
					 
					
						
						
							
							DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functions  
						
						 
						
						... 
						
						
						
						so I've regenerated the error numbers and strings for the DSO functions. 
						
						
					 
					
						2000-10-09 01:57:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7ba839bfe2 
					 
					
						
						
							
							Make sure ranlib is only used on .a libraries.  
						
						 
						
						
						
						
					 
					
						2000-10-09 00:50:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d2dcf4f40d 
					 
					
						
						
							
							Make sure that shareable libraries are turned off if we don't know how  
						
						 
						
						... 
						
						
						
						to make them... 
						
						
					 
					
						2000-10-09 00:48:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						75a382bd90 
					 
					
						
						
							
							None of the DSO_METHOD's were handling anything except generic messages.  
						
						 
						
						... 
						
						
						
						These are now processed inside DSO_ctrl() itself. 
						
						
					 
					
						2000-10-08 22:36:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geoff Thorpe 
							
						 
					 
					
						
						
							
						
						5b0a0544f2 
					 
					
						
						
							
							Time to get rid of some rather silly code duplication - some DSO_ctrl()  
						
						 
						
						... 
						
						
						
						commands are common to all DSO_METHODs, hence handle them at the top. 
						
						
					 
					
						2000-10-08 22:32:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a0ec9cf6d5 
					 
					
						
						
							
							Linux on Alpha with gcc knows about shared libraries.  
						
						 
						
						
						
						
					 
					
						2000-10-08 19:40:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e9ebf346c4 
					 
					
						
						
							
							Linux on Alpha has the configuration name linux-alpha-gcc, not  
						
						 
						
						... 
						
						
						
						linux-alpha. 
						
						
					 
					
						2000-10-08 19:38:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						8ca533e378 
					 
					
						
						
							
							More code for X509_print_ex() support.  
						
						 
						
						
						
						
					 
					
						2000-10-06 11:51:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d0c9858914 
					 
					
						
						
							
							Global DirectoryString mask fix.  
						
						 
						
						... 
						
						
						
						Add support for X509_NAME_print_ex() in req.
Initial code for cutomizable X509 print routines. 
						
						
					 
					
						2000-10-04 01:16:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						356c06c776 
					 
					
						
						
							
							More SSL functions documented.  Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-10-03 22:02:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef71cb6daf 
					 
					
						
						
							
							Document...  
						
						 
						
						
						
						
					 
					
						2000-10-01 21:46:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2e7e3d6ce9 
					 
					
						
						
							
							Remove what was described by someone as "an EAY hack for compiling  
						
						 
						
						... 
						
						
						
						SSLeay with Colin Plumb's MD5 implementation instead of his one". 
						
						
					 
					
						2000-10-01 21:28:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a269d312da 
					 
					
						
						
							
							Include arpa/inet.h, since that's where htons() and friends are  
						
						 
						
						... 
						
						
						
						supposed to be defined according to XPG4.2.
Found by Evan <n2xjk@ulster.net > for the MVS platform. 
						
						
					 
					
						2000-09-29 20:14:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						a87aa87bcc 
					 
					
						
						
							
							The des_modes manpage is in section 7.  
						
						 
						
						
						
						
					 
					
						2000-09-27 21:45:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6df3553255 
					 
					
						
						
							
							A compiler warning removed.  Thanks to the folks at HP!  
						
						 
						
						
						
						
					 
					
						2000-09-27 13:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						2eaad87f36 
					 
					
						
						
							
							Verbose output when installing manual pages so that you see that  
						
						 
						
						... 
						
						
						
						something is going on (and what). 
						
						
					 
					
						2000-09-26 12:23:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b7af080fb1 
					 
					
						
						
							
							Add BUGS section.  
						
						 
						
						
						
						
					 
					
						2000-09-26 12:15:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						3a0afe1eed 
					 
					
						
						
							
							Note read_ahead-flag related fixes.  
						
						 
						
						
						
						
					 
					
						2000-09-26 11:39:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						086a32d754 
					 
					
						
						
							
							Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.  
						
						 
						
						
						
						
					 
					
						2000-09-26 11:38:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						544ebbceb4 
					 
					
						
						
							
							Don't modify s->read_ahead in SSL_clear, which is called from  
						
						 
						
						... 
						
						
						
						accept/connect functions; those should not change the
read_ahead setting of the SSL structure. 
						
						
					 
					
						2000-09-26 11:30:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						6d0dcbedb1 
					 
					
						
						
							
							Fix SSL_CTX_set_read_ahead macro.  
						
						 
						
						... 
						
						
						
						Submitted by: Anders Gertz <gertz@epact.se > 
						
						
					 
					
						2000-09-26 11:25:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						88aeb646bd 
					 
					
						
						
							
							Document the change.  
						
						 
						
						
						
						
					 
					
						2000-09-25 11:12:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						46b1b91309 
					 
					
						
						
							
							Update  
						
						 
						
						
						
						
					 
					
						2000-09-25 10:22:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						be054868a1 
					 
					
						
						
							
							When creating a .def file, be a bit more selective so disabled  
						
						 
						
						... 
						
						
						
						algorithms do not get in... 
						
						
					 
					
						2000-09-25 10:21:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0acc90e5f7 
					 
					
						
						
							
							echo=off works on NT, but not on W2K.  
						
						 
						
						
						
						
					 
					
						2000-09-25 09:30:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4e20a4e688 
					 
					
						
						
							
							'ranlib' doesn't always run on some systems.  That's actually  
						
						 
						
						... 
						
						
						
						acceptable, since all that happens if it fails is a library with
an index, which makes linking slower, but still working correctly. 
						
						
					 
					
						2000-09-25 08:53:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9ef9e78520 
					 
					
						
						
							
							Make the algorithm implementations depend on the corresponding  
						
						 
						
						... 
						
						
						
						selection macros. 
						
						
					 
					
						2000-09-25 08:49:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						393e826ec3 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2000-09-25 05:55:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c5e8580e7b 
					 
					
						
						
							
							Update the status and version number to 0.9.7-dev.  
						
						 
						
						
						
						
					 
					
						2000-09-24 17:31:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						16221173c8 
					 
					
						
						
							
							Forgot to change the STATUS file...  
						
						 
						
						
						
						
					 
					
						2000-09-24 15:42:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e8f2fdfdd 
					 
					
						
						
							
							Time to build the release.  Bump the version info accordingly.  
						
						 
						
						
						
						
					 
					
						2000-09-24 15:21:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fec8c79a7e 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-09-24 14:54:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						56245be46d 
					 
					
						
						
							
							Change the Windows building scripts to enable DSO_WIN32.  
						
						 
						
						
						
						
					 
					
						2000-09-24 14:48:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						eb206eb8be 
					 
					
						
						
							
							print the perlasm rule only for linux-elf (it seems it confuses some  
						
						 
						
						... 
						
						
						
						version of make for Mingw32)
----------------------------------------------------------------------
---------------------------------------------------------------------- 
						
						
					 
					
						2000-09-23 19:24:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fda05b2155 
					 
					
						
						
							
							spelling  
						
						 
						
						
						
						
					 
					
						2000-09-23 19:08:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8c4ab6d5ae 
					 
					
						
						
							
							update info to match the README.  
						
						 
						
						
						
						
					 
					
						2000-09-23 07:38:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						8fdec3e558 
					 
					
						
						
							
							stop perlpod from complaining.  
						
						 
						
						
						
						
					 
					
						2000-09-23 07:30:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						69431c2998 
					 
					
						
						
							
							more manpage links.  
						
						 
						
						
						
						
					 
					
						2000-09-23 07:16:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						90d7fc1de4 
					 
					
						
						
							
							tlhelp32.h  
						
						 
						
						
						
						
					 
					
						2000-09-23 05:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						bb28bcdf98 
					 
					
						
						
							
							Workaround for tlhelp32.h: place the missing header file in outinc  
						
						 
						
						
						
						
					 
					
						2000-09-23 05:19:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						d49da3aa5b 
					 
					
						
						
							
							Add some missing info.  
						
						 
						
						
						
						
					 
					
						2000-09-23 05:17:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fc55bf3b20 
					 
					
						
						
							
							tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)  
						
						 
						
						
						
						
					 
					
						2000-09-23 05:04:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						03dbae0d20 
					 
					
						
						
							
							URL to "latest" Mingw release (which is almost a year old :()  
						
						 
						
						
						
						
					 
					
						2000-09-23 02:06:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						5a5accdd64 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2000-09-22 21:45:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f1192b7f2e 
					 
					
						
						
							
							Avoid protocol rollback.  
						
						 
						
						
						
						
					 
					
						2000-09-22 21:39:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						dbba890cf1 
					 
					
						
						
							
							Only use the new informational verify codes if we  
						
						 
						
						... 
						
						
						
						specifically ask for them.
Fix typo in docs. 
						
						
					 
					
						2000-09-22 21:32:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3f8b90c345 
					 
					
						
						
							
							Catch V_ASN1_NULL.  
						
						 
						
						
						
						
					 
					
						2000-09-22 13:15:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28a63d3e6f 
					 
					
						
						
							
							Problem on FreeBSD/Alpha fixed.  
						
						 
						
						
						
						
					 
					
						2000-09-22 06:15:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						318e09356b 
					 
					
						
						
							
							Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn't  
						
						 
						
						... 
						
						
						
						use an optimization higher than -O. 
						
						
					 
					
						2000-09-22 06:06:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6b3a4ffe36 
					 
					
						
						
							
							More reports  
						
						 
						
						
						
						
					 
					
						2000-09-21 20:49:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7f6e0a4c09 
					 
					
						
						
							
							More reports  
						
						 
						
						
						
						
					 
					
						2000-09-21 20:09:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6cffb201f3 
					 
					
						
						
							
							Fix ASN1_TYPE bug.  
						
						 
						
						
						
						
					 
					
						2000-09-21 18:57:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4b0f00b7ce 
					 
					
						
						
							
							More reports  
						
						 
						
						
						
						
					 
					
						2000-09-21 17:44:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4aa4f333ed 
					 
					
						
						
							
							Change IMPORTANT to WARNING for greater emphasis.  
						
						 
						
						
						
						
					 
					
						2000-09-21 17:21:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a04cfb72d5 
					 
					
						
						
							
							More reports  
						
						 
						
						
						
						
					 
					
						2000-09-21 17:11:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cbb729fdc 
					 
					
						
						
							
							Oops, if the target only had USE_TOD, an error message was issued...  
						
						 
						
						
						
						
					 
					
						2000-09-21 16:01:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d176986488 
					 
					
						
						
							
							Ugly hack to make sure static libraries are usable.  Without this,  
						
						 
						
						... 
						
						
						
						anything that just links with libeay32.lib or libssl32.lib will get an
error saying the __imp__RegQueryValueEx is unresolved.
The right thing would really be to fix crypto/rand/rand_win.c to load
ADVAPI32.DLL dynamically, but that won't be done just before a
release. 
						
						
					 
					
						2000-09-21 15:16:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c759ddd676 
					 
					
						
						
							
							More reports.  
						
						 
						
						
						
						
					 
					
						2000-09-21 14:51:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9cfab47b18 
					 
					
						
						
							
							Tests so far.  
						
						 
						
						
						
						
					 
					
						2000-09-21 14:26:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6e3dfc1f3b 
					 
					
						
						
							
							Tests so far.  
						
						 
						
						
						
						
					 
					
						2000-09-21 12:54:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ef63568e94 
					 
					
						
						
							
							Prepare STATUS for the beta 3 reports.  
						
						 
						
						
						
						
					 
					
						2000-09-21 10:27:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d40898dfab 
					 
					
						
						
							
							Time to build beta 3.  Bump the version numbers accordingly.  
						
						 
						
						
						
						
					 
					
						2000-09-21 09:08:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						422e5a4807 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-09-21 07:16:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6397710486 
					 
					
						
						
							
							I'm using GNU tar...  
						
						 
						
						
						
						
					 
					
						2000-09-21 07:15:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						10bb0dbfec 
					 
					
						
						
							
							Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()  
						
						 
						
						... 
						
						
						
						work better in Win32.  Verified by zhu qun-ying <qyzhu@krdl.org.sg >. 
						
						
					 
					
						2000-09-21 07:02:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c19b6c922a 
					 
					
						
						
							
							Clarifications and new documents.  
						
						 
						
						... 
						
						
						
						Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE > 
						
						
					 
					
						2000-09-21 06:46:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c5f8bbbc0b 
					 
					
						
						
							
							Portability patch for HP MPE/iX.  Submitted by Mark Bixby <mark_bixby@hp.com>  
						
						 
						
						
						
						
					 
					
						2000-09-21 05:42:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4759abc5f2 
					 
					
						
						
							
							New documents.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-20 16:55:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e31e385ce3 
					 
					
						
						
							
							Mistakes corrected.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-20 16:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b22bda21a1 
					 
					
						
						
							
							Add news and a description of the ENGINE part and how it's currently  
						
						 
						
						... 
						
						
						
						distributed. 
						
						
					 
					
						2000-09-20 15:52:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						b38d84d867 
					 
					
						
						
							
							Additions for 0.9.6.  
						
						 
						
						
						
						
					 
					
						2000-09-20 15:22:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						50b14a38f5 
					 
					
						
						
							
							Reports about a few old systems.  
						
						 
						
						... 
						
						
						
						Reported by Bernhard Simon <bs@bsws.zid.tuwien.ac.at > 
						
						
					 
					
						2000-09-20 15:15:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						edb0d64367 
					 
					
						
						
							
							AIX doesn't like ftime() either.  
						
						 
						
						
						
						
					 
					
						2000-09-20 15:10:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						33b1a4c218 
					 
					
						
						
							
							Wrong variable used.  It's funny how some bugs take a long time  
						
						 
						
						... 
						
						
						
						getting triggered... 
						
						
					 
					
						2000-09-20 14:47:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						645749ef98 
					 
					
						
						
							
							On VMS, stdout may very well lead to a file that is written to in a  
						
						 
						
						... 
						
						
						
						record-oriented fashion.  That means that every write() will write a
separate record, which will be read separately by the programs trying
to read from it.  This can be very confusing.
The solution is to put a BIO filter in the way that will buffer text
until a linefeed is reached, and then write everything a line at a
time, so every record written will be an actual line, not chunks of
lines and not (usually doesn't happen, but I've seen it once) several
lines in one record.  Voila, BIO_f_linebuffer() is born.
Since we're so close to release time, I'm making this VMS-only for
now, just to make sure no code is needlessly broken by this.  After
the release, this BIO method will be enabled on all other platforms as
well. 
						
						
					 
					
						2000-09-20 13:55:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						9a0c0d3f74 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-09-20 13:32:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						7cae5f9fc8 
					 
					
						
						
							
							ispell.  
						
						 
						
						
						
						
					 
					
						2000-09-20 03:42:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						18edda0f92 
					 
					
						
						
							
							Malloc() -> OPENSSL_malloc() etc.  
						
						 
						
						
						
						
					 
					
						2000-09-20 03:28:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						89681b183d 
					 
					
						
						
							
							The RSA patent will have expired when the next version is released...  
						
						 
						
						
						
						
					 
					
						2000-09-20 03:25:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c8973693ab 
					 
					
						
						
							
							ispell.  
						
						 
						
						
						
						
					 
					
						2000-09-20 03:24:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4e87e05b25 
					 
					
						
						
							
							Add docs for X509_get_ext_d2i() function.  
						
						 
						
						... 
						
						
						
						Add some major changes to NEWS... 
						
						
					 
					
						2000-09-20 00:50:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						fe03519704 
					 
					
						
						
							
							Totally remove the supposedly 'faster' variant in  
						
						 
						
						... 
						
						
						
						BN_mod_mul_montgomery, which calls bn_sqr_recursive
without much preparation.
bn_sqr_recursive requires the length of its argument to be
a power of 2, which is not always the case here.
There's no reason for not using BN_sqr -- if a simpler
approach to squaring made sense, then why not change
BN_sqr?  (Using BN_sqr should also speed up DH where g is chosen
such that it becomes small [e.g., 2] when converted
to Montgomery representation.)
Case closed :-) 
						
						
					 
					
						2000-09-19 23:25:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b004872c59 
					 
					
						
						
							
							BSDI only supports ftime() through libcompat, which means it's  
						
						 
						
						... 
						
						
						
						better not to use it. 
						
						
					 
					
						2000-09-19 23:14:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						933f32cc4d 
					 
					
						
						
							
							Document SSL_library_init() and it's aliases.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-19 23:12:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c6def253b4 
					 
					
						
						
							
							Type correction.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-19 23:11:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						dd3430a6e9 
					 
					
						
						
							
							Extend the docs on setting the cipher list.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-19 23:10:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						cb1fbf8e6a 
					 
					
						
						
							
							Clarification about Montgomery problem  
						
						 
						
						
						
						
					 
					
						2000-09-19 23:06:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						51012a0969 
					 
					
						
						
							
							Note about contribtions from the US  
						
						 
						
						
						
						
					 
					
						2000-09-19 20:52:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						a45bd29535 
					 
					
						
						
							
							Document BN_mod_mul_montgomery bug;  
						
						 
						
						... 
						
						
						
						make disabled code slightly more correct (this does not solve
the problem though). 
						
						
					 
					
						2000-09-19 18:02:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						688fbf5475 
					 
					
						
						
							
							Fix a typo in apps/pkcs12.c which was using the wrong part of  
						
						 
						
						... 
						
						
						
						ASN1_TYPE (though they are both ASN1_STRING so it didn't cause
any problems).
Make 'siglen' an int in apps/dgst.c so we can check the return
value of BIO_read() etc. 
						
						
					 
					
						2000-09-19 17:51:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						f4364e0730 
					 
					
						
						
							
							Disable buggy code variant in BN_mod_mul_montgomery that was enabled  
						
						 
						
						... 
						
						
						
						in 0.9.6-beta1 and 0.9.6-beta2 and caused the BN_mont_exp_mont_word()
failure (bug report "openssh 2.2.0p1 fails with openssl 0.9.6-beta1"). 
						
						
					 
					
						2000-09-19 17:21:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						fae8762630 
					 
					
						
						
							
							It seems like all HP-UX are successes as soon as the -ldl vs. -ldld  
						
						 
						
						... 
						
						
						
						quirk is fixed. 
						
						
					 
					
						2000-09-19 16:14:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						28178bcf24 
					 
					
						
						
							
							FreeBSD only supports ftime() through libcompat, which means it's  
						
						 
						
						... 
						
						
						
						better not to use it. 
						
						
					 
					
						2000-09-19 16:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cec7fe4da6 
					 
					
						
						
							
							A few more HP-UX reports.  Reported by Kevin Steves <stevesk@sweden.hp.com>  
						
						 
						
						
						
						
					 
					
						2000-09-19 15:55:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c15602f48e 
					 
					
						
						
							
							Reorder the Blowfish documentation so the low-level routines do not get so prominent, and make sure to say out loud what they expect.  
						
						 
						
						
						
						
					 
					
						2000-09-19 06:15:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						3b2cbbcb9a 
					 
					
						
						
							
							Clarify the BIO_seek() mess and related issues.  
						
						 
						
						... 
						
						
						
						Buffering BIO docs. 
						
						
					 
					
						2000-09-18 23:05:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c69c47b9fe 
					 
					
						
						
							
							ispell  
						
						 
						
						
						
						
					 
					
						2000-09-18 22:58:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5d1a5ddb65 
					 
					
						
						
							
							Note the BN_mod_exp_word bug. (Markus Friedl provided a test program.)  
						
						 
						
						
						
						
					 
					
						2000-09-18 22:03:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						f97cc10372 
					 
					
						
						
							
							A couple more reports.  
						
						 
						
						
						
						
					 
					
						2000-09-18 16:53:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a3829b8650 
					 
					
						
						
							
							ftime() is not supported on SGI.  
						
						 
						
						... 
						
						
						
						Reported by Steve Robb <steve@eu.c2.net > 
						
						
					 
					
						2000-09-18 16:52:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						615513ba52 
					 
					
						
						
							
							New documentation about things related to SSL_CIPHER.  Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>  
						
						 
						
						
						
						
					 
					
						2000-09-18 16:42:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2bd8aaefa4 
					 
					
						
						
							
							HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.  
						
						 
						
						
						
						
					 
					
						2000-09-18 16:34:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						252d333fc1 
					 
					
						
						
							
							A few more reports  
						
						 
						
						
						
						
					 
					
						2000-09-18 16:17:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2aa4e2e2d4 
					 
					
						
						
							
							No engine stuff in the main trunk.  
						
						 
						
						
						
						
					 
					
						2000-09-18 16:07:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c6cda0bdb7 
					 
					
						
						
							
							A few more reports  
						
						 
						
						
						
						
					 
					
						2000-09-18 13:35:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						730e37edb6 
					 
					
						
						
							
							Work around for Netscape PKCS#7 signedData bug.  
						
						 
						
						
						
						
					 
					
						2000-09-18 12:30:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4b6e6ab91c 
					 
					
						
						
							
							A few more reports  
						
						 
						
						
						
						
					 
					
						2000-09-18 11:55:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						24842e0586 
					 
					
						
						
							
							Going through performance statistics sometimes generates an exception,  
						
						 
						
						... 
						
						
						
						so disable that part.
Reported by Jeffrey Altman <jaltman@columbia.edu > 
						
						
					 
					
						2000-09-18 11:51:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						159cf04e86 
					 
					
						
						
							
							cyclecount is only used when __GNUC__ isn't defined.  
						
						 
						
						
						
						
					 
					
						2000-09-18 11:44:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						676432d4e1 
					 
					
						
						
							
							Disable the net statistics gathering code, since different compilers  
						
						 
						
						... 
						
						
						
						disagree on the proper syntax and type names. 
						
						
					 
					
						2000-09-18 11:24:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1e72b77994 
					 
					
						
						
							
							HP-UX didn't go through  
						
						 
						
						
						
						
					 
					
						2000-09-18 09:36:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1cf3bbaea6 
					 
					
						
						
							
							Typo in the added hpux targets.  -ldl should be -ldld.  
						
						 
						
						
						
						
					 
					
						2000-09-18 09:34:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d448429e52 
					 
					
						
						
							
							The test status as it has been reported so far  
						
						 
						
						
						
						
					 
					
						2000-09-18 09:21:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4534fb1c86 
					 
					
						
						
							
							Unless we cast, thorough compilers will complain  
						
						 
						
						
						
						
					 
					
						2000-09-18 08:40:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						362f2b69ff 
					 
					
						
						
							
							Jeffrey Altman reminds us to initialize some variables and ercommends the use of LOadLibrary instead of GetModuleHandle  
						
						 
						
						
						
						
					 
					
						2000-09-18 01:48:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3c184d8180 
					 
					
						
						
							
							Declare the availability of beta 2 in STATUS.  
						
						 
						
						
						
						
					 
					
						2000-09-17 22:36:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a440d6636f 
					 
					
						
						
							
							A new beta is being released.  Change the version numbers  
						
						 
						
						... 
						
						
						
						accordingly. 
						
						
					 
					
						2000-09-17 20:19:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						91e8cc6216 
					 
					
						
						
							
							make update  
						
						 
						
						
						
						
					 
					
						2000-09-17 20:18:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d0c2ebf414 
					 
					
						
						
							
							A patch from HP for better performance.  
						
						 
						
						... 
						
						
						
						Submitted by Kevin Steves <ks@hp.se > 3 months ago... 
						
						
					 
					
						2000-09-17 20:04:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e17b712894 
					 
					
						
						
							
							Restore the descriptions to conform with the rest of the  
						
						 
						
						... 
						
						
						
						documentation.  We'll work on better documents after the release of
0.9.6. 
						
						
					 
					
						2000-09-17 19:20:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1d95fb659d 
					 
					
						
						
							
							Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes the  
						
						 
						
						... 
						
						
						
						problems with GetCursorInfo, but also adds network statistics and
performance statistics where available. 
						
						
					 
					
						2000-09-17 18:42:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						62324627aa 
					 
					
						
						
							
							Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care  
						
						 
						
						... 
						
						
						
						of complaints from the compiler about data pointers and function
pointers not being compatible with each other. 
						
						
					 
					
						2000-09-17 18:21:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						623eea376a 
					 
					
						
						
							
							siglen is unsigned, so comparing it to less than 0 is silly, and  
						
						 
						
						... 
						
						
						
						generates a compiler warning with Compaq C. 
						
						
					 
					
						2000-09-17 18:08:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ef8093732 
					 
					
						
						
							
							Oops, no engine in the main trunk.  
						
						 
						
						
						
						
					 
					
						2000-09-17 15:45:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						6d50071e84 
					 
					
						
						
							
							Tell users that a rewrite might be a good idea.  
						
						 
						
						
						
						
					 
					
						2000-09-17 15:41:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						60dae9985d 
					 
					
						
						
							
							Some platforms define NULL as ((void *)0).  Unfortunately, a void*  
						
						 
						
						... 
						
						
						
						can't be used as a function pointer according the the standards.  Use
a 0 instead and there will be no trouble. 
						
						
					 
					
						2000-09-17 14:46:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						df320c4473 
					 
					
						
						
							
							A couple of more names need to be shortened for VMS on VAX.  
						
						 
						
						
						
						
					 
					
						2000-09-17 14:44:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						3aa477f6ec 
					 
					
						
						
							
							Make sure Compaq C doesn'r complain about dollars, and go around the  
						
						 
						
						... 
						
						
						
						incompatibility between function and data pointers. 
						
						
					 
					
						2000-09-17 14:42:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						282f92f7dd 
					 
					
						
						
							
							Inform the VMS people that RSAref is no longer needed  
						
						 
						
						
						
						
					 
					
						2000-09-17 11:57:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8e913bff55 
					 
					
						
						
							
							VMS didn't work out too well...  
						
						 
						
						
						
						
					 
					
						2000-09-17 11:56:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						07fcf422a1 
					 
					
						
						
							
							Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr  
						
						 
						
						... 
						
						
						
						(it's similar to the shutdown(..., SHUT_WR) system call
for sockets). 
						
						
					 
					
						2000-09-17 01:23:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						da542e1bf7 
					 
					
						
						
							
							Move text that isn't really descriptions of the functions in the page  
						
						 
						
						... 
						
						
						
						to the NOTES section, and add references to the functions mentioned
(and perhaps a few more). 
						
						
					 
					
						2000-09-16 23:32:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						93fe6e13a3 
					 
					
						
						
							
							Add BIO_seek() and BIO_tell() to the BIO control functions manual.  
						
						 
						
						
						
						
					 
					
						2000-09-16 23:31:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2c281ebb6c 
					 
					
						
						
							
							New macro BIO_set_shutdown_wr().  
						
						 
						
						... 
						
						
						
						Update docs. 
						
						
					 
					
						2000-09-16 21:21:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						37b08e8365 
					 
					
						
						
							
							SSL => TLS/SSL  
						
						 
						
						
						
						
					 
					
						2000-09-16 16:05:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						318f962928 
					 
					
						
						
							
							TLS => TLS/SSL  
						
						 
						
						
						
						
					 
					
						2000-09-16 16:02:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						acb5b34328 
					 
					
						
						
							
							Change spelling back to "behaviour" and "flavour" instead of the  
						
						 
						
						... 
						
						
						
						American variants. 
						
						
					 
					
						2000-09-16 16:00:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						c1629c9ea2 
					 
					
						
						
							
							Clarification.  
						
						 
						
						
						
						
					 
					
						2000-09-16 15:55:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1e4e549296 
					 
					
						
						
							
							ispell and some other nit-picking  
						
						 
						
						
						
						
					 
					
						2000-09-16 15:39:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						439fb8e1e0 
					 
					
						
						
							
							Remove redundant manpages and references to them.  
						
						 
						
						
						
						
					 
					
						2000-09-16 12:01:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						53e44d90c7 
					 
					
						
						
							
							add links to the new BIO and SSL manpages to make them visible on the web.  
						
						 
						
						
						
						
					 
					
						2000-09-16 06:04:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						32751b8ab1 
					 
					
						
						
							
							BIO_f_ssl() docs.  
						
						 
						
						
						
						
					 
					
						2000-09-16 01:32:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5ce0e07da7 
					 
					
						
						
							
							Compile all dso files on VMS as well.  
						
						 
						
						
						
						
					 
					
						2000-09-15 22:16:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1c86d93ca5 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2000-09-15 22:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ea4e4149af 
					 
					
						
						
							
							Make sure dso_vms.c compiles on other operating systems as well.  
						
						 
						
						
						
						
					 
					
						2000-09-15 22:12:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0e05f54516 
					 
					
						
						
							
							A DSO method for VMS was missing, and I had the code lying around...  
						
						 
						
						
						
						
					 
					
						2000-09-15 21:22:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						095aadc43f 
					 
					
						
						
							
							Move up inclusion of conf.h, so non-MONOLITH programs can benefit from  
						
						 
						
						... 
						
						
						
						it as well, especially in apps.c. 
						
						
					 
					
						2000-09-15 19:37:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						68a1c6b0d9 
					 
					
						
						
							
							Accept BIO docs.  
						
						 
						
						
						
						
					 
					
						2000-09-15 17:31:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bda702ef83 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2000-09-15 15:26:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a4129c6e33 
					 
					
						
						
							
							Add a flag for OpenVMS.  
						
						 
						
						
						
						
					 
					
						2000-09-15 13:59:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						848f3d40c8 
					 
					
						
						
							
							Later, Jeffrey changed his mind.  Apparently, GetCursorInfo exists but  
						
						 
						
						... 
						
						
						
						doesn't quite work on WinNT 4 earlier than SP6.  It works fine on
Windows 98 and Windows 2000.
I'm disabling it for now.  What's really needed is some kind of check
to see if GetCursorInfo is safe to call, or alternatively, GetCursor
or GetCursorPos could be used, according to Jeffrey. 
						
						
					 
					
						2000-09-15 11:33:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1949e78336 
					 
					
						
						
							
							Jeffrey Altman points out that GetQueueStatus() crashes on NT.  
						
						 
						
						
						
						
					 
					
						2000-09-15 04:20:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						2273d6b657 
					 
					
						
						
							
							Update BIO_s_connect().  
						
						 
						
						
						
						
					 
					
						2000-09-15 00:28:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						e39c194387 
					 
					
						
						
							
							Some small clarifications.  
						
						 
						
						
						
						
					 
					
						2000-09-14 22:09:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e1b78bc64d 
					 
					
						
						
							
							In the name section, all the functions described shoud be enumerated.  
						
						 
						
						... 
						
						
						
						This will also make it much simpler to generate softlinks name like
each function to man-pages containing the info. 
						
						
					 
					
						2000-09-14 21:23:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e65c84abb0 
					 
					
						
						
							
							Update the info on version numbering  
						
						 
						
						
						
						
					 
					
						2000-09-14 21:22:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8eec1389fb 
					 
					
						
						
							
							BIO_seed() and BIO_tell() were documented in two other documents,  
						
						 
						
						... 
						
						
						
						which is redundant.  They are now in their own document.
Also, in the name section, all the functions described shoud be
enumerated.  This will also make it much simpler to generate softlinks
name like each function to man-pages containing the info. 
						
						
					 
					
						2000-09-14 20:24:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e38dabbc0c 
					 
					
						
						
							
							BIO_seed() and BIO_tell() were documented in two other documents,  
						
						 
						
						... 
						
						
						
						which is redundant.  Instead, move them to their own page. 
						
						
					 
					
						2000-09-14 20:23:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						54731d75d7 
					 
					
						
						
							
							Items without a =over and a =back are ignored.  
						
						 
						
						
						
						
					 
					
						2000-09-14 20:22:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						18f2259499 
					 
					
						
						
							
							BIO_s_bio() manual page detailing BIO pair.  
						
						 
						
						... 
						
						
						
						This combines several manual pages provided by
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE >,
various comments by Bodo to the lists and a bit
of source examination by me. 
						
						
					 
					
						2000-09-14 18:55:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						1d84fd64fc 
					 
					
						
						
							
							Bug fix: Montgomery multiplication could produce results with the wrong  
						
						 
						
						... 
						
						
						
						sign. 
						
						
					 
					
						2000-09-14 18:37:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03ed26afdd 
					 
					
						
						
							
							Remove engine stuff that was erroneously put in the main trunk.  
						
						 
						
						
						
						
					 
					
						2000-09-14 18:16:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						775bcebde5 
					 
					
						
						
							
							Add Damien Miller's RPM specification file with a few modifications.  
						
						 
						
						
						
						
					 
					
						2000-09-14 15:28:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7fcc8326e3 
					 
					
						
						
							
							Remove indentation in the NAME section.  There's really no need to  
						
						 
						
						... 
						
						
						
						indent there, especially since the pod2* scripts will regard that as
preformated text.  In one case, indent a code section one step. 
						
						
					 
					
						2000-09-14 13:17:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cc99526db1 
					 
					
						
						
							
							Add a number of documentation files, mostly for SSL routines, but also  
						
						 
						
						... 
						
						
						
						for a few BIO routines.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE > 
						
						
					 
					
						2000-09-14 13:11:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						72660f5f15 
					 
					
						
						
							
							Add a configuration for Sony News 4.  
						
						 
						
						... 
						
						
						
						Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp > 
						
						
					 
					
						2000-09-14 12:48:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						bace212474 
					 
					
						
						
							
							Initial connect BIO docs.  
						
						 
						
						
						
						
					 
					
						2000-09-14 12:44:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e117a890ca 
					 
					
						
						
							
							Remove indentation in the NAME section.  There's really no need to  
						
						 
						
						... 
						
						
						
						indent there, especially since the pod2* scripts will regard that as
preformated text.  In one case, indent a code section one step. 
						
						
					 
					
						2000-09-14 12:14:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						5614bb91f5 
					 
					
						
						
							
							rsa_num2 is no longer used, so remove it.  
						
						 
						
						
						
						
					 
					
						2000-09-14 11:09:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						7abee0cedf 
					 
					
						
						
							
							Jeffrey Altman convinced me this patch was really needed, or there is  
						
						 
						
						... 
						
						
						
						no way to make sure GetCursorInfo will give us a valid answer. 
						
						
					 
					
						2000-09-14 09:19:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						6dcbaf5857 
					 
					
						
						
							
							Docs for socket BIO.  
						
						 
						
						
						
						
					 
					
						2000-09-14 00:05:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						baa080d46a 
					 
					
						
						
							
							'make update'  
						
						 
						
						
						
						
					 
					
						2000-09-13 22:04:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						02ef611ef3 
					 
					
						
						
							
							BIO_s_fd() manual page.  
						
						 
						
						
						
						
					 
					
						2000-09-13 17:27:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						24b8bf2163 
					 
					
						
						
							
							Point to Peter Gutmann's revised paper.  
						
						 
						
						... 
						
						
						
						The copy at www.usenix.org is the old version. 
						
						
					 
					
						2000-09-13 14:24:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e37c27d239 
					 
					
						
						
							
							One more passed test  
						
						 
						
						
						
						
					 
					
						2000-09-13 12:14:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						270f4f6d63 
					 
					
						
						
							
							Update info on what has been fixed  
						
						 
						
						
						
						
					 
					
						2000-09-13 11:35:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e147c6fef8 
					 
					
						
						
							
							Update info on what has been fixed, and switch format for failure data  
						
						 
						
						
						
						
					 
					
						2000-09-13 11:33:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						cea81a62ff 
					 
					
						
						
							
							Make sure that Configure will defined DSO_WIN32 for the Win32 targets.  I feel a bit unsure if this should really be done for Mingw32 and CygWin32  
						
						 
						
						
						
						
					 
					
						2000-09-13 11:29:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						c0366d89f6 
					 
					
						
						
							
							3 changes:  
						
						 
						
						... 
						
						
						
						- Make sure PCURSORINFO is defined even on systems that do not provide it.
- Change the reference to Peter Gutmann's paper.
- Make sure we don't walk the whole heap lists for performance reasons.
  Jeffrey Altman suggests following Peter Gutmann's advice to keep it
  to 50 heap entries per heap list. 
						
						
					 
					
						2000-09-13 07:17:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						523d778aef 
					 
					
						
						
							
							The other log message should have read "Note the DSA change".  
						
						 
						
						
						
						
					 
					
						2000-09-13 02:01:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5b7417dbe1 
					 
					
						
						
							
							More Windows failures reported  
						
						 
						
						
						
						
					 
					
						2000-09-13 01:50:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						5401c4c2bf 
					 
					
						
						
							
							Not the DSA change.  
						
						 
						
						
						
						
					 
					
						2000-09-13 01:48:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						c11dead17c 
					 
					
						
						
							
							Don't set the two top bits to one when generating a random number < q.:wq  
						
						 
						
						
						
						
					 
					
						2000-09-13 01:45:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						4041156461 
					 
					
						
						
							
							Clarify some of the I/O issues.  
						
						 
						
						... 
						
						
						
						Add case of using select() and blocking I/O with
BIOs and why you shouldn't (thanks Bodo!). 
						
						
					 
					
						2000-09-13 00:20:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						279fff0d7f 
					 
					
						
						
							
							A few more systems reported successfull.  
						
						 
						
						
						
						
					 
					
						2000-09-12 22:19:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bodo Möller 
							
						 
					 
					
						
						
							
						
						54f10e6adc 
					 
					
						
						
							
							New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default  
						
						 
						
						... 
						
						
						
						behaviour that SSL_read may result in SSL_ERROR_WANT_READ. 
						
						
					 
					
						2000-09-12 20:28:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulf Möller 
							
						 
					 
					
						
						
							
						
						fb1cba063d 
					 
					
						
						
							
							bug: RAND_poll().  
						
						 
						
						
						
						
					 
					
						2000-09-12 16:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						e4daf9dfce 
					 
					
						
						
							
							Holger Reif reports a few more Solaris successes.  
						
						 
						
						
						
						
					 
					
						2000-09-12 15:46:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8a26980b07 
					 
					
						
						
							
							Note the failure on Win32  
						
						 
						
						
						
						
					 
					
						2000-09-12 10:07:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						1e27f4b68c 
					 
					
						
						
							
							FreeBSD and solaris with gcc passed  
						
						 
						
						
						
						
					 
					
						2000-09-12 10:05:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						03ea28c985 
					 
					
						
						
							
							Better error checking for RSA and DSA signature and verification speed  
						
						 
						
						... 
						
						
						
						tests.  This was required to not get mysterious errors when they
wouldn't quite want to work. 
						
						
					 
					
						2000-09-12 08:12:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0f92cae9bc 
					 
					
						
						
							
							Linux in Sparc v7 passed  
						
						 
						
						
						
						
					 
					
						2000-09-12 06:49:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						a9740b7da6 
					 
					
						
						
							
							SCO 5.0.5 with both gcc and cc passed  
						
						 
						
						
						
						
					 
					
						2000-09-12 06:44:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stephen Henson 
							
						 
					 
					
						
						
							
						
						d572cb6c1c 
					 
					
						
						
							
							More BIO docs.  
						
						 
						
						
						
						
					 
					
						2000-09-12 01:56:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						05c2b37176 
					 
					
						
						
							
							DSA_verify() and DSA_sign() might return -1...  
						
						 
						
						
						
						
					 
					
						2000-09-11 22:21:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						8c0514f741 
					 
					
						
						
							
							A couple more HP-UX targets tested.  
						
						 
						
						
						
						
					 
					
						2000-09-11 22:02:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						2aff74dd68 
					 
					
						
						
							
							debug-linux-elf and debug-linux-elf-efence need to be linked with  
						
						 
						
						... 
						
						
						
						libdl just as linux-elf... 
						
						
					 
					
						2000-09-11 21:57:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						b924f04784 
					 
					
						
						
							
							Failure on Solaris when using the CSwift card.  
						
						 
						
						
						
						
					 
					
						2000-09-11 20:32:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d63b8db852 
					 
					
						
						
							
							mkdef.pl still needed better logic.  Also, the semantics of the  
						
						 
						
						... 
						
						
						
						platforms list is clarified (it's however not quite followed in the
RSAREF case...).
RSAREF is also checked now. 
						
						
					 
					
						2000-09-11 20:04:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Laurie 
							
						 
					 
					
						
						
							
						
						2959f292db 
					 
					
						
						
							
							Document an old change.  
						
						 
						
						
						
						
					 
					
						2000-09-11 17:58:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						965c17756a 
					 
					
						
						
							
							mkdef.pl has erroneous conditions to check if a symbol is excluded  
						
						 
						
						... 
						
						
						
						from the given target.  Fixed, I hope. 
						
						
					 
					
						2000-09-11 17:31:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						0c415ddd67 
					 
					
						
						
							
							linux-elf passed  
						
						 
						
						
						
						
					 
					
						2000-09-11 17:10:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						16e91fe8ab 
					 
					
						
						
							
							OpenBSD doesn't support timeb.  
						
						 
						
						
						
						
					 
					
						2000-09-11 16:46:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						74d2b0f112 
					 
					
						
						
							
							Don't include e_os.h before the system headers  
						
						 
						
						
						
						
					 
					
						2000-09-11 16:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						d40a9e8257 
					 
					
						
						
							
							Reports for OpenBSD 2.7 and HP-UX 10.20  
						
						 
						
						
						
						
					 
					
						2000-09-11 16:36:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						ec6a40e278 
					 
					
						
						
							
							Last minute update, in time to make it to 0.9.6-beta1  
						
						 
						
						
						
						
					 
					
						2000-09-11 13:06:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4a6367ae66 
					 
					
						
						
							
							Time to release a beta.  Change the status accordingly.  
						
						 
						
						
						
						
					 
					
						2000-09-11 12:39:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						bed1847b6a 
					 
					
						
						
							
							Time to release a beta.  Change the version numbers and dates  
						
						 
						
						... 
						
						
						
						accordingly. 
						
						
					 
					
						2000-09-11 12:31:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						4d0c6b2936 
					 
					
						
						
							
							I started with a make update, but a rewrite was actually needed.  
						
						 
						
						... 
						
						
						
						Perhaps we should make rewrites the default thing to do? 
						
						
					 
					
						2000-09-11 11:45:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Levitte 
							
						 
					 
					
						
						
							
						
						25a73f2690 
					 
					
						
						
							
							A cast is needed or Borland C will complain.  
						
						 
						
						
						
						
					 
					
						2000-09-11 11:43:35 +00:00