mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	client auth flag for B33 address
This commit is contained in:
		
							parent
							
								
									2497c3d187
								
							
						
					
					
						commit
						b7f17d4cb1
					
				
					 5 changed files with 43 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -356,7 +356,7 @@ namespace http {
 | 
			
		|||
		s << dest->GetIdentity ()->ToBase64 () << "</textarea><br>\r\n<br>\r\n";
 | 
			
		||||
		if (dest->IsEncryptedLeaseSet ())
 | 
			
		||||
		{
 | 
			
		||||
			i2p::data::BlindedPublicKey blinded (dest->GetIdentity ());
 | 
			
		||||
			i2p::data::BlindedPublicKey blinded (dest->GetIdentity (), dest->IsPerClientAuth ());
 | 
			
		||||
			s << "<div class='slide'><label for='slide-b33'><b>Encrypted B33 address:</b></label>\r\n<input type='checkbox' id='slide-b33'/>\r\n<p class='content'>\r\n";
 | 
			
		||||
			s << blinded.ToB33 () << ".b32.i2p<br>\r\n";
 | 
			
		||||
			s << "</p>\r\n</div>\r\n";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue