Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								4903abd50a 
								
							 
						 
						
							
							
								
								make X509_EXTENSION opaque  
							
							 
							
							... 
							
							
							
							Reviewed-by: Rich Salz <rsalz@openssl.org> 
							
						 
						
							2015-03-23 18:27:04 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								f422a51486 
								
							 
						 
						
							
							
								
								Remove old ASN.1 code.  
							
							 
							
							... 
							
							
							
							Remove old M_ASN1_ macros and replace any occurences with the corresponding
function.
Remove d2i_ASN1_bytes, d2i_ASN1_SET, i2d_ASN1_SET: no longer used internally.
Reviewed-by: Rich Salz <rsalz@openssl.org> 
							
						 
						
							2015-03-23 13:15:06 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								9b0a453190 
								
							 
						 
						
							
							
								
								Make X509_ATTRIBUTE opaque.  
							
							 
							
							... 
							
							
							
							Reviewed-by: Rich Salz <rsalz@openssl.org> 
							
						 
						
							2015-03-16 15:54:19 +00:00  
						
					 
				
					
						
							
							
								 
								Matt Caswell
							
						 
						
							 
							
							
							
							
								
							
							
								0f113f3ee4 
								
							 
						 
						
							
							
								
								Run util/openssl-format-source -v -c .  
							
							 
							
							... 
							
							
							
							Reviewed-by: Tim Hudson <tjh@openssl.org> 
							
						 
						
							2015-01-22 09:20:09 +00:00  
						
					 
				
					
						
							
							
								 
								Rich Salz
							
						 
						
							 
							
							
							
							
								
							
							
								4b618848f9 
								
							 
						 
						
							
							
								
								Cleanup OPENSSL_NO_xxx, part 1  
							
							 
							
							... 
							
							
							
							OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
Two typo's on #endif comments fixed:
	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
Reviewed-by: Richard Levitte <levitte@openssl.org> 
							
						 
						
							2015-01-14 15:57:28 -05:00  
						
					 
				
					
						
							
							
								 
								Kurt Cancemi
							
						 
						
							 
							
							
							
							
								
							
							
								b0426a0f8c 
								
							 
						 
						
							
							
								
								RT3508: Remove unused variable introduced by  b09eb24 
							
							 
							
							... 
							
							
							
							Reviewed-by: Tim Hudson <tjh@openssl.org> 
							
						 
						
							2014-08-31 23:43:37 -04:00  
						
					 
				
					
						
							
							
								 
								Rich Salz
							
						 
						
							 
							
							
							
							
								
							
							
								b09eb246e2 
								
							 
						 
						
							
							
								
								RT3246: req command prints version number wrong  
							
							 
							
							... 
							
							
							
							Make X509_REQ_print_ex do the same thing that
X509_REQ_print does.
Reviewed-by: Matt Caswell <matt@openssl.org> 
							
						 
						
							2014-08-28 19:17:05 -04: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
							
						 
						
							 
							
							
							
							
								
							
							
								35208f368c 
								
							 
						 
						
							
							
								
								Gather printing routines into EVP_PKEY_ASN1_METHOD.  
							
							 
							
							
							
						 
						
							2006-03-22 13:09:35 +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
							
						 
						
							 
							
							
							
							
								
							
							
								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
							
						 
						
							 
							
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								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  
						
					 
				
					
						
							
							
								 
								Richard Levitte
							
						 
						
							 
							
							
							
							
								
							
							
								3ae70939ba 
								
							 
						 
						
							
							
								
								Correct a lot of printing calls.  Remove extra arguments...  
							
							 
							
							
							
						 
						
							2003-04-03 23:39:48 +00:00  
						
					 
				
					
						
							
							
								 
								Ben Laurie
							
						 
						
							 
							
							
							
							
								
							
							
								54a656ef08 
								
							 
						 
						
							
							
								
								Security fixes brought forward from 0.9.7.  
							
							 
							
							
							
						 
						
							2002-11-13 15:43:43 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								fc85ac20c7 
								
							 
						 
						
							
							
								
								Make -nameopt work in req and add support for -reqopt  
							
							 
							
							
							
						 
						
							2002-08-22 23:43:48 +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
							
						 
						
							 
							
							
							
							
								
							
							
								4d94ae00d5 
								
							 
						 
						
							
							
								
								ECDSA support  
							
							 
							
							... 
							
							
							
							Submitted by: Nils Larsch <nla@trustcenter.de> 
							
						 
						
							2002-02-13 18:21:51 +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  
						
					 
				
					
						
							
							
								 
								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
							
						 
						
							 
							
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Bodo Möller
							
						 
						
							 
							
							
							
							
								
							
							
								65b002f399 
								
							 
						 
						
							
							
								
								Update test suite so that 'make test' succeeds in 'no-rsa' configuration.  
							
							 
							
							
							
						 
						
							2000-03-13 19:24:39 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								08e9c1af6c 
								
							 
						 
						
							
							
								
								Replace the macros in asn1.h with function equivalents. Also make UTF8Strings  
							
							 
							
							... 
							
							
							
							tolerated in certificates. 
							
						 
						
							1999-10-20 01:50:23 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								87c49f622e 
								
							 
						 
						
							
							
								
								Support for parsing of certificate extensions in PKCS#10 requests: these are  
							
							 
							
							... 
							
							
							
							used by things like Xenroll. Also include documentation for extendedKeyUsage
extension. 
							
						 
						
							1999-08-09 22:38:05 +00:00  
						
					 
				
					
						
							
							
								 
								Ben Laurie
							
						 
						
							 
							
							
							
							
								
							
							
								d35ea5b00b 
								
							 
						 
						
							
							
								
								Another stack.  
							
							 
							
							
							
						 
						
							1999-05-01 18:29:59 +00:00  
						
					 
				
					
						
							
							
								 
								Ben Laurie
							
						 
						
							 
							
							
							
							
								
							
							
								d500de1672 
								
							 
						 
						
							
							
								
								Another stack.  
							
							 
							
							
							
						 
						
							1999-05-01 18:08:44 +00:00  
						
					 
				
					
						
							
							
								 
								Bodo Möller
							
						 
						
							 
							
							
							
							
								
							
							
								ec577822f9 
								
							 
						 
						
							
							
								
								Change #include filenames from <foo.h> to <openssl.h>.  
							
							 
							
							... 
							
							
							
							Submitted by:
Reviewed by:
PR: 
							
						 
						
							1999-04-23 22:13:45 +00:00  
						
					 
				
					
						
							
							
								 
								Ulf Möller
							
						 
						
							 
							
							
							
							
								
							
							
								6b691a5c85 
								
							 
						 
						
							
							
								
								Change functions to ANSI C.  
							
							 
							
							
							
						 
						
							1999-04-19 21:31:43 +00:00  
						
					 
				
					
						
							
							
								 
								Ben Laurie
							
						 
						
							 
							
							
							
							
								
							
							
								e778802f53 
								
							 
						 
						
							
							
								
								Massive constification.  
							
							 
							
							
							
						 
						
							1999-04-17 21:25:43 +00:00  
						
					 
				
					
						
							
							
								 
								Ralf S. Engelschall
							
						 
						
							 
							
							
							
							
								
							
							
								f9b2e53052 
								
							 
						 
						
							
							
								
								Fix GCC warning...  
							
							 
							
							... 
							
							
							
							t_req.c: In function `X509_REQ_print':
t_req.c:181: warning: suggest explicit braces to avoid ambiguous `else' 
							
						 
						
							1999-03-06 11:58:03 +00:00  
						
					 
				
					
						
							
							
								 
								Dr. Stephen Henson
							
						 
						
							 
							
							
							
							
								
							
							
								cfcf645356 
								
							 
						 
						
							
							
								
								Make sure applications free up pkey structures and add netscape extension  
							
							 
							
							... 
							
							
							
							handling to x509.c 
							
						 
						
							1999-01-03 01:08:33 +00:00  
						
					 
				
					
						
							
							
								 
								Ralf S. Engelschall
							
						 
						
							 
							
							
							
							
								
							
							
								58964a4922 
								
							 
						 
						
							
							
								
								Import of old SSLeay release: SSLeay 0.9.0b  
							
							 
							
							
							
						 
						
							1998-12-21 10:56:39 +00:00  
						
					 
				
					
						
							
							
								 
								Ralf S. Engelschall
							
						 
						
							 
							
							
							
							
								
							
							
								d02b48c63a 
								
							 
						 
						
							
							
								
								Import of old SSLeay release: SSLeay 0.8.1b  
							
							 
							
							
							
						 
						
							1998-12-21 10:52:47 +00:00