version.pod 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. =pod
  2. =head1 NAME
  3. openssl-version,
  4. version - print OpenSSL version information
  5. =head1 SYNOPSIS
  6. B<openssl version>
  7. [B<-help>]
  8. [B<-a>]
  9. [B<-v>]
  10. [B<-b>]
  11. [B<-o>]
  12. [B<-f>]
  13. [B<-p>]
  14. [B<-d>]
  15. [B<-e>]
  16. =head1 DESCRIPTION
  17. This command is used to print out version information about OpenSSL.
  18. =head1 OPTIONS
  19. =over 4
  20. =item B<-help>
  21. Print out a usage message.
  22. =item B<-a>
  23. All information, this is the same as setting all the other flags.
  24. =item B<-v>
  25. The current OpenSSL version.
  26. =item B<-b>
  27. The date the current version of OpenSSL was built.
  28. =item B<-o>
  29. Option information: various options set when the library was built.
  30. =item B<-f>
  31. Compilation flags.
  32. =item B<-p>
  33. Platform setting.
  34. =item B<-d>
  35. OPENSSLDIR setting.
  36. =item B<-e>
  37. ENGINESDIR settings.
  38. =back
  39. =head1 NOTES
  40. The output of B<openssl version -a> would typically be used when sending
  41. in a bug report.
  42. =head1 COPYRIGHT
  43. Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
  44. Licensed under the Apache License 2.0 (the "License"). You may not use
  45. this file except in compliance with the License. You can obtain a copy
  46. in the file LICENSE in the source distribution or at
  47. L<https://www.openssl.org/source/license.html>.
  48. =cut