https://github.com/perl-net-saml2/perl-crypt-openssl-configuredapi
https://github.com/perl-net-saml2/perl-crypt-openssl-configuredapi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perl-net-saml2/perl-crypt-openssl-configuredapi
- Owner: perl-net-saml2
- License: other
- Created: 2023-07-24T00:45:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T01:13:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T14:46:22.577Z (4 months ago)
- Language: Perl
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Crypt::OpenSSL::ConfiguredAPI - Get the Configured API level if it is defined
# SYNOPSIS
```perl
use Crypt::OpenSSL::ConfiguredAPI;my $api = Crypt::OpenSSL::ConfiguredAPI->get_configured_api()
```# DESCRIPTION
Some OpenSSL versions allows you to specify the configured api level. This
module simply checks whether OPENSSL\_CONFIGURED\_API is defined and returns that
value.# METHODS
## get\_configured\_api()
Returns the value of the OPENSSL\_CONFIGURED\_API if it is defined or 0 if it is undefined
Arguments:
None
# SEE ALSO
Crypt::OpenSSL::Guess allows you to guess the version of openssl installed
# AUTHOR
Timothy Legge,
# COPYRIGHT
Copyright (C) 2023 by Timothy Legge
# LICENSE
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
https://www.openssl.org/source/license.html