jens-maus/yam

View on GitHub
src/include/xml/amisslmaster.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE library SYSTEM "library.dtd">

<!--

 AmiSSL - OpenSSL wrapper for AmigaOS-based systems
 Copyright (c) 1999-2006 Andrija Antonijevic, Stefan Burstroem.
 Copyright (c) 2006-2022 AmiSSL Open Source Team.
 All Rights Reserved.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License in the file LICENSE in the
 source distribution or at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

 AmiSSL Official Support Site: https://github.com/jens-maus/amissl

-->

<library name="amisslmaster" basename="AmiSSLMasterBase" basetype="Library" openname="amisslmaster.library">
    <include>exec/types.h</include>
    <interface name="main" version="1.0" struct="AmiSSLMasterIFace" prefix="LIB_" asmprefix="IAmiSSLMaster" global="IAmiSSLMaster" m68ksupport="yes">
        <method name="Obtain" result="uint32"/>
        <method name="Release" result="uint32"/>
        <method name="Expunge" result="void" status="unimplemented"/>
        <method name="Clone" result="struct Interface *" status="unimplemented"/>
        <method name="InitAmiSSLMaster" result="LONG" lifecycle="deprecated">
            <arg name="APIVersion" type="LONG" m68kreg="d0"/>
            <arg name="UsesOpenSSLStructs" type="LONG" m68kreg="d1"/>
        </method>
        <method name="OpenAmiSSL" result="struct Library *" lifecycle="deprecated">
        </method>
        <method name="CloseAmiSSL" result="void">
        </method>
        <method name="OpenAmiSSLCipher" result="struct Library *" lifecycle="deprecated">
            <arg name="Cipher" type="LONG" m68kreg="d0"/>
        </method>
        <method name="CloseAmiSSLCipher" result="void" lifecycle="deprecated">
            <arg name="CipherBase" type="struct Library *" m68kreg="a0"/>
        </method>
        <method name="OpenAmiSSLTagList" result="LONG">
            <arg name="APIVersion" type="LONG" m68kreg="d0"/>
            <arg name="tagList" type="struct TagItem *" m68kreg="a0"/>
        </method>
        <method name="OpenAmiSSLTags" result="LONG">
            <arg name="APIVersion" type="LONG" m68kreg="d0"/>
            <vararg name="tag" type="Tag" m68kreg="a0"/>
        </method>
    </interface>
</library>