Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 2cd25d4
  • /
  • man3
  • /
  • SSL_get1_builtin_sigalgs.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:dcd4cd2bc2a54c58b2ae524c77d2baf9d088a9c8
directory badge Iframe embedding
swh:1:dir:e72ef10f5660b1676bea7a66f410ad096241641f
SSL_get1_builtin_sigalgs.pod
=pod

=head1 NAME

SSL_get1_builtin_sigalgs - get list of built-in signature algorithms

=head1 SYNOPSIS

 #include <openssl/tls1.h>

 char *SSL_get1_builtin_sigalgs(OSSL_LIB_CTX *libctx);

=head1 DESCRIPTION

Return the colon-separated list of built-in and available TLS signature
algorithms.
The string returned must be freed by the user using L<OPENSSL_free(3)>.

=head1 NOTES

The string may be empty (strlen==0) if none of the built-in TLS signature
algorithms can be activated, e.g., if suitable providers are missing.

=head1 RETURN VALUES

NULL may be returned if no memory could be allocated. Otherwise, a
newly allocated string is always returned but it may have strlen == 0.

=head1 COPYRIGHT

Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top