VirtualBox

Ignore:
Timestamp:
Mar 3, 2022 7:17:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150325
Message:

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

Location:
trunk/src/libs/openssl-3.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.1

    • Property svn:mergeinfo
      •  

        old new  
        1212/vendor/openssl/1.1.1c:131722-131725
        1313/vendor/openssl/1.1.1k:145841-145843
         14/vendor/openssl/3.0.1:150323-150324
         15/vendor/openssl/current:147554-150322
  • trunk/src/libs/openssl-3.0.1/doc/man3/ASN1_STRING_new.pod

    r91772 r94082  
    1010 #include <openssl/asn1.h>
    1111
    12  ASN1_STRING * ASN1_STRING_new(void);
    13  ASN1_STRING * ASN1_STRING_type_new(int type);
     12 ASN1_STRING *ASN1_STRING_new(void);
     13 ASN1_STRING *ASN1_STRING_type_new(int type);
    1414 void ASN1_STRING_free(ASN1_STRING *a);
    1515
     
    2020
    2121ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of
    22 type B<type>.
     22type I<type>.
    2323
    24 ASN1_STRING_free() frees up B<a>.
    25 If B<a> is NULL nothing is done.
     24ASN1_STRING_free() frees up I<a>.
     25If I<a> is NULL nothing is done.
    2626
    2727=head1 NOTES
     
    3333
    3434ASN1_STRING_new() and ASN1_STRING_type_new() return a valid
    35 ASN1_STRING structure or B<NULL> if an error occurred.
     35B<ASN1_STRING> structure or NULL if an error occurred.
    3636
    3737ASN1_STRING_free() does not return a value.
     
    4343=head1 COPYRIGHT
    4444
    45 Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
     45Copyright 2002-2020 The OpenSSL Project Authors. All Rights Reserved.
    4646
    47 Licensed under the OpenSSL license (the "License").  You may not use
     47Licensed under the Apache License 2.0 (the "License").  You may not use
    4848this file except in compliance with the License.  You can obtain a copy
    4949in the file LICENSE in the source distribution or at
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette