mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Mind your p's and q's! RSA authentication now works.
This commit is contained in:
		@@ -65,7 +65,7 @@ int _libssh2_rsa_new(libssh2_rsa_ctx **rsa,
 | 
			
		||||
	if (ddata) {
 | 
			
		||||
		rc = gcry_sexp_build
 | 
			
		||||
			(rsa, NULL,
 | 
			
		||||
			 "(private-key(rsa(n%b)(e%b)(d%b)(p%b)(q%b)(u%b)))",
 | 
			
		||||
			 "(private-key(rsa(n%b)(e%b)(d%b)(q%b)(p%b)(u%b)))",
 | 
			
		||||
			 nlen, ndata, elen, edata, dlen, ddata, plen, pdata,
 | 
			
		||||
			 qlen, qdata, coefflen, coeffdata);
 | 
			
		||||
	} else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user