- 
                Notifications
    You must be signed in to change notification settings 
- Fork 11
x509storeissuer update #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            esyr
  wants to merge
  23
  commits into
  openssl:main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
esyr:esyr/x509storeissuer-update
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Changes from 1 commit
      Commits
    
    
            Show all changes
          
          
            23 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b37e882
              
                x509storeissuer: factor out usage printing
              
              
                esyr c201051
              
                s/err/error where apropriate easiest way to fix liner issues on windows
              
              
                Sashan 948ffbd
              
                Use perflib/err.h unconditionally
              
              
                esyr 2b3b804
              
                perflib: add vwarn/err/warn
              
              
                esyr ec81797
              
                x509storeissuer: use errx/warnx for error message output
              
              
                esyr 7bbc211
              
                x509storeissuer: factor out integer parameter parsing into a separate…
              
              
                esyr a76d93b
              
                x509storeissuer: provide the initial infrastructure for nonce configu…
              
              
                esyr 7e32341
              
                x509storeissuer: add ability to configure verbosity level
              
              
                esyr 6b9361a
              
                x509storeissuer: unify funtion definition formatting
              
              
                esyr 3924835
              
                x509storeissuer: add -T option to specify the run time
              
              
                esyr 0b3b091
              
                x509storeissuer: support providing multiple certificate directories
              
              
                esyr c7f19dc
              
                x509storeissuer: reduce the rate ossl_time_now() queries
              
              
                esyr effd1b7
              
                x509storeissuer: count the iterations in a local variable to avoid ha…
              
              
                esyr a4c199d
              
                x509storeissuer: tolerate X509_STORE_CTX_get1_issuer() successes, cou…
              
              
                esyr 4f491bf
              
                x509storeissuer: add certificates from the provided directories to th…
              
              
                esyr fc6682d
              
                x509storeissuer: add and option to configure X509_STORE_CTX sharing
              
              
                esyr 5724e00
              
                x509storeissuer: report the store size before the test run if the ver…
              
              
                esyr a5d0c9e
              
                x509storeissuer: make the verbose reporting more elaborate
              
              
                esyr 2282242
              
                x509storeissuer: generate some certificates and add them to the store
              
              
                esyr c3c4152
              
                x509storeissuer: add support for gernerated nonces
              
              
                esyr 806e3ee
              
                x509storeissuer: add ability to add certificates to the store during …
              
              
                esyr 9147f7f
              
                x509storeissuer: make thread_data cache-line-aligned
              
              
                esyr 4b335f7
              
                .github/workflows/test.yml: do not build OpenSSL apps and tests
              
              
                esyr File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
          Some comments aren't visible on the classic Files Changed page.
        
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need another certsdir?